This repository has been archived by the owner on Aug 29, 2023. It is now read-only.
v0.2.0-beta.3
What's Changed
- added missing withdraw_balance to miner by @rllola in #109
- Allow arbitrary addresses for actor code by @emmanuelm41 in #112
- Convert api to libraries and create test contracts by @emmanuelm41 in #113
- fix order in call_actor by @rllola in #110
- Change int256 for BigNumber struct for DataCap actor by @emmanuelm41 in #117
- Change int256 for BigNumber struct for the other actors by @emmanuelm41 in #118
- Add test for Verifreg actor by @neithanmo in #120
- Convert remaining int256 to BigNumber by @emmanuelm41 in #121
- Fix solidity warnings by @emmanuelm41 in #122
- Fix mock contracts, remove warnings, delete get_randomness precompile by @emmanuelm41 in #123
- Rename BigNumber to BigInt by @emmanuelm41 in #125
- fix verifreg tests by @rllola in #126
New Contributors
- @neithanmo made their first contribution in #120
Full Changelog: v0.2.0-beta.2...v0.2.0-beta.3