- Nov 30, 2016
-
-
Péter Szilágyi authored
cmd/geth: tidied up the source
-
- Nov 29, 2016
-
-
Luca Zeug authored
-
Péter Szilágyi authored
-
- 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
-
- Nov 25, 2016
-
-
Péter Szilágyi authored
-
Jeffrey Wilcke authored
-
- Nov 24, 2016
-
-
Felix Lange authored
-
- Nov 23, 2016
-
-
Jeffrey Wilcke authored
-
Jeffrey Wilcke authored
All account's nonce start at 0.
-
- Nov 22, 2016
-
-
Felix Lange authored
-
- Nov 18, 2016
-
-
Aron Fischer authored
-
Nick Johnson authored
-
Nick Johnson authored
-
- Nov 17, 2016
-
-
Felix Lange authored
-
- Nov 16, 2016
-
-
Jeffrey Wilcke authored
-
- Nov 15, 2016
-
-
Péter Szilágyi authored
-
Felix Lange authored
The jit config options are not handled, but random selection still took place, printing confusing messages.
-
- Nov 14, 2016
-
-
Jeffrey Wilcke authored
-
Jeffrey Wilcke authored
-
Jeffrey Wilcke 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
-
- Nov 13, 2016
-
-
Jeffrey Wilcke authored
-
Jeffrey Wilcke authored
-
Jeffrey Wilcke authored
-
Jeffrey Wilcke authored
This commit implements EIP158 part 1, 2, 3 & 4 1. If an account is empty it's no longer written to the trie. An empty account is defined as (balance=0, nonce=0, storage=0, code=0). 2. Delete an empty account if it's touched 3. An empty account is redefined as either non-existent or empty. 4. Zero value calls and zero value suicides no longer consume the 25k reation costs. params: moved core/config to params Signed-off-by:
Jeffrey Wilcke <jeffrey@ethereum.org>
-
- Nov 10, 2016
-
-
Felix Lange authored
-
Felix Lange authored
-
Felix Lange authored
-
Felix Lange authored
-
Kenji Siu authored
-
- Nov 09, 2016
-
-
Péter Szilágyi authored
-
xiekeyang authored
-
Felix Lange authored
-
Zsolt Felfoldi authored
-
zsfelfoldi authored
-