-
Notifications
You must be signed in to change notification settings - Fork 1.7k
Conversation
It looks like @whilei hasn'signed our Contributor License Agreement, yet.
You can read and sign our full Contributor License Agreement at the following URL: https://cla.parity.io Once you've signed, plesae reply to this thread with Many thanks, Parity Technologies CLA Bot |
🤖 🧀 |
It looks like @whilei signed our Contributor License Agreement. 👍 Many thanks, Parity Technologies CLA Bot |
lgtm, do you mind also updating the bootnodes? https://github.com/ethereumproject/go-ethereum/blob/master/core/config/morden.json#L129-L135 had issues connecting to morden recently. |
Happy to -- I guess you mean for me to include unique nodes from https://github.com/paritytech/parity/blob/master/ethcore/res/ethereum/morden.json#L52-L56?
|
No, I meant what I have written, to get working Morden boot nodes from Go-Etc. :-p |
Oh... wait, you mean updating the Parity bootnodes from geth? And including those changes in this PR as well? |
Yes :) |
tests fail. what's causing this? cc @paritytech/ci
|
I need to order a bumper sticker: |
* Add ECIP1017 setting to Morden config * Convert spaces to tabs * Update Morden bootnodes to match Geth
Uses era length of 2M blocks.
See https://github.com/ethereumproject/go-ethereum/blob/master/core/config/morden.json#L110 for congruent implementation in geth classic.