-
Notifications
You must be signed in to change notification settings - Fork 1.3k
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
chore: merge release/v1.20.0 into hyperspace #10204
chore: merge release/v1.20.0 into hyperspace #10204
Conversation
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.
LOTUS_FEVM_ENABLEETHRPC: Fix env variable name in error
tests: itests: test creating a contract and sending value
fix: shed: Standardize use of path flag
tests: itests: test create2 and destroy
feat: cli: allow value send from f4 to any address type
…mport-napshot feat: eth: populate tx hash database on startup
fix: ethrpc: Add missing fields to EthTx
feat: eth cli: Strip out empty spaces around contract bytes
…check fix: chain: make sure the head is empty, not the code
We no longer need it because specs-actors is deprecated. v7 vectors have been merged to master.
* bootstrap node multiaddr * new genesis file these files are necessary for others to build lotus and join the new butterflynet, reset on February 08, 2023
…rounds fix: null rounds: pass correct timestamp to the FVM.
…et-reset-artifacts updates butterflynet reset artifacts
…0228) Co-authored-by: Raúl Kripalani <raul@protocol.ai>
These are tracked in #10212. I prefer to merge first to have a clean base to work on, and then fix any issues + work on the migration. SGTY? If yes, let's close this one and go with #10233 which is a fresher merged (I just opened now, without realising this one existed here). |
Actually, let's go with this one, since the conversation is here. Pushed a fresher merge here. |
Actually, given that tests fail, better to fix before merging. |
Will merge into a staging branch and from there onwards. |
Related Issues
We need to periodically merge our
release/v1.20.0
branch into hyperspace. I don't know what the long-term solution for this network / branch is gonna be, but for now this unblocks @nonsense.Proposed Changes
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