-
Notifications
You must be signed in to change notification settings - Fork 1.3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
build: release: v1.20.0 #10371
Merged
build: release: v1.20.0 #10371
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
itests: Test FEVM recursive calls
fix: EthAPI: Drop hack in GetStorageAt
fix: EthAPI: Handle EthCall return correctly
Eth JSON-RPC: implement web3_clientVersion
feat: vm: Assert empty object CID when dumping state
itests: add event matrix tests for realtime eth filters and subscriptions
…te-codeql backport: chore: ci: Update codeql to v2
- Consider funds to EAM as locked - Add evm, placeholder and ethaccount to circ supply
…CFix2 fix: test: change Filter rpc type from uint to hash to match fevm implementation
chore: ux: avoid actor not found
1. Return an error on gas estimation failure instead of logging. 2. Return early when processing signed messages on failure instead of continuing.
fix: eth: cleanup error cases
feat: shed: test the nv18 migration
* add itests for various fevm block properties and assert correct chain id * add value checks to the block property solidity itests * move get block function to kit
chore: release v1.20.0-rc2
This will make `lotus send` mostly just "do what the user wants" in this case: 1. The user may not explicitly specify a method number. 2. Parameters are automatically cbor-encoded where applicable. 3. The method number is automatically selected based on the recipient (CreateExternal if sent to the EAM, InvokeEVM otherwise).
feat: gas: overestimate around the Hygge upgrade
fix: cli: send with InvokeEVM when sending from an eth account
chore: deps: update to go-state-types v0.10.0
fix: EthGetBalance: lookup balance at correct state
chore: deps: update to FFI v1.20.0
chore: deps: update to actors v10.0.0
* add upgrade epoch and bump version * Update changelog --------- Co-authored-by: Aayush <[email protected]>
shrenujbansal
approved these changes
Mar 1, 2023
Stebalien
approved these changes
Mar 1, 2023
arajasek
approved these changes
Mar 1, 2023
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
No description provided.