-
Notifications
You must be signed in to change notification settings - Fork 19
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
Update morden bootnodes #16
Conversation
that won't fix the networking issues on startup discussed earlier today, does it? @tzdybal |
@soc1c it resolves the symptoms of the issue (I'm able to start syncing!), but not the cause of the problem with |
* Updates bootnodes * what a fantastic test :)
the issue still persists after this patch |
It was never intended to fix gethc networking, just to update the list of bootnodes to make it slightly quicker to sync to Morden for now so people don't have to manually update the bootnodes. I haven't had an actual problem syncing up, although it definitely is slow. |
* Fixed state transition logic for edge case (#17) * Update morden bootnodes (#16) * Updates bootnodes * what a fantastic test :) * Core execution refactor, EIP 684, edge case fixes, starting nonce for morden (#19) * Refactored Call * Refactored CallCode * Refactored DelegateCall * Refactored StaticCall * Added create before contract collision check * Refactored Call * Refactored CallCode * Refactored DelegateCall * Refactored StaticCall * Added create before contract collision check * Fixed state transition logic for edge case * Added create collision logic * Fix for edge case tests * Removed outdated contract collision tests and changed format of test output to be consistent * Rename exec function * utilize StartingNonce from state instead of explicit 0 nonce checks for contract collision and empty objects * Fixes morden seg fault edge case * adding starting nonce to created contracts
Updates from dead bootnodes to most updated list