obscuren
|
449b9a9d68
|
Check if version in known + fix
|
2014-07-18 11:57:44 +02:00 |
|
obscuren
|
44296c0b33
|
html tags not allowed
|
2014-07-17 23:17:10 +02:00 |
|
obscuren
|
01d9107bce
|
Add namecoin name if available to block
|
2014-07-17 22:30:17 +02:00 |
|
obscuren
|
28a146d438
|
Added find name for namereg
|
2014-07-17 22:30:00 +02:00 |
|
obscuren
|
ba3fabda77
|
Added a catch up indicator
|
2014-07-17 22:01:39 +02:00 |
|
obscuren
|
6a19b62db6
|
added chainSync event
|
2014-07-17 22:01:13 +02:00 |
|
obscuren
|
a626b7ebe1
|
Fixed string data
|
2014-07-17 17:11:00 +02:00 |
|
obscuren
|
edf10ef8c5
|
Fixed name reg
|
2014-07-17 17:10:35 +02:00 |
|
obscuren
|
6c565eae74
|
bump
|
2014-07-17 15:36:16 +02:00 |
|
obscuren
|
3331bb29ea
|
bump
|
2014-07-17 15:35:46 +02:00 |
|
obscuren
|
c951702423
|
Merge branch 'develop'
|
2014-07-17 15:32:44 +02:00 |
|
obscuren
|
16f6100500
|
Removed debug log
|
2014-07-17 15:11:09 +02:00 |
|
obscuren
|
7d64b589b4
|
h scroll
|
2014-07-17 15:02:25 +02:00 |
|
obscuren
|
90f63657cb
|
Removed debug log
|
2014-07-17 15:01:33 +02:00 |
|
obscuren
|
0415e4a637
|
Fixed coinbase copy in state
|
2014-07-17 14:53:27 +02:00 |
|
obscuren
|
ed3424ff75
|
Trie fixes
|
2014-07-17 11:21:18 +02:00 |
|
obscuren
|
14c4f06100
|
Convert a byte slice to address
|
2014-07-16 13:20:57 +02:00 |
|
obscuren
|
c302afd411
|
Merge branch 'develop' of github.com-obscure:ethereum/go-ethereum into develop
|
2014-07-15 20:36:45 +02:00 |
|
obscuren
|
8820d4e5ac
|
Decreased timeout
|
2014-07-15 20:36:11 +02:00 |
|
obscuren
|
7c0a27a0f4
|
Added each callback for storage
|
2014-07-15 20:36:04 +02:00 |
|
obscuren
|
7a410643ac
|
Added/changed logging
|
2014-07-15 20:35:55 +02:00 |
|
obscuren
|
34da3b4fa8
|
Moved
|
2014-07-15 20:35:07 +02:00 |
|
obscuren
|
28948d061c
|
Moved the repl to a new package
|
2014-07-15 20:34:25 +02:00 |
|
Maran
|
223432fa1e
|
Work around crash issues when building OSX binary
|
2014-07-15 16:21:16 +02:00 |
|
obscuren
|
4a2dd306c7
|
Merge branch 'develop' of github.com-obscure:ethereum/eth-go into develop
|
2014-07-15 15:30:06 +02:00 |
|
obscuren
|
09bade6466
|
Fixed an issue where the trie might crash on missmatching lengths
|
2014-07-15 15:29:54 +02:00 |
|
Maran
|
9a93169898
|
Rewrote mnemonic word loading to facilitate deployable builds.
|
2014-07-15 12:52:44 +02:00 |
|
Maran
|
c0ae5c58a6
|
Rewrote mnemonic word loading to facilitate deployable builds.
|
2014-07-15 12:52:30 +02:00 |
|
zelig
|
017d36e6b2
|
properly unsubscribe react channels when miner stops - fixes write on closed chan crash
|
2014-07-15 01:29:07 +01:00 |
|
zelig
|
75a7a4c97c
|
ethreact
- use ethreact.Event,
- increased buffered event channels,
- subscribe after loop reading from channel starts
|
2014-07-15 01:13:39 +01:00 |
|
zelig
|
1735ec0362
|
use ethreact.Event and ethreact.ReactorEngine
|
2014-07-15 01:11:06 +01:00 |
|
zelig
|
0ecc5c815e
|
reactor test
|
2014-07-15 00:15:37 +01:00 |
|
zelig
|
94b12f7804
|
fix start mining
|
2014-07-15 00:05:18 +01:00 |
|
obscuren
|
5ec62a5153
|
Merge branch 'develop' of github.com-obscure:ethereum/eth-go into develop
|
2014-07-15 00:25:57 +02:00 |
|
obscuren
|
2784e256f1
|
Vm logging on diff
|
2014-07-15 00:25:49 +02:00 |
|
obscuren
|
50bc838047
|
Moved checks
|
2014-07-15 00:25:38 +02:00 |
|
obscuren
|
69acda2c25
|
Paranoia check moved
|
2014-07-15 00:25:27 +02:00 |
|
obscuren
|
98f21d8973
|
Compare method for receipts
|
2014-07-14 22:52:44 +02:00 |
|
obscuren
|
767d24ea5d
|
Removed defer and added receipts checking in tx processing
|
2014-07-14 22:52:30 +02:00 |
|
zelig
|
d1c89727dc
|
fix send overwritten by merge
|
2014-07-14 19:02:34 +01:00 |
|
zelig
|
3d5db7288f
|
merge upstream
|
2014-07-14 18:50:06 +01:00 |
|
zelig
|
dc11b5c55e
|
fix reactor channel blocking
|
2014-07-14 18:40:18 +01:00 |
|
zelig
|
5c03adbded
|
fix logger channel blocking
|
2014-07-14 18:37:01 +01:00 |
|
zelig
|
353ecbb7d7
|
Merge branch 'develop' of github.com:ethereum/go-ethereum into feature/ethutil-refactor
|
2014-07-14 18:32:54 +01:00 |
|
Maran
|
e53acdc2ac
|
Work around race condition with qt webinspector for windows builds
|
2014-07-14 16:46:00 +02:00 |
|
Maran
|
dce0ccf490
|
Don't silently fail on watcher creation
|
2014-07-14 15:29:02 +02:00 |
|
Maran
|
e6a428f85f
|
Make the reload watcher use windows-safe paths
|
2014-07-14 15:25:01 +02:00 |
|
Maran
|
8845fb7eae
|
Add windows helper functions
|
2014-07-14 15:24:38 +02:00 |
|
Vitalik Buterin
|
98823c04b3
|
Replaced with deterministic test
|
2014-07-14 02:51:31 -04:00 |
|
obscuren
|
5a0c4ce295
|
Fixed "Copy" to also copy over the pending storage changes
|
2014-07-14 00:38:20 +02:00 |
|