aboutsummaryrefslogtreecommitdiffstats
path: root/src/TransactionTestsFiller
diff options
context:
space:
mode:
authorYoichi Hirai <i@yoichihirai.com>2017-06-21 21:00:36 +0800
committerYoichi Hirai <i@yoichihirai.com>2017-06-21 22:02:44 +0800
commit887de2d42263b5e882e52f8e730173cac72bf196 (patch)
treee16e86b39657f8fed38fcd6d17ae2d9195bfda6d /src/TransactionTestsFiller
parent59461d43b82f62ec37a682052c7a30ca461115e1 (diff)
downloaddexon-tests-887de2d42263b5e882e52f8e730173cac72bf196.tar
dexon-tests-887de2d42263b5e882e52f8e730173cac72bf196.tar.gz
dexon-tests-887de2d42263b5e882e52f8e730173cac72bf196.tar.bz2
dexon-tests-887de2d42263b5e882e52f8e730173cac72bf196.tar.lz
dexon-tests-887de2d42263b5e882e52f8e730173cac72bf196.tar.xz
dexon-tests-887de2d42263b5e882e52f8e730173cac72bf196.tar.zst
dexon-tests-887de2d42263b5e882e52f8e730173cac72bf196.zip
Add missing '0's in calldata. The hex strings were of odd length
Diffstat (limited to 'src/TransactionTestsFiller')
-rw-r--r--src/TransactionTestsFiller/EIP155/ttTransactionTestFiller.json8
-rw-r--r--src/TransactionTestsFiller/EIP155/ttTransactionTestVRuleFiller.json8
-rw-r--r--src/TransactionTestsFiller/Homestead/ttTransactionTestFiller.json8
-rw-r--r--src/TransactionTestsFiller/Metropolis/ttTransactionTestFiller.json8
-rw-r--r--src/TransactionTestsFiller/Metropolis/ttTransactionTestZeroSigFiller.json14
-rw-r--r--src/TransactionTestsFiller/ttTransactionTestFiller.json4
6 files changed, 25 insertions, 25 deletions
diff --git a/src/TransactionTestsFiller/EIP155/ttTransactionTestFiller.json b/src/TransactionTestsFiller/EIP155/ttTransactionTestFiller.json
index a13a5b119..0398adb66 100644
--- a/src/TransactionTestsFiller/EIP155/ttTransactionTestFiller.json
+++ b/src/TransactionTestsFiller/EIP155/ttTransactionTestFiller.json
@@ -281,7 +281,7 @@
"sender" : "61adaba383a740078e3efbddf082be05534e5484",
"transaction" :
{
- "data" : "0x000000000000000000000000000000000000000000000000000000000",
+ "data" : "0x0000000000000000000000000000000000000000000000000000000000",
"gasLimit" : "25000",
"gasPrice" : "1",
"nonce" : "0",
@@ -300,7 +300,7 @@
"sender" : "93641cf56c3cb70af282fb4c4eece66c425b8719",
"transaction" :
{
- "data" : "0x010000000000000000000000000000000000000000000000000000000",
+ "data" : "0x0010000000000000000000000000000000000000000000000000000000",
"gasLimit" : "25000",
"gasPrice" : "1",
"nonce" : "0",
@@ -319,7 +319,7 @@
"sender" : "67719a47cf3e3fe77b89c994d85395ad0f899d86",
"transaction" :
{
- "data" : "0x000000000000000000000000001000000000000000000000000000000",
+ "data" : "0x0000000000000000000000000001000000000000000000000000000000",
"gasLimit" : "25000",
"gasPrice" : "1",
"nonce" : "0",
@@ -990,7 +990,7 @@
"gasLimit" : "21000",
"gasPrice" : "1",
"nonce" : "0",
- "to" : "b9331677e6ebf",
+ "to" : "0b9331677e6ebf",
"value" : "10",
"v" : "28",
"r" : "0x98ff921201554726367d2be8c804a7ff89ccf285ebc57dff8ae4c44b9c19ac4a",
diff --git a/src/TransactionTestsFiller/EIP155/ttTransactionTestVRuleFiller.json b/src/TransactionTestsFiller/EIP155/ttTransactionTestVRuleFiller.json
index 9c0abb26d..93e549ad3 100644
--- a/src/TransactionTestsFiller/EIP155/ttTransactionTestVRuleFiller.json
+++ b/src/TransactionTestsFiller/EIP155/ttTransactionTestVRuleFiller.json
@@ -176,7 +176,7 @@
"blocknumber" : "2675000",
"transaction" :
{
- "data" : "0x000000000000000000000000000000000000000000000000000000000",
+ "data" : "0x0000000000000000000000000000000000000000000000000000000000",
"gasLimit" : "25000",
"gasPrice" : "1",
"nonce" : "0",
@@ -194,7 +194,7 @@
"blocknumber" : "2675000",
"transaction" :
{
- "data" : "0x010000000000000000000000000000000000000000000000000000000",
+ "data" : "0x0100000000000000000000000000000000000000000000000000000000",
"gasLimit" : "25000",
"gasPrice" : "1",
"nonce" : "0",
@@ -212,7 +212,7 @@
"blocknumber" : "2675000",
"transaction" :
{
- "data" : "0x000000000000000000000000001000000000000000000000000000000",
+ "data" : "0x0000000000000000000000000001000000000000000000000000000000",
"gasLimit" : "25000",
"gasPrice" : "1",
"nonce" : "0",
@@ -865,7 +865,7 @@
"gasLimit" : "21000",
"gasPrice" : "1",
"nonce" : "0",
- "to" : "b9331677e6ebf",
+ "to" : "0b9331677e6ebf",
"value" : "10",
"v" : "38",
"r" : "0x98ff921201554726367d2be8c804a7ff89ccf285ebc57dff8ae4c44b9c19ac4a",
diff --git a/src/TransactionTestsFiller/Homestead/ttTransactionTestFiller.json b/src/TransactionTestsFiller/Homestead/ttTransactionTestFiller.json
index 8f97a7a52..adfdb1c0e 100644
--- a/src/TransactionTestsFiller/Homestead/ttTransactionTestFiller.json
+++ b/src/TransactionTestsFiller/Homestead/ttTransactionTestFiller.json
@@ -278,7 +278,7 @@
"blocknumber" : "1150000",
"transaction" :
{
- "data" : "0x000000000000000000000000000000000000000000000000000000000",
+ "data" : "0x0000000000000000000000000000000000000000000000000000000000",
"gasLimit" : "25000",
"gasPrice" : "1",
"nonce" : "0",
@@ -296,7 +296,7 @@
"blocknumber" : "1150000",
"transaction" :
{
- "data" : "0x010000000000000000000000000000000000000000000000000000000",
+ "data" : "0x0100000000000000000000000000000000000000000000000000000000",
"gasLimit" : "25000",
"gasPrice" : "1",
"nonce" : "0",
@@ -314,7 +314,7 @@
"blocknumber" : "1150000",
"transaction" :
{
- "data" : "0x000000000000000000000000001000000000000000000000000000000",
+ "data" : "0x0000000000000000000000000010000000000000000000000000000000",
"gasLimit" : "25000",
"gasPrice" : "1",
"nonce" : "0",
@@ -967,7 +967,7 @@
"gasLimit" : "21000",
"gasPrice" : "1",
"nonce" : "0",
- "to" : "b9331677e6ebf",
+ "to" : "0b9331677e6ebf",
"value" : "10",
"v" : "28",
"r" : "0x98ff921201554726367d2be8c804a7ff89ccf285ebc57dff8ae4c44b9c19ac4a",
diff --git a/src/TransactionTestsFiller/Metropolis/ttTransactionTestFiller.json b/src/TransactionTestsFiller/Metropolis/ttTransactionTestFiller.json
index 499db8692..b4d8d1dbc 100644
--- a/src/TransactionTestsFiller/Metropolis/ttTransactionTestFiller.json
+++ b/src/TransactionTestsFiller/Metropolis/ttTransactionTestFiller.json
@@ -278,7 +278,7 @@
"blocknumber" : "3000000",
"transaction" :
{
- "data" : "0x000000000000000000000000000000000000000000000000000000000",
+ "data" : "0x0000000000000000000000000000000000000000000000000000000000",
"gasLimit" : "25000",
"gasPrice" : "1",
"nonce" : "0",
@@ -296,7 +296,7 @@
"blocknumber" : "3000000",
"transaction" :
{
- "data" : "0x010000000000000000000000000000000000000000000000000000000",
+ "data" : "0x0100000000000000000000000000000000000000000000000000000000",
"gasLimit" : "25000",
"gasPrice" : "1",
"nonce" : "0",
@@ -314,7 +314,7 @@
"blocknumber" : "3000000",
"transaction" :
{
- "data" : "0x000000000000000000000000001000000000000000000000000000000",
+ "data" : "0x000000000000000000000000001000000000000000000000000000000000",
"gasLimit" : "25000",
"gasPrice" : "1",
"nonce" : "0",
@@ -967,7 +967,7 @@
"gasLimit" : "21000",
"gasPrice" : "1",
"nonce" : "0",
- "to" : "b9331677e6ebf",
+ "to" : "0b9331677e6ebf",
"value" : "10",
"v" : "28",
"r" : "0x98ff921201554726367d2be8c804a7ff89ccf285ebc57dff8ae4c44b9c19ac4a",
diff --git a/src/TransactionTestsFiller/Metropolis/ttTransactionTestZeroSigFiller.json b/src/TransactionTestsFiller/Metropolis/ttTransactionTestZeroSigFiller.json
index 76bbef54f..6c40d9446 100644
--- a/src/TransactionTestsFiller/Metropolis/ttTransactionTestZeroSigFiller.json
+++ b/src/TransactionTestsFiller/Metropolis/ttTransactionTestZeroSigFiller.json
@@ -393,7 +393,7 @@
"blocknumber" : "3000000",
"transaction" :
{
- "data" : "0x000000000000000000000000000000000000000000000000000000000",
+ "data" : "0x0000000000000000000000000000000000000000000000000000000000",
"gasLimit" : "25000",
"gasPrice" : "0",
"nonce" : "1",
@@ -410,7 +410,7 @@
"blocknumber" : "3000000",
"transaction" :
{
- "data" : "0x000000000000000000000000000000000000000000000000000000000",
+ "data" : "0x0000000000000000000000000000000000000000000000000000000000",
"gasLimit" : "25000",
"gasPrice" : "0",
"nonce" : "0",
@@ -427,7 +427,7 @@
"blocknumber" : "3000000",
"transaction" :
{
- "data" : "0x010000000000000000000000000000000000000000000000000000000",
+ "data" : "0x0100000000000000000000000000000000000000000000000000000000",
"gasLimit" : "25000",
"gasPrice" : "1",
"nonce" : "0",
@@ -444,7 +444,7 @@
"blocknumber" : "3000000",
"transaction" :
{
- "data" : "0x010000000000000000000000000000000000000000000000000000000",
+ "data" : "0x0100000000000000000000000000000000000000000000000000000000",
"gasLimit" : "25000",
"gasPrice" : "0",
"nonce" : "0",
@@ -461,7 +461,7 @@
"blocknumber" : "3000000",
"transaction" :
{
- "data" : "0x000000000000000000000000001000000000000000000000000000000",
+ "data" : "0x0000000000000000000000000001000000000000000000000000000000",
"gasLimit" : "25000",
"gasPrice" : "1",
"nonce" : "0",
@@ -478,7 +478,7 @@
"blocknumber" : "3000000",
"transaction" :
{
- "data" : "0x000000000000000000000000001000000000000000000000000000000",
+ "data" : "0x0000000000000000000000000001000000000000000000000000000000",
"gasLimit" : "25000",
"gasPrice" : "0",
"nonce" : "0",
@@ -1182,7 +1182,7 @@
"gasLimit" : "21000",
"gasPrice" : "0",
"nonce" : "0",
- "to" : "b9331677e6ebf",
+ "to" : "0b9331677e6ebf",
"value" : "0",
"v" : "1",
"r" : "0",
diff --git a/src/TransactionTestsFiller/ttTransactionTestFiller.json b/src/TransactionTestsFiller/ttTransactionTestFiller.json
index e25e1665c..74231e7d3 100644
--- a/src/TransactionTestsFiller/ttTransactionTestFiller.json
+++ b/src/TransactionTestsFiller/ttTransactionTestFiller.json
@@ -278,7 +278,7 @@
"blocknumber" : "0",
"transaction" :
{
- "data" : "0x000000000000000000000000000000000000000000000000000000000",
+ "data" : "0x0000000000000000000000000000000000000000000000000000000000",
"gasLimit" : "25000",
"gasPrice" : "1",
"nonce" : "0",
@@ -967,7 +967,7 @@
"gasLimit" : "21000",
"gasPrice" : "1",
"nonce" : "0",
- "to" : "b9331677e6ebf",
+ "to" : "0b9331677e6ebf",
"value" : "10",
"v" : "28",
"r" : "0x98ff921201554726367d2be8c804a7ff89ccf285ebc57dff8ae4c44b9c19ac4a",