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
ec8404c3
Commit
ec8404c3
authored
Feb 11, 2015
by
CJentzsch
Browse files
Options
Browse Files
Download
Plain Diff
Merge remote-tracking branch 'origin/develop' into develop
parents
766ee653
bf2abc3b
Changes
3
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
11 additions
and
8 deletions
+11
-8
ttTransactionTest.json
TransactionTests/ttTransactionTest.json
+7
-7
index.js
index.js
+3
-0
package.json
package.json
+1
-1
No files found.
TransactionTests/ttTransactionTest.json
View file @
ec8404c3
{
{
"EmptyTransaction"
:
{
"EmptyTransaction"
:
{
"rlp"
:
"0xf84
98080808080801ba048b55bfa915ac795c431978d8a6a992b628d557da5ff759b307d495a36649353a0efffd310ac743f371de3b9f7f9cb56c0b28ad43601b4ab949f53faa07bd2c804
"
,
"rlp"
:
"0xf84
b80808201f48080801ca03f0332f12ac0e47801af82ac677a3a081153624ea5f0d4985251433ee1d69cd4a025fdd406326f226375ba7cf660a75f1888f9420510615590ff142510f89a1a50
"
,
"sender"
:
"
66c7b5c28121e4b66583d15481c92f5ad848fe1f
"
,
"sender"
:
"
be862ad9abfe6f22bcb087716c7d89a26051f74c
"
,
"transaction"
:
{
"transaction"
:
{
"data"
:
""
,
"data"
:
""
,
"gasLimit"
:
""
,
"gasLimit"
:
"
500
"
,
"gasPrice"
:
""
,
"gasPrice"
:
""
,
"nonce"
:
""
,
"nonce"
:
""
,
"r"
:
"0x
48b55bfa915ac795c431978d8a6a992b628d557da5ff759b307d495a36649353
"
,
"r"
:
"0x
3f0332f12ac0e47801af82ac677a3a081153624ea5f0d4985251433ee1d69cd4
"
,
"s"
:
"0x
efffd310ac743f371de3b9f7f9cb56c0b28ad43601b4ab949f53faa07bd2c804
"
,
"s"
:
"0x
25fdd406326f226375ba7cf660a75f1888f9420510615590ff142510f89a1a50
"
,
"to"
:
""
,
"to"
:
""
,
"v"
:
"2
7
"
,
"v"
:
"2
8
"
,
"value"
:
""
"value"
:
""
}
}
},
},
...
...
index.js
View file @
ec8404c3
...
@@ -13,6 +13,9 @@ Object.defineProperties(tests, {
...
@@ -13,6 +13,9 @@ Object.defineProperties(tests, {
stateTests
:
{
stateTests
:
{
get
:
require
(
'require-all'
).
bind
(
this
,
__dirname
+
'/StateTests/'
)
get
:
require
(
'require-all'
).
bind
(
this
,
__dirname
+
'/StateTests/'
)
},
},
transactionTests
:{
get
:
require
(
'require-all'
).
bind
(
this
,
__dirname
+
'/TransactionTests/'
)
},
vmTests
:
{
vmTests
:
{
get
:
require
(
'require-all'
).
bind
(
this
,
__dirname
+
'/VMTests'
)
get
:
require
(
'require-all'
).
bind
(
this
,
__dirname
+
'/VMTests'
)
}
}
...
...
package.json
View file @
ec8404c3
{
{
"name"
:
"ethereum-tests"
,
"name"
:
"ethereum-tests"
,
"version"
:
"0.0.
3
"
,
"version"
:
"0.0.
4
"
,
"description"
:
"tests for ethereum"
,
"description"
:
"tests for ethereum"
,
"main"
:
"index.js"
,
"main"
:
"index.js"
,
"scripts"
:
{
"scripts"
:
{
...
...
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