Releases: ava-labs/subnet-evm
Releases · ava-labs/subnet-evm
Native Minter Precompile + [email protected]
What's Changed
- Remove large license from readme example code by @aaronbuchwald in #50
- Nits by @aaronbuchwald in #52
- bump: go 1.17 and avalanchego v1.7.7 by @hexfusion in #53
- Add uint256 role blurb on allow list to readme by @aaronbuchwald in #47
- Add docs on genesis allocation by @aaronbuchwald in #51
- Shutdown Debugging by @patrick-ogrady in #56
- Set precompile code by @aaronbuchwald in #54
- AV-1296: add minter precompile by @ceyonur in #45
- Simple Load Simulator by @patrick-ogrady in #57
- Print GPS by @patrick-ogrady in #59
- Update VM ID by @aaronbuchwald in #58
- add contract examples by @ceyonur in #60
- v0.2.0 Release Nits by @patrick-ogrady in #61
New Contributors
- @hexfusion made their first contribution in #53
Full Changelog: v0.1.2...v0.2.0
Stateful Precompiles + Deployer AllowList
What's Changed
- [AV-1297] Add framework for stateful precompiles by @aaronbuchwald in #21
- Prevent prohibited addresses nits by @aaronbuchwald in #28
- simplify prevent address set by @ceyonur in #29
- Prevent Prohibited Sender/Creation by @patrick-ogrady in #27
- add pointer config by @patrick-ogrady in #33
- [proposal] automatically set marker + use code instead of nonce to be more canonical by @patrick-ogrady in #32
- [AV-1356] Cache eth_feeHistory response (for MM support) by @patrick-ogrady in #35
- scripts: support static compile, fix "-X" import paths by @gyuho in #30
- More eth_feeHistory changes by @patrick-ogrady in #37
- Remove genesis contract from test genesis json configs by @aaronbuchwald in #36
- Cleanup ./scripts/run.sh by @patrick-ogrady in #26
- Abstract allow list and separate contract allow list by @aaronbuchwald in #38
- Function selectors precompile by @patrick-ogrady in #31
- Switch language to setEnabled by @aaronbuchwald in #39
- Update README.md by @yulin-dong in #40
- Clarify factory contract requirements for deployer allow list by @aaronbuchwald in #42
- Ci improvements by @aaronbuchwald in #41
- Update PR runs by @patrick-ogrady in #44
- merge coreth 0.8.6 by @ceyonur in #43
- v0.1.2 Release Prep by @patrick-ogrady in #46
New Contributors
- @aaronbuchwald made their first contribution in #21
- @gyuho made their first contribution in #30
Full Changelog: v0.1.1...v0.1.2
AllowList + Stateful Precomples
What's Changed
- [AV-1297] Add framework for stateful precompiles by @aaronbuchwald in #21
- Prevent prohibited addresses nits by @aaronbuchwald in #28
- simplify prevent address set by @ceyonur in #29
- Prevent Prohibited Sender/Creation by @patrick-ogrady in #27
- add pointer config by @patrick-ogrady in #33
- [proposal] automatically set marker + use code instead of nonce to be more canonical by @patrick-ogrady in #32
New Contributors
- @aaronbuchwald made their first contribution in #21
Full Changelog: v0.1.1...v0.1.2-rc0
[email protected] Support
This release updates subnet-evm
to work with the breaking gRPC changes introduced in [email protected]. DO NOT RUN THIS RELEASE ON AVALANCHEGO<v1.7.5
What's Changed
- Fuji Subnet Tutorial by @patrick-ogrady in #4
- Airdrop Support + 11111 Network Genesis by @patrick-ogrady in #5
- add WAGMI info by @patrick-ogrady in #6
- WWAGMI by @patrick-ogrady in #7
- WAGMI added by @patrick-ogrady in #9
- italic fix by @patrick-ogrady in #10
- Update README.md by @yulin-dong in #8
- Coreth 0.8.4 by @ceyonur in #11
- add allowfeerecipients in genesis & add coinbase to chain config by @ceyonur in #16
- Fix Fee Recipient README by @patrick-ogrady in #18
- Fuji Deployment example compliant Dockerfile by @yevhenvolchenko in #20
- merge coreth-0.8.5-rc.2 by @ceyonur in #15
New Contributors
- @patrick-ogrady made their first contribution in #4
- @yulin-dong made their first contribution in #8
- @ceyonur made their first contribution in #11
- @yevhenvolchenko made their first contribution in #20
Full Changelog: v0.0.2...v0.1.1
Initial Release
First release of Subnet-EVM. Big thanks to @ceyonur and @aaronbuchwald for their help in getting this out.