EOSIO / eosio.contracts

Smart contracts that provide some of the basic functions of the EOSIO blockchain
https://eosio.github.io/eosio.contracts/latest
MIT License
326 stars 500 forks source link

Add msig (abi) approval test #531

Closed allenhan2 closed 3 years ago

allenhan2 commented 4 years ago

Change Description

Add msig approval tests to verify proposal and approvals being sent correctly. run unit test with debug option as:

"./tests/unit_test -- --verbose"

Deployment Changes

API Changes

Documentation Additions