Valentin Wüstholz
bdaa43510b
cmd/disasm: fix off-by-one error and improve error handling ( #3482 )
8 years ago
Nick Johnson
9ba9fe818d
cmd/utils, eth: Add gzip support for chain dump and restore
8 years ago
zelig
92224d27b1
cmd/swarm: testnet bootnodes IP address change
8 years ago
Péter Szilágyi
b63138c3ec
cmd/geth: drop legacy android code
8 years ago
zelig
485748c416
cmd/swarm: improve uploader output and add defaultpath option
8 years ago
zelig
080699f7df
cmd/swarm: ethapi not required
8 years ago
zelig
8e35f54931
cmd/swarm: trim trailing slash from bzzapi url
8 years ago
zelig
d44f1a77ee
cmd/swarm: add default bootnodes for testnet 3
8 years ago
zelig
4181046488
swarm/network, cmd/swarm: swarm default network id is 3 (to match Ropsten)
8 years ago
zelig
5f5d0aa4ff
cmd/swarm: subsume cmd/bzz* as subcommands under swarm
...
cmd/swarm: subsume cmd/bzz* under cmd/swarm as subcommands
8 years ago
Jeffrey Wilcke
3fc7c97827
core, core/vm: implemented a generic environment ( #3348 )
...
Environment is now a struct (not an interface). This
reduces a lot of tech-debt throughout the codebase where a virtual
machine environment had to be implemented in order to test or run it.
The new environment is suitable to be used en the json tests, core
consensus and light client.
8 years ago
Péter Szilágyi
86f9e836be
cmd/geth: tidied up the source ( #3385 )
...
cmd/geth: tidied up the source
8 years ago
Luca Zeug
3363a1c227
cmd/utils: update helpscreen's testnet description ( #3377 )
8 years ago
Péter Szilágyi
7267f796e6
cmd: drop DAO related choice flags since ETC diverged
8 years ago
Viktor Trón
e949a2ed2f
cmd/bzzd: swarm daemon fixes ( #3359 )
...
* 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
8 years ago
Péter Szilágyi
4c8c5e2f74
cmd, ethstats, les, mobile, params: native netstats ( #3336 )
8 years ago
Jeffrey Wilcke
6cc87a31c6
cmd/utils, internal/web3ext: removed httpGet
8 years ago
Felix Lange
586f10ecb1
cmd/utils, VERSION: 1.5.4 unstable
8 years ago
Felix Lange
978737f5d5
cmd/utils: 1.5.3 stable
8 years ago
Jeffrey Wilcke
a8ca75738a
core: implemented new ropsten testnet
8 years ago
Jeffrey Wilcke
aad4890082
cmd/geth, core, light, mobile: removed state account StartingNonce
...
All account's nonce start at 0.
8 years ago
Felix Lange
e5edd3b983
cmd/bootnode, cmd/geth, cmd/bzzd: add --netrestrict
8 years ago
Aron Fischer
0d9a8207d6
cmd/bzzup: trim directory in the manifest entry path ( #3299 )
8 years ago
Nick Johnson
e1c1fce92c
cmd/utils, VERSION: 1.5.3 unstable ( #3306 )
8 years ago
Nick Johnson
9b95112a2d
cmd/utils: Set version string to stable ( #3304 )
8 years ago
Felix Lange
20eab80189
cmd/utils, VERSION: 1.5.2 unstable
8 years ago
Jeffrey Wilcke
b81baf5423
utils: bump stable
8 years ago
Péter Szilágyi
64359c9417
cmd/utils, mobile, params: set the correct field on testnet EIP 155 ( #3272 )
8 years ago
Felix Lange
a96d6c68e2
cmd/utils: remove jit flag handling ( #3273 )
...
The jit config options are not handled, but random selection still took
place, printing confusing messages.
8 years ago
Jeffrey Wilcke
fd27393df3
utils: unstable 1.5.1
8 years ago
Jeffrey Wilcke
233950da40
utils: stable 1.5.0
8 years ago
Jeffrey Wilcke
7a6c6ec946
cmd/utils, params: define chain ids
8 years ago
Péter Szilágyi
dfe79cc784
cmd/utils, mobile: place bootnodes in LGPL packages
8 years ago
Péter Szilágyi
4a439c2359
mobile: port wrappers to EIP155 and EIP158 fork
8 years ago
Péter Szilágyi
b61f48e5aa
cmd, mobile, node, p2p: surface the discovery V5 bootnodes
8 years ago
Péter Szilágyi
de4b39a1a3
cmd/utils, mobile: update to reprice HF and light client
8 years ago
Péter Szilágyi
178da7c6a9
mobile: initial wrappers for mobile support
8 years ago
Jeffrey Wilcke
a91908e567
tests: updated
8 years ago
Jeffrey Wilcke
ae33883c2f
cmd/utils: set temporary HF number
8 years ago
Jeffrey Wilcke
4dca5d4db7
core/types, params: EIP#155
8 years ago
Jeffrey Wilcke
445feaeef5
core, core/state, trie: EIP158, reprice & skip empty account write
...
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>
8 years ago
Felix Lange
8247bccf71
cmd/bzzhash: add swarm hashing tool
8 years ago
Felix Lange
bbf37c0404
cmd/bzzup: add swarm upload tool
8 years ago
Felix Lange
e336b0d60e
cmd/bzzd: add swarm server daemon
8 years ago
Felix Lange
d27472cc74
cmd/v5test: delete the v5test tool
8 years ago
Kenji Siu
80ea44c485
cmd/geth: improve command help messages ( #3227 )
8 years ago
Péter Szilágyi
4cd2617848
cmd/geth: reinstate dropped --cache flag
8 years ago
xiekeyang
5b31794dfe
cmd/geth: use a loop in TestDAOForkBlockNewChain ( #3222 )
8 years ago
Felix Lange
b8bd9a71c8
all: update license information
8 years ago
Zsolt Felfoldi
49da42983a
p2p/discv5: added new topic discovery package
8 years ago