This repository has been archived by the owner on Aug 29, 2023. It is now read-only.
Releases: Zondax/filecoin-solidity
Releases · Zondax/filecoin-solidity
v0.3.0-beta.1
Comments
This release is a MUST as there have been breaking changes on the wallaby network that makes the previous package versions fail.
What's Changed
- add report section to docs by @emmanuelm41 in #132
- Add tests contract for mock libs by @emmanuelm41 in #133
- Initial test for account actor by @neithanmo in #135
- Fix init actor tests by @rllola in #134
- fix account tests by @rllola in #138
- Create function for cid cbor serialization by @emmanuelm41 in #139
- add assumptions we took for the lib by @emmanuelm41 in #130
- Fix: typos by @omahs in #140
- Apply different improvements by @emmanuelm41 in #147
- Simplify actor method by removing redundant structs by @emmanuelm41 in #148
- Refactor testing by @rllola in #144
- Update tests with latest ref-fvm and builtin-actors by @emmanuelm41 in #156
- Fix Init actor tests by @emmanuelm41 in #157
- Fix precompiles API and add rust tests by @emmanuelm41 in #158
- add ripemd160 hash precompile by @emmanuelm41 in #159
New Contributors
Full Changelog: v0.2.0-beta.3...v0.3.0-beta.1
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
v0.2.0-beta.2
What's Changed
- fix os image used for CI jobs by @emmanuelm41 in #87
- use ref-fvm zondax forked repo for integration tests by @emmanuelm41 in #88
- make use of datacap singleton for testing by @emmanuelm41 in #89
- complete datacap tests by @emmanuelm41 in #90
- update ref fvm by @emmanuelm41 in #91
- Complete datacap tests by @emmanuelm41 in #92
- fix int256 and uint256 parsing methods by @emmanuelm41 in #93
- fix readme link by @snissn in #95
- Add deal to test maket actor api by @rllola in #96
- APIs to access Filecoin specific precompiles by @rllola in #99
- Miner testing by @rllola in #101
- fix test power by @rllola in #104
- added utils handle_filecoin_method by @rllola in #106
- update ref-fvm and builtin-actors fix to a tag by @rllola in #108
New Contributors
Full Changelog: v0.2.0-beta.1...v0.2.0-beta.2
v0.2.0-beta.1
What's Changed
- Make builtin-actors a submodule by @emmanuelm41 in #60
- Add power test cases by @emmanuelm41 in #61
- cache previous buildings to reduce test duration by @emmanuelm41 in #62
- replace readUInt256 for bytes by @emmanuelm41 in #63
- Add contracts as usage examples by @emmanuelm41 in #64
- Working Verifreg singleton by @rllola in #59
- create a new multisig actor in order to test api by @emmanuelm41 in #76
- Update README.md by @ainhoa-a in #79
- update dependecies integration test by @rllola in #77
- fix some market actor tests by @rllola in #85
- rename package by @emmanuelm41 in #86
New Contributors
Full Changelog: v0.1.0-beta.7...v0.2.0-beta.1
v0.1.0-beta.7
What's Changed
- Power integration test by @rllola in #57
- Bring mock contracts to this repo by @emmanuelm41 in #58
Full Changelog: v0.1.0-beta.6...v0.1.0-beta.7
v0.1.0-beta.6
## What's New
DataCap, Init, Account and Multisig actors added.
What's Changed
- Add DataCap actor support by @emmanuelm41 in #50
- Add Init actor by @emmanuelm41 in #51
- Add Account actor by @emmanuelm41 in #54
- Add multisig actor by @emmanuelm41 in #56
- Set method nums to exported type by @emmanuelm41 in #55
Full Changelog: v0.1.0-beta.5...v0.1.0-beta.6
v0.1.0-beta.5
What's Changed
Full Changelog: v0.1.0-beta.4...v0.1.0-beta.5
v0.1.0-beta.4
What's Changed
- use old method numbers on miner api by @emmanuelm41 in #48
Full Changelog: v0.1.0-beta.3...v0.1.0-beta.4
Minor changes and docs
What's Changed
- rename target arg name and add docs for it on miner actor by @emmanuelm41 in #47
Full Changelog: v0.1.0-beta.2...v0.1.0-beta.3