aboutsummaryrefslogtreecommitdiffstats
path: root/TransactionTests/ttGasPrice
diff options
context:
space:
mode:
authorDimitry <dimitry@ethereum.org>2017-11-30 09:39:45 +0800
committerDimitry <dimitry@ethereum.org>2017-11-30 09:39:45 +0800
commitc200d9beebed39296c2e3cf09c2472e836ef8f30 (patch)
tree63d063eb67af4b67957ff7b7d184b0e640a392c7 /TransactionTests/ttGasPrice
parentbffedcb426663a4935782e91d28de3ece82df40f (diff)
downloaddexon-tests-c200d9beebed39296c2e3cf09c2472e836ef8f30.tar.gz
dexon-tests-c200d9beebed39296c2e3cf09c2472e836ef8f30.tar.zst
dexon-tests-c200d9beebed39296c2e3cf09c2472e836ef8f30.zip
convert Frontier and Homestead ttTests to new format
Diffstat (limited to 'TransactionTests/ttGasPrice')
-rw-r--r--TransactionTests/ttGasPrice/TransactionWithGasPriceOverflow.json24
-rw-r--r--TransactionTests/ttGasPrice/TransactionWithHighGasPrice.json36
-rw-r--r--TransactionTests/ttGasPrice/TransactionWithHighGasPrice2.json36
3 files changed, 96 insertions, 0 deletions
diff --git a/TransactionTests/ttGasPrice/TransactionWithGasPriceOverflow.json b/TransactionTests/ttGasPrice/TransactionWithGasPriceOverflow.json
new file mode 100644
index 000000000..e3cff51cf
--- /dev/null
+++ b/TransactionTests/ttGasPrice/TransactionWithGasPriceOverflow.json
@@ -0,0 +1,24 @@
+{
+ "TransactionWithGasPriceOverflow" : {
+ "Byzantium" : {
+ },
+ "Constantinople" : {
+ },
+ "EIP150" : {
+ },
+ "EIP158" : {
+ },
+ "Frontier" : {
+ },
+ "Homestead" : {
+ },
+ "_info" : {
+ "comment" : "",
+ "filledwith" : "cpp-1.3.0+commit.f0141ab0.Linux.g++",
+ "lllcversion" : "Version: 0.4.18-develop.2017.10.11+commit.81f9f86c.Linux.g++",
+ "source" : "src/TransactionTestsFiller/ttGasPrice/TransactionWithGasPriceOverflowFiller.json",
+ "sourceHash" : "1ff85adc2b8c4aaba85dbb10c29a138b51e3a3db73a95ed1f274b273a04d811e"
+ },
+ "rlp" : "0xf88080a101000000000000000000000000000000000000000000000000000000000000000082520894095e7baea6a6c7c4c2dfeb977efac326af552d870b801ba048b55bfa915ac795c431978d8a6a992b628d557da5ff759b307d495a36649353a0efffd310ac743f371de3b9f7f9cb56c0b28ad43601b4ab949f53faa07bd2c804"
+ }
+} \ No newline at end of file
diff --git a/TransactionTests/ttGasPrice/TransactionWithHighGasPrice.json b/TransactionTests/ttGasPrice/TransactionWithHighGasPrice.json
new file mode 100644
index 000000000..3b84c1189
--- /dev/null
+++ b/TransactionTests/ttGasPrice/TransactionWithHighGasPrice.json
@@ -0,0 +1,36 @@
+{
+ "TransactionWithHighGasPrice" : {
+ "Byzantium" : {
+ "hash" : "4a13c589c1c6c6d528b1bb7fa26858e3afe88e18a6b0d0557e5b304e2c1b3e95",
+ "sender" : "37fdbbd4d3b28a4b412d9110dcf73de137e438b9"
+ },
+ "Constantinople" : {
+ "hash" : "4a13c589c1c6c6d528b1bb7fa26858e3afe88e18a6b0d0557e5b304e2c1b3e95",
+ "sender" : "37fdbbd4d3b28a4b412d9110dcf73de137e438b9"
+ },
+ "EIP150" : {
+ "hash" : "4a13c589c1c6c6d528b1bb7fa26858e3afe88e18a6b0d0557e5b304e2c1b3e95",
+ "sender" : "37fdbbd4d3b28a4b412d9110dcf73de137e438b9"
+ },
+ "EIP158" : {
+ "hash" : "4a13c589c1c6c6d528b1bb7fa26858e3afe88e18a6b0d0557e5b304e2c1b3e95",
+ "sender" : "37fdbbd4d3b28a4b412d9110dcf73de137e438b9"
+ },
+ "Frontier" : {
+ "hash" : "4a13c589c1c6c6d528b1bb7fa26858e3afe88e18a6b0d0557e5b304e2c1b3e95",
+ "sender" : "37fdbbd4d3b28a4b412d9110dcf73de137e438b9"
+ },
+ "Homestead" : {
+ "hash" : "4a13c589c1c6c6d528b1bb7fa26858e3afe88e18a6b0d0557e5b304e2c1b3e95",
+ "sender" : "37fdbbd4d3b28a4b412d9110dcf73de137e438b9"
+ },
+ "_info" : {
+ "comment" : "",
+ "filledwith" : "cpp-1.3.0+commit.f0141ab0.Linux.g++",
+ "lllcversion" : "Version: 0.4.18-develop.2017.10.11+commit.81f9f86c.Linux.g++",
+ "source" : "src/TransactionTestsFiller/ttGasPrice/TransactionWithHighGasPriceFiller.json",
+ "sourceHash" : "c8db2be6ab178da8d87ae308a9a786150a8d78218fa35d1bfa807a32f7073eec"
+ },
+ "rlp" : "0xf87f80a0ffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff82520894095e7baea6a6c7c4c2dfeb977efac326af552d8780801ba048b55bfa915ac795c431978d8a6a992b628d557da5ff759b307d495a36649353a01fffd310ac743f371de3b9f7f9cb56c0b28ad43601b4ab949f53faa07bd2c804"
+ }
+} \ No newline at end of file
diff --git a/TransactionTests/ttGasPrice/TransactionWithHighGasPrice2.json b/TransactionTests/ttGasPrice/TransactionWithHighGasPrice2.json
new file mode 100644
index 000000000..f1d4629d7
--- /dev/null
+++ b/TransactionTests/ttGasPrice/TransactionWithHighGasPrice2.json
@@ -0,0 +1,36 @@
+{
+ "TransactionWithHighGasPrice2" : {
+ "Byzantium" : {
+ "hash" : "db9be75671ee7d2113c8273c4efb99605a818253cafac40e133481312ed874e3",
+ "sender" : "844d39aae4c81c546888ac8ca8dc29ddd3c040c9"
+ },
+ "Constantinople" : {
+ "hash" : "db9be75671ee7d2113c8273c4efb99605a818253cafac40e133481312ed874e3",
+ "sender" : "844d39aae4c81c546888ac8ca8dc29ddd3c040c9"
+ },
+ "EIP150" : {
+ "hash" : "db9be75671ee7d2113c8273c4efb99605a818253cafac40e133481312ed874e3",
+ "sender" : "844d39aae4c81c546888ac8ca8dc29ddd3c040c9"
+ },
+ "EIP158" : {
+ "hash" : "db9be75671ee7d2113c8273c4efb99605a818253cafac40e133481312ed874e3",
+ "sender" : "844d39aae4c81c546888ac8ca8dc29ddd3c040c9"
+ },
+ "Frontier" : {
+ "hash" : "db9be75671ee7d2113c8273c4efb99605a818253cafac40e133481312ed874e3",
+ "sender" : "844d39aae4c81c546888ac8ca8dc29ddd3c040c9"
+ },
+ "Homestead" : {
+ "hash" : "db9be75671ee7d2113c8273c4efb99605a818253cafac40e133481312ed874e3",
+ "sender" : "844d39aae4c81c546888ac8ca8dc29ddd3c040c9"
+ },
+ "_info" : {
+ "comment" : "",
+ "filledwith" : "cpp-1.3.0+commit.f0141ab0.Linux.g++",
+ "lllcversion" : "Version: 0.4.18-develop.2017.10.11+commit.81f9f86c.Linux.g++",
+ "source" : "src/TransactionTestsFiller/ttGasPrice/TransactionWithHighGasPrice2Filler.json",
+ "sourceHash" : "276c74d3f399c6cccf3b9d2071bfeb43755bff53f298fb00e614fac3ba28d980"
+ },
+ "rlp" : "0xf865808698852840a46f82520894095e7baea6a6c7c4c2dfeb977efac326af552d8780801ba048b55bfa915ac795c431978d8a6a992b628d557da5ff759b307d495a36649353a01fffd310ac743f371de3b9f7f9cb56c0b28ad43601b4ab949f53faa07bd2c804"
+ }
+} \ No newline at end of file