Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Binary file not shown.
Binary file not shown.
10 changes: 5 additions & 5 deletions crates/kona/executor/testdata/testListREADME.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,11 +32,11 @@
* Network: Mainnet
* File: mainnet-cip64-reverted-tx_block-31071493.tar.gz
* Explorer: https://celo.blockscout.com/block/31071493
- GASPRICE opcode (DEX vault skim)
* Testcase: Block with CIP-64 tx (TX 25) calling a DEX vault skimmer contract. The contract uses the GASPRICE opcode which must return the effective gas price (not maxFeePerGas) for CIP-64 transactions.
* Network: Celo Mainnet
* File: mainnet-cip64-gasprice-opcode_block-32713950.tar.gz
* Explorer: https://celo.blockscout.com/block/32713950
- GASPRICE opcode
* Testcase: A CIP-64 tx that calls the GASPRICE opcode and emits an event with the result. The tx does this inside a contract constructor with the CIP-64 equivalent of `cast send --create 0x3a60005260206000a0`. The bytecode is `GASPRICE, PUSH1 0, MSTORE, PUSH1 32, PUSH1 0, LOG0`.
* Network: Celo Sepolia
* File: sepolia-cip64-gasprice-opcode_block-11462516.tar.gz
* Explorer: https://celo-sepolia.blockscout.com/block/11462516

## L1 to L2 bridge transaction
- Successful deposit
Expand Down