Skip to content

Commit

Permalink
Add files via upload
Browse files Browse the repository at this point in the history
  • Loading branch information
MarcusWentz authored and winsvega committed May 18, 2022
1 parent 0d1750d commit a380655
Show file tree
Hide file tree
Showing 36 changed files with 1,616 additions and 0 deletions.
61 changes: 61 additions & 0 deletions TransactionTests/ttEIP1559/GasLimitPriceProductOverflow.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,61 @@
{
"GasLimitPriceProductOverflow" : {
"_info" : {
"comment" : "",
"filling-rpc-server" : "evm version 1.10.18-unstable-4b309c70-20220517",
"filling-tool-version" : "retesteth-0.2.2-testinfo+commit.05e0b8ca.Linux.g++",
"generatedTestHash" : "4f1915fe53eaa78601cbaa809663873857b44dbeab237b0d87c6894382eb46d7",
"lllcversion" : "Version: 0.5.14-develop.2022.5.17+commit.401d5358.Linux.g++",
"solidity" : "Version: 0.8.5+commit.a4f2e591.Linux.g++",
"source" : "src/TransactionTestsFiller/ttValue/GasLimitPriceProductOverflowFiller.json",
"sourceHash" : "b612b46fc468a58682e659737695901a721773a7f9394d8dabdbb978dc6622e9"
},
"result" : {
"Berlin" : {
"exception" : "TR_TypeNotSupported",
"intrinsicGas" : "0x00"
},
"Byzantium" : {
"exception" : "TR_TypeNotSupported",
"intrinsicGas" : "0x00"
},
"Constantinople" : {
"exception" : "TR_TypeNotSupported",
"intrinsicGas" : "0x00"
},
"ConstantinopleFix" : {
"exception" : "TR_TypeNotSupported",
"intrinsicGas" : "0x00"
},
"EIP150" : {
"exception" : "TR_TypeNotSupported",
"intrinsicGas" : "0x00"
},
"EIP158" : {
"exception" : "TR_TypeNotSupported",
"intrinsicGas" : "0x00"
},
"Frontier" : {
"exception" : "TR_TypeNotSupported",
"intrinsicGas" : "0x00"
},
"Homestead" : {
"exception" : "TR_TypeNotSupported",
"intrinsicGas" : "0x00"
},
"Istanbul" : {
"exception" : "TR_TypeNotSupported",
"intrinsicGas" : "0x00"
},
"London" : {
"exception" : "GasLimitPriceProductOverflow",
"intrinsicGas" : "0x5208"
},
"Merge" : {
"exception" : "GasLimitPriceProductOverflow",
"intrinsicGas" : "0x5208"
}
},
"txbytes" : "0x02f885018084773594009f03ffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff82520894095e7baea6a6c7c4c2dfeb977efac326af552d878080c080a05cbd172231fc0735e0fb994dd5b1a4939170a260b36f0427a8a80866b063b948a07c230f7f578dd61785c93361b9871c0706ebfa6d06e3f4491dc9558c5202ed36"
}
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,63 @@
{
"GasLimitPriceProductOverflowtMinusOne" : {
"_info" : {
"comment" : "",
"filling-rpc-server" : "evm version 1.10.18-unstable-4b309c70-20220517",
"filling-tool-version" : "retesteth-0.2.2-testinfo+commit.05e0b8ca.Linux.g++",
"generatedTestHash" : "4b734f232da155a6d1dc6089cd9d586e4b8e67fe46f41f05ed6097f32bfb46e3",
"lllcversion" : "Version: 0.5.14-develop.2022.5.17+commit.401d5358.Linux.g++",
"solidity" : "Version: 0.8.5+commit.a4f2e591.Linux.g++",
"source" : "src/TransactionTestsFiller/ttValue/GasLimitPriceProductOverflowtMinusOneFiller.json",
"sourceHash" : "27b34f136b49da54bb1843501ccda1bfaf6cb9af00b451b6f6b95eb2616136c6"
},
"result" : {
"Berlin" : {
"exception" : "TR_TypeNotSupported",
"intrinsicGas" : "0x00"
},
"Byzantium" : {
"exception" : "TR_TypeNotSupported",
"intrinsicGas" : "0x00"
},
"Constantinople" : {
"exception" : "TR_TypeNotSupported",
"intrinsicGas" : "0x00"
},
"ConstantinopleFix" : {
"exception" : "TR_TypeNotSupported",
"intrinsicGas" : "0x00"
},
"EIP150" : {
"exception" : "TR_TypeNotSupported",
"intrinsicGas" : "0x00"
},
"EIP158" : {
"exception" : "TR_TypeNotSupported",
"intrinsicGas" : "0x00"
},
"Frontier" : {
"exception" : "TR_TypeNotSupported",
"intrinsicGas" : "0x00"
},
"Homestead" : {
"exception" : "TR_TypeNotSupported",
"intrinsicGas" : "0x00"
},
"Istanbul" : {
"exception" : "TR_TypeNotSupported",
"intrinsicGas" : "0x00"
},
"London" : {
"hash" : "0xdad8bff3ecfcf95169b1d5625b47f3372be795802bc4fe570991cf332f609334",
"intrinsicGas" : "0x5208",
"sender" : "0xae2aec498d20869d441eaaf708fb1e375ae1787d"
},
"Merge" : {
"hash" : "0xdad8bff3ecfcf95169b1d5625b47f3372be795802bc4fe570991cf332f609334",
"intrinsicGas" : "0x5208",
"sender" : "0xae2aec498d20869d441eaaf708fb1e375ae1787d"
}
},
"txbytes" : "0x02f885018084773594009f02ffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff82520894095e7baea6a6c7c4c2dfeb977efac326af552d878080c080a05cbd172231fc0735e0fb994dd5b1a4939170a260b36f0427a8a80866b063b948a07c230f7f578dd61785c93361b9871c0706ebfa6d06e3f4491dc9558c5202ed36"
}
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,61 @@
{
"GasLimitPriceProductOverflowPlusOne" : {
"_info" : {
"comment" : "",
"filling-rpc-server" : "evm version 1.10.18-unstable-4b309c70-20220517",
"filling-tool-version" : "retesteth-0.2.2-testinfo+commit.05e0b8ca.Linux.g++",
"generatedTestHash" : "8dddac65b66eecff3835d641274ad33226e2399c512918a8934916a4c5d04492",
"lllcversion" : "Version: 0.5.14-develop.2022.5.17+commit.401d5358.Linux.g++",
"solidity" : "Version: 0.8.5+commit.a4f2e591.Linux.g++",
"source" : "src/TransactionTestsFiller/ttValue/GasLimitPriceProductPlusOneOverflowFiller.json",
"sourceHash" : "780cc28c09a1a7480cef8ff647e95ddcd50586f09e367ec9f94dd5e99db41b72"
},
"result" : {
"Berlin" : {
"exception" : "TR_TypeNotSupported",
"intrinsicGas" : "0x00"
},
"Byzantium" : {
"exception" : "TR_TypeNotSupported",
"intrinsicGas" : "0x00"
},
"Constantinople" : {
"exception" : "TR_TypeNotSupported",
"intrinsicGas" : "0x00"
},
"ConstantinopleFix" : {
"exception" : "TR_TypeNotSupported",
"intrinsicGas" : "0x00"
},
"EIP150" : {
"exception" : "TR_TypeNotSupported",
"intrinsicGas" : "0x00"
},
"EIP158" : {
"exception" : "TR_TypeNotSupported",
"intrinsicGas" : "0x00"
},
"Frontier" : {
"exception" : "TR_TypeNotSupported",
"intrinsicGas" : "0x00"
},
"Homestead" : {
"exception" : "TR_TypeNotSupported",
"intrinsicGas" : "0x00"
},
"Istanbul" : {
"exception" : "TR_TypeNotSupported",
"intrinsicGas" : "0x00"
},
"London" : {
"exception" : "GasLimitPriceProductOverflow",
"intrinsicGas" : "0x5208"
},
"Merge" : {
"exception" : "GasLimitPriceProductOverflow",
"intrinsicGas" : "0x5208"
}
},
"txbytes" : "0x02f885018084773594009f04ffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff82520894095e7baea6a6c7c4c2dfeb977efac326af552d878080c080a05cbd172231fc0735e0fb994dd5b1a4939170a260b36f0427a8a80866b063b948a07c230f7f578dd61785c93361b9871c0706ebfa6d06e3f4491dc9558c5202ed36"
}
}
61 changes: 61 additions & 0 deletions TransactionTests/ttEIP1559/maxFeePerGas00prefix.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,61 @@
{
"maxFeePerGas00prefix" : {
"_info" : {
"comment" : "",
"filling-rpc-server" : "evm version 1.10.18-unstable-4b309c70-20220517",
"filling-tool-version" : "retesteth-0.2.2-testinfo+commit.05e0b8ca.Linux.g++",
"generatedTestHash" : "22914f4be32277a975d6daee9db10c4b42f7ff8a1dd21bab57edd2733e3cd695",
"lllcversion" : "Version: 0.5.14-develop.2022.5.17+commit.401d5358.Linux.g++",
"solidity" : "Version: 0.8.5+commit.a4f2e591.Linux.g++",
"source" : "src/TransactionTestsFiller/ttValue/maxFeePerGas00prefixFiller.json",
"sourceHash" : "b0023df537a4822fa15263cd276e3bde29c2894d345aa0b24d5f88433226153a"
},
"result" : {
"Berlin" : {
"exception" : "1559LeadingZerosBaseFee",
"intrinsicGas" : "0x00"
},
"Byzantium" : {
"exception" : "1559LeadingZerosBaseFee",
"intrinsicGas" : "0x00"
},
"Constantinople" : {
"exception" : "1559LeadingZerosBaseFee",
"intrinsicGas" : "0x00"
},
"ConstantinopleFix" : {
"exception" : "1559LeadingZerosBaseFee",
"intrinsicGas" : "0x00"
},
"EIP150" : {
"exception" : "1559LeadingZerosBaseFee",
"intrinsicGas" : "0x00"
},
"EIP158" : {
"exception" : "1559LeadingZerosBaseFee",
"intrinsicGas" : "0x00"
},
"Frontier" : {
"exception" : "1559LeadingZerosBaseFee",
"intrinsicGas" : "0x00"
},
"Homestead" : {
"exception" : "1559LeadingZerosBaseFee",
"intrinsicGas" : "0x00"
},
"Istanbul" : {
"exception" : "1559LeadingZerosBaseFee",
"intrinsicGas" : "0x00"
},
"London" : {
"exception" : "1559LeadingZerosBaseFee",
"intrinsicGas" : "0x00"
},
"Merge" : {
"exception" : "1559LeadingZerosBaseFee",
"intrinsicGas" : "0x00"
}
},
"txbytes" : "0x02f88701808477359400a100ffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff82520894095e7baea6a6c7c4c2dfeb977efac326af552d878080c080a05cbd172231fc0735e0fb994dd5b1a4939170a260b36f0427a8a80866b063b948a07c230f7f578dd61785c93361b9871c0706ebfa6d06e3f4491dc9558c5202ed36"
}
}
61 changes: 61 additions & 0 deletions TransactionTests/ttEIP1559/maxFeePerGas32BytesValue.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,61 @@
{
"maxFeePerGas32BytesValue" : {
"_info" : {
"comment" : "",
"filling-rpc-server" : "evm version 1.10.18-unstable-4b309c70-20220517",
"filling-tool-version" : "retesteth-0.2.2-testinfo+commit.05e0b8ca.Linux.g++",
"generatedTestHash" : "40e15ca245425cff882e1c8978a952c62368348e5db9c8470bfbffbd9b4ca6bb",
"lllcversion" : "Version: 0.5.14-develop.2022.5.17+commit.401d5358.Linux.g++",
"solidity" : "Version: 0.8.5+commit.a4f2e591.Linux.g++",
"source" : "src/TransactionTestsFiller/ttValue/maxFeePerGas32BytesValueFiller.json",
"sourceHash" : "80c1648d2aafce1f8d316f44202ea78d1e302e65568b326008711252988e80b3"
},
"result" : {
"Berlin" : {
"exception" : "TR_TypeNotSupported",
"intrinsicGas" : "0x00"
},
"Byzantium" : {
"exception" : "TR_TypeNotSupported",
"intrinsicGas" : "0x00"
},
"Constantinople" : {
"exception" : "TR_TypeNotSupported",
"intrinsicGas" : "0x00"
},
"ConstantinopleFix" : {
"exception" : "TR_TypeNotSupported",
"intrinsicGas" : "0x00"
},
"EIP150" : {
"exception" : "TR_TypeNotSupported",
"intrinsicGas" : "0x00"
},
"EIP158" : {
"exception" : "TR_TypeNotSupported",
"intrinsicGas" : "0x00"
},
"Frontier" : {
"exception" : "TR_TypeNotSupported",
"intrinsicGas" : "0x00"
},
"Homestead" : {
"exception" : "TR_TypeNotSupported",
"intrinsicGas" : "0x00"
},
"Istanbul" : {
"exception" : "TR_TypeNotSupported",
"intrinsicGas" : "0x00"
},
"London" : {
"exception" : "GasLimitPriceProductOverflow",
"intrinsicGas" : "0x5208"
},
"Merge" : {
"exception" : "GasLimitPriceProductOverflow",
"intrinsicGas" : "0x5208"
}
},
"txbytes" : "0x02f88601808477359400a0ffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff82520894095e7baea6a6c7c4c2dfeb977efac326af552d878080c080a05cbd172231fc0735e0fb994dd5b1a4939170a260b36f0427a8a80866b063b948a07c230f7f578dd61785c93361b9871c0706ebfa6d06e3f4491dc9558c5202ed36"
}
}
61 changes: 61 additions & 0 deletions TransactionTests/ttEIP1559/maxFeePerGasOverflow.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,61 @@
{
"maxFeePerGasOverflow" : {
"_info" : {
"comment" : "",
"filling-rpc-server" : "evm version 1.10.18-unstable-4b309c70-20220517",
"filling-tool-version" : "retesteth-0.2.2-testinfo+commit.05e0b8ca.Linux.g++",
"generatedTestHash" : "4da142419d698f1d9489db232105c2fb23c9bc906e785051ea80802944adb51d",
"lllcversion" : "Version: 0.5.14-develop.2022.5.17+commit.401d5358.Linux.g++",
"solidity" : "Version: 0.8.5+commit.a4f2e591.Linux.g++",
"source" : "src/TransactionTestsFiller/ttValue/maxFeePerGasOverflowFiller.json",
"sourceHash" : "eb15c094a6ed3f308029b38c6803905b73a4f08f3f324d7fc4d7130905a5024b"
},
"result" : {
"Berlin" : {
"exception" : "TR_TypeNotSupported",
"intrinsicGas" : "0x00"
},
"Byzantium" : {
"exception" : "TR_TypeNotSupported",
"intrinsicGas" : "0x00"
},
"Constantinople" : {
"exception" : "TR_TypeNotSupported",
"intrinsicGas" : "0x00"
},
"ConstantinopleFix" : {
"exception" : "TR_TypeNotSupported",
"intrinsicGas" : "0x00"
},
"EIP150" : {
"exception" : "TR_TypeNotSupported",
"intrinsicGas" : "0x00"
},
"EIP158" : {
"exception" : "TR_TypeNotSupported",
"intrinsicGas" : "0x00"
},
"Frontier" : {
"exception" : "TR_TypeNotSupported",
"intrinsicGas" : "0x00"
},
"Homestead" : {
"exception" : "TR_TypeNotSupported",
"intrinsicGas" : "0x00"
},
"Istanbul" : {
"exception" : "TR_TypeNotSupported",
"intrinsicGas" : "0x00"
},
"London" : {
"exception" : "InvalidGasPrice",
"intrinsicGas" : "0x5208"
},
"Merge" : {
"exception" : "InvalidGasPrice",
"intrinsicGas" : "0x5208"
}
},
"txbytes" : "0x02f88701808477359400a101000000000000000000000000000000000000000000000000000000000000000082520894095e7baea6a6c7c4c2dfeb977efac326af552d878080c080a05cbd172231fc0735e0fb994dd5b1a4939170a260b36f0427a8a80866b063b948a07c230f7f578dd61785c93361b9871c0706ebfa6d06e3f4491dc9558c5202ed36"
}
}
Loading

0 comments on commit a380655

Please sign in to comment.