diff --git a/.changelog/bump-revm-43.md b/.changelog/bump-revm-43.md new file mode 100644 index 0000000000000..a460dcad63296 --- /dev/null +++ b/.changelog/bump-revm-43.md @@ -0,0 +1,7 @@ +--- +cast: patch +anvil: patch +forge: patch +--- + +Updated Foundry's Ethereum, Optimism, Tempo, and Monad EVM integrations to revm 43. diff --git a/Cargo.lock b/Cargo.lock index 6fb4d66c201d2..b4eb3993704b8 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -327,9 +327,9 @@ dependencies = [ [[package]] name = "alloy-evm" -version = "0.38.0" +version = "0.39.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "6b307a52f91f7f3aad56b5cb4f54e5eb17dd0b3f4b2c82823301499fe1c6fdaf" +checksum = "7b6bd5f7e5ce9858bac99275e3f548c3b63bb3e5806da0142dc0b2f518d3ec4a" dependencies = [ "alloy-consensus", "alloy-eips", @@ -404,8 +404,7 @@ dependencies = [ [[package]] name = "alloy-monad-evm" version = "0.7.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "073fc2352af298651092274df4390a83ffe4abd05d68e88a0974dfa6a5e96a45" +source = "git+https://github.com/stevencartavia/alloy-monad-evm?rev=1fc51774d1947939d67bab20bd3193f4d094ce9a#1fc51774d1947939d67bab20bd3193f4d094ce9a" dependencies = [ "alloy-evm", "alloy-primitives", @@ -455,7 +454,7 @@ dependencies = [ [[package]] name = "alloy-op-evm" version = "0.32.0" -source = "git+https://github.com/foundry-rs/optimism?rev=566d19ee21aef0b1235c028bd1a4a98eacb95753#566d19ee21aef0b1235c028bd1a4a98eacb95753" +source = "git+https://github.com/foundry-rs/optimism?rev=a2f154f41f90584011923d7ac45aa840b037bbd0#a2f154f41f90584011923d7ac45aa840b037bbd0" dependencies = [ "alloy-consensus", "alloy-eips", @@ -472,7 +471,7 @@ dependencies = [ [[package]] name = "alloy-op-hardforks" version = "0.5.0" -source = "git+https://github.com/foundry-rs/optimism?rev=566d19ee21aef0b1235c028bd1a4a98eacb95753#566d19ee21aef0b1235c028bd1a4a98eacb95753" +source = "git+https://github.com/foundry-rs/optimism?rev=a2f154f41f90584011923d7ac45aa840b037bbd0#a2f154f41f90584011923d7ac45aa840b037bbd0" dependencies = [ "alloy-chains", "alloy-hardforks", @@ -1212,7 +1211,7 @@ version = "1.1.5" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "40c48f72fd53cd289104fc64099abca73db4166ad86ea0b4341abe65af83dadc" dependencies = [ - "windows-sys 0.60.2", + "windows-sys 0.61.2", ] [[package]] @@ -1236,7 +1235,7 @@ checksum = "291e6a250ff86cd4a820112fb8898808a366d8f9f58ce16d1f538353ad55747d" dependencies = [ "anstyle", "once_cell_polyfill", - "windows-sys 0.60.2", + "windows-sys 0.61.2", ] [[package]] @@ -2773,7 +2772,7 @@ version = "3.9.3" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "6dee98b0db6a962de883bf5d20362dee4d7ca0d12fe39a7c6c73c844e1cd7c1f" dependencies = [ - "darling 0.20.11", + "darling 0.23.0", "ident_case", "prettyplease", "proc-macro2", @@ -3267,7 +3266,7 @@ dependencies = [ "terminfo", "thiserror 2.0.20", "which", - "windows-sys 0.60.2", + "windows-sys 0.61.2", ] [[package]] @@ -3426,7 +3425,7 @@ version = "3.1.1" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "faf9468729b8cbcea668e36183cb69d317348c2e08e994829fb56ebfdfbaac34" dependencies = [ - "windows-sys 0.52.0", + "windows-sys 0.61.2", ] [[package]] @@ -4660,7 +4659,7 @@ dependencies = [ "libc", "option-ext", "redox_users 0.5.2", - "windows-sys 0.60.2", + "windows-sys 0.61.2", ] [[package]] @@ -4967,7 +4966,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "39cab71617ae0d63f51a36d69f866391735b51691dbda63cf6f96d042b63efeb" dependencies = [ "libc", - "windows-sys 0.52.0", + "windows-sys 0.61.2", ] [[package]] @@ -5136,7 +5135,7 @@ checksum = "0ce92ff622d6dadf7349484f42c93271a0d49b7cc4d466a936405bacbe10aa78" dependencies = [ "cfg-if", "rustix", - "windows-sys 0.52.0", + "windows-sys 0.59.0", ] [[package]] @@ -6227,7 +6226,7 @@ dependencies = [ [[package]] name = "foundry-fork-db" version = "0.27.0" -source = "git+https://github.com/foundry-rs/foundry-core?rev=78e5b57f86986eabd969a5fdf238b8159f7086fd#78e5b57f86986eabd969a5fdf238b8159f7086fd" +source = "git+https://github.com/foundry-rs/foundry-core?rev=6cca44292db0817340a0e3129170ec2041301d75#6cca44292db0817340a0e3129170ec2041301d75" dependencies = [ "alloy-chains", "alloy-consensus", @@ -6581,8 +6580,8 @@ dependencies = [ "libc", "log", "rustversion", - "windows-link 0.1.3", - "windows-result 0.3.4", + "windows-link 0.2.1", + "windows-result 0.4.1", ] [[package]] @@ -7036,7 +7035,7 @@ dependencies = [ "js-sys", "log", "wasm-bindgen", - "windows-core 0.61.2", + "windows-core 0.62.2", ] [[package]] @@ -7396,7 +7395,7 @@ checksum = "3640c1c38b8e4e43584d8df18be5fc6b0aa314ce6ebf51b53313d4306cca8e46" dependencies = [ "hermit-abi", "libc", - "windows-sys 0.52.0", + "windows-sys 0.61.2", ] [[package]] @@ -8060,8 +8059,7 @@ dependencies = [ [[package]] name = "monad-revm" version = "0.7.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "45140c3d02697754087d1b9cfcfca63a1edf6bd61bdb6e53eba0bfb451ffb387" +source = "git+https://github.com/stevencartavia/monad-revm?rev=367634f55ba7b24714df41c536474c13871ab975#367634f55ba7b24714df41c536474c13871ab975" dependencies = [ "alloy-sol-types", "auto_impl", @@ -8251,7 +8249,7 @@ version = "0.50.3" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "7957b9740744892f114936ab4a57b3f487491bbeafaf8083688b16841a4240e5" dependencies = [ - "windows-sys 0.60.2", + "windows-sys 0.61.2", ] [[package]] @@ -8500,7 +8498,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "b685c8311c9171d1bd2895222965d25616b2de2cb5819dd3504ed9250df9fecd" dependencies = [ "ahash", - "hashbrown 0.16.1", + "hashbrown 0.17.1", "parking_lot", "stable_deref_trait", ] @@ -8514,7 +8512,7 @@ checksum = "d6790f58c7ff633d8771f42965289203411a5e5c68388703c06e14f24770b41e" [[package]] name = "op-alloy" version = "2.0.0" -source = "git+https://github.com/foundry-rs/optimism?rev=566d19ee21aef0b1235c028bd1a4a98eacb95753#566d19ee21aef0b1235c028bd1a4a98eacb95753" +source = "git+https://github.com/foundry-rs/optimism?rev=a2f154f41f90584011923d7ac45aa840b037bbd0#a2f154f41f90584011923d7ac45aa840b037bbd0" dependencies = [ "op-alloy-consensus", "op-alloy-network", @@ -8526,7 +8524,7 @@ dependencies = [ [[package]] name = "op-alloy-consensus" version = "2.0.0" -source = "git+https://github.com/foundry-rs/optimism?rev=566d19ee21aef0b1235c028bd1a4a98eacb95753#566d19ee21aef0b1235c028bd1a4a98eacb95753" +source = "git+https://github.com/foundry-rs/optimism?rev=a2f154f41f90584011923d7ac45aa840b037bbd0#a2f154f41f90584011923d7ac45aa840b037bbd0" dependencies = [ "alloy-consensus", "alloy-eips", @@ -8553,7 +8551,7 @@ checksum = "a79f352fc3893dcd670172e615afef993a41798a1d3fc0db88a3e60ef2e70ecc" [[package]] name = "op-alloy-network" version = "2.0.0" -source = "git+https://github.com/foundry-rs/optimism?rev=566d19ee21aef0b1235c028bd1a4a98eacb95753#566d19ee21aef0b1235c028bd1a4a98eacb95753" +source = "git+https://github.com/foundry-rs/optimism?rev=a2f154f41f90584011923d7ac45aa840b037bbd0#a2f154f41f90584011923d7ac45aa840b037bbd0" dependencies = [ "alloy-consensus", "alloy-network", @@ -8566,7 +8564,7 @@ dependencies = [ [[package]] name = "op-alloy-provider" version = "2.0.0" -source = "git+https://github.com/foundry-rs/optimism?rev=566d19ee21aef0b1235c028bd1a4a98eacb95753#566d19ee21aef0b1235c028bd1a4a98eacb95753" +source = "git+https://github.com/foundry-rs/optimism?rev=a2f154f41f90584011923d7ac45aa840b037bbd0#a2f154f41f90584011923d7ac45aa840b037bbd0" dependencies = [ "alloy-network", "alloy-primitives", @@ -8580,7 +8578,7 @@ dependencies = [ [[package]] name = "op-alloy-rpc-types" version = "2.0.0" -source = "git+https://github.com/foundry-rs/optimism?rev=566d19ee21aef0b1235c028bd1a4a98eacb95753#566d19ee21aef0b1235c028bd1a4a98eacb95753" +source = "git+https://github.com/foundry-rs/optimism?rev=a2f154f41f90584011923d7ac45aa840b037bbd0#a2f154f41f90584011923d7ac45aa840b037bbd0" dependencies = [ "alloy-consensus", "alloy-eips", @@ -8600,7 +8598,7 @@ dependencies = [ [[package]] name = "op-alloy-rpc-types-engine" version = "2.0.0" -source = "git+https://github.com/foundry-rs/optimism?rev=566d19ee21aef0b1235c028bd1a4a98eacb95753#566d19ee21aef0b1235c028bd1a4a98eacb95753" +source = "git+https://github.com/foundry-rs/optimism?rev=a2f154f41f90584011923d7ac45aa840b037bbd0#a2f154f41f90584011923d7ac45aa840b037bbd0" dependencies = [ "alloy-consensus", "alloy-eips", @@ -8620,7 +8618,7 @@ dependencies = [ [[package]] name = "op-revm" version = "20.0.0" -source = "git+https://github.com/foundry-rs/optimism?rev=566d19ee21aef0b1235c028bd1a4a98eacb95753#566d19ee21aef0b1235c028bd1a4a98eacb95753" +source = "git+https://github.com/foundry-rs/optimism?rev=a2f154f41f90584011923d7ac45aa840b037bbd0#a2f154f41f90584011923d7ac45aa840b037bbd0" dependencies = [ "auto_impl", "op-alloy-consensus", @@ -9536,7 +9534,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "b570b25f7617e43d59005d0990ccb79e950a423952cea19671b7a876da390adf" dependencies = [ "anyhow", - "itertools 0.12.1", + "itertools 0.14.0", "proc-macro2", "quote", "syn 2.0.119", @@ -9688,7 +9686,7 @@ dependencies = [ "once_cell", "socket2", "tracing", - "windows-sys 0.52.0", + "windows-sys 0.61.2", ] [[package]] @@ -10148,8 +10146,8 @@ dependencies = [ [[package]] name = "reth-chainspec" -version = "2.4.1" -source = "git+https://github.com/paradigmxyz/reth?rev=10aa6a512ba7c4f5f01ff489b1f513da0745821f#10aa6a512ba7c4f5f01ff489b1f513da0745821f" +version = "2.5.1" +source = "git+https://github.com/paradigmxyz/reth?rev=791a29d#791a29d7d9c2f151ed4821d1c5fa2865a1908c6b" dependencies = [ "alloy-chains", "alloy-consensus", @@ -10168,9 +10166,9 @@ dependencies = [ [[package]] name = "reth-codecs" -version = "0.6.0" +version = "0.7.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "1f0dd7f542fbcae0e490ebe13f3eababcc05547375246ff7f62700b533cf3f01" +checksum = "d34b0b409ecf930ed3850e92bd9b4d4f8a8c397eef23e8ba5b1a1a02682a94bd" dependencies = [ "alloy-consensus", "alloy-eips", @@ -10189,9 +10187,9 @@ dependencies = [ [[package]] name = "reth-codecs-derive" -version = "0.6.0" +version = "0.7.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "e7e508fcbb8cb775639dbbb56b81b62756d4322f28e76c60a52aa32575f993fe" +checksum = "ebcb49ab084e764e7d20f710e2c9daa439380d0fc33f8bfee8c372bfdbc1f437" dependencies = [ "proc-macro2", "quote", @@ -10200,12 +10198,13 @@ dependencies = [ [[package]] name = "reth-consensus" -version = "2.4.1" -source = "git+https://github.com/paradigmxyz/reth?rev=10aa6a512ba7c4f5f01ff489b1f513da0745821f#10aa6a512ba7c4f5f01ff489b1f513da0745821f" +version = "2.5.1" +source = "git+https://github.com/paradigmxyz/reth?rev=791a29d#791a29d7d9c2f151ed4821d1c5fa2865a1908c6b" dependencies = [ "alloy-consensus", "alloy-eip7928", "alloy-primitives", + "alloy-rlp", "auto_impl", "reth-execution-types", "reth-primitives-traits", @@ -10214,8 +10213,8 @@ dependencies = [ [[package]] name = "reth-consensus-common" -version = "2.4.1" -source = "git+https://github.com/paradigmxyz/reth?rev=10aa6a512ba7c4f5f01ff489b1f513da0745821f#10aa6a512ba7c4f5f01ff489b1f513da0745821f" +version = "2.5.1" +source = "git+https://github.com/paradigmxyz/reth?rev=791a29d#791a29d7d9c2f151ed4821d1c5fa2865a1908c6b" dependencies = [ "alloy-consensus", "alloy-eips", @@ -10227,8 +10226,8 @@ dependencies = [ [[package]] name = "reth-db-api" -version = "2.4.1" -source = "git+https://github.com/paradigmxyz/reth?rev=10aa6a512ba7c4f5f01ff489b1f513da0745821f#10aa6a512ba7c4f5f01ff489b1f513da0745821f" +version = "2.5.1" +source = "git+https://github.com/paradigmxyz/reth?rev=791a29d#791a29d7d9c2f151ed4821d1c5fa2865a1908c6b" dependencies = [ "alloy-consensus", "alloy-primitives", @@ -10253,8 +10252,8 @@ dependencies = [ [[package]] name = "reth-db-models" -version = "2.4.1" -source = "git+https://github.com/paradigmxyz/reth?rev=10aa6a512ba7c4f5f01ff489b1f513da0745821f#10aa6a512ba7c4f5f01ff489b1f513da0745821f" +version = "2.5.1" +source = "git+https://github.com/paradigmxyz/reth?rev=791a29d#791a29d7d9c2f151ed4821d1c5fa2865a1908c6b" dependencies = [ "alloy-eips", "alloy-primitives", @@ -10268,8 +10267,8 @@ dependencies = [ [[package]] name = "reth-ethereum-consensus" -version = "2.4.1" -source = "git+https://github.com/paradigmxyz/reth?rev=10aa6a512ba7c4f5f01ff489b1f513da0745821f#10aa6a512ba7c4f5f01ff489b1f513da0745821f" +version = "2.5.1" +source = "git+https://github.com/paradigmxyz/reth?rev=791a29d#791a29d7d9c2f151ed4821d1c5fa2865a1908c6b" dependencies = [ "alloy-consensus", "alloy-eips", @@ -10284,8 +10283,8 @@ dependencies = [ [[package]] name = "reth-ethereum-forks" -version = "2.4.1" -source = "git+https://github.com/paradigmxyz/reth?rev=10aa6a512ba7c4f5f01ff489b1f513da0745821f#10aa6a512ba7c4f5f01ff489b1f513da0745821f" +version = "2.5.1" +source = "git+https://github.com/paradigmxyz/reth?rev=791a29d#791a29d7d9c2f151ed4821d1c5fa2865a1908c6b" dependencies = [ "alloy-eip2124", "alloy-hardforks", @@ -10297,8 +10296,8 @@ dependencies = [ [[package]] name = "reth-ethereum-primitives" -version = "2.4.1" -source = "git+https://github.com/paradigmxyz/reth?rev=10aa6a512ba7c4f5f01ff489b1f513da0745821f#10aa6a512ba7c4f5f01ff489b1f513da0745821f" +version = "2.5.1" +source = "git+https://github.com/paradigmxyz/reth?rev=791a29d#791a29d7d9c2f151ed4821d1c5fa2865a1908c6b" dependencies = [ "alloy-consensus", "alloy-eips", @@ -10311,8 +10310,8 @@ dependencies = [ [[package]] name = "reth-evm" -version = "2.4.1" -source = "git+https://github.com/paradigmxyz/reth?rev=10aa6a512ba7c4f5f01ff489b1f513da0745821f#10aa6a512ba7c4f5f01ff489b1f513da0745821f" +version = "2.5.1" +source = "git+https://github.com/paradigmxyz/reth?rev=791a29d#791a29d7d9c2f151ed4821d1c5fa2865a1908c6b" dependencies = [ "alloy-consensus", "alloy-eip7928", @@ -10335,8 +10334,8 @@ dependencies = [ [[package]] name = "reth-evm-ethereum" -version = "2.4.1" -source = "git+https://github.com/paradigmxyz/reth?rev=10aa6a512ba7c4f5f01ff489b1f513da0745821f#10aa6a512ba7c4f5f01ff489b1f513da0745821f" +version = "2.5.1" +source = "git+https://github.com/paradigmxyz/reth?rev=791a29d#791a29d7d9c2f151ed4821d1c5fa2865a1908c6b" dependencies = [ "alloy-consensus", "alloy-eips", @@ -10355,8 +10354,8 @@ dependencies = [ [[package]] name = "reth-execution-errors" -version = "2.4.1" -source = "git+https://github.com/paradigmxyz/reth?rev=10aa6a512ba7c4f5f01ff489b1f513da0745821f#10aa6a512ba7c4f5f01ff489b1f513da0745821f" +version = "2.5.1" +source = "git+https://github.com/paradigmxyz/reth?rev=791a29d#791a29d7d9c2f151ed4821d1c5fa2865a1908c6b" dependencies = [ "alloy-evm", "alloy-primitives", @@ -10368,8 +10367,8 @@ dependencies = [ [[package]] name = "reth-execution-types" -version = "2.4.1" -source = "git+https://github.com/paradigmxyz/reth?rev=10aa6a512ba7c4f5f01ff489b1f513da0745821f#10aa6a512ba7c4f5f01ff489b1f513da0745821f" +version = "2.5.1" +source = "git+https://github.com/paradigmxyz/reth?rev=791a29d#791a29d7d9c2f151ed4821d1c5fa2865a1908c6b" dependencies = [ "alloy-consensus", "alloy-eips", @@ -10387,8 +10386,8 @@ dependencies = [ [[package]] name = "reth-network-peers" -version = "2.4.1" -source = "git+https://github.com/paradigmxyz/reth?rev=10aa6a512ba7c4f5f01ff489b1f513da0745821f#10aa6a512ba7c4f5f01ff489b1f513da0745821f" +version = "2.5.1" +source = "git+https://github.com/paradigmxyz/reth?rev=791a29d#791a29d7d9c2f151ed4821d1c5fa2865a1908c6b" dependencies = [ "alloy-primitives", "alloy-rlp", @@ -10400,9 +10399,9 @@ dependencies = [ [[package]] name = "reth-primitives-traits" -version = "0.6.0" +version = "0.7.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "4666a8d5b246650b23e6767a45e46334d352557f473e91c2ea7211cc29291cca" +checksum = "9060738a07ca1b0d8ede3ce21d8187c57cc22ee9e2991b29cbbc663280f843cd" dependencies = [ "alloy-consensus", "alloy-eips", @@ -10432,8 +10431,8 @@ dependencies = [ [[package]] name = "reth-prune-types" -version = "2.4.1" -source = "git+https://github.com/paradigmxyz/reth?rev=10aa6a512ba7c4f5f01ff489b1f513da0745821f#10aa6a512ba7c4f5f01ff489b1f513da0745821f" +version = "2.5.1" +source = "git+https://github.com/paradigmxyz/reth?rev=791a29d#791a29d7d9c2f151ed4821d1c5fa2865a1908c6b" dependencies = [ "alloy-primitives", "arbitrary", @@ -10448,8 +10447,8 @@ dependencies = [ [[package]] name = "reth-revm" -version = "2.4.1" -source = "git+https://github.com/paradigmxyz/reth?rev=10aa6a512ba7c4f5f01ff489b1f513da0745821f#10aa6a512ba7c4f5f01ff489b1f513da0745821f" +version = "2.5.1" +source = "git+https://github.com/paradigmxyz/reth?rev=791a29d#791a29d7d9c2f151ed4821d1c5fa2865a1908c6b" dependencies = [ "alloy-primitives", "alloy-rlp", @@ -10461,9 +10460,9 @@ dependencies = [ [[package]] name = "reth-rpc-traits" -version = "0.6.0" +version = "0.7.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "b417a50d3fa9b58bb1a22e46fb47e0866006f24abffa1fbe75ae60116b5b2efa" +checksum = "f410d6bff1fd059ebaec2edeff1326f103f61162158411325d78158f94b2b4a9" dependencies = [ "alloy-consensus", "alloy-network", @@ -10476,8 +10475,8 @@ dependencies = [ [[package]] name = "reth-stages-types" -version = "2.4.1" -source = "git+https://github.com/paradigmxyz/reth?rev=10aa6a512ba7c4f5f01ff489b1f513da0745821f#10aa6a512ba7c4f5f01ff489b1f513da0745821f" +version = "2.5.1" +source = "git+https://github.com/paradigmxyz/reth?rev=791a29d#791a29d7d9c2f151ed4821d1c5fa2865a1908c6b" dependencies = [ "alloy-primitives", "arbitrary", @@ -10490,8 +10489,8 @@ dependencies = [ [[package]] name = "reth-static-file-types" -version = "2.4.1" -source = "git+https://github.com/paradigmxyz/reth?rev=10aa6a512ba7c4f5f01ff489b1f513da0745821f#10aa6a512ba7c4f5f01ff489b1f513da0745821f" +version = "2.5.1" +source = "git+https://github.com/paradigmxyz/reth?rev=791a29d#791a29d7d9c2f151ed4821d1c5fa2865a1908c6b" dependencies = [ "alloy-primitives", "derive_more", @@ -10504,8 +10503,8 @@ dependencies = [ [[package]] name = "reth-storage-api" -version = "2.4.1" -source = "git+https://github.com/paradigmxyz/reth?rev=10aa6a512ba7c4f5f01ff489b1f513da0745821f#10aa6a512ba7c4f5f01ff489b1f513da0745821f" +version = "2.5.1" +source = "git+https://github.com/paradigmxyz/reth?rev=791a29d#791a29d7d9c2f151ed4821d1c5fa2865a1908c6b" dependencies = [ "alloy-consensus", "alloy-eip7928", @@ -10529,8 +10528,8 @@ dependencies = [ [[package]] name = "reth-storage-errors" -version = "2.4.1" -source = "git+https://github.com/paradigmxyz/reth?rev=10aa6a512ba7c4f5f01ff489b1f513da0745821f#10aa6a512ba7c4f5f01ff489b1f513da0745821f" +version = "2.5.1" +source = "git+https://github.com/paradigmxyz/reth?rev=791a29d#791a29d7d9c2f151ed4821d1c5fa2865a1908c6b" dependencies = [ "alloy-eips", "alloy-primitives", @@ -10546,8 +10545,8 @@ dependencies = [ [[package]] name = "reth-tokio-util" -version = "2.4.1" -source = "git+https://github.com/paradigmxyz/reth?rev=10aa6a512ba7c4f5f01ff489b1f513da0745821f#10aa6a512ba7c4f5f01ff489b1f513da0745821f" +version = "2.5.1" +source = "git+https://github.com/paradigmxyz/reth?rev=791a29d#791a29d7d9c2f151ed4821d1c5fa2865a1908c6b" dependencies = [ "tokio", "tokio-stream", @@ -10556,8 +10555,8 @@ dependencies = [ [[package]] name = "reth-trie-common" -version = "2.4.1" -source = "git+https://github.com/paradigmxyz/reth?rev=10aa6a512ba7c4f5f01ff489b1f513da0745821f#10aa6a512ba7c4f5f01ff489b1f513da0745821f" +version = "2.5.1" +source = "git+https://github.com/paradigmxyz/reth?rev=791a29d#791a29d7d9c2f151ed4821d1c5fa2865a1908c6b" dependencies = [ "alloy-consensus", "alloy-primitives", @@ -10578,22 +10577,23 @@ dependencies = [ "revm", "serde", "serde_with", + "thiserror 2.0.20", ] [[package]] name = "reth-zstd-compressors" -version = "0.6.0" +version = "0.7.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "80addacffc5df9398c55919f8993922d2b688f2aa5753708fdd658ca3cc63e39" +checksum = "08f1ebb37e81a596ce16e81bec6a0c9accbdb914cf19b9190eff69ed00395900" dependencies = [ "zstd", ] [[package]] name = "revm" -version = "42.0.1" +version = "43.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "b7c7fcd426beab3b91300a6d0d5eb8d583c0fad0fba451126e19fd51443eca62" +checksum = "b0d1681d52ee61171b838db4924827f63d659d4c3ad559aa3a57003f3dda3f7c" dependencies = [ "revm-bytecode", "revm-context", @@ -10610,9 +10610,9 @@ dependencies = [ [[package]] name = "revm-bytecode" -version = "42.0.0" +version = "43.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "537356bdec80dbc04e4e6bb688b3441ff7cf18eecdcf3cac23150633c46467f1" +checksum = "c8d38e16b72ec1c836ec8490562bfb21003165ea8bc496086bf345680a6e6c41" dependencies = [ "bitvec", "paste", @@ -10623,9 +10623,9 @@ dependencies = [ [[package]] name = "revm-context" -version = "42.0.0" +version = "43.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "cc6512f05f83378e29b2b016fa5bd7f5a533e3625548be4113732e1a536c2564" +checksum = "67822069c254eb83e95fa5912a0d1324dd176f6ea05e8f110671ad242e27d61b" dependencies = [ "bitvec", "cfg-if", @@ -10640,9 +10640,9 @@ dependencies = [ [[package]] name = "revm-context-interface" -version = "42.0.0" +version = "43.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "103fff818b10311034c0c11ff8760294ee0e3c320daab3c5717990fe8ee2617b" +checksum = "d97d0c7f8bdf65601d35ed27cf6b0f0bd436087f0a97a52aa767a49bbcea8373" dependencies = [ "alloy-eip2930", "alloy-eip7702", @@ -10656,9 +10656,9 @@ dependencies = [ [[package]] name = "revm-database" -version = "42.0.0" +version = "43.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "df72760eab0852100e748c7cb03ce0221626d60ac14534118c84c5cc894fb4c9" +checksum = "31d764afa9a1c9278c05d40461b07319d21ccb39c1bdf0e9dde7e5ea7d9be53d" dependencies = [ "alloy-eips", "derive_more", @@ -10672,9 +10672,9 @@ dependencies = [ [[package]] name = "revm-database-interface" -version = "42.0.0" +version = "43.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "d9286c059a11be1dee814cafdc3a3ade57521c8caa050785a52c19a9d894f400" +checksum = "d2a27e4440c2ef4932afdaa28a1d1ac8601504c7030c1a387b5e307d07d864d1" dependencies = [ "auto_impl", "either", @@ -10686,9 +10686,9 @@ dependencies = [ [[package]] name = "revm-handler" -version = "42.0.1" +version = "43.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "09126175c3fa482e71e80cc28c6bb17e681911e472b94d4f7f73dd6780411798" +checksum = "ab0b5923be8784704d119be5381d76a602f65e4a9991650bb87291565bd0d8ec" dependencies = [ "auto_impl", "derive-where", @@ -10705,9 +10705,9 @@ dependencies = [ [[package]] name = "revm-inspector" -version = "42.0.1" +version = "43.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "4aa55b208b52f0c083ea68147c78866eeecadd7c0071a614f477de316b60648e" +checksum = "a988ad0879bd81b269cad53c235a8ce87cd44a7c1de7d21a6ff3dd9e9f3e70a9" dependencies = [ "auto_impl", "either", @@ -10723,9 +10723,9 @@ dependencies = [ [[package]] name = "revm-inspectors" -version = "0.42.2" +version = "0.43.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "90c136a072540987ee442e9824631835520b13e5756f20780a637ba2e11f9c28" +checksum = "79b609cb78fcb3a8c10f3190847c9bb0223423cf46e2de30a61ea9e37a3e6736" dependencies = [ "alloy-primitives", "alloy-rpc-types-eth", @@ -10743,9 +10743,9 @@ dependencies = [ [[package]] name = "revm-interpreter" -version = "42.0.0" +version = "43.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "fd310927437752ce4bac6997b385772823b84843f04c82e151993bec1265a5ed" +checksum = "7ddc442e3c5006ebb65f479e9e8fded7fc10f300c040276e825eee81e00c94cc" dependencies = [ "revm-bytecode", "revm-context-interface", @@ -10756,9 +10756,9 @@ dependencies = [ [[package]] name = "revm-precompile" -version = "42.0.1" +version = "43.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "f2431091420999795df6a200b9f7933defe3d654710560a895e6bcabbd9954a5" +checksum = "d85f7a8906482f8d18f2a2c793bc4daf254b29465af4285268384505ce6ee308" dependencies = [ "ark-bls12-381", "ark-bn254", @@ -10781,9 +10781,9 @@ dependencies = [ [[package]] name = "revm-primitives" -version = "42.0.0" +version = "43.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "2ef5564c1bce219fd08beca43d4f39fdcbc19193fa4f604c0c6b58950a13194a" +checksum = "f1f4ba1a5757fe4398262290422c371556fcebf236f762f7ed7ff2c56768a63c" dependencies = [ "alloy-primitives", "once_cell", @@ -10792,9 +10792,9 @@ dependencies = [ [[package]] name = "revm-state" -version = "42.0.0" +version = "43.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "2c4ae66db3abfcb565854dbfc95513bfa440b3dc390ddf8e50b0363d12a6fa79" +checksum = "7cd02082cf1baca01e8bc17456c45136bdc66632395a98db1c1a2afe4c6ea87f" dependencies = [ "alloy-eip7928", "bitflags 2.13.1", @@ -11064,7 +11064,7 @@ dependencies = [ "errno", "libc", "linux-raw-sys", - "windows-sys 0.52.0", + "windows-sys 0.61.2", ] [[package]] @@ -11123,7 +11123,7 @@ dependencies = [ "security-framework", "security-framework-sys", "webpki-root-certs", - "windows-sys 0.52.0", + "windows-sys 0.61.2", ] [[package]] @@ -11888,7 +11888,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "c3d1e2c7f27f8d4cb10542a02c49005dbd6e93095799d6f3be745fae9f8fedd4" dependencies = [ "libc", - "windows-sys 0.60.2", + "windows-sys 0.61.2", ] [[package]] @@ -12015,7 +12015,7 @@ dependencies = [ "derive_more", "dunce", "inturn", - "itertools 0.12.1", + "itertools 0.14.0", "itoa", "normalize-path", "once_map", @@ -12086,7 +12086,7 @@ dependencies = [ "alloy-primitives", "bitflags 2.13.1", "bumpalo", - "itertools 0.12.1", + "itertools 0.14.0", "memchr", "num-bigint 0.5.1", "num-rational", @@ -12560,13 +12560,13 @@ dependencies = [ "getrandom 0.4.3", "once_cell", "rustix", - "windows-sys 0.52.0", + "windows-sys 0.61.2", ] [[package]] name = "tempo-alloy" version = "1.11.0" -source = "git+https://github.com/tempoxyz/tempo?rev=a68cbf591b4e66bd4d5e35e29e12f763ffc7b117#a68cbf591b4e66bd4d5e35e29e12f763ffc7b117" +source = "git+https://github.com/tempoxyz/tempo?rev=affb4f36911819a9336e5a7978a956c03a0b60f8#affb4f36911819a9336e5a7978a956c03a0b60f8" dependencies = [ "alloy-consensus", "alloy-contract", @@ -12606,7 +12606,7 @@ dependencies = [ [[package]] name = "tempo-chainspec" version = "1.11.0" -source = "git+https://github.com/tempoxyz/tempo?rev=a68cbf591b4e66bd4d5e35e29e12f763ffc7b117#a68cbf591b4e66bd4d5e35e29e12f763ffc7b117" +source = "git+https://github.com/tempoxyz/tempo?rev=affb4f36911819a9336e5a7978a956c03a0b60f8#affb4f36911819a9336e5a7978a956c03a0b60f8" dependencies = [ "alloy-eips", "alloy-evm", @@ -12629,7 +12629,7 @@ dependencies = [ [[package]] name = "tempo-contracts" version = "1.11.0" -source = "git+https://github.com/tempoxyz/tempo?rev=a68cbf591b4e66bd4d5e35e29e12f763ffc7b117#a68cbf591b4e66bd4d5e35e29e12f763ffc7b117" +source = "git+https://github.com/tempoxyz/tempo?rev=affb4f36911819a9336e5a7978a956c03a0b60f8#affb4f36911819a9336e5a7978a956c03a0b60f8" dependencies = [ "alloy-contract", "alloy-primitives", @@ -12641,7 +12641,7 @@ dependencies = [ [[package]] name = "tempo-dkg-onchain-artifacts" version = "1.13.1" -source = "git+https://github.com/tempoxyz/tempo?rev=a68cbf591b4e66bd4d5e35e29e12f763ffc7b117#a68cbf591b4e66bd4d5e35e29e12f763ffc7b117" +source = "git+https://github.com/tempoxyz/tempo?rev=affb4f36911819a9336e5a7978a956c03a0b60f8#affb4f36911819a9336e5a7978a956c03a0b60f8" dependencies = [ "bytes", "commonware-codec", @@ -12653,7 +12653,7 @@ dependencies = [ [[package]] name = "tempo-evm" version = "1.13.1" -source = "git+https://github.com/tempoxyz/tempo?rev=a68cbf591b4e66bd4d5e35e29e12f763ffc7b117#a68cbf591b4e66bd4d5e35e29e12f763ffc7b117" +source = "git+https://github.com/tempoxyz/tempo?rev=affb4f36911819a9336e5a7978a956c03a0b60f8#affb4f36911819a9336e5a7978a956c03a0b60f8" dependencies = [ "alloy-consensus", "alloy-evm", @@ -12684,7 +12684,7 @@ dependencies = [ [[package]] name = "tempo-hardfork" version = "1.11.0" -source = "git+https://github.com/tempoxyz/tempo?rev=a68cbf591b4e66bd4d5e35e29e12f763ffc7b117#a68cbf591b4e66bd4d5e35e29e12f763ffc7b117" +source = "git+https://github.com/tempoxyz/tempo?rev=affb4f36911819a9336e5a7978a956c03a0b60f8#affb4f36911819a9336e5a7978a956c03a0b60f8" dependencies = [ "alloy-eips", "alloy-evm", @@ -12696,7 +12696,7 @@ dependencies = [ [[package]] name = "tempo-precompiles" version = "1.13.1" -source = "git+https://github.com/tempoxyz/tempo?rev=a68cbf591b4e66bd4d5e35e29e12f763ffc7b117#a68cbf591b4e66bd4d5e35e29e12f763ffc7b117" +source = "git+https://github.com/tempoxyz/tempo?rev=affb4f36911819a9336e5a7978a956c03a0b60f8#affb4f36911819a9336e5a7978a956c03a0b60f8" dependencies = [ "alloy", "alloy-evm", @@ -12723,7 +12723,7 @@ dependencies = [ [[package]] name = "tempo-precompiles-macros" version = "1.13.1" -source = "git+https://github.com/tempoxyz/tempo?rev=a68cbf591b4e66bd4d5e35e29e12f763ffc7b117#a68cbf591b4e66bd4d5e35e29e12f763ffc7b117" +source = "git+https://github.com/tempoxyz/tempo?rev=affb4f36911819a9336e5a7978a956c03a0b60f8#affb4f36911819a9336e5a7978a956c03a0b60f8" dependencies = [ "alloy", "proc-macro2", @@ -12734,7 +12734,7 @@ dependencies = [ [[package]] name = "tempo-primitives" version = "1.11.0" -source = "git+https://github.com/tempoxyz/tempo?rev=a68cbf591b4e66bd4d5e35e29e12f763ffc7b117#a68cbf591b4e66bd4d5e35e29e12f763ffc7b117" +source = "git+https://github.com/tempoxyz/tempo?rev=affb4f36911819a9336e5a7978a956c03a0b60f8#affb4f36911819a9336e5a7978a956c03a0b60f8" dependencies = [ "alloy-consensus", "alloy-eips", @@ -12762,7 +12762,7 @@ dependencies = [ [[package]] name = "tempo-revm" version = "1.13.1" -source = "git+https://github.com/tempoxyz/tempo?rev=a68cbf591b4e66bd4d5e35e29e12f763ffc7b117#a68cbf591b4e66bd4d5e35e29e12f763ffc7b117" +source = "git+https://github.com/tempoxyz/tempo?rev=affb4f36911819a9336e5a7978a956c03a0b60f8#affb4f36911819a9336e5a7978a956c03a0b60f8" dependencies = [ "alloy-consensus", "alloy-evm", @@ -12788,7 +12788,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "230a1b821ccbd75b185820a1f1ff7b14d21da1e442e22c0863ea5f08771a8874" dependencies = [ "rustix", - "windows-sys 0.60.2", + "windows-sys 0.61.2", ] [[package]] @@ -13968,7 +13968,7 @@ dependencies = [ "watchexec-events", "watchexec-signals", "watchexec-supervisor", - "windows-sys 0.60.2", + "windows-sys 0.61.2", ] [[package]] @@ -14116,7 +14116,7 @@ version = "0.1.11" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "c2a7b1c03c876122aa43f3020e6c3c3ee5c05081c9a00739faf7503aeba10d22" dependencies = [ - "windows-sys 0.52.0", + "windows-sys 0.61.2", ] [[package]] diff --git a/Cargo.toml b/Cargo.toml index 243b8567283f7..dc7683f13c800 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -406,13 +406,13 @@ op-alloy-rpc-types = "2.0.0" op-alloy-flz = "0.13.1" ## alloy-evm -alloy-evm = "0.38.0" +alloy-evm = "0.39.0" alloy-op-evm = "0.32.0" # revm -revm = { version = "42.0.1", default-features = false } -revm-inspectors = { version = "0.42.2", features = ["serde"] } -op-revm = { git = "https://github.com/foundry-rs/optimism", rev = "566d19ee21aef0b1235c028bd1a4a98eacb95753", default-features = false } +revm = { version = "43.0.0", default-features = false } +revm-inspectors = { version = "0.43.0", features = ["serde"] } +op-revm = { git = "https://github.com/foundry-rs/optimism", rev = "a2f154f41f90584011923d7ac45aa840b037bbd0", default-features = false } ## cli anstream = "1.0" @@ -528,20 +528,20 @@ mpp = { git = "https://github.com/tempoxyz/mpp-rs", rev = "85c62c59205789d6506ad "reqwest-rustls-tls", "ws", ] } -tempo-hardfork = { git = "https://github.com/tempoxyz/tempo", rev = "a68cbf591b4e66bd4d5e35e29e12f763ffc7b117", default-features = false, features = [ +tempo-hardfork = { git = "https://github.com/tempoxyz/tempo", rev = "affb4f36911819a9336e5a7978a956c03a0b60f8", default-features = false, features = [ "serde", "std", ] } -tempo-primitives = { git = "https://github.com/tempoxyz/tempo", rev = "a68cbf591b4e66bd4d5e35e29e12f763ffc7b117", default-features = false, features = [ +tempo-primitives = { git = "https://github.com/tempoxyz/tempo", rev = "affb4f36911819a9336e5a7978a956c03a0b60f8", default-features = false, features = [ "serde", ] } -tempo-alloy = { git = "https://github.com/tempoxyz/tempo", rev = "a68cbf591b4e66bd4d5e35e29e12f763ffc7b117", default-features = false } -tempo-evm = { git = "https://github.com/tempoxyz/tempo", rev = "a68cbf591b4e66bd4d5e35e29e12f763ffc7b117", default-features = false } -tempo-revm = { git = "https://github.com/tempoxyz/tempo", rev = "a68cbf591b4e66bd4d5e35e29e12f763ffc7b117", default-features = false, features = [ +tempo-alloy = { git = "https://github.com/tempoxyz/tempo", rev = "affb4f36911819a9336e5a7978a956c03a0b60f8", default-features = false } +tempo-evm = { git = "https://github.com/tempoxyz/tempo", rev = "affb4f36911819a9336e5a7978a956c03a0b60f8", default-features = false } +tempo-revm = { git = "https://github.com/tempoxyz/tempo", rev = "affb4f36911819a9336e5a7978a956c03a0b60f8", default-features = false, features = [ "serde", ] } -tempo-contracts = { git = "https://github.com/tempoxyz/tempo", rev = "a68cbf591b4e66bd4d5e35e29e12f763ffc7b117" } -tempo-precompiles = { git = "https://github.com/tempoxyz/tempo", rev = "a68cbf591b4e66bd4d5e35e29e12f763ffc7b117" } +tempo-contracts = { git = "https://github.com/tempoxyz/tempo", rev = "affb4f36911819a9336e5a7978a956c03a0b60f8" } +tempo-precompiles = { git = "https://github.com/tempoxyz/tempo", rev = "affb4f36911819a9336e5a7978a956c03a0b60f8" } # Monad alloy-monad-evm = { version = "0.7.0", default-features = false, features = [ @@ -574,7 +574,7 @@ solar-lint = { git = "https://github.com/paradigmxyz/solar", rev = "4237b97e9152 foundry-wallets = { git = "https://github.com/foundry-rs/foundry-core", rev = "78e5b57f86986eabd969a5fdf238b8159f7086fd" } foundry-compilers = { git = "https://github.com/foundry-rs/foundry-core", rev = "78e5b57f86986eabd969a5fdf238b8159f7086fd" } foundry-block-explorers = { git = "https://github.com/foundry-rs/foundry-core", rev = "78e5b57f86986eabd969a5fdf238b8159f7086fd" } -foundry-fork-db = { git = "https://github.com/foundry-rs/foundry-core", rev = "78e5b57f86986eabd969a5fdf238b8159f7086fd" } +foundry-fork-db = { git = "https://github.com/foundry-rs/foundry-core", rev = "6cca44292db0817340a0e3129170ec2041301d75" } ## alloy-core # alloy-dyn-abi = { path = "../../alloy-rs/core/crates/dyn-abi" } @@ -624,18 +624,21 @@ foundry-fork-db = { git = "https://github.com/foundry-rs/foundry-core", rev = "7 ## alloy-evm # alloy-evm = { git = "https://github.com/paradigmxyz/evm.git", rev = "04d8e4a" } +## monad +alloy-monad-evm = { git = "https://github.com/stevencartavia/alloy-monad-evm", rev = "1fc51774d1947939d67bab20bd3193f4d094ce9a" } +monad-revm = { git = "https://github.com/stevencartavia/monad-revm", rev = "367634f55ba7b24714df41c536474c13871ab975" } + ## op-revm / op-alloy / alloy-op-evm -## Pinned to foundry-rs forks for the revm 42 stack. -alloy-op-evm = { git = "https://github.com/foundry-rs/optimism", rev = "566d19ee21aef0b1235c028bd1a4a98eacb95753" } -op-alloy-consensus = { git = "https://github.com/foundry-rs/optimism", rev = "566d19ee21aef0b1235c028bd1a4a98eacb95753" } -op-alloy-network = { git = "https://github.com/foundry-rs/optimism", rev = "566d19ee21aef0b1235c028bd1a4a98eacb95753" } -op-alloy-rpc-types = { git = "https://github.com/foundry-rs/optimism", rev = "566d19ee21aef0b1235c028bd1a4a98eacb95753" } -alloy-op-hardforks = { git = "https://github.com/foundry-rs/optimism", rev = "566d19ee21aef0b1235c028bd1a4a98eacb95753" } +alloy-op-evm = { git = "https://github.com/foundry-rs/optimism", rev = "a2f154f41f90584011923d7ac45aa840b037bbd0" } +op-alloy-consensus = { git = "https://github.com/foundry-rs/optimism", rev = "a2f154f41f90584011923d7ac45aa840b037bbd0" } +op-alloy-network = { git = "https://github.com/foundry-rs/optimism", rev = "a2f154f41f90584011923d7ac45aa840b037bbd0" } +op-alloy-rpc-types = { git = "https://github.com/foundry-rs/optimism", rev = "a2f154f41f90584011923d7ac45aa840b037bbd0" } +alloy-op-hardforks = { git = "https://github.com/foundry-rs/optimism", rev = "a2f154f41f90584011923d7ac45aa840b037bbd0" } ## tempo — unify crates.io versions (pulled by mpp/foundry-wallets) with git rev -tempo-primitives = { git = "https://github.com/tempoxyz/tempo", rev = "a68cbf591b4e66bd4d5e35e29e12f763ffc7b117" } -tempo-alloy = { git = "https://github.com/tempoxyz/tempo", rev = "a68cbf591b4e66bd4d5e35e29e12f763ffc7b117" } -tempo-contracts = { git = "https://github.com/tempoxyz/tempo", rev = "a68cbf591b4e66bd4d5e35e29e12f763ffc7b117" } +tempo-primitives = { git = "https://github.com/tempoxyz/tempo", rev = "affb4f36911819a9336e5a7978a956c03a0b60f8" } +tempo-alloy = { git = "https://github.com/tempoxyz/tempo", rev = "affb4f36911819a9336e5a7978a956c03a0b60f8" } +tempo-contracts = { git = "https://github.com/tempoxyz/tempo", rev = "affb4f36911819a9336e5a7978a956c03a0b60f8" } [workspace.metadata.cargo-shear] ignored = ["idna_adapter", "cast", "chisel", "forge", "alloy-contract"] diff --git a/crates/debugger/src/builder.rs b/crates/debugger/src/builder.rs index 9f96b592bccec..eb9278324a054 100644 --- a/crates/debugger/src/builder.rs +++ b/crates/debugger/src/builder.rs @@ -201,6 +201,9 @@ mod tests { gas_refund_counter: 0, gas_used: 0, gas_cost: 0, + state_gas_cost: None, + state_gas_reservoir: None, + state_gas_spent: 0, storage_change: None, status: Some(InstructionResult::Stop), immediate_bytes: None, diff --git a/crates/debugger/src/node.rs b/crates/debugger/src/node.rs index b6399afe94d31..4ed441a37452f 100644 --- a/crates/debugger/src/node.rs +++ b/crates/debugger/src/node.rs @@ -311,6 +311,9 @@ mod tests { gas_refund_counter: 0, gas_used: 0, gas_cost: 0, + state_gas_cost: None, + state_gas_reservoir: None, + state_gas_spent: 0, storage_change: None, status: Some(InstructionResult::Stop), immediate_bytes: None, diff --git a/crates/debugger/src/tui/context.rs b/crates/debugger/src/tui/context.rs index 8ade6b3f96961..50898b988276a 100644 --- a/crates/debugger/src/tui/context.rs +++ b/crates/debugger/src/tui/context.rs @@ -1805,6 +1805,9 @@ mod tests { gas_refund_counter: 0, gas_used: 0, gas_cost: 0, + state_gas_cost: None, + state_gas_reservoir: None, + state_gas_spent: 0, storage_change: None, status: Some(InstructionResult::Stop), immediate_bytes: None, diff --git a/crates/debugger/src/tui/draw.rs b/crates/debugger/src/tui/draw.rs index 77ca1b95f74c1..c12a886186000 100644 --- a/crates/debugger/src/tui/draw.rs +++ b/crates/debugger/src/tui/draw.rs @@ -1513,6 +1513,9 @@ mod tests { gas_refund_counter: 0, gas_used: 0, gas_cost: 0, + state_gas_cost: None, + state_gas_reservoir: None, + state_gas_spent: 0, storage_change: None, status: Some(InstructionResult::Stop), immediate_bytes: None, diff --git a/crates/evm/traces/src/debug/mod.rs b/crates/evm/traces/src/debug/mod.rs index c702476d7e5b9..742f9cdacaf4d 100644 --- a/crates/evm/traces/src/debug/mod.rs +++ b/crates/evm/traces/src/debug/mod.rs @@ -466,6 +466,9 @@ mod tests { gas_refund_counter: 0, gas_used: 0, gas_cost: 0, + state_gas_cost: None, + state_gas_reservoir: None, + state_gas_spent: 0, storage_change: None, status: Some(InstructionResult::Stop), immediate_bytes: None, diff --git a/crates/evm/traces/src/folded_stack_trace.rs b/crates/evm/traces/src/folded_stack_trace.rs index f56033229713e..e9ccd10b72f29 100644 --- a/crates/evm/traces/src/folded_stack_trace.rs +++ b/crates/evm/traces/src/folded_stack_trace.rs @@ -249,6 +249,9 @@ mod tests { gas_refund_counter: 0, gas_used: 0, gas_cost: 0, + state_gas_cost: None, + state_gas_reservoir: None, + state_gas_spent: 0, storage_change: None, status: Some(InstructionResult::Stop), immediate_bytes: None, diff --git a/crates/evm/traces/src/lib.rs b/crates/evm/traces/src/lib.rs index 9a28484fc3b25..75d05f72cd28b 100644 --- a/crates/evm/traces/src/lib.rs +++ b/crates/evm/traces/src/lib.rs @@ -754,6 +754,9 @@ mod tests { gas_refund_counter: 0, gas_used: 0, gas_cost: 0, + state_gas_cost: None, + state_gas_reservoir: None, + state_gas_spent: 0, storage_change: Some(Box::new(StorageChange { key: U256::from(1), value: U256::from(2), diff --git a/crates/evm/traces/src/speedscope/builder.rs b/crates/evm/traces/src/speedscope/builder.rs index 4cb41201d34d5..bf86b32c130c7 100644 --- a/crates/evm/traces/src/speedscope/builder.rs +++ b/crates/evm/traces/src/speedscope/builder.rs @@ -185,6 +185,9 @@ mod tests { gas_refund_counter: 0, gas_used: 0, gas_cost, + state_gas_cost: None, + state_gas_reservoir: None, + state_gas_spent: 0, storage_change: None, status: Some(InstructionResult::Stop), immediate_bytes: None, diff --git a/crates/forge/tests/fixtures/SimpleContractTestVerbose.json b/crates/forge/tests/fixtures/SimpleContractTestVerbose.json index 88baf1231b338..d535c1d7880fa 100644 --- a/crates/forge/tests/fixtures/SimpleContractTestVerbose.json +++ b/crates/forge/tests/fixtures/SimpleContractTestVerbose.json @@ -99,6 +99,8 @@ "gas_refund_counter": 0, "gas_used": "{...}", "gas_cost": 3, + "state_gas_cost": null, + "state_gas_reservoir": null, "storage_change": null, "status": null, "immediate_bytes": null, @@ -115,6 +117,8 @@ "gas_refund_counter": 0, "gas_used": "{...}", "gas_cost": 3, + "state_gas_cost": null, + "state_gas_reservoir": null, "storage_change": null, "status": null, "immediate_bytes": null, @@ -131,6 +135,8 @@ "gas_refund_counter": 0, "gas_used": "{...}", "gas_cost": 12, + "state_gas_cost": null, + "state_gas_reservoir": null, "storage_change": null, "status": null, "immediate_bytes": null, @@ -147,6 +153,8 @@ "gas_refund_counter": 0, "gas_used": "{...}", "gas_cost": 2, + "state_gas_cost": null, + "state_gas_reservoir": null, "storage_change": null, "status": null, "immediate_bytes": null, @@ -163,6 +171,8 @@ "gas_refund_counter": 0, "gas_used": "{...}", "gas_cost": 3, + "state_gas_cost": null, + "state_gas_reservoir": null, "storage_change": null, "status": null, "immediate_bytes": null, @@ -179,6 +189,8 @@ "gas_refund_counter": 0, "gas_used": "{...}", "gas_cost": 3, + "state_gas_cost": null, + "state_gas_reservoir": null, "storage_change": null, "status": null, "immediate_bytes": null, @@ -195,6 +207,8 @@ "gas_refund_counter": 0, "gas_used": "{...}", "gas_cost": 3, + "state_gas_cost": null, + "state_gas_reservoir": null, "storage_change": null, "status": null, "immediate_bytes": null, @@ -211,6 +225,8 @@ "gas_refund_counter": 0, "gas_used": "{...}", "gas_cost": 10, + "state_gas_cost": null, + "state_gas_reservoir": null, "storage_change": null, "status": null, "immediate_bytes": null, @@ -227,6 +243,8 @@ "gas_refund_counter": 0, "gas_used": "{...}", "gas_cost": 1, + "state_gas_cost": null, + "state_gas_reservoir": null, "storage_change": null, "status": null, "immediate_bytes": null, @@ -243,6 +261,8 @@ "gas_refund_counter": 0, "gas_used": "{...}", "gas_cost": 2, + "state_gas_cost": null, + "state_gas_reservoir": null, "storage_change": null, "status": null, "immediate_bytes": null, @@ -259,6 +279,8 @@ "gas_refund_counter": 0, "gas_used": "{...}", "gas_cost": 3, + "state_gas_cost": null, + "state_gas_reservoir": null, "storage_change": null, "status": null, "immediate_bytes": null, @@ -275,6 +297,8 @@ "gas_refund_counter": 0, "gas_used": "{...}", "gas_cost": 2, + "state_gas_cost": null, + "state_gas_reservoir": null, "storage_change": null, "status": null, "immediate_bytes": null, @@ -291,6 +315,8 @@ "gas_refund_counter": 0, "gas_used": "{...}", "gas_cost": 3, + "state_gas_cost": null, + "state_gas_reservoir": null, "storage_change": null, "status": null, "immediate_bytes": null, @@ -307,6 +333,8 @@ "gas_refund_counter": 0, "gas_used": "{...}", "gas_cost": 3, + "state_gas_cost": null, + "state_gas_reservoir": null, "storage_change": null, "status": null, "immediate_bytes": null, @@ -323,6 +351,8 @@ "gas_refund_counter": 0, "gas_used": "{...}", "gas_cost": 10, + "state_gas_cost": null, + "state_gas_reservoir": null, "storage_change": null, "status": null, "immediate_bytes": null, @@ -339,6 +369,8 @@ "gas_refund_counter": 0, "gas_used": "{...}", "gas_cost": 2, + "state_gas_cost": null, + "state_gas_reservoir": null, "storage_change": null, "status": null, "immediate_bytes": null, @@ -355,6 +387,8 @@ "gas_refund_counter": 0, "gas_used": "{...}", "gas_cost": 3, + "state_gas_cost": null, + "state_gas_reservoir": null, "storage_change": null, "status": null, "immediate_bytes": null, @@ -371,6 +405,8 @@ "gas_refund_counter": 0, "gas_used": "{...}", "gas_cost": 3, + "state_gas_cost": null, + "state_gas_reservoir": null, "storage_change": null, "status": null, "immediate_bytes": null, @@ -387,6 +423,8 @@ "gas_refund_counter": 0, "gas_used": "{...}", "gas_cost": 3, + "state_gas_cost": null, + "state_gas_reservoir": null, "storage_change": null, "status": null, "immediate_bytes": null, @@ -403,6 +441,8 @@ "gas_refund_counter": 0, "gas_used": "{...}", "gas_cost": 3, + "state_gas_cost": null, + "state_gas_reservoir": null, "storage_change": null, "status": null, "immediate_bytes": null, @@ -419,6 +459,8 @@ "gas_refund_counter": 0, "gas_used": "{...}", "gas_cost": 3, + "state_gas_cost": null, + "state_gas_reservoir": null, "storage_change": null, "status": null, "immediate_bytes": null, @@ -435,6 +477,8 @@ "gas_refund_counter": 0, "gas_used": "{...}", "gas_cost": 3, + "state_gas_cost": null, + "state_gas_reservoir": null, "storage_change": null, "status": null, "immediate_bytes": null, @@ -451,6 +495,8 @@ "gas_refund_counter": 0, "gas_used": "{...}", "gas_cost": 3, + "state_gas_cost": null, + "state_gas_reservoir": null, "storage_change": null, "status": null, "immediate_bytes": null, @@ -467,6 +513,8 @@ "gas_refund_counter": 0, "gas_used": "{...}", "gas_cost": 10, + "state_gas_cost": null, + "state_gas_reservoir": null, "storage_change": null, "status": null, "immediate_bytes": null, @@ -483,6 +531,8 @@ "gas_refund_counter": 0, "gas_used": "{...}", "gas_cost": 3, + "state_gas_cost": null, + "state_gas_reservoir": null, "storage_change": null, "status": null, "immediate_bytes": null, @@ -499,6 +549,8 @@ "gas_refund_counter": 0, "gas_used": "{...}", "gas_cost": 3, + "state_gas_cost": null, + "state_gas_reservoir": null, "storage_change": null, "status": null, "immediate_bytes": null, @@ -515,6 +567,8 @@ "gas_refund_counter": 0, "gas_used": "{...}", "gas_cost": 3, + "state_gas_cost": null, + "state_gas_reservoir": null, "storage_change": null, "status": null, "immediate_bytes": null, @@ -531,6 +585,8 @@ "gas_refund_counter": 0, "gas_used": "{...}", "gas_cost": 3, + "state_gas_cost": null, + "state_gas_reservoir": null, "storage_change": null, "status": null, "immediate_bytes": null, @@ -547,6 +603,8 @@ "gas_refund_counter": 0, "gas_used": "{...}", "gas_cost": 10, + "state_gas_cost": null, + "state_gas_reservoir": null, "storage_change": null, "status": null, "immediate_bytes": null, @@ -563,6 +621,8 @@ "gas_refund_counter": 0, "gas_used": "{...}", "gas_cost": 3, + "state_gas_cost": null, + "state_gas_reservoir": null, "storage_change": null, "status": null, "immediate_bytes": null, @@ -579,6 +639,8 @@ "gas_refund_counter": 0, "gas_used": "{...}", "gas_cost": 3, + "state_gas_cost": null, + "state_gas_reservoir": null, "storage_change": null, "status": null, "immediate_bytes": null, @@ -595,6 +657,8 @@ "gas_refund_counter": 0, "gas_used": "{...}", "gas_cost": 3, + "state_gas_cost": null, + "state_gas_reservoir": null, "storage_change": null, "status": null, "immediate_bytes": null, @@ -611,6 +675,8 @@ "gas_refund_counter": 0, "gas_used": "{...}", "gas_cost": 3, + "state_gas_cost": null, + "state_gas_reservoir": null, "storage_change": null, "status": null, "immediate_bytes": null, @@ -627,6 +693,8 @@ "gas_refund_counter": 0, "gas_used": "{...}", "gas_cost": 10, + "state_gas_cost": null, + "state_gas_reservoir": null, "storage_change": null, "status": null, "immediate_bytes": null, @@ -643,6 +711,8 @@ "gas_refund_counter": 0, "gas_used": "{...}", "gas_cost": 1, + "state_gas_cost": null, + "state_gas_reservoir": null, "storage_change": null, "status": null, "immediate_bytes": null, @@ -659,6 +729,8 @@ "gas_refund_counter": 0, "gas_used": "{...}", "gas_cost": 3, + "state_gas_cost": null, + "state_gas_reservoir": null, "storage_change": null, "status": null, "immediate_bytes": null, @@ -675,6 +747,8 @@ "gas_refund_counter": 0, "gas_used": "{...}", "gas_cost": 3, + "state_gas_cost": null, + "state_gas_reservoir": null, "storage_change": null, "status": null, "immediate_bytes": null, @@ -691,6 +765,8 @@ "gas_refund_counter": 0, "gas_used": "{...}", "gas_cost": 8, + "state_gas_cost": null, + "state_gas_reservoir": null, "storage_change": null, "status": null, "immediate_bytes": null, @@ -707,6 +783,8 @@ "gas_refund_counter": 0, "gas_used": "{...}", "gas_cost": 1, + "state_gas_cost": null, + "state_gas_reservoir": null, "storage_change": null, "status": null, "immediate_bytes": null, @@ -723,6 +801,8 @@ "gas_refund_counter": 0, "gas_used": "{...}", "gas_cost": 2, + "state_gas_cost": null, + "state_gas_reservoir": null, "storage_change": null, "status": null, "immediate_bytes": null, @@ -739,6 +819,8 @@ "gas_refund_counter": 0, "gas_used": "{...}", "gas_cost": 3, + "state_gas_cost": null, + "state_gas_reservoir": null, "storage_change": null, "status": null, "immediate_bytes": null, @@ -755,6 +837,8 @@ "gas_refund_counter": 0, "gas_used": "{...}", "gas_cost": 3, + "state_gas_cost": null, + "state_gas_reservoir": null, "storage_change": null, "status": null, "immediate_bytes": null, @@ -771,6 +855,8 @@ "gas_refund_counter": 0, "gas_used": "{...}", "gas_cost": 3, + "state_gas_cost": null, + "state_gas_reservoir": null, "storage_change": null, "status": null, "immediate_bytes": null, @@ -787,6 +873,8 @@ "gas_refund_counter": 0, "gas_used": "{...}", "gas_cost": 3, + "state_gas_cost": null, + "state_gas_reservoir": null, "storage_change": null, "status": null, "immediate_bytes": null, @@ -803,6 +891,8 @@ "gas_refund_counter": 0, "gas_used": "{...}", "gas_cost": 3, + "state_gas_cost": null, + "state_gas_reservoir": null, "storage_change": null, "status": null, "immediate_bytes": null, @@ -819,6 +909,8 @@ "gas_refund_counter": 0, "gas_used": "{...}", "gas_cost": 8, + "state_gas_cost": null, + "state_gas_reservoir": null, "storage_change": null, "status": null, "immediate_bytes": null, @@ -835,6 +927,8 @@ "gas_refund_counter": 0, "gas_used": "{...}", "gas_cost": 1, + "state_gas_cost": null, + "state_gas_reservoir": null, "storage_change": null, "status": null, "immediate_bytes": null, @@ -851,6 +945,8 @@ "gas_refund_counter": 0, "gas_used": "{...}", "gas_cost": 3, + "state_gas_cost": null, + "state_gas_reservoir": null, "storage_change": null, "status": null, "immediate_bytes": null, @@ -867,6 +963,8 @@ "gas_refund_counter": 0, "gas_used": "{...}", "gas_cost": 3, + "state_gas_cost": null, + "state_gas_reservoir": null, "storage_change": null, "status": null, "immediate_bytes": null, @@ -883,6 +981,8 @@ "gas_refund_counter": 0, "gas_used": "{...}", "gas_cost": 3, + "state_gas_cost": null, + "state_gas_reservoir": null, "storage_change": null, "status": null, "immediate_bytes": null, @@ -899,6 +999,8 @@ "gas_refund_counter": 0, "gas_used": "{...}", "gas_cost": 3, + "state_gas_cost": null, + "state_gas_reservoir": null, "storage_change": null, "status": null, "immediate_bytes": null, @@ -915,6 +1017,8 @@ "gas_refund_counter": 0, "gas_used": "{...}", "gas_cost": 72, + "state_gas_cost": null, + "state_gas_reservoir": null, "storage_change": null, "status": null, "immediate_bytes": null, @@ -931,6 +1035,8 @@ "gas_refund_counter": 0, "gas_used": "{...}", "gas_cost": 3, + "state_gas_cost": null, + "state_gas_reservoir": null, "storage_change": null, "status": null, "immediate_bytes": null, @@ -947,6 +1053,8 @@ "gas_refund_counter": 0, "gas_used": "{...}", "gas_cost": 3, + "state_gas_cost": null, + "state_gas_reservoir": null, "storage_change": null, "status": null, "immediate_bytes": null, @@ -963,6 +1071,8 @@ "gas_refund_counter": 0, "gas_used": "{...}", "gas_cost": 8, + "state_gas_cost": null, + "state_gas_reservoir": null, "storage_change": null, "status": null, "immediate_bytes": null, @@ -979,6 +1089,8 @@ "gas_refund_counter": 0, "gas_used": "{...}", "gas_cost": 1, + "state_gas_cost": null, + "state_gas_reservoir": null, "storage_change": null, "status": null, "immediate_bytes": null, @@ -995,6 +1107,8 @@ "gas_refund_counter": 0, "gas_used": "{...}", "gas_cost": 3, + "state_gas_cost": null, + "state_gas_reservoir": null, "storage_change": null, "status": null, "immediate_bytes": null, @@ -1011,6 +1125,8 @@ "gas_refund_counter": 0, "gas_used": "{...}", "gas_cost": 3, + "state_gas_cost": null, + "state_gas_reservoir": null, "storage_change": null, "status": null, "immediate_bytes": null, @@ -1027,6 +1143,8 @@ "gas_refund_counter": 0, "gas_used": "{...}", "gas_cost": 3, + "state_gas_cost": null, + "state_gas_reservoir": null, "storage_change": null, "status": null, "immediate_bytes": null, @@ -1043,6 +1161,8 @@ "gas_refund_counter": 0, "gas_used": "{...}", "gas_cost": 3, + "state_gas_cost": null, + "state_gas_reservoir": null, "storage_change": null, "status": null, "immediate_bytes": null, @@ -1059,6 +1179,8 @@ "gas_refund_counter": 0, "gas_used": "{...}", "gas_cost": 3, + "state_gas_cost": null, + "state_gas_reservoir": null, "storage_change": null, "status": null, "immediate_bytes": null, @@ -1075,6 +1197,8 @@ "gas_refund_counter": 0, "gas_used": "{...}", "gas_cost": 3, + "state_gas_cost": null, + "state_gas_reservoir": null, "storage_change": null, "status": null, "immediate_bytes": null, @@ -1091,6 +1215,8 @@ "gas_refund_counter": 0, "gas_used": "{...}", "gas_cost": 2, + "state_gas_cost": null, + "state_gas_reservoir": null, "storage_change": null, "status": null, "immediate_bytes": null, @@ -1107,6 +1233,8 @@ "gas_refund_counter": 0, "gas_used": "{...}", "gas_cost": 1056944078, + "state_gas_cost": null, + "state_gas_reservoir": null, "storage_change": null, "status": null, "immediate_bytes": null, @@ -1123,6 +1251,8 @@ "gas_refund_counter": 0, "gas_used": "{...}", "gas_cost": 3, + "state_gas_cost": null, + "state_gas_reservoir": null, "storage_change": null, "status": null, "immediate_bytes": null, @@ -1139,6 +1269,8 @@ "gas_refund_counter": 0, "gas_used": 149361, "gas_cost": 3, + "state_gas_cost": null, + "state_gas_reservoir": null, "storage_change": null, "status": null, "immediate_bytes": null, @@ -1155,6 +1287,8 @@ "gas_refund_counter": 0, "gas_used": 149364, "gas_cost": 3, + "state_gas_cost": null, + "state_gas_reservoir": null, "storage_change": null, "status": null, "immediate_bytes": null, @@ -1171,6 +1305,8 @@ "gas_refund_counter": 0, "gas_used": 149367, "gas_cost": 3, + "state_gas_cost": null, + "state_gas_reservoir": null, "storage_change": null, "status": null, "immediate_bytes": null, @@ -1187,6 +1323,8 @@ "gas_refund_counter": 0, "gas_used": 149370, "gas_cost": 3, + "state_gas_cost": null, + "state_gas_reservoir": null, "storage_change": null, "status": null, "immediate_bytes": null, @@ -1203,6 +1341,8 @@ "gas_refund_counter": 0, "gas_used": 149373, "gas_cost": 10, + "state_gas_cost": null, + "state_gas_reservoir": null, "storage_change": null, "status": null, "immediate_bytes": null, @@ -1219,6 +1359,8 @@ "gas_refund_counter": 0, "gas_used": 149383, "gas_cost": 1, + "state_gas_cost": null, + "state_gas_reservoir": null, "storage_change": null, "status": null, "immediate_bytes": null, @@ -1235,6 +1377,8 @@ "gas_refund_counter": 0, "gas_used": 149384, "gas_cost": 2, + "state_gas_cost": null, + "state_gas_reservoir": null, "storage_change": null, "status": null, "immediate_bytes": null, @@ -1251,6 +1395,8 @@ "gas_refund_counter": 0, "gas_used": 149386, "gas_cost": 3, + "state_gas_cost": null, + "state_gas_reservoir": null, "storage_change": null, "status": null, "immediate_bytes": null, @@ -1267,6 +1413,8 @@ "gas_refund_counter": 0, "gas_used": 149389, "gas_cost": 2, + "state_gas_cost": null, + "state_gas_reservoir": null, "storage_change": null, "status": null, "immediate_bytes": null, @@ -1283,6 +1431,8 @@ "gas_refund_counter": 0, "gas_used": 149391, "gas_cost": 3, + "state_gas_cost": null, + "state_gas_reservoir": null, "storage_change": null, "status": null, "immediate_bytes": null, @@ -1299,6 +1449,8 @@ "gas_refund_counter": 0, "gas_used": 149394, "gas_cost": 3, + "state_gas_cost": null, + "state_gas_reservoir": null, "storage_change": null, "status": null, "immediate_bytes": null, @@ -1315,6 +1467,8 @@ "gas_refund_counter": 0, "gas_used": 149397, "gas_cost": 3, + "state_gas_cost": null, + "state_gas_reservoir": null, "storage_change": null, "status": null, "immediate_bytes": null, @@ -1331,6 +1485,8 @@ "gas_refund_counter": 0, "gas_used": 149400, "gas_cost": 3, + "state_gas_cost": null, + "state_gas_reservoir": null, "storage_change": null, "status": null, "immediate_bytes": null, @@ -1347,6 +1503,8 @@ "gas_refund_counter": 0, "gas_used": 149403, "gas_cost": 3, + "state_gas_cost": null, + "state_gas_reservoir": null, "storage_change": null, "status": null, "immediate_bytes": null, @@ -1363,6 +1521,8 @@ "gas_refund_counter": 0, "gas_used": 149406, "gas_cost": 3, + "state_gas_cost": null, + "state_gas_reservoir": null, "storage_change": null, "status": null, "immediate_bytes": null, @@ -1379,6 +1539,8 @@ "gas_refund_counter": 0, "gas_used": 149409, "gas_cost": 3, + "state_gas_cost": null, + "state_gas_reservoir": null, "storage_change": null, "status": null, "immediate_bytes": null, @@ -1395,6 +1557,8 @@ "gas_refund_counter": 0, "gas_used": 149412, "gas_cost": 3, + "state_gas_cost": null, + "state_gas_reservoir": null, "storage_change": null, "status": null, "immediate_bytes": null, @@ -1411,6 +1575,8 @@ "gas_refund_counter": 0, "gas_used": 149415, "gas_cost": 3, + "state_gas_cost": null, + "state_gas_reservoir": null, "storage_change": null, "status": null, "immediate_bytes": null, @@ -1427,6 +1593,8 @@ "gas_refund_counter": 0, "gas_used": 149418, "gas_cost": 3, + "state_gas_cost": null, + "state_gas_reservoir": null, "storage_change": null, "status": null, "immediate_bytes": null, @@ -1443,6 +1611,8 @@ "gas_refund_counter": 0, "gas_used": 149421, "gas_cost": 3, + "state_gas_cost": null, + "state_gas_reservoir": null, "storage_change": null, "status": null, "immediate_bytes": null, @@ -1459,6 +1629,8 @@ "gas_refund_counter": 0, "gas_used": 149424, "gas_cost": 3, + "state_gas_cost": null, + "state_gas_reservoir": null, "storage_change": null, "status": null, "immediate_bytes": null, @@ -1475,6 +1647,8 @@ "gas_refund_counter": 0, "gas_used": 149427, "gas_cost": 3, + "state_gas_cost": null, + "state_gas_reservoir": null, "storage_change": null, "status": null, "immediate_bytes": null, @@ -1491,6 +1665,8 @@ "gas_refund_counter": 0, "gas_used": 149430, "gas_cost": 3, + "state_gas_cost": null, + "state_gas_reservoir": null, "storage_change": null, "status": null, "immediate_bytes": null, @@ -1507,6 +1683,8 @@ "gas_refund_counter": 0, "gas_used": 149433, "gas_cost": 3, + "state_gas_cost": null, + "state_gas_reservoir": null, "storage_change": null, "status": null, "immediate_bytes": null, @@ -1523,6 +1701,8 @@ "gas_refund_counter": 0, "gas_used": 149436, "gas_cost": 3, + "state_gas_cost": null, + "state_gas_reservoir": null, "storage_change": null, "status": null, "immediate_bytes": null, @@ -1539,6 +1719,8 @@ "gas_refund_counter": 0, "gas_used": 149439, "gas_cost": 3, + "state_gas_cost": null, + "state_gas_reservoir": null, "storage_change": null, "status": null, "immediate_bytes": null, @@ -1555,6 +1737,8 @@ "gas_refund_counter": 0, "gas_used": 149442, "gas_cost": 3, + "state_gas_cost": null, + "state_gas_reservoir": null, "storage_change": null, "status": null, "immediate_bytes": null, @@ -1571,6 +1755,8 @@ "gas_refund_counter": 0, "gas_used": 149445, "gas_cost": 3, + "state_gas_cost": null, + "state_gas_reservoir": null, "storage_change": null, "status": null, "immediate_bytes": null, @@ -1587,6 +1773,8 @@ "gas_refund_counter": 0, "gas_used": 149448, "gas_cost": 3, + "state_gas_cost": null, + "state_gas_reservoir": null, "storage_change": null, "status": null, "immediate_bytes": null, @@ -1603,6 +1791,8 @@ "gas_refund_counter": 0, "gas_used": 149451, "gas_cost": 8, + "state_gas_cost": null, + "state_gas_reservoir": null, "storage_change": null, "status": null, "immediate_bytes": null, @@ -1619,6 +1809,8 @@ "gas_refund_counter": 0, "gas_used": 149459, "gas_cost": 1, + "state_gas_cost": null, + "state_gas_reservoir": null, "storage_change": null, "status": null, "immediate_bytes": null, @@ -1635,6 +1827,8 @@ "gas_refund_counter": 0, "gas_used": 149460, "gas_cost": 2, + "state_gas_cost": null, + "state_gas_reservoir": null, "storage_change": null, "status": null, "immediate_bytes": null, @@ -1651,6 +1845,8 @@ "gas_refund_counter": 0, "gas_used": 149462, "gas_cost": 3, + "state_gas_cost": null, + "state_gas_reservoir": null, "storage_change": null, "status": null, "immediate_bytes": null, @@ -1667,6 +1863,8 @@ "gas_refund_counter": 0, "gas_used": 149465, "gas_cost": 3, + "state_gas_cost": null, + "state_gas_reservoir": null, "storage_change": null, "status": null, "immediate_bytes": null, @@ -1683,6 +1881,8 @@ "gas_refund_counter": 0, "gas_used": 149468, "gas_cost": 3, + "state_gas_cost": null, + "state_gas_reservoir": null, "storage_change": null, "status": null, "immediate_bytes": null, @@ -1699,6 +1899,8 @@ "gas_refund_counter": 0, "gas_used": 149471, "gas_cost": 3, + "state_gas_cost": null, + "state_gas_reservoir": null, "storage_change": null, "status": null, "immediate_bytes": null, @@ -1715,6 +1917,8 @@ "gas_refund_counter": 0, "gas_used": 149474, "gas_cost": 2, + "state_gas_cost": null, + "state_gas_reservoir": null, "storage_change": null, "status": null, "immediate_bytes": null, @@ -1731,6 +1935,8 @@ "gas_refund_counter": 0, "gas_used": 149476, "gas_cost": 3, + "state_gas_cost": null, + "state_gas_reservoir": null, "storage_change": null, "status": null, "immediate_bytes": null, @@ -1747,6 +1953,8 @@ "gas_refund_counter": 0, "gas_used": 149479, "gas_cost": 2, + "state_gas_cost": null, + "state_gas_reservoir": null, "storage_change": null, "status": null, "immediate_bytes": null, @@ -1763,6 +1971,8 @@ "gas_refund_counter": 0, "gas_used": 149481, "gas_cost": 3, + "state_gas_cost": null, + "state_gas_reservoir": null, "storage_change": null, "status": null, "immediate_bytes": null, @@ -1779,6 +1989,8 @@ "gas_refund_counter": 0, "gas_used": 149484, "gas_cost": 3, + "state_gas_cost": null, + "state_gas_reservoir": null, "storage_change": null, "status": null, "immediate_bytes": null, @@ -1795,6 +2007,8 @@ "gas_refund_counter": 0, "gas_used": 149487, "gas_cost": 3, + "state_gas_cost": null, + "state_gas_reservoir": null, "storage_change": null, "status": null, "immediate_bytes": null, @@ -1811,6 +2025,8 @@ "gas_refund_counter": 0, "gas_used": 149490, "gas_cost": 3, + "state_gas_cost": null, + "state_gas_reservoir": null, "storage_change": null, "status": null, "immediate_bytes": null, @@ -1827,6 +2043,8 @@ "gas_refund_counter": 0, "gas_used": 149493, "gas_cost": 8, + "state_gas_cost": null, + "state_gas_reservoir": null, "storage_change": null, "status": null, "immediate_bytes": null, @@ -1843,6 +2061,8 @@ "gas_refund_counter": 0, "gas_used": 149501, "gas_cost": 1, + "state_gas_cost": null, + "state_gas_reservoir": null, "storage_change": null, "status": null, "immediate_bytes": null, @@ -1859,6 +2079,8 @@ "gas_refund_counter": 0, "gas_used": 149502, "gas_cost": 3, + "state_gas_cost": null, + "state_gas_reservoir": null, "storage_change": null, "status": null, "immediate_bytes": null, @@ -1875,6 +2097,8 @@ "gas_refund_counter": 0, "gas_used": 149505, "gas_cost": 3, + "state_gas_cost": null, + "state_gas_reservoir": null, "storage_change": null, "status": null, "immediate_bytes": null, @@ -1891,6 +2115,8 @@ "gas_refund_counter": 0, "gas_used": 149508, "gas_cost": 3, + "state_gas_cost": null, + "state_gas_reservoir": null, "storage_change": null, "status": null, "immediate_bytes": null, @@ -1907,6 +2133,8 @@ "gas_refund_counter": 0, "gas_used": 149511, "gas_cost": 8, + "state_gas_cost": null, + "state_gas_reservoir": null, "storage_change": null, "status": null, "immediate_bytes": null, @@ -1923,6 +2151,8 @@ "gas_refund_counter": 0, "gas_used": 149519, "gas_cost": 1, + "state_gas_cost": null, + "state_gas_reservoir": null, "storage_change": null, "status": null, "immediate_bytes": null, @@ -1939,6 +2169,8 @@ "gas_refund_counter": 0, "gas_used": 149520, "gas_cost": 2, + "state_gas_cost": null, + "state_gas_reservoir": null, "storage_change": null, "status": null, "immediate_bytes": null, @@ -1955,6 +2187,8 @@ "gas_refund_counter": 0, "gas_used": 149522, "gas_cost": 3, + "state_gas_cost": null, + "state_gas_reservoir": null, "storage_change": null, "status": null, "immediate_bytes": null, @@ -1971,6 +2205,8 @@ "gas_refund_counter": 0, "gas_used": 149525, "gas_cost": 3, + "state_gas_cost": null, + "state_gas_reservoir": null, "storage_change": null, "status": null, "immediate_bytes": null, @@ -1987,6 +2223,8 @@ "gas_refund_counter": 0, "gas_used": 149528, "gas_cost": 3, + "state_gas_cost": null, + "state_gas_reservoir": null, "storage_change": null, "status": null, "immediate_bytes": null, @@ -2003,6 +2241,8 @@ "gas_refund_counter": 0, "gas_used": 149531, "gas_cost": 3, + "state_gas_cost": null, + "state_gas_reservoir": null, "storage_change": null, "status": null, "immediate_bytes": null, @@ -2019,6 +2259,8 @@ "gas_refund_counter": 0, "gas_used": 149534, "gas_cost": 3, + "state_gas_cost": null, + "state_gas_reservoir": null, "storage_change": null, "status": null, "immediate_bytes": null, @@ -2035,6 +2277,8 @@ "gas_refund_counter": 0, "gas_used": 149537, "gas_cost": 8, + "state_gas_cost": null, + "state_gas_reservoir": null, "storage_change": null, "status": null, "immediate_bytes": null, @@ -2051,6 +2295,8 @@ "gas_refund_counter": 0, "gas_used": 149545, "gas_cost": 1, + "state_gas_cost": null, + "state_gas_reservoir": null, "storage_change": null, "status": null, "immediate_bytes": null, @@ -2067,6 +2313,8 @@ "gas_refund_counter": 0, "gas_used": 149546, "gas_cost": 2, + "state_gas_cost": null, + "state_gas_reservoir": null, "storage_change": null, "status": null, "immediate_bytes": null, @@ -2083,6 +2331,8 @@ "gas_refund_counter": 0, "gas_used": 149548, "gas_cost": 3, + "state_gas_cost": null, + "state_gas_reservoir": null, "storage_change": null, "status": null, "immediate_bytes": null, @@ -2099,6 +2349,8 @@ "gas_refund_counter": 0, "gas_used": 149551, "gas_cost": 3, + "state_gas_cost": null, + "state_gas_reservoir": null, "storage_change": null, "status": null, "immediate_bytes": null, @@ -2115,6 +2367,8 @@ "gas_refund_counter": 0, "gas_used": 149554, "gas_cost": 2, + "state_gas_cost": null, + "state_gas_reservoir": null, "storage_change": null, "status": null, "immediate_bytes": null, @@ -2131,6 +2385,8 @@ "gas_refund_counter": 0, "gas_used": 149556, "gas_cost": 3, + "state_gas_cost": null, + "state_gas_reservoir": null, "storage_change": null, "status": null, "immediate_bytes": null, @@ -2147,6 +2403,8 @@ "gas_refund_counter": 0, "gas_used": 149559, "gas_cost": 3, + "state_gas_cost": null, + "state_gas_reservoir": null, "storage_change": null, "status": null, "immediate_bytes": null, @@ -2163,6 +2421,8 @@ "gas_refund_counter": 0, "gas_used": 149562, "gas_cost": 2, + "state_gas_cost": null, + "state_gas_reservoir": null, "storage_change": null, "status": null, "immediate_bytes": null, @@ -2179,6 +2439,8 @@ "gas_refund_counter": 0, "gas_used": 149564, "gas_cost": 8, + "state_gas_cost": null, + "state_gas_reservoir": null, "storage_change": null, "status": null, "immediate_bytes": null, @@ -2195,6 +2457,8 @@ "gas_refund_counter": 0, "gas_used": 149572, "gas_cost": 1, + "state_gas_cost": null, + "state_gas_reservoir": null, "storage_change": null, "status": null, "immediate_bytes": null, @@ -2211,6 +2475,8 @@ "gas_refund_counter": 0, "gas_used": 149573, "gas_cost": 3, + "state_gas_cost": null, + "state_gas_reservoir": null, "storage_change": null, "status": null, "immediate_bytes": null, @@ -2227,6 +2493,8 @@ "gas_refund_counter": 0, "gas_used": 149576, "gas_cost": 8, + "state_gas_cost": null, + "state_gas_reservoir": null, "storage_change": null, "status": null, "immediate_bytes": null, @@ -2243,6 +2511,8 @@ "gas_refund_counter": 0, "gas_used": 149584, "gas_cost": 1, + "state_gas_cost": null, + "state_gas_reservoir": null, "storage_change": null, "status": null, "immediate_bytes": null, @@ -2259,6 +2529,8 @@ "gas_refund_counter": 0, "gas_used": 149585, "gas_cost": 2, + "state_gas_cost": null, + "state_gas_reservoir": null, "storage_change": null, "status": null, "immediate_bytes": null, @@ -2275,6 +2547,8 @@ "gas_refund_counter": 0, "gas_used": 149587, "gas_cost": 3, + "state_gas_cost": null, + "state_gas_reservoir": null, "storage_change": null, "status": null, "immediate_bytes": null, @@ -2291,6 +2565,8 @@ "gas_refund_counter": 0, "gas_used": 149590, "gas_cost": 3, + "state_gas_cost": null, + "state_gas_reservoir": null, "storage_change": null, "status": null, "immediate_bytes": null, @@ -2307,6 +2583,8 @@ "gas_refund_counter": 0, "gas_used": 149593, "gas_cost": 2, + "state_gas_cost": null, + "state_gas_reservoir": null, "storage_change": null, "status": null, "immediate_bytes": null, @@ -2323,6 +2601,8 @@ "gas_refund_counter": 0, "gas_used": 149595, "gas_cost": 3, + "state_gas_cost": null, + "state_gas_reservoir": null, "storage_change": null, "status": null, "immediate_bytes": null, @@ -2339,6 +2619,8 @@ "gas_refund_counter": 0, "gas_used": 149598, "gas_cost": 3, + "state_gas_cost": null, + "state_gas_reservoir": null, "storage_change": null, "status": null, "immediate_bytes": null, @@ -2355,6 +2637,8 @@ "gas_refund_counter": 0, "gas_used": 149601, "gas_cost": 2, + "state_gas_cost": null, + "state_gas_reservoir": null, "storage_change": null, "status": null, "immediate_bytes": null, @@ -2371,6 +2655,8 @@ "gas_refund_counter": 0, "gas_used": 149603, "gas_cost": 8, + "state_gas_cost": null, + "state_gas_reservoir": null, "storage_change": null, "status": null, "immediate_bytes": null, @@ -2387,6 +2673,8 @@ "gas_refund_counter": 0, "gas_used": 149611, "gas_cost": 1, + "state_gas_cost": null, + "state_gas_reservoir": null, "storage_change": null, "status": null, "immediate_bytes": null, @@ -2403,6 +2691,8 @@ "gas_refund_counter": 0, "gas_used": 149612, "gas_cost": 3, + "state_gas_cost": null, + "state_gas_reservoir": null, "storage_change": null, "status": null, "immediate_bytes": null, @@ -2419,6 +2709,8 @@ "gas_refund_counter": 0, "gas_used": 149615, "gas_cost": 8, + "state_gas_cost": null, + "state_gas_reservoir": null, "storage_change": null, "status": null, "immediate_bytes": null, @@ -2435,6 +2727,8 @@ "gas_refund_counter": 0, "gas_used": 149623, "gas_cost": 1, + "state_gas_cost": null, + "state_gas_reservoir": null, "storage_change": null, "status": null, "immediate_bytes": null, @@ -2451,6 +2745,8 @@ "gas_refund_counter": 0, "gas_used": 149624, "gas_cost": 2, + "state_gas_cost": null, + "state_gas_reservoir": null, "storage_change": null, "status": null, "immediate_bytes": null, @@ -2467,6 +2763,8 @@ "gas_refund_counter": 0, "gas_used": 149626, "gas_cost": 3, + "state_gas_cost": null, + "state_gas_reservoir": null, "storage_change": null, "status": null, "immediate_bytes": null, @@ -2483,6 +2781,8 @@ "gas_refund_counter": 0, "gas_used": 149629, "gas_cost": 3, + "state_gas_cost": null, + "state_gas_reservoir": null, "storage_change": null, "status": null, "immediate_bytes": null, @@ -2499,6 +2799,8 @@ "gas_refund_counter": 0, "gas_used": 149632, "gas_cost": 2, + "state_gas_cost": null, + "state_gas_reservoir": null, "storage_change": null, "status": null, "immediate_bytes": null, @@ -2515,6 +2817,8 @@ "gas_refund_counter": 0, "gas_used": 149634, "gas_cost": 3, + "state_gas_cost": null, + "state_gas_reservoir": null, "storage_change": null, "status": null, "immediate_bytes": null, @@ -2531,6 +2835,8 @@ "gas_refund_counter": 0, "gas_used": 149637, "gas_cost": 3, + "state_gas_cost": null, + "state_gas_reservoir": null, "storage_change": null, "status": null, "immediate_bytes": null, @@ -2547,6 +2853,8 @@ "gas_refund_counter": 0, "gas_used": 149640, "gas_cost": 2, + "state_gas_cost": null, + "state_gas_reservoir": null, "storage_change": null, "status": null, "immediate_bytes": null, @@ -2563,6 +2871,8 @@ "gas_refund_counter": 0, "gas_used": 149642, "gas_cost": 8, + "state_gas_cost": null, + "state_gas_reservoir": null, "storage_change": null, "status": null, "immediate_bytes": null, @@ -2579,6 +2889,8 @@ "gas_refund_counter": 0, "gas_used": 149650, "gas_cost": 1, + "state_gas_cost": null, + "state_gas_reservoir": null, "storage_change": null, "status": null, "immediate_bytes": null, @@ -2595,6 +2907,8 @@ "gas_refund_counter": 0, "gas_used": 149651, "gas_cost": 3, + "state_gas_cost": null, + "state_gas_reservoir": null, "storage_change": null, "status": null, "immediate_bytes": null, @@ -2611,6 +2925,8 @@ "gas_refund_counter": 0, "gas_used": 149654, "gas_cost": 2, + "state_gas_cost": null, + "state_gas_reservoir": null, "storage_change": null, "status": null, "immediate_bytes": null, @@ -2627,6 +2943,8 @@ "gas_refund_counter": 0, "gas_used": 149656, "gas_cost": 3, + "state_gas_cost": null, + "state_gas_reservoir": null, "storage_change": null, "status": null, "immediate_bytes": null, @@ -2643,6 +2961,8 @@ "gas_refund_counter": 0, "gas_used": 149659, "gas_cost": 3, + "state_gas_cost": null, + "state_gas_reservoir": null, "storage_change": null, "status": null, "immediate_bytes": null, @@ -2659,6 +2979,8 @@ "gas_refund_counter": 0, "gas_used": 149662, "gas_cost": 2, + "state_gas_cost": null, + "state_gas_reservoir": null, "storage_change": null, "status": null, "immediate_bytes": null, @@ -2675,6 +2997,8 @@ "gas_refund_counter": 0, "gas_used": 149664, "gas_cost": 8, + "state_gas_cost": null, + "state_gas_reservoir": null, "storage_change": null, "status": null, "immediate_bytes": null, @@ -2691,6 +3015,8 @@ "gas_refund_counter": 0, "gas_used": 149672, "gas_cost": 1, + "state_gas_cost": null, + "state_gas_reservoir": null, "storage_change": null, "status": null, "immediate_bytes": null, @@ -2707,6 +3033,8 @@ "gas_refund_counter": 0, "gas_used": 149673, "gas_cost": 3, + "state_gas_cost": null, + "state_gas_reservoir": null, "storage_change": null, "status": null, "immediate_bytes": null, @@ -2723,6 +3051,8 @@ "gas_refund_counter": 0, "gas_used": 149676, "gas_cost": 3, + "state_gas_cost": null, + "state_gas_reservoir": null, "storage_change": null, "status": null, "immediate_bytes": null, @@ -2739,6 +3069,8 @@ "gas_refund_counter": 0, "gas_used": 149679, "gas_cost": 2, + "state_gas_cost": null, + "state_gas_reservoir": null, "storage_change": null, "status": null, "immediate_bytes": null, @@ -2755,6 +3087,8 @@ "gas_refund_counter": 0, "gas_used": 149681, "gas_cost": 2, + "state_gas_cost": null, + "state_gas_reservoir": null, "storage_change": null, "status": null, "immediate_bytes": null, @@ -2771,6 +3105,8 @@ "gas_refund_counter": 0, "gas_used": 149683, "gas_cost": 8, + "state_gas_cost": null, + "state_gas_reservoir": null, "storage_change": null, "status": null, "immediate_bytes": null, @@ -2787,6 +3123,8 @@ "gas_refund_counter": 0, "gas_used": 149691, "gas_cost": 1, + "state_gas_cost": null, + "state_gas_reservoir": null, "storage_change": null, "status": null, "immediate_bytes": null, @@ -2803,6 +3141,8 @@ "gas_refund_counter": 0, "gas_used": 149692, "gas_cost": 3, + "state_gas_cost": null, + "state_gas_reservoir": null, "storage_change": null, "status": null, "immediate_bytes": null, @@ -2819,6 +3159,8 @@ "gas_refund_counter": 0, "gas_used": 149695, "gas_cost": 3, + "state_gas_cost": null, + "state_gas_reservoir": null, "storage_change": null, "status": null, "immediate_bytes": null, @@ -2835,6 +3177,8 @@ "gas_refund_counter": 0, "gas_used": 149698, "gas_cost": 2, + "state_gas_cost": null, + "state_gas_reservoir": null, "storage_change": null, "status": null, "immediate_bytes": null, @@ -2851,6 +3195,8 @@ "gas_refund_counter": 0, "gas_used": 149700, "gas_cost": 2, + "state_gas_cost": null, + "state_gas_reservoir": null, "storage_change": null, "status": null, "immediate_bytes": null, @@ -2867,6 +3213,8 @@ "gas_refund_counter": 0, "gas_used": 149702, "gas_cost": 8, + "state_gas_cost": null, + "state_gas_reservoir": null, "storage_change": null, "status": null, "immediate_bytes": null, @@ -2883,6 +3231,8 @@ "gas_refund_counter": 0, "gas_used": 149710, "gas_cost": 1, + "state_gas_cost": null, + "state_gas_reservoir": null, "storage_change": null, "status": null, "immediate_bytes": null, @@ -2899,6 +3249,8 @@ "gas_refund_counter": 0, "gas_used": 149711, "gas_cost": 2, + "state_gas_cost": null, + "state_gas_reservoir": null, "storage_change": null, "status": null, "immediate_bytes": null, @@ -2915,6 +3267,8 @@ "gas_refund_counter": 0, "gas_used": 149713, "gas_cost": 3, + "state_gas_cost": null, + "state_gas_reservoir": null, "storage_change": null, "status": null, "immediate_bytes": null, @@ -2931,6 +3285,8 @@ "gas_refund_counter": 0, "gas_used": 149716, "gas_cost": 3, + "state_gas_cost": null, + "state_gas_reservoir": null, "storage_change": null, "status": null, "immediate_bytes": null, @@ -2947,6 +3303,8 @@ "gas_refund_counter": 0, "gas_used": 149719, "gas_cost": 3, + "state_gas_cost": null, + "state_gas_reservoir": null, "storage_change": null, "status": null, "immediate_bytes": null, @@ -2963,6 +3321,8 @@ "gas_refund_counter": 0, "gas_used": 149722, "gas_cost": 3, + "state_gas_cost": null, + "state_gas_reservoir": null, "storage_change": null, "status": null, "immediate_bytes": null, @@ -2979,6 +3339,8 @@ "gas_refund_counter": 0, "gas_used": 149725, "gas_cost": 3, + "state_gas_cost": null, + "state_gas_reservoir": null, "storage_change": null, "status": null, "immediate_bytes": null, @@ -2995,6 +3357,8 @@ "gas_refund_counter": 0, "gas_used": 149728, "gas_cost": 3, + "state_gas_cost": null, + "state_gas_reservoir": null, "storage_change": null, "status": null, "immediate_bytes": null, @@ -3011,6 +3375,8 @@ "gas_refund_counter": 0, "gas_used": 149731, "gas_cost": 2, + "state_gas_cost": null, + "state_gas_reservoir": null, "storage_change": null, "status": null, "immediate_bytes": null, @@ -3027,6 +3393,8 @@ "gas_refund_counter": 0, "gas_used": 149733, "gas_cost": 3, + "state_gas_cost": null, + "state_gas_reservoir": null, "storage_change": null, "status": null, "immediate_bytes": null, @@ -3043,6 +3411,8 @@ "gas_refund_counter": 0, "gas_used": 149736, "gas_cost": 3, + "state_gas_cost": null, + "state_gas_reservoir": null, "storage_change": null, "status": null, "immediate_bytes": null, @@ -3059,6 +3429,8 @@ "gas_refund_counter": 0, "gas_used": 149739, "gas_cost": 100, + "state_gas_cost": null, + "state_gas_reservoir": null, "storage_change": null, "status": null, "immediate_bytes": null, @@ -3075,6 +3447,8 @@ "gas_refund_counter": 0, "gas_used": 149839, "gas_cost": 3, + "state_gas_cost": null, + "state_gas_reservoir": null, "storage_change": null, "status": null, "immediate_bytes": null, @@ -3091,6 +3465,8 @@ "gas_refund_counter": 0, "gas_used": 149842, "gas_cost": 3, + "state_gas_cost": null, + "state_gas_reservoir": null, "storage_change": null, "status": null, "immediate_bytes": null, @@ -3107,6 +3483,8 @@ "gas_refund_counter": 0, "gas_used": 149845, "gas_cost": 3, + "state_gas_cost": null, + "state_gas_reservoir": null, "storage_change": null, "status": null, "immediate_bytes": null, @@ -3123,6 +3501,8 @@ "gas_refund_counter": 0, "gas_used": 149848, "gas_cost": 3, + "state_gas_cost": null, + "state_gas_reservoir": null, "storage_change": null, "status": null, "immediate_bytes": null, @@ -3139,6 +3519,8 @@ "gas_refund_counter": 0, "gas_used": 149851, "gas_cost": 10, + "state_gas_cost": null, + "state_gas_reservoir": null, "storage_change": null, "status": null, "immediate_bytes": null, @@ -3155,6 +3537,8 @@ "gas_refund_counter": 0, "gas_used": 149861, "gas_cost": 1, + "state_gas_cost": null, + "state_gas_reservoir": null, "storage_change": null, "status": null, "immediate_bytes": null, @@ -3171,6 +3555,8 @@ "gas_refund_counter": 0, "gas_used": 149862, "gas_cost": 2, + "state_gas_cost": null, + "state_gas_reservoir": null, "storage_change": null, "status": null, "immediate_bytes": null, @@ -3187,6 +3573,8 @@ "gas_refund_counter": 0, "gas_used": 149864, "gas_cost": 2, + "state_gas_cost": null, + "state_gas_reservoir": null, "storage_change": null, "status": null, "immediate_bytes": null, @@ -3203,6 +3591,8 @@ "gas_refund_counter": 0, "gas_used": 149866, "gas_cost": 1056796351, + "state_gas_cost": null, + "state_gas_reservoir": null, "storage_change": null, "status": null, "immediate_bytes": null, @@ -3219,6 +3609,8 @@ "gas_refund_counter": 0, "gas_used": 193684, "gas_cost": 3, + "state_gas_cost": null, + "state_gas_reservoir": null, "storage_change": null, "status": null, "immediate_bytes": null, @@ -3235,6 +3627,8 @@ "gas_refund_counter": 0, "gas_used": 193687, "gas_cost": 3, + "state_gas_cost": null, + "state_gas_reservoir": null, "storage_change": null, "status": null, "immediate_bytes": null, @@ -3251,6 +3645,8 @@ "gas_refund_counter": 0, "gas_used": 193690, "gas_cost": 3, + "state_gas_cost": null, + "state_gas_reservoir": null, "storage_change": null, "status": null, "immediate_bytes": null, @@ -3267,6 +3663,8 @@ "gas_refund_counter": 0, "gas_used": 193693, "gas_cost": 3, + "state_gas_cost": null, + "state_gas_reservoir": null, "storage_change": null, "status": null, "immediate_bytes": null, @@ -3283,6 +3681,8 @@ "gas_refund_counter": 0, "gas_used": 193696, "gas_cost": 10, + "state_gas_cost": null, + "state_gas_reservoir": null, "storage_change": null, "status": null, "immediate_bytes": null, @@ -3299,6 +3699,8 @@ "gas_refund_counter": 0, "gas_used": 193706, "gas_cost": 1, + "state_gas_cost": null, + "state_gas_reservoir": null, "storage_change": null, "status": null, "immediate_bytes": null, @@ -3315,6 +3717,8 @@ "gas_refund_counter": 0, "gas_used": 193707, "gas_cost": 2, + "state_gas_cost": null, + "state_gas_reservoir": null, "storage_change": null, "status": null, "immediate_bytes": null, @@ -3331,6 +3735,8 @@ "gas_refund_counter": 0, "gas_used": 193709, "gas_cost": 2, + "state_gas_cost": null, + "state_gas_reservoir": null, "storage_change": null, "status": null, "immediate_bytes": null, @@ -3347,6 +3753,8 @@ "gas_refund_counter": 0, "gas_used": 193711, "gas_cost": 2, + "state_gas_cost": null, + "state_gas_reservoir": null, "storage_change": null, "status": null, "immediate_bytes": null, @@ -3363,6 +3771,8 @@ "gas_refund_counter": 0, "gas_used": 193713, "gas_cost": 2, + "state_gas_cost": null, + "state_gas_reservoir": null, "storage_change": null, "status": null, "immediate_bytes": null, @@ -3379,6 +3789,8 @@ "gas_refund_counter": 0, "gas_used": 193715, "gas_cost": 3, + "state_gas_cost": null, + "state_gas_reservoir": null, "storage_change": null, "status": null, "immediate_bytes": null, @@ -3395,6 +3807,8 @@ "gas_refund_counter": 0, "gas_used": 193718, "gas_cost": 3, + "state_gas_cost": null, + "state_gas_reservoir": null, "storage_change": null, "status": null, "immediate_bytes": null, @@ -3411,6 +3825,8 @@ "gas_refund_counter": 0, "gas_used": 193721, "gas_cost": 3, + "state_gas_cost": null, + "state_gas_reservoir": null, "storage_change": null, "status": null, "immediate_bytes": null, @@ -3427,6 +3843,8 @@ "gas_refund_counter": 0, "gas_used": 193724, "gas_cost": 8, + "state_gas_cost": null, + "state_gas_reservoir": null, "storage_change": null, "status": null, "immediate_bytes": null, @@ -3443,6 +3861,8 @@ "gas_refund_counter": 0, "gas_used": 193732, "gas_cost": 1, + "state_gas_cost": null, + "state_gas_reservoir": null, "storage_change": null, "status": null, "immediate_bytes": null, @@ -3459,6 +3879,8 @@ "gas_refund_counter": 0, "gas_used": 193733, "gas_cost": 3, + "state_gas_cost": null, + "state_gas_reservoir": null, "storage_change": null, "status": null, "immediate_bytes": null, @@ -3475,6 +3897,8 @@ "gas_refund_counter": 0, "gas_used": 193736, "gas_cost": 3, + "state_gas_cost": null, + "state_gas_reservoir": null, "storage_change": null, "status": null, "immediate_bytes": null, @@ -3491,6 +3915,8 @@ "gas_refund_counter": 0, "gas_used": 193739, "gas_cost": 3, + "state_gas_cost": null, + "state_gas_reservoir": null, "storage_change": null, "status": null, "immediate_bytes": null, @@ -3507,6 +3933,8 @@ "gas_refund_counter": 0, "gas_used": 193742, "gas_cost": 3, + "state_gas_cost": null, + "state_gas_reservoir": null, "storage_change": null, "status": null, "immediate_bytes": null, @@ -3523,6 +3951,8 @@ "gas_refund_counter": 0, "gas_used": 193745, "gas_cost": 3, + "state_gas_cost": null, + "state_gas_reservoir": null, "storage_change": null, "status": null, "immediate_bytes": null, @@ -3539,6 +3969,8 @@ "gas_refund_counter": 0, "gas_used": 193748, "gas_cost": 3, + "state_gas_cost": null, + "state_gas_reservoir": null, "storage_change": null, "status": null, "immediate_bytes": null, @@ -3555,6 +3987,8 @@ "gas_refund_counter": 0, "gas_used": 193751, "gas_cost": 3, + "state_gas_cost": null, + "state_gas_reservoir": null, "storage_change": null, "status": null, "immediate_bytes": null, @@ -3571,6 +4005,8 @@ "gas_refund_counter": 0, "gas_used": 193754, "gas_cost": 3, + "state_gas_cost": null, + "state_gas_reservoir": null, "storage_change": null, "status": null, "immediate_bytes": null, @@ -3587,6 +4023,8 @@ "gas_refund_counter": 0, "gas_used": 193757, "gas_cost": 3, + "state_gas_cost": null, + "state_gas_reservoir": null, "storage_change": null, "status": null, "immediate_bytes": null, @@ -3603,6 +4041,8 @@ "gas_refund_counter": 0, "gas_used": 193760, "gas_cost": 3, + "state_gas_cost": null, + "state_gas_reservoir": null, "storage_change": null, "status": null, "immediate_bytes": null, @@ -3619,6 +4059,8 @@ "gas_refund_counter": 0, "gas_used": 193763, "gas_cost": 8, + "state_gas_cost": null, + "state_gas_reservoir": null, "storage_change": null, "status": null, "immediate_bytes": null, @@ -3635,6 +4077,8 @@ "gas_refund_counter": 0, "gas_used": 193771, "gas_cost": 1, + "state_gas_cost": null, + "state_gas_reservoir": null, "storage_change": null, "status": null, "immediate_bytes": null, @@ -3651,6 +4095,8 @@ "gas_refund_counter": 0, "gas_used": 193772, "gas_cost": 2, + "state_gas_cost": null, + "state_gas_reservoir": null, "storage_change": null, "status": null, "immediate_bytes": null, @@ -3667,6 +4113,8 @@ "gas_refund_counter": 0, "gas_used": 193774, "gas_cost": 3, + "state_gas_cost": null, + "state_gas_reservoir": null, "storage_change": null, "status": null, "immediate_bytes": null, @@ -3683,6 +4131,8 @@ "gas_refund_counter": 0, "gas_used": 193777, "gas_cost": 3, + "state_gas_cost": null, + "state_gas_reservoir": null, "storage_change": null, "status": null, "immediate_bytes": null, @@ -3699,6 +4149,8 @@ "gas_refund_counter": 0, "gas_used": 193780, "gas_cost": 3, + "state_gas_cost": null, + "state_gas_reservoir": null, "storage_change": null, "status": null, "immediate_bytes": null, @@ -3715,6 +4167,8 @@ "gas_refund_counter": 0, "gas_used": 193783, "gas_cost": 3, + "state_gas_cost": null, + "state_gas_reservoir": null, "storage_change": null, "status": null, "immediate_bytes": null, @@ -3731,6 +4185,8 @@ "gas_refund_counter": 0, "gas_used": 193786, "gas_cost": 2, + "state_gas_cost": null, + "state_gas_reservoir": null, "storage_change": null, "status": null, "immediate_bytes": null, @@ -3747,6 +4203,8 @@ "gas_refund_counter": 0, "gas_used": 193788, "gas_cost": 3, + "state_gas_cost": null, + "state_gas_reservoir": null, "storage_change": null, "status": null, "immediate_bytes": null, @@ -3763,6 +4221,8 @@ "gas_refund_counter": 0, "gas_used": 193791, "gas_cost": 2, + "state_gas_cost": null, + "state_gas_reservoir": null, "storage_change": null, "status": null, "immediate_bytes": null, @@ -3779,6 +4239,8 @@ "gas_refund_counter": 0, "gas_used": 193793, "gas_cost": 3, + "state_gas_cost": null, + "state_gas_reservoir": null, "storage_change": null, "status": null, "immediate_bytes": null, @@ -3795,6 +4257,8 @@ "gas_refund_counter": 0, "gas_used": 193796, "gas_cost": 3, + "state_gas_cost": null, + "state_gas_reservoir": null, "storage_change": null, "status": null, "immediate_bytes": null, @@ -3811,6 +4275,8 @@ "gas_refund_counter": 0, "gas_used": 193799, "gas_cost": 3, + "state_gas_cost": null, + "state_gas_reservoir": null, "storage_change": null, "status": null, "immediate_bytes": null, @@ -3827,6 +4293,8 @@ "gas_refund_counter": 0, "gas_used": 193802, "gas_cost": 3, + "state_gas_cost": null, + "state_gas_reservoir": null, "storage_change": null, "status": null, "immediate_bytes": null, @@ -3843,6 +4311,8 @@ "gas_refund_counter": 0, "gas_used": 193805, "gas_cost": 8, + "state_gas_cost": null, + "state_gas_reservoir": null, "storage_change": null, "status": null, "immediate_bytes": null, @@ -3859,6 +4329,8 @@ "gas_refund_counter": 0, "gas_used": 193813, "gas_cost": 1, + "state_gas_cost": null, + "state_gas_reservoir": null, "storage_change": null, "status": null, "immediate_bytes": null, @@ -3875,6 +4347,8 @@ "gas_refund_counter": 0, "gas_used": 193814, "gas_cost": 3, + "state_gas_cost": null, + "state_gas_reservoir": null, "storage_change": null, "status": null, "immediate_bytes": null, @@ -3891,6 +4365,8 @@ "gas_refund_counter": 0, "gas_used": 193817, "gas_cost": 3, + "state_gas_cost": null, + "state_gas_reservoir": null, "storage_change": null, "status": null, "immediate_bytes": null, @@ -3907,6 +4383,8 @@ "gas_refund_counter": 0, "gas_used": 193820, "gas_cost": 3, + "state_gas_cost": null, + "state_gas_reservoir": null, "storage_change": null, "status": null, "immediate_bytes": null, @@ -3923,6 +4401,8 @@ "gas_refund_counter": 0, "gas_used": 193823, "gas_cost": 8, + "state_gas_cost": null, + "state_gas_reservoir": null, "storage_change": null, "status": null, "immediate_bytes": null, @@ -3939,6 +4419,8 @@ "gas_refund_counter": 0, "gas_used": 193831, "gas_cost": 1, + "state_gas_cost": null, + "state_gas_reservoir": null, "storage_change": null, "status": null, "immediate_bytes": null, @@ -3955,6 +4437,8 @@ "gas_refund_counter": 0, "gas_used": 193832, "gas_cost": 2, + "state_gas_cost": null, + "state_gas_reservoir": null, "storage_change": null, "status": null, "immediate_bytes": null, @@ -3971,6 +4455,8 @@ "gas_refund_counter": 0, "gas_used": 193834, "gas_cost": 3, + "state_gas_cost": null, + "state_gas_reservoir": null, "storage_change": null, "status": null, "immediate_bytes": null, @@ -3987,6 +4473,8 @@ "gas_refund_counter": 0, "gas_used": 193837, "gas_cost": 3, + "state_gas_cost": null, + "state_gas_reservoir": null, "storage_change": null, "status": null, "immediate_bytes": null, @@ -4003,6 +4491,8 @@ "gas_refund_counter": 0, "gas_used": 193840, "gas_cost": 2, + "state_gas_cost": null, + "state_gas_reservoir": null, "storage_change": null, "status": null, "immediate_bytes": null, @@ -4019,6 +4509,8 @@ "gas_refund_counter": 0, "gas_used": 193842, "gas_cost": 3, + "state_gas_cost": null, + "state_gas_reservoir": null, "storage_change": null, "status": null, "immediate_bytes": null, @@ -4035,6 +4527,8 @@ "gas_refund_counter": 0, "gas_used": 193845, "gas_cost": 3, + "state_gas_cost": null, + "state_gas_reservoir": null, "storage_change": null, "status": null, "immediate_bytes": null, @@ -4051,6 +4545,8 @@ "gas_refund_counter": 0, "gas_used": 193848, "gas_cost": 2, + "state_gas_cost": null, + "state_gas_reservoir": null, "storage_change": null, "status": null, "immediate_bytes": null, @@ -4067,6 +4563,8 @@ "gas_refund_counter": 0, "gas_used": 193850, "gas_cost": 8, + "state_gas_cost": null, + "state_gas_reservoir": null, "storage_change": null, "status": null, "immediate_bytes": null, @@ -4083,6 +4581,8 @@ "gas_refund_counter": 0, "gas_used": 193858, "gas_cost": 1, + "state_gas_cost": null, + "state_gas_reservoir": null, "storage_change": null, "status": null, "immediate_bytes": null, @@ -4099,6 +4599,8 @@ "gas_refund_counter": 0, "gas_used": 193859, "gas_cost": 3, + "state_gas_cost": null, + "state_gas_reservoir": null, "storage_change": null, "status": null, "immediate_bytes": null, @@ -4115,6 +4617,8 @@ "gas_refund_counter": 0, "gas_used": 193862, "gas_cost": 3, + "state_gas_cost": null, + "state_gas_reservoir": null, "storage_change": null, "status": null, "immediate_bytes": null, @@ -4131,6 +4635,8 @@ "gas_refund_counter": 0, "gas_used": 193865, "gas_cost": 2, + "state_gas_cost": null, + "state_gas_reservoir": null, "storage_change": null, "status": null, "immediate_bytes": null, @@ -4147,6 +4653,8 @@ "gas_refund_counter": 0, "gas_used": 193867, "gas_cost": 2, + "state_gas_cost": null, + "state_gas_reservoir": null, "storage_change": null, "status": null, "immediate_bytes": null, @@ -4163,6 +4671,8 @@ "gas_refund_counter": 0, "gas_used": 193869, "gas_cost": 8, + "state_gas_cost": null, + "state_gas_reservoir": null, "storage_change": null, "status": null, "immediate_bytes": null, @@ -4179,6 +4689,8 @@ "gas_refund_counter": 0, "gas_used": 193877, "gas_cost": 1, + "state_gas_cost": null, + "state_gas_reservoir": null, "storage_change": null, "status": null, "immediate_bytes": null, @@ -4195,6 +4707,8 @@ "gas_refund_counter": 0, "gas_used": 193878, "gas_cost": 3, + "state_gas_cost": null, + "state_gas_reservoir": null, "storage_change": null, "status": null, "immediate_bytes": null, @@ -4211,6 +4725,8 @@ "gas_refund_counter": 0, "gas_used": 193881, "gas_cost": 3, + "state_gas_cost": null, + "state_gas_reservoir": null, "storage_change": null, "status": null, "immediate_bytes": null, @@ -4227,6 +4743,8 @@ "gas_refund_counter": 0, "gas_used": 193884, "gas_cost": 2, + "state_gas_cost": null, + "state_gas_reservoir": null, "storage_change": null, "status": null, "immediate_bytes": null, @@ -4243,6 +4761,8 @@ "gas_refund_counter": 0, "gas_used": 193886, "gas_cost": 2, + "state_gas_cost": null, + "state_gas_reservoir": null, "storage_change": null, "status": null, "immediate_bytes": null, @@ -4259,6 +4779,8 @@ "gas_refund_counter": 0, "gas_used": 193888, "gas_cost": 8, + "state_gas_cost": null, + "state_gas_reservoir": null, "storage_change": null, "status": null, "immediate_bytes": null, @@ -4275,6 +4797,8 @@ "gas_refund_counter": 0, "gas_used": 193896, "gas_cost": 1, + "state_gas_cost": null, + "state_gas_reservoir": null, "storage_change": null, "status": null, "immediate_bytes": null, @@ -4291,6 +4815,8 @@ "gas_refund_counter": 0, "gas_used": 193897, "gas_cost": 3, + "state_gas_cost": null, + "state_gas_reservoir": null, "storage_change": null, "status": null, "immediate_bytes": null, @@ -4307,6 +4833,8 @@ "gas_refund_counter": 0, "gas_used": 193900, "gas_cost": 3, + "state_gas_cost": null, + "state_gas_reservoir": null, "storage_change": null, "status": null, "immediate_bytes": null, @@ -4323,6 +4851,8 @@ "gas_refund_counter": 0, "gas_used": 193903, "gas_cost": 3, + "state_gas_cost": null, + "state_gas_reservoir": null, "storage_change": null, "status": null, "immediate_bytes": null, @@ -4339,6 +4869,8 @@ "gas_refund_counter": 0, "gas_used": 193906, "gas_cost": 3, + "state_gas_cost": null, + "state_gas_reservoir": null, "storage_change": null, "status": null, "immediate_bytes": null, @@ -4355,6 +4887,8 @@ "gas_refund_counter": 0, "gas_used": 193909, "gas_cost": 3, + "state_gas_cost": null, + "state_gas_reservoir": null, "storage_change": null, "status": null, "immediate_bytes": null, @@ -4371,6 +4905,8 @@ "gas_refund_counter": 0, "gas_used": 193912, "gas_cost": 3, + "state_gas_cost": null, + "state_gas_reservoir": null, "storage_change": null, "status": null, "immediate_bytes": null, @@ -4387,6 +4923,8 @@ "gas_refund_counter": 0, "gas_used": 193915, "gas_cost": 3, + "state_gas_cost": null, + "state_gas_reservoir": null, "storage_change": null, "status": null, "immediate_bytes": null, @@ -4403,6 +4941,8 @@ "gas_refund_counter": 0, "gas_used": 193918, "gas_cost": 3, + "state_gas_cost": null, + "state_gas_reservoir": null, "storage_change": null, "status": null, "immediate_bytes": null, @@ -4419,6 +4959,8 @@ "gas_refund_counter": 0, "gas_used": 193921, "gas_cost": 3, + "state_gas_cost": null, + "state_gas_reservoir": null, "storage_change": null, "status": null, "immediate_bytes": null, @@ -4435,6 +4977,8 @@ "gas_refund_counter": 0, "gas_used": 193924, "gas_cost": 3, + "state_gas_cost": null, + "state_gas_reservoir": null, "storage_change": null, "status": null, "immediate_bytes": null, @@ -4451,6 +4995,8 @@ "gas_refund_counter": 0, "gas_used": 193927, "gas_cost": 3, + "state_gas_cost": null, + "state_gas_reservoir": null, "storage_change": null, "status": null, "immediate_bytes": null, @@ -4467,6 +5013,8 @@ "gas_refund_counter": 0, "gas_used": 193930, "gas_cost": 3, + "state_gas_cost": null, + "state_gas_reservoir": null, "storage_change": null, "status": null, "immediate_bytes": null, @@ -4483,6 +5031,8 @@ "gas_refund_counter": 0, "gas_used": 193933, "gas_cost": 3, + "state_gas_cost": null, + "state_gas_reservoir": null, "storage_change": null, "status": null, "immediate_bytes": null, @@ -4499,6 +5049,8 @@ "gas_refund_counter": 0, "gas_used": 193936, "gas_cost": 3, + "state_gas_cost": null, + "state_gas_reservoir": null, "storage_change": null, "status": null, "immediate_bytes": null, @@ -4515,6 +5067,8 @@ "gas_refund_counter": 0, "gas_used": 193939, "gas_cost": 3, + "state_gas_cost": null, + "state_gas_reservoir": null, "storage_change": null, "status": null, "immediate_bytes": null, @@ -4531,6 +5085,8 @@ "gas_refund_counter": 0, "gas_used": 193942, "gas_cost": 3, + "state_gas_cost": null, + "state_gas_reservoir": null, "storage_change": null, "status": null, "immediate_bytes": null, @@ -4547,6 +5103,8 @@ "gas_refund_counter": 0, "gas_used": 193945, "gas_cost": 3, + "state_gas_cost": null, + "state_gas_reservoir": null, "storage_change": null, "status": null, "immediate_bytes": null, @@ -4563,6 +5121,8 @@ "gas_refund_counter": 0, "gas_used": 193948, "gas_cost": 3, + "state_gas_cost": null, + "state_gas_reservoir": null, "storage_change": null, "status": null, "immediate_bytes": null, @@ -4579,6 +5139,8 @@ "gas_refund_counter": 0, "gas_used": 193951, "gas_cost": 3, + "state_gas_cost": null, + "state_gas_reservoir": null, "storage_change": null, "status": null, "immediate_bytes": null, @@ -4595,6 +5157,8 @@ "gas_refund_counter": 0, "gas_used": 193954, "gas_cost": 3, + "state_gas_cost": null, + "state_gas_reservoir": null, "storage_change": null, "status": null, "immediate_bytes": null, @@ -4611,6 +5175,8 @@ "gas_refund_counter": 0, "gas_used": 193957, "gas_cost": 3, + "state_gas_cost": null, + "state_gas_reservoir": null, "storage_change": null, "status": null, "immediate_bytes": null, @@ -4627,6 +5193,8 @@ "gas_refund_counter": 0, "gas_used": 193960, "gas_cost": 3, + "state_gas_cost": null, + "state_gas_reservoir": null, "storage_change": null, "status": null, "immediate_bytes": null, @@ -4643,6 +5211,8 @@ "gas_refund_counter": 0, "gas_used": 193963, "gas_cost": 3, + "state_gas_cost": null, + "state_gas_reservoir": null, "storage_change": null, "status": null, "immediate_bytes": null, @@ -4659,6 +5229,8 @@ "gas_refund_counter": 0, "gas_used": 193966, "gas_cost": 3, + "state_gas_cost": null, + "state_gas_reservoir": null, "storage_change": null, "status": null, "immediate_bytes": null, @@ -4675,6 +5247,8 @@ "gas_refund_counter": 0, "gas_used": 193969, "gas_cost": 3, + "state_gas_cost": null, + "state_gas_reservoir": null, "storage_change": null, "status": null, "immediate_bytes": null, @@ -4691,6 +5265,8 @@ "gas_refund_counter": 0, "gas_used": 193972, "gas_cost": 3, + "state_gas_cost": null, + "state_gas_reservoir": null, "storage_change": null, "status": null, "immediate_bytes": null, @@ -4707,6 +5283,8 @@ "gas_refund_counter": 0, "gas_used": 193975, "gas_cost": 3, + "state_gas_cost": null, + "state_gas_reservoir": null, "storage_change": null, "status": null, "immediate_bytes": null, @@ -4723,6 +5301,8 @@ "gas_refund_counter": 0, "gas_used": 193978, "gas_cost": 3, + "state_gas_cost": null, + "state_gas_reservoir": null, "storage_change": null, "status": null, "immediate_bytes": null, @@ -4739,6 +5319,8 @@ "gas_refund_counter": 0, "gas_used": 193981, "gas_cost": 3, + "state_gas_cost": null, + "state_gas_reservoir": null, "storage_change": null, "status": null, "immediate_bytes": null, @@ -4755,6 +5337,8 @@ "gas_refund_counter": 0, "gas_used": 193984, "gas_cost": 2, + "state_gas_cost": null, + "state_gas_reservoir": null, "storage_change": null, "status": null, "immediate_bytes": null, @@ -4771,6 +5355,8 @@ "gas_refund_counter": 0, "gas_used": 193986, "gas_cost": 2, + "state_gas_cost": null, + "state_gas_reservoir": null, "storage_change": null, "status": null, "immediate_bytes": null, @@ -4787,6 +5373,8 @@ "gas_refund_counter": 0, "gas_used": 193988, "gas_cost": 2, + "state_gas_cost": null, + "state_gas_reservoir": null, "storage_change": null, "status": null, "immediate_bytes": null, @@ -4803,6 +5391,8 @@ "gas_refund_counter": 0, "gas_used": 193990, "gas_cost": 2, + "state_gas_cost": null, + "state_gas_reservoir": null, "storage_change": null, "status": null, "immediate_bytes": null, @@ -4819,6 +5409,8 @@ "gas_refund_counter": 0, "gas_used": 193992, "gas_cost": 3, + "state_gas_cost": null, + "state_gas_reservoir": null, "storage_change": null, "status": null, "immediate_bytes": null, @@ -4835,6 +5427,8 @@ "gas_refund_counter": 0, "gas_used": 193995, "gas_cost": 8, + "state_gas_cost": null, + "state_gas_reservoir": null, "storage_change": null, "status": null, "immediate_bytes": null, @@ -4851,6 +5445,8 @@ "gas_refund_counter": 0, "gas_used": 194003, "gas_cost": 1, + "state_gas_cost": null, + "state_gas_reservoir": null, "storage_change": null, "status": null, "immediate_bytes": null, @@ -4867,6 +5463,8 @@ "gas_refund_counter": 0, "gas_used": 194004, "gas_cost": 3, + "state_gas_cost": null, + "state_gas_reservoir": null, "storage_change": null, "status": null, "immediate_bytes": null, @@ -4883,6 +5481,8 @@ "gas_refund_counter": 0, "gas_used": 194007, "gas_cost": 3, + "state_gas_cost": null, + "state_gas_reservoir": null, "storage_change": null, "status": null, "immediate_bytes": null, @@ -4899,6 +5499,8 @@ "gas_refund_counter": 0, "gas_used": 194010, "gas_cost": 3, + "state_gas_cost": null, + "state_gas_reservoir": null, "storage_change": null, "status": null, "immediate_bytes": null, @@ -4915,6 +5517,8 @@ "gas_refund_counter": 0, "gas_used": 194013, "gas_cost": 3, + "state_gas_cost": null, + "state_gas_reservoir": null, "storage_change": null, "status": null, "immediate_bytes": null, @@ -4931,6 +5535,8 @@ "gas_refund_counter": 0, "gas_used": 194016, "gas_cost": 3, + "state_gas_cost": null, + "state_gas_reservoir": null, "storage_change": null, "status": null, "immediate_bytes": null, @@ -4947,6 +5553,8 @@ "gas_refund_counter": 0, "gas_used": 194019, "gas_cost": 8, + "state_gas_cost": null, + "state_gas_reservoir": null, "storage_change": null, "status": null, "immediate_bytes": null, @@ -4963,6 +5571,8 @@ "gas_refund_counter": 0, "gas_used": 194027, "gas_cost": 1, + "state_gas_cost": null, + "state_gas_reservoir": null, "storage_change": null, "status": null, "immediate_bytes": null, @@ -4979,6 +5589,8 @@ "gas_refund_counter": 0, "gas_used": 194028, "gas_cost": 3, + "state_gas_cost": null, + "state_gas_reservoir": null, "storage_change": null, "status": null, "immediate_bytes": null, @@ -4995,6 +5607,8 @@ "gas_refund_counter": 0, "gas_used": 194031, "gas_cost": 3, + "state_gas_cost": null, + "state_gas_reservoir": null, "storage_change": null, "status": null, "immediate_bytes": null, @@ -5011,6 +5625,8 @@ "gas_refund_counter": 0, "gas_used": 194034, "gas_cost": 3, + "state_gas_cost": null, + "state_gas_reservoir": null, "storage_change": null, "status": null, "immediate_bytes": null, @@ -5027,6 +5643,8 @@ "gas_refund_counter": 0, "gas_used": 194037, "gas_cost": 2, + "state_gas_cost": null, + "state_gas_reservoir": null, "storage_change": null, "status": null, "immediate_bytes": null, @@ -5043,6 +5661,8 @@ "gas_refund_counter": 0, "gas_used": 194039, "gas_cost": 3, + "state_gas_cost": null, + "state_gas_reservoir": null, "storage_change": null, "status": null, "immediate_bytes": null, @@ -5059,6 +5679,8 @@ "gas_refund_counter": 0, "gas_used": 194042, "gas_cost": 3, + "state_gas_cost": null, + "state_gas_reservoir": null, "storage_change": null, "status": null, "immediate_bytes": null, @@ -5075,6 +5697,8 @@ "gas_refund_counter": 0, "gas_used": 194045, "gas_cost": 2, + "state_gas_cost": null, + "state_gas_reservoir": null, "storage_change": null, "status": null, "immediate_bytes": null, @@ -5091,6 +5715,8 @@ "gas_refund_counter": 0, "gas_used": 194047, "gas_cost": 8, + "state_gas_cost": null, + "state_gas_reservoir": null, "storage_change": null, "status": null, "immediate_bytes": null, @@ -5107,6 +5733,8 @@ "gas_refund_counter": 0, "gas_used": 194055, "gas_cost": 1, + "state_gas_cost": null, + "state_gas_reservoir": null, "storage_change": null, "status": null, "immediate_bytes": null, @@ -5123,6 +5751,8 @@ "gas_refund_counter": 0, "gas_used": 194056, "gas_cost": 3, + "state_gas_cost": null, + "state_gas_reservoir": null, "storage_change": null, "status": null, "immediate_bytes": null, @@ -5139,6 +5769,8 @@ "gas_refund_counter": 0, "gas_used": 194059, "gas_cost": 3, + "state_gas_cost": null, + "state_gas_reservoir": null, "storage_change": null, "status": null, "immediate_bytes": null, @@ -5155,6 +5787,8 @@ "gas_refund_counter": 0, "gas_used": 194062, "gas_cost": 8, + "state_gas_cost": null, + "state_gas_reservoir": null, "storage_change": null, "status": null, "immediate_bytes": null, @@ -5171,6 +5805,8 @@ "gas_refund_counter": 0, "gas_used": 194070, "gas_cost": 1, + "state_gas_cost": null, + "state_gas_reservoir": null, "storage_change": null, "status": null, "immediate_bytes": null, @@ -5187,6 +5823,8 @@ "gas_refund_counter": 0, "gas_used": 194071, "gas_cost": 2, + "state_gas_cost": null, + "state_gas_reservoir": null, "storage_change": null, "status": null, "immediate_bytes": null, @@ -5203,6 +5841,8 @@ "gas_refund_counter": 0, "gas_used": 194073, "gas_cost": 3, + "state_gas_cost": null, + "state_gas_reservoir": null, "storage_change": null, "status": null, "immediate_bytes": null, @@ -5219,6 +5859,8 @@ "gas_refund_counter": 0, "gas_used": 194076, "gas_cost": 3, + "state_gas_cost": null, + "state_gas_reservoir": null, "storage_change": null, "status": null, "immediate_bytes": null, @@ -5235,6 +5877,8 @@ "gas_refund_counter": 0, "gas_used": 194079, "gas_cost": 2, + "state_gas_cost": null, + "state_gas_reservoir": null, "storage_change": null, "status": null, "immediate_bytes": null, @@ -5251,6 +5895,8 @@ "gas_refund_counter": 0, "gas_used": 194081, "gas_cost": 2, + "state_gas_cost": null, + "state_gas_reservoir": null, "storage_change": null, "status": null, "immediate_bytes": null, @@ -5267,6 +5913,8 @@ "gas_refund_counter": 0, "gas_used": 194083, "gas_cost": 2, + "state_gas_cost": null, + "state_gas_reservoir": null, "storage_change": null, "status": null, "immediate_bytes": null, @@ -5283,6 +5931,8 @@ "gas_refund_counter": 0, "gas_used": 194085, "gas_cost": 3, + "state_gas_cost": null, + "state_gas_reservoir": null, "storage_change": null, "status": null, "immediate_bytes": null, @@ -5299,6 +5949,8 @@ "gas_refund_counter": 0, "gas_used": 194088, "gas_cost": 3, + "state_gas_cost": null, + "state_gas_reservoir": null, "storage_change": null, "status": null, "immediate_bytes": null, @@ -5315,6 +5967,8 @@ "gas_refund_counter": 0, "gas_used": 194091, "gas_cost": 3, + "state_gas_cost": null, + "state_gas_reservoir": null, "storage_change": null, "status": null, "immediate_bytes": null, @@ -5331,6 +5985,8 @@ "gas_refund_counter": 0, "gas_used": 194094, "gas_cost": 3, + "state_gas_cost": null, + "state_gas_reservoir": null, "storage_change": null, "status": null, "immediate_bytes": null, @@ -5347,6 +6003,8 @@ "gas_refund_counter": 0, "gas_used": 194097, "gas_cost": 3, + "state_gas_cost": null, + "state_gas_reservoir": null, "storage_change": null, "status": null, "immediate_bytes": null, @@ -5363,6 +6021,8 @@ "gas_refund_counter": 0, "gas_used": 194100, "gas_cost": 3, + "state_gas_cost": null, + "state_gas_reservoir": null, "storage_change": null, "status": null, "immediate_bytes": null, @@ -5379,6 +6039,8 @@ "gas_refund_counter": 0, "gas_used": 194103, "gas_cost": 2, + "state_gas_cost": null, + "state_gas_reservoir": null, "storage_change": null, "status": null, "immediate_bytes": null, @@ -5395,6 +6057,8 @@ "gas_refund_counter": 0, "gas_used": 194105, "gas_cost": 1056752842, + "state_gas_cost": null, + "state_gas_reservoir": null, "storage_change": null, "status": null, "immediate_bytes": null, @@ -5411,6 +6075,8 @@ "gas_refund_counter": 0, "gas_used": 196705, "gas_cost": 2, + "state_gas_cost": null, + "state_gas_reservoir": null, "storage_change": null, "status": null, "immediate_bytes": null, @@ -5427,6 +6093,8 @@ "gas_refund_counter": 0, "gas_used": 196707, "gas_cost": 2, + "state_gas_cost": null, + "state_gas_reservoir": null, "storage_change": null, "status": null, "immediate_bytes": null, @@ -5443,6 +6111,8 @@ "gas_refund_counter": 0, "gas_used": 196709, "gas_cost": 2, + "state_gas_cost": null, + "state_gas_reservoir": null, "storage_change": null, "status": null, "immediate_bytes": null, @@ -5459,6 +6129,8 @@ "gas_refund_counter": 0, "gas_used": 196711, "gas_cost": 8, + "state_gas_cost": null, + "state_gas_reservoir": null, "storage_change": null, "status": null, "immediate_bytes": null, @@ -5475,6 +6147,8 @@ "gas_refund_counter": 0, "gas_used": 196719, "gas_cost": 1, + "state_gas_cost": null, + "state_gas_reservoir": null, "storage_change": null, "status": null, "immediate_bytes": null, @@ -5491,6 +6165,8 @@ "gas_refund_counter": 0, "gas_used": 196720, "gas_cost": 2, + "state_gas_cost": null, + "state_gas_reservoir": null, "storage_change": null, "status": null, "immediate_bytes": null, @@ -5507,6 +6183,8 @@ "gas_refund_counter": 0, "gas_used": 196722, "gas_cost": 8, + "state_gas_cost": null, + "state_gas_reservoir": null, "storage_change": null, "status": null, "immediate_bytes": null, @@ -5523,6 +6201,8 @@ "gas_refund_counter": 0, "gas_used": 196730, "gas_cost": 1, + "state_gas_cost": null, + "state_gas_reservoir": null, "storage_change": null, "status": null, "immediate_bytes": null, @@ -5539,6 +6219,8 @@ "gas_refund_counter": 0, "gas_used": 196731, "gas_cost": 2, + "state_gas_cost": null, + "state_gas_reservoir": null, "storage_change": null, "status": null, "immediate_bytes": null, @@ -5555,6 +6237,8 @@ "gas_refund_counter": 0, "gas_used": 196733, "gas_cost": 8, + "state_gas_cost": null, + "state_gas_reservoir": null, "storage_change": null, "status": null, "immediate_bytes": null, @@ -5571,6 +6255,8 @@ "gas_refund_counter": 0, "gas_used": 196741, "gas_cost": 1, + "state_gas_cost": null, + "state_gas_reservoir": null, "storage_change": null, "status": null, "immediate_bytes": null, @@ -5587,6 +6273,8 @@ "gas_refund_counter": 0, "gas_used": 196742, "gas_cost": 2, + "state_gas_cost": null, + "state_gas_reservoir": null, "storage_change": null, "status": null, "immediate_bytes": null, @@ -5603,6 +6291,8 @@ "gas_refund_counter": 0, "gas_used": 196744, "gas_cost": 8, + "state_gas_cost": null, + "state_gas_reservoir": null, "storage_change": null, "status": null, "immediate_bytes": null, @@ -5619,6 +6309,8 @@ "gas_refund_counter": 0, "gas_used": 196752, "gas_cost": 1, + "state_gas_cost": null, + "state_gas_reservoir": null, "storage_change": null, "status": null, "immediate_bytes": null, @@ -5635,6 +6327,8 @@ "gas_refund_counter": 0, "gas_used": 196753, "gas_cost": 0, + "state_gas_cost": null, + "state_gas_reservoir": null, "storage_change": null, "status": "Stop", "immediate_bytes": null, @@ -6730,6 +7424,8 @@ "gas_refund_counter": 0, "gas_used": "{...}", "gas_cost": 3, + "state_gas_cost": null, + "state_gas_reservoir": null, "storage_change": null, "status": null, "immediate_bytes": null, @@ -6746,6 +7442,8 @@ "gas_refund_counter": 0, "gas_used": 3, "gas_cost": 3, + "state_gas_cost": null, + "state_gas_reservoir": null, "storage_change": null, "status": null, "immediate_bytes": null, @@ -6762,6 +7460,8 @@ "gas_refund_counter": 0, "gas_used": 6, "gas_cost": 12, + "state_gas_cost": null, + "state_gas_reservoir": null, "storage_change": null, "status": null, "immediate_bytes": null, @@ -6778,6 +7478,8 @@ "gas_refund_counter": 0, "gas_used": 18, "gas_cost": 2, + "state_gas_cost": null, + "state_gas_reservoir": null, "storage_change": null, "status": null, "immediate_bytes": null, @@ -6794,6 +7496,8 @@ "gas_refund_counter": 0, "gas_used": 20, "gas_cost": 3, + "state_gas_cost": null, + "state_gas_reservoir": null, "storage_change": null, "status": null, "immediate_bytes": null, @@ -6810,6 +7514,8 @@ "gas_refund_counter": 0, "gas_used": 23, "gas_cost": 3, + "state_gas_cost": null, + "state_gas_reservoir": null, "storage_change": null, "status": null, "immediate_bytes": null, @@ -6826,6 +7532,8 @@ "gas_refund_counter": 0, "gas_used": 26, "gas_cost": 3, + "state_gas_cost": null, + "state_gas_reservoir": null, "storage_change": null, "status": null, "immediate_bytes": null, @@ -6842,6 +7550,8 @@ "gas_refund_counter": 0, "gas_used": 29, "gas_cost": 10, + "state_gas_cost": null, + "state_gas_reservoir": null, "storage_change": null, "status": null, "immediate_bytes": null, @@ -6858,6 +7568,8 @@ "gas_refund_counter": 0, "gas_used": 39, "gas_cost": 1, + "state_gas_cost": null, + "state_gas_reservoir": null, "storage_change": null, "status": null, "immediate_bytes": null, @@ -6874,6 +7586,8 @@ "gas_refund_counter": 0, "gas_used": 40, "gas_cost": 2, + "state_gas_cost": null, + "state_gas_reservoir": null, "storage_change": null, "status": null, "immediate_bytes": null, @@ -6890,6 +7604,8 @@ "gas_refund_counter": 0, "gas_used": 42, "gas_cost": 3, + "state_gas_cost": null, + "state_gas_reservoir": null, "storage_change": null, "status": null, "immediate_bytes": null, @@ -6906,6 +7622,8 @@ "gas_refund_counter": 0, "gas_used": 45, "gas_cost": 3, + "state_gas_cost": null, + "state_gas_reservoir": null, "storage_change": null, "status": null, "immediate_bytes": null, @@ -6922,6 +7640,8 @@ "gas_refund_counter": 0, "gas_used": 48, "gas_cost": 3, + "state_gas_cost": null, + "state_gas_reservoir": null, "storage_change": null, "status": null, "immediate_bytes": null, @@ -6938,6 +7658,8 @@ "gas_refund_counter": 0, "gas_used": 51, "gas_cost": 2, + "state_gas_cost": null, + "state_gas_reservoir": null, "storage_change": null, "status": null, "immediate_bytes": null, @@ -6954,6 +7676,8 @@ "gas_refund_counter": 0, "gas_used": 53, "gas_cost": 54, + "state_gas_cost": null, + "state_gas_reservoir": null, "storage_change": null, "status": null, "immediate_bytes": null, @@ -6970,6 +7694,8 @@ "gas_refund_counter": 0, "gas_used": 107, "gas_cost": 2, + "state_gas_cost": null, + "state_gas_reservoir": null, "storage_change": null, "status": null, "immediate_bytes": null, @@ -6986,6 +7712,8 @@ "gas_refund_counter": 0, "gas_used": 109, "gas_cost": 0, + "state_gas_cost": null, + "state_gas_reservoir": null, "storage_change": null, "status": "Return", "immediate_bytes": null, @@ -7082,6 +7810,8 @@ "gas_refund_counter": 0, "gas_used": "{...}", "gas_cost": 3, + "state_gas_cost": null, + "state_gas_reservoir": null, "storage_change": null, "status": null, "immediate_bytes": null, @@ -7098,6 +7828,8 @@ "gas_refund_counter": 0, "gas_used": "{...}", "gas_cost": 3, + "state_gas_cost": null, + "state_gas_reservoir": null, "storage_change": null, "status": null, "immediate_bytes": null, @@ -7114,6 +7846,8 @@ "gas_refund_counter": 0, "gas_used": "{...}", "gas_cost": 12, + "state_gas_cost": null, + "state_gas_reservoir": null, "storage_change": null, "status": null, "immediate_bytes": null, @@ -7130,6 +7864,8 @@ "gas_refund_counter": 0, "gas_used": "{...}", "gas_cost": 2, + "state_gas_cost": null, + "state_gas_reservoir": null, "storage_change": null, "status": null, "immediate_bytes": null, @@ -7146,6 +7882,8 @@ "gas_refund_counter": 0, "gas_used": "{...}", "gas_cost": 3, + "state_gas_cost": null, + "state_gas_reservoir": null, "storage_change": null, "status": null, "immediate_bytes": null, @@ -7162,6 +7900,8 @@ "gas_refund_counter": 0, "gas_used": "{...}", "gas_cost": 3, + "state_gas_cost": null, + "state_gas_reservoir": null, "storage_change": null, "status": null, "immediate_bytes": null, @@ -7178,6 +7918,8 @@ "gas_refund_counter": 0, "gas_used": "{...}", "gas_cost": 3, + "state_gas_cost": null, + "state_gas_reservoir": null, "storage_change": null, "status": null, "immediate_bytes": null, @@ -7194,6 +7936,8 @@ "gas_refund_counter": 0, "gas_used": "{...}", "gas_cost": 10, + "state_gas_cost": null, + "state_gas_reservoir": null, "storage_change": null, "status": null, "immediate_bytes": null, @@ -7210,6 +7954,8 @@ "gas_refund_counter": 0, "gas_used": "{...}", "gas_cost": 1, + "state_gas_cost": null, + "state_gas_reservoir": null, "storage_change": null, "status": null, "immediate_bytes": null, @@ -7226,6 +7972,8 @@ "gas_refund_counter": 0, "gas_used": "{...}", "gas_cost": 2, + "state_gas_cost": null, + "state_gas_reservoir": null, "storage_change": null, "status": null, "immediate_bytes": null, @@ -7242,6 +7990,8 @@ "gas_refund_counter": 0, "gas_used": "{...}", "gas_cost": 3, + "state_gas_cost": null, + "state_gas_reservoir": null, "storage_change": null, "status": null, "immediate_bytes": null, @@ -7258,6 +8008,8 @@ "gas_refund_counter": 0, "gas_used": "{...}", "gas_cost": 2, + "state_gas_cost": null, + "state_gas_reservoir": null, "storage_change": null, "status": null, "immediate_bytes": null, @@ -7274,6 +8026,8 @@ "gas_refund_counter": 0, "gas_used": "{...}", "gas_cost": 3, + "state_gas_cost": null, + "state_gas_reservoir": null, "storage_change": null, "status": null, "immediate_bytes": null, @@ -7290,6 +8044,8 @@ "gas_refund_counter": 0, "gas_used": "{...}", "gas_cost": 3, + "state_gas_cost": null, + "state_gas_reservoir": null, "storage_change": null, "status": null, "immediate_bytes": null, @@ -7306,6 +8062,8 @@ "gas_refund_counter": 0, "gas_used": "{...}", "gas_cost": 10, + "state_gas_cost": null, + "state_gas_reservoir": null, "storage_change": null, "status": null, "immediate_bytes": null, @@ -7322,6 +8080,8 @@ "gas_refund_counter": 0, "gas_used": "{...}", "gas_cost": 2, + "state_gas_cost": null, + "state_gas_reservoir": null, "storage_change": null, "status": null, "immediate_bytes": null, @@ -7338,6 +8098,8 @@ "gas_refund_counter": 0, "gas_used": "{...}", "gas_cost": 3, + "state_gas_cost": null, + "state_gas_reservoir": null, "storage_change": null, "status": null, "immediate_bytes": null, @@ -7354,6 +8116,8 @@ "gas_refund_counter": 0, "gas_used": "{...}", "gas_cost": 3, + "state_gas_cost": null, + "state_gas_reservoir": null, "storage_change": null, "status": null, "immediate_bytes": null, @@ -7370,6 +8134,8 @@ "gas_refund_counter": 0, "gas_used": "{...}", "gas_cost": 3, + "state_gas_cost": null, + "state_gas_reservoir": null, "storage_change": null, "status": null, "immediate_bytes": null, @@ -7386,6 +8152,8 @@ "gas_refund_counter": 0, "gas_used": "{...}", "gas_cost": 3, + "state_gas_cost": null, + "state_gas_reservoir": null, "storage_change": null, "status": null, "immediate_bytes": null, @@ -7402,6 +8170,8 @@ "gas_refund_counter": 0, "gas_used": "{...}", "gas_cost": 3, + "state_gas_cost": null, + "state_gas_reservoir": null, "storage_change": null, "status": null, "immediate_bytes": null, @@ -7418,6 +8188,8 @@ "gas_refund_counter": 0, "gas_used": "{...}", "gas_cost": 3, + "state_gas_cost": null, + "state_gas_reservoir": null, "storage_change": null, "status": null, "immediate_bytes": null, @@ -7434,6 +8206,8 @@ "gas_refund_counter": 0, "gas_used": "{...}", "gas_cost": 3, + "state_gas_cost": null, + "state_gas_reservoir": null, "storage_change": null, "status": null, "immediate_bytes": null, @@ -7450,6 +8224,8 @@ "gas_refund_counter": 0, "gas_used": "{...}", "gas_cost": 10, + "state_gas_cost": null, + "state_gas_reservoir": null, "storage_change": null, "status": null, "immediate_bytes": null, @@ -7466,6 +8242,8 @@ "gas_refund_counter": 0, "gas_used": 96, "gas_cost": 3, + "state_gas_cost": null, + "state_gas_reservoir": null, "storage_change": null, "status": null, "immediate_bytes": null, @@ -7482,6 +8260,8 @@ "gas_refund_counter": 0, "gas_used": 99, "gas_cost": 3, + "state_gas_cost": null, + "state_gas_reservoir": null, "storage_change": null, "status": null, "immediate_bytes": null, @@ -7498,6 +8278,8 @@ "gas_refund_counter": 0, "gas_used": 102, "gas_cost": 3, + "state_gas_cost": null, + "state_gas_reservoir": null, "storage_change": null, "status": null, "immediate_bytes": null, @@ -7514,6 +8296,8 @@ "gas_refund_counter": 0, "gas_used": 105, "gas_cost": 3, + "state_gas_cost": null, + "state_gas_reservoir": null, "storage_change": null, "status": null, "immediate_bytes": null, @@ -7530,6 +8314,8 @@ "gas_refund_counter": 0, "gas_used": 108, "gas_cost": 10, + "state_gas_cost": null, + "state_gas_reservoir": null, "storage_change": null, "status": null, "immediate_bytes": null, @@ -7546,6 +8332,8 @@ "gas_refund_counter": 0, "gas_used": 118, "gas_cost": 1, + "state_gas_cost": null, + "state_gas_reservoir": null, "storage_change": null, "status": null, "immediate_bytes": null, @@ -7562,6 +8350,8 @@ "gas_refund_counter": 0, "gas_used": 119, "gas_cost": 3, + "state_gas_cost": null, + "state_gas_reservoir": null, "storage_change": null, "status": null, "immediate_bytes": null, @@ -7578,6 +8368,8 @@ "gas_refund_counter": 0, "gas_used": 122, "gas_cost": 3, + "state_gas_cost": null, + "state_gas_reservoir": null, "storage_change": null, "status": null, "immediate_bytes": null, @@ -7594,6 +8386,8 @@ "gas_refund_counter": 0, "gas_used": 125, "gas_cost": 3, + "state_gas_cost": null, + "state_gas_reservoir": null, "storage_change": null, "status": null, "immediate_bytes": null, @@ -7610,6 +8404,8 @@ "gas_refund_counter": 0, "gas_used": 128, "gas_cost": 2, + "state_gas_cost": null, + "state_gas_reservoir": null, "storage_change": null, "status": null, "immediate_bytes": null, @@ -7626,6 +8422,8 @@ "gas_refund_counter": 0, "gas_used": 130, "gas_cost": 3, + "state_gas_cost": null, + "state_gas_reservoir": null, "storage_change": null, "status": null, "immediate_bytes": null, @@ -7642,6 +8440,8 @@ "gas_refund_counter": 0, "gas_used": 133, "gas_cost": 3, + "state_gas_cost": null, + "state_gas_reservoir": null, "storage_change": null, "status": null, "immediate_bytes": null, @@ -7658,6 +8458,8 @@ "gas_refund_counter": 0, "gas_used": 136, "gas_cost": 3, + "state_gas_cost": null, + "state_gas_reservoir": null, "storage_change": null, "status": null, "immediate_bytes": null, @@ -7674,6 +8476,8 @@ "gas_refund_counter": 0, "gas_used": 139, "gas_cost": 3, + "state_gas_cost": null, + "state_gas_reservoir": null, "storage_change": null, "status": null, "immediate_bytes": null, @@ -7690,6 +8494,8 @@ "gas_refund_counter": 0, "gas_used": 142, "gas_cost": 3, + "state_gas_cost": null, + "state_gas_reservoir": null, "storage_change": null, "status": null, "immediate_bytes": null, @@ -7706,6 +8512,8 @@ "gas_refund_counter": 0, "gas_used": 145, "gas_cost": 3, + "state_gas_cost": null, + "state_gas_reservoir": null, "storage_change": null, "status": null, "immediate_bytes": null, @@ -7722,6 +8530,8 @@ "gas_refund_counter": 0, "gas_used": 148, "gas_cost": 3, + "state_gas_cost": null, + "state_gas_reservoir": null, "storage_change": null, "status": null, "immediate_bytes": null, @@ -7738,6 +8548,8 @@ "gas_refund_counter": 0, "gas_used": 151, "gas_cost": 3, + "state_gas_cost": null, + "state_gas_reservoir": null, "storage_change": null, "status": null, "immediate_bytes": null, @@ -7754,6 +8566,8 @@ "gas_refund_counter": 0, "gas_used": 154, "gas_cost": 8, + "state_gas_cost": null, + "state_gas_reservoir": null, "storage_change": null, "status": null, "immediate_bytes": null, @@ -7770,6 +8584,8 @@ "gas_refund_counter": 0, "gas_used": 162, "gas_cost": 1, + "state_gas_cost": null, + "state_gas_reservoir": null, "storage_change": null, "status": null, "immediate_bytes": null, @@ -7786,6 +8602,8 @@ "gas_refund_counter": 0, "gas_used": 163, "gas_cost": 2, + "state_gas_cost": null, + "state_gas_reservoir": null, "storage_change": null, "status": null, "immediate_bytes": null, @@ -7802,6 +8620,8 @@ "gas_refund_counter": 0, "gas_used": 165, "gas_cost": 3, + "state_gas_cost": null, + "state_gas_reservoir": null, "storage_change": null, "status": null, "immediate_bytes": null, @@ -7818,6 +8638,8 @@ "gas_refund_counter": 0, "gas_used": 168, "gas_cost": 3, + "state_gas_cost": null, + "state_gas_reservoir": null, "storage_change": null, "status": null, "immediate_bytes": null, @@ -7834,6 +8656,8 @@ "gas_refund_counter": 0, "gas_used": 171, "gas_cost": 3, + "state_gas_cost": null, + "state_gas_reservoir": null, "storage_change": null, "status": null, "immediate_bytes": null, @@ -7850,6 +8674,8 @@ "gas_refund_counter": 0, "gas_used": 174, "gas_cost": 3, + "state_gas_cost": null, + "state_gas_reservoir": null, "storage_change": null, "status": null, "immediate_bytes": null, @@ -7866,6 +8692,8 @@ "gas_refund_counter": 0, "gas_used": 177, "gas_cost": 3, + "state_gas_cost": null, + "state_gas_reservoir": null, "storage_change": null, "status": null, "immediate_bytes": null, @@ -7882,6 +8710,8 @@ "gas_refund_counter": 0, "gas_used": 180, "gas_cost": 3, + "state_gas_cost": null, + "state_gas_reservoir": null, "storage_change": null, "status": null, "immediate_bytes": null, @@ -7898,6 +8728,8 @@ "gas_refund_counter": 0, "gas_used": 183, "gas_cost": 3, + "state_gas_cost": null, + "state_gas_reservoir": null, "storage_change": null, "status": null, "immediate_bytes": null, @@ -7914,6 +8746,8 @@ "gas_refund_counter": 0, "gas_used": 186, "gas_cost": 10, + "state_gas_cost": null, + "state_gas_reservoir": null, "storage_change": null, "status": null, "immediate_bytes": null, @@ -7930,6 +8764,8 @@ "gas_refund_counter": 0, "gas_used": 196, "gas_cost": 1, + "state_gas_cost": null, + "state_gas_reservoir": null, "storage_change": null, "status": null, "immediate_bytes": null, @@ -7946,6 +8782,8 @@ "gas_refund_counter": 0, "gas_used": 197, "gas_cost": 2, + "state_gas_cost": null, + "state_gas_reservoir": null, "storage_change": null, "status": null, "immediate_bytes": null, @@ -7962,6 +8800,8 @@ "gas_refund_counter": 0, "gas_used": 199, "gas_cost": 3, + "state_gas_cost": null, + "state_gas_reservoir": null, "storage_change": null, "status": null, "immediate_bytes": null, @@ -7978,6 +8818,8 @@ "gas_refund_counter": 0, "gas_used": 202, "gas_cost": 3, + "state_gas_cost": null, + "state_gas_reservoir": null, "storage_change": null, "status": null, "immediate_bytes": null, @@ -7994,6 +8836,8 @@ "gas_refund_counter": 0, "gas_used": 205, "gas_cost": 3, + "state_gas_cost": null, + "state_gas_reservoir": null, "storage_change": null, "status": null, "immediate_bytes": null, @@ -8010,6 +8854,8 @@ "gas_refund_counter": 0, "gas_used": 208, "gas_cost": 3, + "state_gas_cost": null, + "state_gas_reservoir": null, "storage_change": null, "status": null, "immediate_bytes": null, @@ -8026,6 +8872,8 @@ "gas_refund_counter": 0, "gas_used": 211, "gas_cost": 3, + "state_gas_cost": null, + "state_gas_reservoir": null, "storage_change": null, "status": null, "immediate_bytes": null, @@ -8042,6 +8890,8 @@ "gas_refund_counter": 0, "gas_used": 214, "gas_cost": 3, + "state_gas_cost": null, + "state_gas_reservoir": null, "storage_change": null, "status": null, "immediate_bytes": null, @@ -8058,6 +8908,8 @@ "gas_refund_counter": 0, "gas_used": 217, "gas_cost": 8, + "state_gas_cost": null, + "state_gas_reservoir": null, "storage_change": null, "status": null, "immediate_bytes": null, @@ -8074,6 +8926,8 @@ "gas_refund_counter": 0, "gas_used": 225, "gas_cost": 1, + "state_gas_cost": null, + "state_gas_reservoir": null, "storage_change": null, "status": null, "immediate_bytes": null, @@ -8090,6 +8944,8 @@ "gas_refund_counter": 0, "gas_used": 226, "gas_cost": 2, + "state_gas_cost": null, + "state_gas_reservoir": null, "storage_change": null, "status": null, "immediate_bytes": null, @@ -8106,6 +8962,8 @@ "gas_refund_counter": 0, "gas_used": 228, "gas_cost": 3, + "state_gas_cost": null, + "state_gas_reservoir": null, "storage_change": null, "status": null, "immediate_bytes": null, @@ -8122,6 +8980,8 @@ "gas_refund_counter": 0, "gas_used": 231, "gas_cost": 3, + "state_gas_cost": null, + "state_gas_reservoir": null, "storage_change": null, "status": null, "immediate_bytes": null, @@ -8138,6 +8998,8 @@ "gas_refund_counter": 0, "gas_used": 234, "gas_cost": 3, + "state_gas_cost": null, + "state_gas_reservoir": null, "storage_change": null, "status": null, "immediate_bytes": null, @@ -8154,6 +9016,8 @@ "gas_refund_counter": 0, "gas_used": 237, "gas_cost": 2, + "state_gas_cost": null, + "state_gas_reservoir": null, "storage_change": null, "status": null, "immediate_bytes": null, @@ -8170,6 +9034,8 @@ "gas_refund_counter": 0, "gas_used": 239, "gas_cost": 3, + "state_gas_cost": null, + "state_gas_reservoir": null, "storage_change": null, "status": null, "immediate_bytes": null, @@ -8186,6 +9052,8 @@ "gas_refund_counter": 0, "gas_used": 242, "gas_cost": 3, + "state_gas_cost": null, + "state_gas_reservoir": null, "storage_change": null, "status": null, "immediate_bytes": null, @@ -8202,6 +9070,8 @@ "gas_refund_counter": 0, "gas_used": 245, "gas_cost": 3, + "state_gas_cost": null, + "state_gas_reservoir": null, "storage_change": null, "status": null, "immediate_bytes": null, @@ -8218,6 +9088,8 @@ "gas_refund_counter": 0, "gas_used": 248, "gas_cost": 8, + "state_gas_cost": null, + "state_gas_reservoir": null, "storage_change": null, "status": null, "immediate_bytes": null, @@ -8234,6 +9106,8 @@ "gas_refund_counter": 0, "gas_used": 256, "gas_cost": 1, + "state_gas_cost": null, + "state_gas_reservoir": null, "storage_change": null, "status": null, "immediate_bytes": null, @@ -8250,6 +9124,8 @@ "gas_refund_counter": 0, "gas_used": 257, "gas_cost": 3, + "state_gas_cost": null, + "state_gas_reservoir": null, "storage_change": null, "status": null, "immediate_bytes": null, @@ -8266,6 +9142,8 @@ "gas_refund_counter": 0, "gas_used": 260, "gas_cost": 3, + "state_gas_cost": null, + "state_gas_reservoir": null, "storage_change": null, "status": null, "immediate_bytes": null, @@ -8282,6 +9160,8 @@ "gas_refund_counter": 0, "gas_used": 263, "gas_cost": 3, + "state_gas_cost": null, + "state_gas_reservoir": null, "storage_change": null, "status": null, "immediate_bytes": null, @@ -8298,6 +9178,8 @@ "gas_refund_counter": 0, "gas_used": 266, "gas_cost": 8, + "state_gas_cost": null, + "state_gas_reservoir": null, "storage_change": null, "status": null, "immediate_bytes": null, @@ -8314,6 +9196,8 @@ "gas_refund_counter": 0, "gas_used": 274, "gas_cost": 1, + "state_gas_cost": null, + "state_gas_reservoir": null, "storage_change": null, "status": null, "immediate_bytes": null, @@ -8330,6 +9214,8 @@ "gas_refund_counter": 0, "gas_used": 275, "gas_cost": 2, + "state_gas_cost": null, + "state_gas_reservoir": null, "storage_change": null, "status": null, "immediate_bytes": null, @@ -8346,6 +9232,8 @@ "gas_refund_counter": 0, "gas_used": 277, "gas_cost": 3, + "state_gas_cost": null, + "state_gas_reservoir": null, "storage_change": null, "status": null, "immediate_bytes": null, @@ -8362,6 +9250,8 @@ "gas_refund_counter": 0, "gas_used": 280, "gas_cost": 3, + "state_gas_cost": null, + "state_gas_reservoir": null, "storage_change": null, "status": null, "immediate_bytes": null, @@ -8378,6 +9268,8 @@ "gas_refund_counter": 0, "gas_used": 283, "gas_cost": 2, + "state_gas_cost": null, + "state_gas_reservoir": null, "storage_change": null, "status": null, "immediate_bytes": null, @@ -8394,6 +9286,8 @@ "gas_refund_counter": 0, "gas_used": 285, "gas_cost": 3, + "state_gas_cost": null, + "state_gas_reservoir": null, "storage_change": null, "status": null, "immediate_bytes": null, @@ -8410,6 +9304,8 @@ "gas_refund_counter": 0, "gas_used": 288, "gas_cost": 3, + "state_gas_cost": null, + "state_gas_reservoir": null, "storage_change": null, "status": null, "immediate_bytes": null, @@ -8426,6 +9322,8 @@ "gas_refund_counter": 0, "gas_used": 291, "gas_cost": 2, + "state_gas_cost": null, + "state_gas_reservoir": null, "storage_change": null, "status": null, "immediate_bytes": null, @@ -8442,6 +9340,8 @@ "gas_refund_counter": 0, "gas_used": 293, "gas_cost": 8, + "state_gas_cost": null, + "state_gas_reservoir": null, "storage_change": null, "status": null, "immediate_bytes": null, @@ -8458,6 +9358,8 @@ "gas_refund_counter": 0, "gas_used": 301, "gas_cost": 1, + "state_gas_cost": null, + "state_gas_reservoir": null, "storage_change": null, "status": null, "immediate_bytes": null, @@ -8474,6 +9376,8 @@ "gas_refund_counter": 0, "gas_used": 302, "gas_cost": 3, + "state_gas_cost": null, + "state_gas_reservoir": null, "storage_change": null, "status": null, "immediate_bytes": null, @@ -8490,6 +9394,8 @@ "gas_refund_counter": 0, "gas_used": 305, "gas_cost": 3, + "state_gas_cost": null, + "state_gas_reservoir": null, "storage_change": null, "status": null, "immediate_bytes": null, @@ -8506,6 +9412,8 @@ "gas_refund_counter": 0, "gas_used": 308, "gas_cost": 3, + "state_gas_cost": null, + "state_gas_reservoir": null, "storage_change": null, "status": null, "immediate_bytes": null, @@ -8522,6 +9430,8 @@ "gas_refund_counter": 0, "gas_used": 311, "gas_cost": 10, + "state_gas_cost": null, + "state_gas_reservoir": null, "storage_change": null, "status": null, "immediate_bytes": null, @@ -8538,6 +9448,8 @@ "gas_refund_counter": 0, "gas_used": 321, "gas_cost": 1, + "state_gas_cost": null, + "state_gas_reservoir": null, "storage_change": null, "status": null, "immediate_bytes": null, @@ -8554,6 +9466,8 @@ "gas_refund_counter": 0, "gas_used": 322, "gas_cost": 2, + "state_gas_cost": null, + "state_gas_reservoir": null, "storage_change": null, "status": null, "immediate_bytes": null, @@ -8570,6 +9484,8 @@ "gas_refund_counter": 0, "gas_used": 324, "gas_cost": 8, + "state_gas_cost": null, + "state_gas_reservoir": null, "storage_change": null, "status": null, "immediate_bytes": null, @@ -8586,6 +9502,8 @@ "gas_refund_counter": 0, "gas_used": 332, "gas_cost": 1, + "state_gas_cost": null, + "state_gas_reservoir": null, "storage_change": null, "status": null, "immediate_bytes": null, @@ -8602,6 +9520,8 @@ "gas_refund_counter": 0, "gas_used": 333, "gas_cost": 3, + "state_gas_cost": null, + "state_gas_reservoir": null, "storage_change": null, "status": null, "immediate_bytes": null, @@ -8618,6 +9538,8 @@ "gas_refund_counter": 0, "gas_used": 336, "gas_cost": 3, + "state_gas_cost": null, + "state_gas_reservoir": null, "storage_change": null, "status": null, "immediate_bytes": null, @@ -8634,6 +9556,8 @@ "gas_refund_counter": 0, "gas_used": 339, "gas_cost": 2, + "state_gas_cost": null, + "state_gas_reservoir": null, "storage_change": null, "status": null, "immediate_bytes": null, @@ -8650,6 +9574,8 @@ "gas_refund_counter": 0, "gas_used": 341, "gas_cost": 2, + "state_gas_cost": null, + "state_gas_reservoir": null, "storage_change": null, "status": null, "immediate_bytes": null, @@ -8666,6 +9592,8 @@ "gas_refund_counter": 0, "gas_used": 343, "gas_cost": 8, + "state_gas_cost": null, + "state_gas_reservoir": null, "storage_change": null, "status": null, "immediate_bytes": null, @@ -8682,6 +9610,8 @@ "gas_refund_counter": 0, "gas_used": 351, "gas_cost": 1, + "state_gas_cost": null, + "state_gas_reservoir": null, "storage_change": null, "status": null, "immediate_bytes": null, @@ -8698,6 +9628,8 @@ "gas_refund_counter": 0, "gas_used": 352, "gas_cost": 3, + "state_gas_cost": null, + "state_gas_reservoir": null, "storage_change": null, "status": null, "immediate_bytes": null, @@ -8714,6 +9646,8 @@ "gas_refund_counter": 0, "gas_used": 355, "gas_cost": 2, + "state_gas_cost": null, + "state_gas_reservoir": null, "storage_change": null, "status": null, "immediate_bytes": null, @@ -8730,6 +9664,8 @@ "gas_refund_counter": 0, "gas_used": 357, "gas_cost": 2, + "state_gas_cost": null, + "state_gas_reservoir": null, "storage_change": null, "status": null, "immediate_bytes": null, @@ -8746,6 +9682,8 @@ "gas_refund_counter": 0, "gas_used": 359, "gas_cost": 3, + "state_gas_cost": null, + "state_gas_reservoir": null, "storage_change": null, "status": null, "immediate_bytes": null, @@ -8762,6 +9700,8 @@ "gas_refund_counter": 0, "gas_used": 362, "gas_cost": 3, + "state_gas_cost": null, + "state_gas_reservoir": null, "storage_change": null, "status": null, "immediate_bytes": null, @@ -8778,6 +9718,8 @@ "gas_refund_counter": 0, "gas_used": 365, "gas_cost": 2, + "state_gas_cost": null, + "state_gas_reservoir": null, "storage_change": null, "status": null, "immediate_bytes": null, @@ -8794,6 +9736,8 @@ "gas_refund_counter": 0, "gas_used": 367, "gas_cost": 2, + "state_gas_cost": null, + "state_gas_reservoir": null, "storage_change": null, "status": null, "immediate_bytes": null, @@ -8810,6 +9754,8 @@ "gas_refund_counter": 0, "gas_used": 369, "gas_cost": 8, + "state_gas_cost": null, + "state_gas_reservoir": null, "storage_change": null, "status": null, "immediate_bytes": null, @@ -8826,6 +9772,8 @@ "gas_refund_counter": 0, "gas_used": 377, "gas_cost": 1, + "state_gas_cost": null, + "state_gas_reservoir": null, "storage_change": null, "status": null, "immediate_bytes": null, @@ -8842,6 +9790,8 @@ "gas_refund_counter": 0, "gas_used": 378, "gas_cost": 3, + "state_gas_cost": null, + "state_gas_reservoir": null, "storage_change": null, "status": null, "immediate_bytes": null, @@ -8858,6 +9808,8 @@ "gas_refund_counter": 0, "gas_used": 381, "gas_cost": 8, + "state_gas_cost": null, + "state_gas_reservoir": null, "storage_change": null, "status": null, "immediate_bytes": null, @@ -8874,6 +9826,8 @@ "gas_refund_counter": 0, "gas_used": 389, "gas_cost": 1, + "state_gas_cost": null, + "state_gas_reservoir": null, "storage_change": null, "status": null, "immediate_bytes": null, @@ -8890,6 +9844,8 @@ "gas_refund_counter": 0, "gas_used": 390, "gas_cost": 3, + "state_gas_cost": null, + "state_gas_reservoir": null, "storage_change": null, "status": null, "immediate_bytes": null, @@ -8906,6 +9862,8 @@ "gas_refund_counter": 0, "gas_used": 393, "gas_cost": 2, + "state_gas_cost": null, + "state_gas_reservoir": null, "storage_change": null, "status": null, "immediate_bytes": null, @@ -8922,6 +9880,8 @@ "gas_refund_counter": 0, "gas_used": 395, "gas_cost": 3, + "state_gas_cost": null, + "state_gas_reservoir": null, "storage_change": null, "status": null, "immediate_bytes": null, @@ -8938,6 +9898,8 @@ "gas_refund_counter": 0, "gas_used": 398, "gas_cost": 3, + "state_gas_cost": null, + "state_gas_reservoir": null, "storage_change": null, "status": null, "immediate_bytes": null, @@ -8954,6 +9916,8 @@ "gas_refund_counter": 0, "gas_used": 401, "gas_cost": 22100, + "state_gas_cost": null, + "state_gas_reservoir": null, "storage_change": { "key": "0x0", "value": "0x64", @@ -8975,6 +9939,8 @@ "gas_refund_counter": 0, "gas_used": 22501, "gas_cost": 2, + "state_gas_cost": null, + "state_gas_reservoir": null, "storage_change": null, "status": null, "immediate_bytes": null, @@ -8991,6 +9957,8 @@ "gas_refund_counter": 0, "gas_used": 22503, "gas_cost": 2, + "state_gas_cost": null, + "state_gas_reservoir": null, "storage_change": null, "status": null, "immediate_bytes": null, @@ -9007,6 +9975,8 @@ "gas_refund_counter": 0, "gas_used": 22505, "gas_cost": 8, + "state_gas_cost": null, + "state_gas_reservoir": null, "storage_change": null, "status": null, "immediate_bytes": null, @@ -9023,6 +9993,8 @@ "gas_refund_counter": 0, "gas_used": 22513, "gas_cost": 1, + "state_gas_cost": null, + "state_gas_reservoir": null, "storage_change": null, "status": null, "immediate_bytes": null, @@ -9039,6 +10011,8 @@ "gas_refund_counter": 0, "gas_used": 22514, "gas_cost": 0, + "state_gas_cost": null, + "state_gas_reservoir": null, "storage_change": null, "status": "Stop", "immediate_bytes": null,