postech-dao / simperby

The ultimate BFT blockchain engine for decentralized organizations with powerful trustless interoperability.
MIT License
70 stars 38 forks source link

Add invalid_delegate_transaction_with_invalid_timestamp #500

Closed SonMinWoo closed 10 months ago

SonMinWoo commented 10 months ago

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, but unit test error occured. Please teach me why the error occurs.