wormhole/ethereum/test
Jonathan Claudius 8875735581
Move quorum out of verifyVM (#1162)
* Move quorum out of verifyVM

* Add stub out to demonstrate sol-based tests

* Remove unnecessary import

* Neaten up the quorum conditional

* Another iteration on figuring out the test logic

* Fix indentation

* Refactor quorum and setup unit-test cases

* fix return naming

* More variable name clean up

* Move length check inside loop structure

* Fix condition by wrapping

* Fix syntax error

* fix type definition for testCases

* Drop inline struct usage for simple 2d array

* Fix logic in quorum check

* Make test public and fully qualify quorum

* Make wormhole.sol fail

* Specify where to store testCases

* Define array directly

* Fix syntax error on array definition

* Fix variable name

* Move back to memory-based variable

* Add remove qualified quorum call

* Get really direct on quorum tests

* Simplify quorum logic

* Add test for 19 guardians
2022-06-07 09:45:47 -04:00
..
upgrades Run ethereum tests on CI (#1028) 2022-03-31 00:32:27 -04:00
bridge.js eth: token bridge transfer with payload 2022-05-11 21:24:36 -04:00
nft.js add aproval tests 2022-03-18 13:14:32 +00:00
tokenmigrator.js add token migration contract 2021-09-28 10:35:34 +00:00
wormhole.js Add to ethereum contract integration test coverage (#1053) 2022-04-14 10:11:04 -04:00
wormhole.sol Move quorum out of verifyVM (#1162) 2022-06-07 09:45:47 -04:00