Skip to content
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 hyperspace #10204

Merged
merged 108 commits into from
Feb 10, 2023

Conversation

arajasek
Copy link
Contributor

@arajasek arajasek commented Feb 7, 2023

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:

  • Commits have a clear commit message.
  • PR title is in the form of of <PR type>: <area>: <change being made>
    • example: fix: mempool: Introduce a cache for valid signatures
    • PR type: fix, feat, build, chore, ci, docs, perf, refactor, revert, style, test
    • area, e.g. api, chain, state, market, mempool, multisig, networking, paych, proving, sealing, wallet, deps
  • New features have usage guidelines and / or documentation updates in
  • Tests exist for new functionality or change in behavior
  • CI is green

magik6k and others added 19 commits February 9, 2023 17:56
LOTUS_FEVM_ENABLEETHRPC: Fix env variable name in error
tests: itests: test creating a contract and sending value
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
@raulk
Copy link
Member

raulk commented Feb 10, 2023

We have a couple of issues:

  • Signature verification.
  • Events (we need to do something about this).
  • FFI version switching.

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).

@raulk
Copy link
Member

raulk commented Feb 10, 2023

Actually, let's go with this one, since the conversation is here. Pushed a fresher merge here.

@raulk
Copy link
Member

raulk commented Feb 10, 2023

Actually, given that tests fail, better to fix before merging.

@raulk raulk changed the base branch from ntwk/hyperspace to raulk/hyperspace-nv20-staging February 10, 2023 16:47
@raulk
Copy link
Member

raulk commented Feb 10, 2023

Will merge into a staging branch and from there onwards.

@raulk raulk merged commit 8c59d9d into raulk/hyperspace-nv20-staging Feb 10, 2023
@raulk raulk deleted the asr/merge-release-into-hyperspace branch February 10, 2023 16:47
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.