-
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
chore: merge release/v1.20.0 into master #10184
Merged
Merged
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
This checks Eth API consistency by walking the chain backwards from HEAD and verifying that all data returned from eth_getBlockByNumber is consistent with eth_getBlockByHash.
We no longer use the nonce here.
itests: Test EAM interactions from accounts
itests: Test FEVM recursive calls
fix: EthAPI: Drop hack in GetStorageAt
fix: EthAPI: Handle EthCall return correctly
Eth JSON-RPC: implement web3_clientVersion
feat: ethrpc: Support filtering by address in subscribe
…10152) - Event keys are now t1, t2, t3, t4 for topics; and d for data. - ref-fvm no longer stores events in the blockstore for us. It just returns events to the client, who is now responsible for handling them as it wishes / according to its configuration. - Add a flag to VMOpts to have the events AMT be written in the blockstore. - Add a flag to the ChainStore to advertise to the rest of the system if the ChainStore is storing events. - Enable that flag if the EthRPC is enabled (can also add an explicit configuration flag if wanted).
feat: compute a better gas limit for recursive external contract calls
…date itests: validate responses from ethereum json-rpc api
chore: cli: Confirm tooling that assumes knowledge of method params / returns don't break
fix: ethtypes: Correct 'no uncles' hash in NewEthBlock
itest: fix FEVM tests for upstream changes
magik6k
approved these changes
Feb 9, 2023
adlrocha
added a commit
to consensus-shipyard/lotus
that referenced
this pull request
Feb 13, 2023
This PR rebases eudico to use release/v1.20.0: filecoin-project/lotus#10184. This release should allow us to bundle the IPC actors within the `next` branch of `builtin-actors` and finally be able to load the IPC actors in Lotus.
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.
Related Issues
We are doing this periodically so that the latest v18 changes land in master.
Proposed Changes
Perform the merge.
Additional Info
Checklist
Before you mark the PR ready for review, please make sure that:
<PR type>: <area>: <change being made>
fix: mempool: Introduce a cache for valid signatures
PR type
: fix, feat, build, chore, ci, docs, perf, refactor, revert, style, testarea
, e.g. api, chain, state, market, mempool, multisig, networking, paych, proving, sealing, wallet, deps