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
b4bc3b3c
Commit
b4bc3b3c
authored
Nov 20, 2019
by
meowsbits
Committed by
Martin Holst Swende
Nov 20, 2019
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
tests: enable TransactionTests Istanbul case (#20337)
parent
3a4a3d08
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
2 deletions
+1
-2
transaction_test_util.go
tests/transaction_test_util.go
+1
-2
No files found.
tests/transaction_test_util.go
View file @
b4bc3b3c
...
@@ -80,8 +80,7 @@ func (tt *TransactionTest) Run(config *params.ChainConfig) error {
...
@@ -80,8 +80,7 @@ func (tt *TransactionTest) Run(config *params.ChainConfig) error {
{
"EIP158"
,
types
.
NewEIP155Signer
(
config
.
ChainID
),
tt
.
EIP158
,
true
,
false
},
{
"EIP158"
,
types
.
NewEIP155Signer
(
config
.
ChainID
),
tt
.
EIP158
,
true
,
false
},
{
"Byzantium"
,
types
.
NewEIP155Signer
(
config
.
ChainID
),
tt
.
Byzantium
,
true
,
false
},
{
"Byzantium"
,
types
.
NewEIP155Signer
(
config
.
ChainID
),
tt
.
Byzantium
,
true
,
false
},
{
"Constantinople"
,
types
.
NewEIP155Signer
(
config
.
ChainID
),
tt
.
Constantinople
,
true
,
false
},
{
"Constantinople"
,
types
.
NewEIP155Signer
(
config
.
ChainID
),
tt
.
Constantinople
,
true
,
false
},
//TODO! @holiman or @rjl493456442 : enable this after tests have been updated for Istanbul
{
"Istanbul"
,
types
.
NewEIP155Signer
(
config
.
ChainID
),
tt
.
Istanbul
,
true
,
true
},
//{"Istanbul", types.NewEIP155Signer(config.ChainID), tt.Istanbul, true, true},
}
{
}
{
sender
,
txhash
,
err
:=
validateTx
(
tt
.
RLP
,
testcase
.
signer
,
testcase
.
isHomestead
,
testcase
.
isIstanbul
)
sender
,
txhash
,
err
:=
validateTx
(
tt
.
RLP
,
testcase
.
signer
,
testcase
.
isHomestead
,
testcase
.
isIstanbul
)
...
...
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