This repository has been archived by the owner on Dec 20, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 3
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
fix: itests: Fix flaky paych test
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
itests: Test FEVM recursive calls
chore:shed:encode address to bytes
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
fix: EthAPI: Drop hack in GetStorageAt
make docsgen-cli
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.
Co-authored-by: raulk <[email protected]>
We can remove these later as we add more event types, but this will aid in debugging.
feat: eth: harden event processing
…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
dnkolegov
approved these changes
Feb 13, 2023
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
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 ofbuiltin-actors
and finally be able to load the IPC actors in Lotus.