-
Notifications
You must be signed in to change notification settings - Fork 0
upgrade to parity 2.2.7 #3
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Changes from all commits
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,12 +1,12 @@ | ||
| FROM parity/parity:v1.11.1 | ||
| FROM parity/parity:v2.2.7 | ||
|
|
||
| WORKDIR / | ||
| COPY dev-key.json /parity/keys/DevChain/dev-key.json | ||
| COPY chain-spec.json /parity/chain-spec.json | ||
| COPY config.toml /parity/config.toml | ||
| RUN echo "" > /parity/password | ||
| COPY dev-key.json /home/parity/keys/DevChain/dev-key.json | ||
| COPY chain-spec.json /home/parity/chain-spec.json | ||
| COPY config.toml /home/parity/config.toml | ||
| RUN echo "" > /home/parity/password | ||
|
|
||
| ENTRYPOINT [ "/parity/parity", "--config", "/parity/config.toml" ] | ||
| ENTRYPOINT [ "/home/parity/bin/parity", "--config", "/home/parity/config.toml" ] | ||
|
|
||
| # docker image build --tag keydonix/parity-instant-seal . | ||
| # docker container run --rm -it -p 8000:8000 -p 8001:8001 -p 8545:8545 -p 8180:8180 --name parity-instant-seal keydonix/parity-instant-seal | ||
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -14,7 +14,6 @@ | |
| "eip161dTransition": "0x0", | ||
| "eip155Transition": "0x0", | ||
| "eip98Transition": "0x7fffffffffffff", | ||
| "eip86Transition": "0x7fffffffffffff", | ||
|
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Why has EIP 86 been removed?
Contributor
Author
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. TL;DR: will take your word for it that it is a reasonable change. |
||
| "maxCodeSize": 24576, | ||
| "maxCodeSizeTransition": "0x0", | ||
| "eip140Transition": "0x0", | ||
|
|
||
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
That is a lot of new numbers... we are so far behind.