Seonpyo Kim
Seonpyo Kim
We can filter the balance change history by reasons on the platform address page, but the reason filter items checked by the checkbox ui now are not reflected in the...
`Ed25519` is advantageous when calculating signatures based on the `EdDSA` algorithm and `BLS` curves are advantageous when aggregating the consensus signatures in block seal fields. Therefore take both and utilize...
Randomized leader election has been being implemented in the branch https://github.com/CodeChain-io/codechain/tree/VRF-election. Let's adopt the change in foundry repository.
`snapshot_period` in `CommonParams` was added to determine the snapshot period. However, because of term specific data like `intermediate_reward`, the current snapshot period is fixed at 1 term. There are two...
In the documentation the `EngineError::BadSealFieldSize` is stated as "Seal field has an unexpected size". However, the method `check_enough_votes` returns an error of this type when the collected votes do not...
I think the function renaming is enough for the purpose.
The information [this script](https://github.com/CodeChain-io/cron-jobs/pull/87) shows needs to be added on dashboard.
Currently, private key type is `string` but `string` type variables cannot be explicitly dropped or cleared. Change the type of secret key to `Buffer` and clear(fill zeros to the memory...