Skip to content

Commit

Permalink
Merge pull request #136 from poanetwork/use-chainId-instead-of-networkId
Browse files Browse the repository at this point in the history
Use chainId on sender instead of networkId
  • Loading branch information
akolotov authored Mar 23, 2019
2 parents 212c0e3 + 46a0e91 commit b565569
Show file tree
Hide file tree
Showing 10 changed files with 1,494 additions and 1,212 deletions.
756 changes: 431 additions & 325 deletions e2e/package-lock.json

Large diffs are not rendered by default.

3 changes: 2 additions & 1 deletion e2e/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,8 @@
"promise-retry": "^1.1.1",
"shelljs": "^0.8.2",
"tree-kill": "^1.2.0",
"web3": "^1.0.0-beta.34"
"web3": "1.0.0-beta.34",
"websocket": "^1.0.28"
},
"engines": {
"node": ">= 8.9"
Expand Down
2 changes: 1 addition & 1 deletion e2e/parity/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM parity/parity:v1.11.11
FROM parity/parity:v2.2.11

WORKDIR /stuff

Expand Down
1 change: 0 additions & 1 deletion e2e/parity/chain.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@
"eip161dTransition": "0x0",
"eip155Transition": "0x0",
"eip98Transition": "0x7fffffffffffff",
"eip86Transition": "0x7fffffffffffff",
"maxCodeSize": 24576,
"maxCodeSizeTransition": "0x0",
"eip140Transition": "0x0",
Expand Down
2 changes: 1 addition & 1 deletion e2e/run-tests.sh
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
docker-compose up -d --build
docker-compose up -d --build --force-recreate
docker-compose run e2e npm run deploy
docker-compose run -d bridge npm run watcher:signature-request
docker-compose run -d bridge npm run watcher:collected-signatures
Expand Down
Loading

0 comments on commit b565569

Please sign in to comment.