Skip to content
This repository has been archived by the owner on Dec 20, 2023. It is now read-only.

Rebase release/v1.20.0 #70

Merged
merged 676 commits into from
Feb 13, 2023
Merged

Rebase release/v1.20.0 #70

merged 676 commits into from
Feb 13, 2023

Conversation

adlrocha
Copy link
Contributor

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.

iand and others added 30 commits January 23, 2023 14:37
Backport: fix: ci: Add back <<network>> parameter for docker push
feat: minor improvements to Ethereum delegated siggys
…o-master

chore: merge release/v1.20.0 into master
itests: Test EAM interactions from accounts
Standarize cli/code functions similar to: filecoin-project/lotus#9317

- cctx.NArg() instead of cctx.Args().xxx
- Add check for args and print help on functions that did not have it
make docsgen-cli
Stebalien and others added 24 commits February 10, 2023 07:41
We now enforce the following rules:

1. No duplicate topics or data.
2. Topics must have 32 byte keys.
3. Topics may not be skipped. (e.g., no t1 & t3 without a t2).
4. Raw codecs.

We _don't_ require that topics/data be emitted in any specific order.

We _skip_ events with unknown keys. We _drop_ events that violate the
above rules.
We can remove these later as we add more event types, but this will aid
in debugging.
…216)

* 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
Eth JSON-RPC: support passing uint64 in JSON-RPC arguments for EthUint64
@adlrocha adlrocha marked this pull request as ready for review February 13, 2023 09:17
@adlrocha adlrocha requested a review from dnkolegov February 13, 2023 16:23
@adlrocha adlrocha merged commit 8d114e2 into spacenet Feb 13, 2023
@adlrocha adlrocha deleted the adlrocha/rebase branch February 13, 2023 18:03
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.