obscuren
eb102bf4bb
Etherbase => etherbase
10 years ago
Jeffrey Wilcke
86c43d97bc
Merge pull request #581 from aperseghin/patch-1
...
Update README.md
10 years ago
Jeffrey Wilcke
0b4b2b81f9
Merge pull request #580 from ethersphere/frontier/cli-key
...
settable etherbase
10 years ago
Jeffrey Wilcke
54a14d5c9d
Merge pull request #584 from tgerring/issue577
...
Use ExtraDB for RPC storage. Fixes #577
10 years ago
Jeffrey Wilcke
09280c5f11
Merge pull request #565 from tgerring/responsetypes
...
Update response types + tests
10 years ago
Taylor Gerring
2788fb4ce5
More explicit formatting for protocol version
10 years ago
Taylor Gerring
e29396b691
Use ExtraDB for storage. Fixes #577
10 years ago
Taylor Gerring
c38630af23
Test blockHeightFromJsonInvalid
10 years ago
Taylor Gerring
e0781c2548
NewTxArgs accept numbers or strings for value/gas/gasprice
10 years ago
Taylor Gerring
3fcef54f9b
tidy
10 years ago
zelig
b375bbee5f
settable etherbase
...
- etherbase flag for block reward destination
- coinbase => etherbase
- CLI- eth Config -> eth, xeth -> RPC / Miner
- use primary instead of coinbase as the unlock magic wildcard
- accounts: firstAddr/Coinbase -> Primary
10 years ago
aperseghin
5838847a9a
Update README.md
...
Rename ethereum executable to geth
10 years ago
Taylor Gerring
6bd1f6cc49
Merge remote-tracking branch 'origin' into rpcargs
...
Conflicts:
rpc/args.go
10 years ago
Taylor Gerring
bb12dbe233
Prefer args as strings not objects
10 years ago
Taylor Gerring
7eed7e1d96
Merge branch 'rpcargs' of github.com:tgerring/go-ethereum into rpcargs
10 years ago
Taylor Gerring
2c5a32ebbc
Undo XEth changes
10 years ago
Taylor Gerring
49a912ce33
Undo xeth changes
10 years ago
obscuren
b0b0939879
renamed ethereum => geth
10 years ago
Jeffrey Wilcke
829240c325
Merge pull request #550 from ethersphere/frontier/cli-key
...
import/export accounts
10 years ago
Taylor Gerring
1f3814141b
WhisperMessageArgs
10 years ago
Taylor Gerring
9ca87afd0b
WhisperFilterArgs
10 years ago
Taylor Gerring
81f36df910
CompileArgs
10 years ago
Taylor Gerring
ddcc8e1673
SubmitWorkArgs tests
10 years ago
Taylor Gerring
b414a1303f
WhisperIdentityArgs
10 years ago
Taylor Gerring
1f1e98f96b
FilterIdArgs
10 years ago
Taylor Gerring
62ebf999bf
FilterStringArgs tests
10 years ago
zelig
7577d12614
max paranoia mode to UNsupport unencrypted keys entirely
...
- remove account export functionality from CLI
- remove accountExport method,
- remove unencrypted-keys flag from everywhere
- improve documentation
10 years ago
zelig
abbdf41560
output error message if unlock address is invalid (fixes the wierd "read /path: is a directory") msg
10 years ago
zelig
11d2ebc06f
unlocking coinbase without knowing address
...
- accounts: remove Manager.getKey
- cli: for -unlock coinbase, use account manager Coinbase()
10 years ago
zelig
4ec38e3932
common: remove WriteFile and ReadAllFile (use ioutil instead)
10 years ago
zelig
23e41a57ad
Applying: fix adming js test regression (maybe otto update?)
10 years ago
zelig
fee224f075
cli test: fix test newJSRE interactive argument
10 years ago
zelig
d1b52efdb5
cli: implement ethereum presale wallet import via cli
10 years ago
zelig
34d5a6c156
cli: help formatting
10 years ago
zelig
1c4c71dcff
cli: fix liner not closing (spuriously opened) in noninteractive jsre
10 years ago
zelig
fd8d18ec28
unlocking coinbase
...
- extract accounts.getKey method - if given empty address it retrieves coinbase (first account)
- cli -unlock coinbase will unlock coinbase
10 years ago
zelig
859f1f08ca
blockpool: wrap intermittent status test in a loop
10 years ago
zelig
c4ea921876
import/export accounts
...
- cli: add passwordfile flag
- cli: change unlock flag only takes account
- cli: with unlock you are prompted for password or use passfile with password flag
- cli: unlockAccount used in normal client start (run) and accountExport
- cli: getPassword used in accountCreate and accountImport
- accounts: Manager.Import, Manager.Export
- crypto: SaveECDSA (to complement LoadECDSA) to save to file
- crypto: NewKeyFromECDSA added (used in accountImport and New = generated constructor)
10 years ago
Taylor Gerring
e21ce9a9b4
DbHexArgs tests
10 years ago
Taylor Gerring
f68ca2b6e6
DbArgs tests
10 years ago
Taylor Gerring
3ab9f26943
Accept number or string for BlockFilterArgs limit/offset
10 years ago
obscuren
658204bafc
bump
10 years ago
obscuren
c32bca45ad
Stack limit
10 years ago
obscuren
d36501a6e5
Fixed miner
...
* Miners could stall because the worker wasn't aware the miner was done
10 years ago
Taylor Gerring
6661bc35ef
Accept number or string for BlockFilterArgs to/fromBlock
10 years ago
Taylor Gerring
745dd5b7a5
Sha3Args
10 years ago
Taylor Gerring
f695d01354
Convert error checks to Expect functions
10 years ago
Taylor Gerring
3472823be9
HashIndexArgs
10 years ago
Taylor Gerring
cb103c089a
BlockNumIndexArgs
10 years ago
Taylor Gerring
cd6b3fd28a
GetDataArgs
10 years ago