This repository has been archived by the owner on Aug 29, 2023. It is now read-only.
v2.0.0-beta.1
emmanuelm41
released this
27 Feb 18:30
·
33 commits
to master
since this release
What's New
As you can see, a huge amount of PRs have been merged recently. Many of these changes are breaking backward compatibility, so please review your contracts and fix errors that will show up.
What's Changed
- remove multisig actor and some precompiles by @emmanuelm41 in #246
- Clean comments on library by @emmanuelm41 in #247
- Fix import statements in README.md by @shrenujbansal in #225
- Vendor external dependencies by @emmanuelm41 in #248
- Various code improvements by @emmanuelm41 in #249
- add mythril tool for security tests by @emmanuelm41 in #253
- Validate that non singleton actor ids are above 100 by @emmanuelm41 in #255
- Organize code and fix some docs by @emmanuelm41 in #257
- Verify solc is installed by @rllola in #239
- add inline docs to many actor methods by @emmanuelm41 in #258
- clean library even further by @emmanuelm41 in #290
- Fix market test publish deal by @rllola in #259
- remove fixme forgotten comment by @rllola in #291
- Apply more improvements and cleaning by @emmanuelm41 in #292
- add some required features by @emmanuelm41 in #293
- add inline docs for CborDecode lib by @emmanuelm41 in #296
- move BigInt and BigNumber structs inside libs by @emmanuelm41 in #297
- Remove universal hook for verifreg as it cant be called successfully by @rllola in #299
- use handleFilecoinMethod and deserialize universal hook params by @rllola in #300
- Rename the "call actor"
read_only
parameter tostatic_call
by @Stebalien in #302 - check frc0042 method number by @rllola in #301
- Bump undici from 5.12.0 to 5.19.1 in /hardhat by @dependabot in #231
- fix typo on verified client by @emmanuelm41 in #304
- create custom errors for different scenarios by @emmanuelm41 in #307
- Add cbor decode unit tests by @emmanuelm41 in #305
- create FilAddress struct to replace bytes by @emmanuelm41 in #308
- apply new modifications and some missing changes by @emmanuelm41 in #312
- create FilActorId type to replace generic uint64 by @emmanuelm41 in #313
- Fix wrong type on miner actor by @emmanuelm41 in #314
- feat: add leb128 encoding feature by @rllola in #315
- feat: add function to create Filecoin Address from ActorID by @rllola in #317
New Contributors
- @shrenujbansal made their first contribution in #225
- @Stebalien made their first contribution in #302
Full Changelog: v1.0.1-beta.1...v2.0.0-beta.1