zelig
859f1f08ca
blockpool: wrap intermittent status test in a loop
2015-03-26 19:00:18 +00:00
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)
2015-03-26 19:00:18 +00:00
obscuren
658204bafc
bump
2015-03-26 17:55:30 +01:00
obscuren
c32bca45ad
Stack limit
2015-03-26 17:45:09 +01:00
obscuren
d36501a6e5
Fixed miner
...
* Miners could stall because the worker wasn't aware the miner was done
2015-03-26 17:45:03 +01:00
obscuren
d0fa0a234d
Merge commit 'a718515b3d43f00497231f981b5ea757b71d55ff' into develop
2015-03-26 13:14:24 +01:00
obscuren
a718515b3d
Squashed 'tests/files/' changes from a7081bc..c6d9629
...
c6d9629 added another test
git-subtree-dir: tests/files
git-subtree-split: c6d96293710a37489fa3b074a9fc228e0393f152
2015-03-26 13:14:24 +01:00
obscuren
c33dc3e328
moved helper
2015-03-26 12:40:09 +01:00
obscuren
83b0cad766
fixed block filter args
2015-03-26 12:34:59 +01:00
obscuren
b8a667deed
debug log
2015-03-26 12:15:25 +01:00
obscuren
4ba850639e
updated web3.js light for console
2015-03-26 12:15:12 +01:00
obscuren
ace5b5a1bf
updated web3.js
2015-03-26 12:06:45 +01:00
obscuren
507830eb81
Merge branch 'develop' of github.com-obscure:ethereum/go-ethereum into develop
2015-03-26 12:06:23 +01:00
obscuren
eb433731aa
Fixed filter and refactored code
2015-03-26 12:06:14 +01:00
Taylor Gerring
7e1e264375
Don't return empty block for "pending" #568
2015-03-26 09:24:07 +01:00
obscuren
98f970ba59
Updated example for new ethereum.js
2015-03-26 01:03:14 +01:00
obscuren
88b9bc40d7
Godep issue?
2015-03-26 01:03:03 +01:00
obscuren
e5a0a0ef48
Moved output to debug
2015-03-26 01:02:51 +01:00
obscuren
7e4c488717
Fixed storage. Closes #516
2015-03-26 00:42:35 +01:00
obscuren
505f1fbcbb
added tx tests and fixed block tests
2015-03-25 17:05:29 +01:00
Jeffrey Wilcke
65ea55bccd
Merge pull request #564 from fjl/rlp-nil-array
...
rlp: encode nil array pointers as empty list or string
2015-03-25 17:00:25 +01:00
Felix Lange
181a21c67c
rlp: encode nil array pointers as empty list or string
2015-03-25 16:46:29 +01:00
obscuren
ff5578fc71
updated ethash
2015-03-25 14:58:12 +01:00
obscuren
a2e3bf6f30
removed big num from pp
2015-03-25 14:51:10 +01:00
Jeffrey Wilcke
aa1eae67ec
Merge pull request #560 from tgerring/xethcleanup
...
XEth cleanup
2015-03-25 13:55:46 +01:00
Felix Lange
7f0c2545a9
Merge pull request #561 from ethersphere/frontier/blockpool
...
bugfix with idle too long triggered after peer switch
2015-03-25 13:55:05 +01:00
obscuren
221f30c3aa
updated ethereum.js
2015-03-25 13:52:45 +01:00
obscuren
8b32f79445
Removed full path
2015-03-25 13:52:23 +01:00
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
2015-03-25 13:51:12 +01:00
zelig
18d1569ce5
header check for test
2015-03-25 12:11:29 +00:00
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
2015-03-25 12:11:29 +00:00
obscuren
a1cae93d78
Improved pretty printer for console
2015-03-25 12:44:41 +01:00
Taylor Gerring
2b93843d86
Improve protocol version reporting
2015-03-25 12:09:55 +01:00
Taylor Gerring
c956bcb13c
Move version to const and expose via Version()
2015-03-25 12:08:48 +01:00
obscuren
6431d088ad
bump
2015-03-25 11:54:11 +01:00
obscuren
ff44347ea1
fixed test
2015-03-25 10:31:58 +01:00
obscuren
dda1d60556
Store protocol version in the block db **NOT** extra db
2015-03-25 09:58:46 +01:00
obscuren
3301f6ecef
back to debug log
2015-03-24 23:55:48 +01:00
obscuren
97bf9f1521
Temp fix for console output
2015-03-24 23:50:27 +01:00
obscuren
3d5f48a160
updated deps
2015-03-24 21:25:11 +01:00
obscuren
a6e659f74b
Merge branch 'master' of github.com-obscure:ethereum/go-ethereum into develop
2015-03-24 19:22:32 +01:00
Jeffrey Wilcke
a33a325ac1
Merge pull request #559 from Gustav-Simonsson/blocktests_update_ethash
...
Update ethash lib
2015-03-24 19:14:20 +01:00
Taylor Gerring
d41341f77d
WithState -> withState
2015-03-24 17:58:16 +01:00
Taylor Gerring
82b5a8af49
DRY up height logic
2015-03-24 17:49:37 +01:00
obscuren
c38a3b4cc7
Better error reporting in the console. Updated ethereum.js
2015-03-24 17:49:28 +01:00
Taylor Gerring
865f31018b
Shuffle
2015-03-24 17:45:31 +01:00
Taylor Gerring
2106a63d60
Move Frontend interface to separate file
2015-03-24 16:42:33 +01:00
Taylor Gerring
65d553d367
Update internal calls to use CurrentBlock()
2015-03-24 16:34:28 +01:00
Taylor Gerring
59b6b619a2
Don't expose backend directly
2015-03-24 16:33:37 +01:00
Taylor Gerring
b9b7442b74
Remove redundant fields
2015-03-24 16:08:18 +01:00