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
e29396b691
Use ExtraDB for storage. Fixes #577
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
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
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
obscuren
d0fa0a234d
Merge commit 'a718515b3d43f00497231f981b5ea757b71d55ff' into develop
10 years ago
obscuren
a718515b3d
Squashed 'tests/files/' changes from a7081bc..c6d9629
...
c6d9629 added another test
git-subtree-dir: tests/files
git-subtree-split: c6d96293710a37489fa3b074a9fc228e0393f152
10 years ago
obscuren
c33dc3e328
moved helper
10 years ago
obscuren
83b0cad766
fixed block filter args
10 years ago
obscuren
b8a667deed
debug log
10 years ago
obscuren
4ba850639e
updated web3.js light for console
10 years ago
obscuren
ace5b5a1bf
updated web3.js
10 years ago
obscuren
507830eb81
Merge branch 'develop' of github.com-obscure:ethereum/go-ethereum into develop
10 years ago
obscuren
eb433731aa
Fixed filter and refactored code
10 years ago
Taylor Gerring
7e1e264375
Don't return empty block for "pending" #568
10 years ago
obscuren
98f970ba59
Updated example for new ethereum.js
10 years ago
obscuren
88b9bc40d7
Godep issue?
10 years ago
obscuren
e5a0a0ef48
Moved output to debug
10 years ago
obscuren
7e4c488717
Fixed storage. Closes #516
10 years ago
obscuren
505f1fbcbb
added tx tests and fixed block tests
10 years ago
Jeffrey Wilcke
65ea55bccd
Merge pull request #564 from fjl/rlp-nil-array
...
rlp: encode nil array pointers as empty list or string
10 years ago
Taylor Gerring
e22bcb78a5
Update response types + tests
...
To coincide with recent type conversion
10 years ago
Felix Lange
181a21c67c
rlp: encode nil array pointers as empty list or string
10 years ago
obscuren
ff5578fc71
updated ethash
10 years ago
obscuren
a2e3bf6f30
removed big num from pp
10 years ago
Jeffrey Wilcke
aa1eae67ec
Merge pull request #560 from tgerring/xethcleanup
...
XEth cleanup
10 years ago
Felix Lange
7f0c2545a9
Merge pull request #561 from ethersphere/frontier/blockpool
...
bugfix with idle too long triggered after peer switch
10 years ago
obscuren
221f30c3aa
updated ethereum.js
10 years ago
obscuren
8b32f79445
Removed full path
10 years ago
obscuren
950b4a68c8
Improved miner recovery
...
* In case of uncle mining (e.g. same TS) the miner would stop if all
threads happened to mine a potential uncle
10 years ago
zelig
18d1569ce5
header check for test
10 years ago
zelig
9d592c0445
bugfix with idle too long triggered after peer switch
...
- reset bestIdleTimer when launching head section process
- log chain head events
- common.Hash key in activateChain map
10 years ago
obscuren
a1cae93d78
Improved pretty printer for console
10 years ago
Taylor Gerring
2b93843d86
Improve protocol version reporting
10 years ago
Taylor Gerring
c956bcb13c
Move version to const and expose via Version()
10 years ago