- Nov 28, 2016
-
-
Viktor Trón authored
* cmd/bzzd: add missing p2p/discovery flags * cmd/bzzd: fix two bugs crashing bzzd if bootnodes flag given * cmd/bzzd: make no swap default, renamed flag bzznoswap->bzzswap * internal/web3ext: correct methods for bzz IPC module * cmd/bzzd: ethapi param not mandatory. Warning if no blockchain * cmd/bzzd: correct default IPC modules in help string * cmd/utils: fix help description for networkId - add Ropsten * cmd/bzz, swarm/api, swarm/network: add swarm networkId flag * cmd/bzzd: change nosync flag to sync and BootTFlag
-
Péter Szilágyi authored
Improve hex encoding/decoding
-
Péter Szilágyi authored
build: use single CocoaPods package, pre-release dev builds
-
Péter Szilágyi authored
-
Felix Lange authored
-
Felix Lange authored
-
Felix Lange authored
common.Address JSON encoding now enforces the 0x prefix, but key files don't have the prefix.
-
Felix Lange authored
-
Felföldi Zsolt authored
-
Viktor Trón authored
-
Felix Lange authored
-
Felix Lange authored
-
Felix Lange authored
-
Felix Lange authored
The new package is purpose-built to handle the encoding consumed and produced by the RPC API.
-
Jeffrey Wilcke authored
Fixed unwinding of bad hashes when already on the canon chain
-
Péter Szilágyi authored
accounts: disable file system watcher on windows
-
Péter Szilágyi authored
internal/build: use 'git tag --points-at' to get the current tag
-
Felix Lange authored
The watcher is unreliable and causes test failures on Windows. Disable it until we have a better solution.
-
Jeffrey Wilcke authored
-
- Nov 27, 2016
-
-
Felix Lange authored
This should restore support for building with git 1.x.
-
- Nov 25, 2016
-
-
Péter Szilágyi authored
-
Felix Lange authored
Prevent relay of invalid IPs, add --netrestrict
-
Péter Szilágyi authored
common/registrar, eth: removed registrar (tech debt)
-
Jeffrey Wilcke authored
-
Jeffrey Wilcke authored
-
Jeffrey Wilcke authored
-
Péter Szilágyi authored
Makefile, build: do proper mobile builds, not cross builds
-
Felix Lange authored
The registrar was broken, unmaintained and there is a much better replacement: ENS. (cherry picked from commit 6ca8f57b08d550613175260cab7633adcacbe6ab)
-
Felix Lange authored
(cherry picked from commit d54ad55c6079ae6eab93d7f34ce5c4ec829f8e5b)
-
Péter Szilágyi authored
-
- Nov 24, 2016
-
-
Felix Lange authored
-
Felix Lange authored
core, core/state: fixed consensus issue added touch revert
-
Felix Lange authored
-
Jeffrey Wilcke authored
Implemented proper touch revert journal entries and copied a Parity consensus bug in order to remain in sync with the current longest chain.
-
Péter Szilágyi authored
miner: remove dead code, add gas price getter
-
Péter Szilágyi authored
core: remove dead event
-
Péter Szilágyi authored
-
Péter Szilágyi authored
-
- Nov 23, 2016
-
-
Jeffrey Wilcke authored
-