aergoio / aergo

aergo blockchain kernel
http://docs.aergo.io
MIT License
214 stars 44 forks source link

integration tests for dpos and raft #290

Closed kroggen closed 11 months ago

kroggen commented 11 months ago

This does not require sync test, only test files are changed

kroggen commented 11 months ago

Note: currently the test for raft is marked as public to be able to run the same gas tests used on other consensus, but it can be changed later to private. On this case all checks of used gas on all tests should be disabled if consensus == "raft"

kroggen commented 11 months ago

@hayarobi

Execution timeout is not happening when deploying 6 contracts on the same transaction on dpos and raft, as can be seen here

This is a good thing. It means that the contract compilation is fast.