Péter Szilágyi
8f12d76a47
params: remove redundant consts, disable metro on AllProtocolChanges
7 years ago
Lewis Marshall
c7041fe145
cmd/swarm: Exit if --ethapi is set
...
The previous attempt to use --ethapi as a fallback if --ens-api is not
set does not work because --ens-api has a default value, and also
setting --ens-api to "" is the suggested way to disable ENS lookups.
Signed-off-by: Lewis Marshall <lewis@lmars.net>
7 years ago
Felix Lange
9e5f03b6c4
core/state: access trie through Database interface, track errors ( #14589 )
...
With this commit, core/state's access to the underlying key/value database is
mediated through an interface. Database errors are tracked in StateDB and
returned by CommitTo or the new Error method.
Motivation for this change: We can remove the light client's duplicated copy of
core/state. The light client now supports node iteration, so tracing and storage
enumeration can work with the light client (not implemented in this commit).
7 years ago
Lewis Marshall
f3359d5e58
cmd/swarm: Support using Mainnet for resolving ENS names
...
Signed-off-by: Lewis Marshall <lewis@lmars.net>
7 years ago
Péter Szilágyi
ea1d1825a8
cmd/geth: fix whisper flag group capitalization
7 years ago
Péter Szilágyi
5603eb9116
cmd/puppeth: fix key reuse during faucet deploys
7 years ago
Felix Lange
a4277450b2
cmd/swarm: disable TestCLISwarmUp because it's flaky
7 years ago
Péter Szilágyi
d432688886
cmd/geth: corrently init gas price for CLI CPU mining
7 years ago
Lewis Marshall
a1f3878ec5
swarm/test: add integration test for 'swarm up' ( #14353 )
7 years ago
Martin Holst Swende
9a44e1035e
cmd/evm, core/vm: add --nomemory, --nostack to evm ( #14617 )
7 years ago
Bas van Kervel
c62d5422bb
whisper: use hexutil.UnmarshalFixedText for topic parsing
7 years ago
Bas van Kervel
7a11e86442
whisper: move flags from whisper package to utils
7 years ago
necaremus
4f77857f74
cmd/geth: fixed a minor typo in the comments
8 years ago
Bas van Kervel
b58a501673
whisperv5: integrate whisper and add whisper RPC simulator
8 years ago
Martin Holst Swende
80f7c6c299
cmd/evm: add --prestate, --sender, --json flags for fuzzing ( #14476 )
8 years ago
Lewis Marshall
1e9f86b49e
cmd/swarm: fix error handling in 'swarm up' ( #14557 )
...
The error returned by client.Upload was previously being ignored due to becoming
out of scope outside the if statement. This has been fixed by instead defining a
function which returns the hash and error (rather than trying to set the hash in
each branch of the if statement).
8 years ago
Péter Szilágyi
ec1700600a
cmd/puppeth: fix improper key validation for remotes
8 years ago
Péter Szilágyi
08959bbc70
cmd, core, eth: configurable txpool parameters
8 years ago
Bas van Kervel
a346aedb90
cmd/geth: reorganise help section for new cli flag handling
8 years ago
Péter Szilágyi
1afaea4bfe
cmd/faucet: fix a few typos
8 years ago
Bas van Kervel
437ceaa9be
cmd/geth: reintroduce wallet import subcommand
8 years ago
Jeffrey Wilcke
3ee75bec9f
cmd/evm: added mem/cpu profiling
8 years ago
Lewis Marshall
4a2c17b1ab
cmd/swarm: Add --httpaddr flag ( #14475 )
...
Fixes #14474 .
Signed-off-by: Lewis Marshall <lewis@lmars.net>
8 years ago
Péter Szilágyi
a2f23ca9b1
cmd, core, eth, miner: remove txpool gas price limits ( #14442 )
8 years ago
Péter Szilágyi
ef7b9fb7d0
cmd/puppeth: v4/v5 boot separation, signer gas configs ( #14453 )
8 years ago
Péter Szilágyi
3b3989de6a
cmd, node: support different bootnodes, fix default light port
8 years ago
Péter Szilágyi
d51a9fd6b7
cmd, core, params: add --rinkeby flag for fast connectivity
8 years ago
Péter Szilágyi
464f30d301
cmd/faucet: fix period to days conversion
8 years ago
Péter Szilágyi
8a28408616
cmd/faucet, cmd/puppeth: support multi-tiered faucet
8 years ago
Bas van Kervel
81d6ec908a
cmd/geth: migrate dumpconfig command/flags
8 years ago
Bas van Kervel
38b4fc8069
cmd/geth: migrate bug command/flags
8 years ago
Bas van Kervel
11ab73f6d8
cmd/geth: migrate metric command/flags
8 years ago
Bas van Kervel
18e9cb1187
cmd/geth: reorganise misc commands/flags
8 years ago
Bas van Kervel
502a2bd69f
cmd/geth: reorganise console/attach commands/flags
8 years ago
Bas van Kervel
8b517d7f00
cmd/geth: reorganise chain commands/flags
8 years ago
Péter Szilágyi
181a3309df
cmd/geth, cmd/utils: init/removedb on light/full dbs simultaneously
8 years ago
Péter Szilágyi
cf4faa491a
cmd/puppeth, vendor: update ssh, manage server keys ( #14398 )
8 years ago
Bas van Kervel
f6c0f76cc5
cmd/geth: reorganise account/wallet command/flags
8 years ago
gluk256
f9be9a2302
whisper: switching to v5 + minor refactoring ( #14387 )
8 years ago
gluk256
95f0bd0acf
whisper: message format refactoring ( #14335 )
...
* whisper: salt removed from AES encryption
* whisper: padding format updated
* whisper: padding test added
* whisper: padding refactored, tests fixed
* whisper: padding test updated
* whisper: wnode bugfix
* whisper: send/receive protocol updated
* whisper: minor update
* whisper: bugfix in test
* whisper: updated parameter names and comments
* whisper: functions renamed
* whisper: minor refactoring
8 years ago
Péter Szilágyi
e61035c5a3
cmd, eth, les, mobile: make networkid uint64 everywhere
8 years ago
Bas van Kervel
ecec454e92
cmd/bootnode: stop after generating/writing nodekey
8 years ago
Péter Szilágyi
6430e672c9
cmd, node: add --nosub and node.Config.NoUSB to disable hw wallets
8 years ago
Péter Szilágyi
af48a331bf
cmd: integrate invisible recaptcha into puppeth
8 years ago
Péter Szilágyi
80e74fc1e0
cmd/faucet: fix websocket double close/reopen
8 years ago
Péter Szilágyi
03dffe3efd
cmd/faucet: add optional recaptcha validation support
8 years ago
Péter Szilágyi
cb3f5f8b93
cmd/faucet: double check user against the GH website
8 years ago
Felix Lange
0cc492f815
all: update license information
8 years ago
Péter Szilágyi
97f38ce4d6
cmd/geth: update flag groups in the geth command usage
8 years ago
holisticode
409b61fe3c
swarm/api: better name resolver handling ( #3754 )
...
Fixes #3608
8 years ago