Conversation
…ing L1 event processing Move "update signer" after delegation and removal-prerequisite tests so the Heimdall node's key still matches the registered validator signer while staking events (StakeUpdate, UnstakeInit) need to be picked up from L1. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
…tion Move "remove validator" before "update signer" so the validator's new key only takes effect after all staking events (StakeUpdate, UnstakeInit) have been picked up by Heimdall. With the old order, updateSigner at position 7 severed L1 event delivery before "remove validator" could complete. Add --gas-limit 200000 to all four Plasma bridge withdraw cast send calls to bypass Bor's pending-state gas estimation bug: in a multi-validator devnet, eth_estimateGas with block=pending returns null balance, causing ErrInsufficientFundsForTransfer even when the account has sufficient funds. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
Adds tests/pos/bridge/pos.bats covering the pos-portal (RootChainManager / ChildChainManager) bridge: ETH, ERC20, ERC721, ERC1155 deposit + withdraw. Moves the existing plasma suite to tests/pos/bridge/plasma.bats so both bridges live side by side, with a README.md explaining the split (POL/MATIC/native -> plasma, everything else -> pos-portal). Extracts the state-sync / checkpoint / exit-proof helpers shared by both suites into core/helpers/scripts/pos-bridge.bash, and teaches pos-setup.bash to resolve pos-portal addresses from the matic-contract-addresses-with-pos-portal artifact when the devnet deploys it. Inventory + README test_tags regenerated via scripts/update-tests-inventory.sh. Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
# Conflicts: # TESTSINVENTORY.md
Signed-off-by: Ji Hwan <jkim@polygon.technology>
Signed-off-by: Ji Hwan <jkim@polygon.technology>
Contributor
|
Closing in favor of https://github.com/0xPolygon/pos-e2e/pull/1 |
This file contains hidden or 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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
Related to: