simperby
simperby copied to clipboard
The ultimate BFT blockchain engine for decentralized organizations with powerful trustless interoperability.
issue #345 Test the case where the Delegate extra-agenda transaction is invalid because the timestamp is invalid. Question! I implemented that last extra agenda timestamp is bigger than origin timestamp,...
Though it's still safe cause it's checked in `create_agenda()` anyway.
Currently, `create_semantic_commit` only handles `Diff::None` and `Diff::Reserved`, so should handle `Diff::General` and `Diff::NonReserved`.
I think that it is useful to make dummy genesis files which will be used in dev or easy start
The sequence of commands in `main.rs` is different from those in `cli.rs`. Please rearrange commands based on the sequence defined in `cli.rs`.
Currently, `read_semantic_commit` in `repository/raw/implementation.rs` only handles `Diff:None` and `Diff:NonReserved` cases. The rest cases, `Diff:Reserved` and `General` should be handled.
implement for the issue, #473
A member who delegated its governance voting power cannot be an author for an agenda commit. Currently, the logic to check such condition in CSV is missing. Let's add it.
PR for about #450