Jeesu Choi
Jeesu Choi
The existing `BlockAction` was changed to an array type and renamed to `EndBlockActions`. And `BeginBlockActions` was added, which allows BlockActions to be executed before `EvaluateBlock`.
🔪 This PR contains only swarm-related code.
🔪 This PR contains only transport-related code.
### Slashing by network latency or etc. We need to fully implement the slashing code due to network latency. There is some implementation, but it is a port of the...
### Features - Definitions and inheritance evidence - Collecting evidence during the consensus step - Broadcasting evidence - Evidence expiration - Commit evidence - Test code.
The detailed message of the CS0188 error is shown below `error CS0188: The 'this' object cannot be used before all of its fields have been assigned.` In the Currency struct...
### Changes * Converted to file-scoped namespaces to free up space for additional code. * Some variable names have been shortened as shown below. * validatorPrivateKey -> validatorKey * Refactored...
Hi I would like to use `NJsonSchema` to generate the following schema. However, no matter what I tried, I was unable to generate the following schema. ```json { "$schema": "http://json-schema.org/draft-07/schema#",...
### Changes * Added Added `CancelTrace` method to `GasTracer`.