- 14 Apr, 2015 6 commits
-
-
Péter Szilágyi authored
-
Péter Szilágyi authored
-
Péter Szilágyi authored
-
Péter Szilágyi authored
-
Péter Szilágyi authored
-
Péter Szilágyi authored
-
- 13 Apr, 2015 4 commits
-
-
Péter Szilágyi authored
-
Péter Szilágyi authored
-
Péter Szilágyi authored
-
Péter Szilágyi authored
-
- 12 Apr, 2015 1 commit
-
-
Péter Szilágyi authored
-
- 10 Apr, 2015 10 commits
-
-
Péter Szilágyi authored
-
Péter Szilágyi authored
-
Péter Szilágyi authored
Bugs fixed: - Use randomly generated flags as the spec required. - During envelope opening check the first bit only for signature.
-
Péter Szilágyi authored
-
Péter Szilágyi authored
-
obscuren authored
-
obscuren authored
-
Jeffrey Wilcke authored
xeth: fix #640, panic converting nil recipient to hex.
-
Péter Szilágyi authored
-
Péter Szilágyi authored
Fetching the recipient address from a transaction was changed to return nil instead of a zero-address, but this code path was not updated, so whenever a contract was created, a nil panic occured.
-
- 09 Apr, 2015 19 commits
-
-
Jeffrey Wilcke authored
bugfix as a result of PR 671
-
Bas van Kervel authored
-
obscuren authored
-
obscuren authored
-
obscuren authored
-
obscuren authored
-
obscuren authored
-
obscuren authored
-
obscuren authored
@zelig: Temporarily commented out TD check untill the rest of the network has been fixed.
-
obscuren authored
-
obscuren authored
Merge branch 'frontier/blockpool' of https://github.com/ethersphere/go-ethereum into ethersphere-frontier/blockpool
-
obscuren authored
-
zelig authored
-
zelig authored
-
zelig authored
-
zelig authored
- add peer switch channel arg to activateChain - no peer locking within - proper locking in AddBlock - fixes deadlock issue - comment out TD check and skip incorrect TD test again for hotfix
-
zelig authored
- queued bool // flag for blockpool to skip TD check - set to true when future block queued - in checkTD: skip check if queued - TODO: add test (insertchain sets future block)
-
zelig authored
-
zelig authored
- TestPeerPromotionByTdOnBlock renamed and skipped for now test should pass iff if TD is updated based on an agreement - senders register in AddBlock, flag records if they are coming from newblock message (and therefore advertise their TD with the block) or block message (TODO: latter are stored on the cache and updated by checkTD call; protocol should also call AddBlock on newblock messages by non-best peers) - remove TD update from optional TD field in addBlock: this is no longer part of the eth protocol spec -> TODO: reflect in wiki - only initialise peer map if at least two
-