Skip to content

feat: pos execution specs#241

Merged
jhkimqd merged 7 commits intomainfrom
feat/execution-specs
Mar 4, 2026
Merged

feat: pos execution specs#241
jhkimqd merged 7 commits intomainfrom
feat/execution-specs

Conversation

@jhkimqd
Copy link
Contributor

@jhkimqd jhkimqd commented Feb 26, 2026

Description

  • PoS specific tests similar to https://github.com/ethereum/execution-specs but with additional coverage for unrunnable tests from the execution-specs repo, like tests for Polygon Improvement Proposals.
  • Intended to be run together with applicable tests in the execution-specs repo

Test Categories

  • EVM opcodes & EIPs:
    • EIP-1153 (TSTORE/TLOAD)
    • EIP-6780 (SELFDESTRUCT)
    • EIP-5656 (MCOPY)
    • EIP-3855 (PUSH0)
    • EIP-145 (SHL/SHR/SAR) bitwise/shift/call ops
    • Cancun/Shanghai coverage
  • Bor-specific behavior:
    • BLOCKHASH(0)
    • G_NEW_ACCOUNT skip
    • coinbase=0x0
    • min gas price
    • sprint timing
  • Polygon PIPs:
    • PIP-6/58 (BaseFeeChangeDenominator)
    • PIP-11 (milestone finality)
    • PIP-16 (tx dependency extraData)
    • PIP-30 (32KB code size)
    • PIP-36 (replayFailedStateSync)
    • PIP-45 (MATIC→POL rename)
    • PIP-74 (StateSyncTx 0x7F)
  • System contracts:
    • BorValidatorSet (0x1000)
    • StateReceiver (0x1001)
    • MRC20 (0x1010)
  • RPC & stress:
    • method conformance
    • concurrent load
    • fuzz transactions
    • balance/nonce invariants
  • Contract deployment:
    • creation edge cases
    • EIP-170/3860 code size limits
    • precompile discovery

Signed-off-by: Ji Hwan <jkim@polygon.technology>
Signed-off-by: Ji Hwan <jkim@polygon.technology>
Signed-off-by: Ji Hwan <jkim@polygon.technology>
Signed-off-by: Ji Hwan <jkim@polygon.technology>
Signed-off-by: Ji Hwan <jkim@polygon.technology>
@jhkimqd jhkimqd requested a review from a team February 26, 2026 04:56
Signed-off-by: Ji Hwan <jkim@polygon.technology>
Signed-off-by: Ji Hwan <jkim@polygon.technology>
Copy link
Collaborator

@leovct leovct left a comment

Choose a reason for hiding this comment

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

lgtm

@jhkimqd jhkimqd merged commit 7fd6f9e into main Mar 4, 2026
7 checks passed
@jhkimqd jhkimqd deleted the feat/execution-specs branch March 4, 2026 14:03
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.

2 participants