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 branch into master #10272

Merged
merged 21 commits into from
Feb 15, 2023
Merged

Conversation

arajasek
Copy link
Contributor

Related Issues

As in the title, introduces support for the calibration net v18 upgrade into master.

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

snissn and others added 20 commits February 13, 2023 13:57
1. We do allow deploying with empty initcode.
2. Make sure that the encoded "code" is non-empty, if specified.

Basically, this makes everything consistent (and it's how I specified it
in the FIP).
Otherwise we may, e.g., try to estimate gas on a message to an f4
address before the nv18 migration.

I'm _not_ checking the "prior messages" here as this is just a sanity
check.
Co-authored-by: Łukasz Magiera <[email protected]>
Co-authored-by: Raúl Kripalani <[email protected]>
…ge-validity

fix: stmgr: check message validity before invoking vm
This:

- Improves error handling when the FFI is passed invalid messages.
- Updates the FVM.
fix: stmgr: copy the message before modifying it
- bump version to v1.20.0-rc1
@arajasek arajasek requested a review from a team as a code owner February 15, 2023 01:10
@arajasek arajasek force-pushed the asr/merge-release-into-master branch from 5d336d9 to 75c744a Compare February 15, 2023 01:29
@arajasek arajasek merged commit 29a82cd into master Feb 15, 2023
@arajasek arajasek deleted the asr/merge-release-into-master branch February 15, 2023 14: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.

7 participants