Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
G
Geth-Modification
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
张蕾
Geth-Modification
Commits
aec3252b
Commit
aec3252b
authored
Oct 06, 2014
by
vbuterin
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #14 from CJentzsch/develop
corrected gas limit in vmSystemOperationsTest
parents
25f9fd54
e17a909f
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
9 additions
and
9 deletions
+9
-9
vmSystemOperationsTest.json
vmtests/vmSystemOperationsTest.json
+9
-9
No files found.
vmtests/vmSystemOperationsTest.json
View file @
aec3252b
...
...
@@ -4,7 +4,7 @@
{
"data"
:
"0x"
,
"destination"
:
"945304eb96065b2a98b57a48a06ae28d285a71b5"
,
"gasLimit"
:
"
2846
0"
,
"gasLimit"
:
"
10000
0"
,
"value"
:
"23"
}
],
...
...
@@ -70,7 +70,7 @@
{
"data"
:
"0xffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffaaffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffaa"
,
"destination"
:
"945304eb96065b2a98b57a48a06ae28d285a71b5"
,
"gasLimit"
:
"
999761
"
,
"gasLimit"
:
"
1000000
"
,
"value"
:
"23"
}
],
...
...
@@ -138,7 +138,7 @@
{
"data"
:
"0xeeffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff00aaffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffaa"
,
"destination"
:
"945304eb96065b2a98b57a48a06ae28d285a71b5"
,
"gasLimit"
:
"
261
"
,
"gasLimit"
:
"
500
"
,
"value"
:
"23"
}
],
...
...
@@ -206,7 +206,7 @@
{
"data"
:
"0x"
,
"destination"
:
"945304eb96065b2a98b57a48a06ae28d285a71b5"
,
"gasLimit"
:
"
361
"
,
"gasLimit"
:
"
500
"
,
"value"
:
"23"
}
],
...
...
@@ -493,9 +493,9 @@
"CallToReturn1"
:
{
"callcreates"
:
[
{
"data"
:
"0x
3700
ffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffaaffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffaa"
,
"data"
:
"0x
ffff
ffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffaaffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffaa"
,
"destination"
:
"945304eb96065b2a98b57a48a06ae28d285a71b5"
,
"gasLimit"
:
"
999781
"
,
"gasLimit"
:
"
1000000
"
,
"value"
:
"23"
}
],
...
...
@@ -720,7 +720,7 @@
{
"data"
:
"0xffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffaaffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffaa"
,
"destination"
:
"0f572e5295c57f15886f9b263e2f6d2d6c7b5ec6"
,
"gasLimit"
:
"
999987
"
,
"gasLimit"
:
"
1000000
"
,
"value"
:
"23"
}
],
...
...
@@ -785,7 +785,7 @@
{
"data"
:
"0xffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffaaffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffaa"
,
"destination"
:
"0f572e5295c57f15886f9b263e2f6d2d6c7b5ec6"
,
"gasLimit"
:
"
487
"
,
"gasLimit"
:
"
500
"
,
"value"
:
"23"
}
],
...
...
@@ -850,7 +850,7 @@
{
"data"
:
"0x601080600c6000396000f200600035560f6009590060203560003557"
,
"destination"
:
"0000000000000000000000000000000000000000"
,
"gasLimit"
:
"98
85
"
,
"gasLimit"
:
"98
93
"
,
"value"
:
"23"
}
],
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment