Péter Szilágyi
1ca20a2697
cmd, whisper/mailserver: revert to utils.Fatalf
8 years ago
Péter Szilágyi
23a5d64fd0
accounts, cmd: port packages over to the new logging system
8 years ago
Péter Szilágyi
d4fd06c3dc
all: blidly swap out glog to our log15, logs need rework
8 years ago
Péter Szilágyi
fad5eb0a87
accounts, cmd, eth, internal, miner, node: wallets and HD APIs
8 years ago
Péter Szilágyi
833e4d1319
accounts, cmd, eth, internal, mobile, node: split account backends
8 years ago
Zsolt Felfoldi
a390ca5f30
les, cmd/util: disable topic discovery with --nodiscover
8 years ago
Nick Johnson
17d92233d9
cmd/geth, core: add support for recording SHA3 preimages ( #3543 )
8 years ago
Bas van Kervel
54a65e6d87
cmd,eth,les,internal: remove natspec support
8 years ago
Bas van Kervel
745a3adebd
core: remove support for Olympic network
8 years ago
Felix Lange
d78f9b834a
vendor: update all dependencies except Azure SDK
...
The Azure SDK doesn't support Go 1.5 anymore. We can't upgrade it until
Go 1.8 comes out.
8 years ago
Felix Lange
445deb7470
cmd/utils: fix comma-separated --bootnodes
8 years ago
Felix Lange
b9b3efb09f
all: fix ineffectual assignments and remove uses of crypto.Sha3
...
go get github.com/gordonklaus/ineffassign
ineffassign .
8 years ago
Felix Lange
13e3b2f433
logger, pow/dagger, pow/ezp: delete dead code
8 years ago
Felix Lange
f2da6581ba
all: fix issues reported by honnef.co/go/simple/cmd/gosimple
8 years ago
Felix Lange
b9683d3748
params: avoid importing p2p/discover for bootnodes
...
params is imported by leaf-ish library packages and should not pull in
the p2p stack.
8 years ago
Péter Szilágyi
06b381d1c9
cmd/utils: disallow `--fakepow` for live operation ( #3512 )
8 years ago
Bas van Kervel
a1798a8188
core,cmd/utils: bugfix for ropsten dump imports
8 years ago
Péter Szilágyi
2ce30382d9
cmd/utils, eth, les: bubble --fakepow flag into eth/les too
8 years ago
Nick Johnson
9ba9fe818d
cmd/utils, eth: Add gzip support for chain dump and restore
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
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
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
b8bd9a71c8
all: update license information
8 years ago
Zsolt Felfoldi
49da42983a
p2p/discv5: added new topic discovery package
8 years ago
zsfelfoldi
7db7109a5b
cmd, eth: added light client and light server modes
8 years ago
Péter Szilágyi
f0dbec0c93
cmd, params: only set default fork configs for test and mainnet
8 years ago