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 master #10238

Merged
merged 81 commits into from
Feb 13, 2023
Merged

Conversation

arajasek
Copy link
Contributor

As in the title.

ychiaoli18 and others added 30 commits January 20, 2023 12:37
feat: pack: add git tag to builtin_actors_gen
This:

1. Updates the builtin actors bundle (for actors v10).
2. Updates the event entry type to include the codec.
3. Removes the cbor encoding and zero trimming from event data.

I've chose to:

1. _Not_ add codec handling to the event filtering system for now.
2. _Skip_ events with unexpected codecs.

We don't actually _allow_ these events in the FVM right now, and it
simplifies the implementation.

However, I _am_ recording the codecs in the database so we don't have to
migrate it later.
fix: build: use actual v9 bundles for butterfly
…de-getter

feat: actors: Add bytecode getter
fix: ethrpc: Don't send sub notifs in array
LOTUS_FEVM_ENABLEETHRPC: Fix env variable name in error
tests: itests: test creating a contract and sending value
Stebalien and others added 12 commits February 10, 2023 20:49
)

* fix: stmgr: make the tipset and height agree when estimating gas

Specifically re-execute all messages in the current tipset, tacking the new
message onto the end. That way, the epoch is the epoch of the current tipset.

We could try to "make" a fake block and use that, but that's unlikely to
work well.

* fix: stmgr: only apply tipset messages for CallWithGas

* fix: itest: window post dispute
chore: deps: update FFI, go-state-types, actors to RCs
@arajasek arajasek requested a review from a team as a code owner February 10, 2023 23:43
Eth JSON-RPC: support passing uint64 in JSON-RPC arguments for EthUint64
Copy link
Member

@raulk raulk left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

#10239 needs to land first.

EDIT: ✅

@magik6k
Copy link
Contributor

magik6k commented Feb 13, 2023

Merged in #10246, master, and resolved conflicts (make gen)

@magik6k magik6k merged commit 61f29a8 into master Feb 13, 2023
@magik6k magik6k deleted the asr/merge-release-into-master branch February 13, 2023 14:25
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.

9 participants