Entropy-Foundation / aptos-core

Aptos is a layer 1 blockchain built to support the widespread use of blockchain through better technology and user experience.
https://aptoslabs.com
Other
0 stars 2 forks source link

Add new entry function `create_vesting_contract_with_amounts` #82

Closed axiongsupra closed 1 month ago

axiongsupra commented 1 month ago

Add a couple of tests that calls create_vesting_contract_with_amounts and check/validate that schedule as well as amounts corresponding to shareholders are appropriately populated.

Thanks. I reused a few test cases and modify it to make them work.

sjoshisupra commented 1 month ago

Fixes #110