obscuren
|
b0ebccb31e
|
fixed to
|
2015-03-17 12:56:29 +01:00 |
|
Felix Lange
|
17c5ba2b6b
|
core: actually convert transaction pool
|
2015-03-17 12:16:21 +01:00 |
|
Felix Lange
|
ee7202fa00
|
Merge remote-tracking branch 'ethereum/conversion' into conversion
|
2015-03-17 12:01:40 +01:00 |
|
Felix Lange
|
65eee2006d
|
pow/ezp: use common.Hash
|
2015-03-17 12:01:21 +01:00 |
|
Felix Lange
|
27f7aa0163
|
core: adapt Message for new Transaction.From signature
|
2015-03-17 12:00:29 +01:00 |
|
Felix Lange
|
b95387a0dc
|
core: convert transaction pool to common.{Address,Hash}
|
2015-03-17 11:59:26 +01:00 |
|
Felix Lange
|
e91ab84dbe
|
core/types: don't use Address zero value for invalid addresses
|
2015-03-17 11:58:31 +01:00 |
|
obscuren
|
515d9432fc
|
converted vm
|
2015-03-17 11:19:23 +01:00 |
|
Felix Lange
|
d5de6489d7
|
core/types: fix Transaction.Hash and add support for encoding with package rlp
|
2015-03-17 01:34:18 +01:00 |
|
Felix Lange
|
ad78db4d62
|
crypto: fix Sha3Hash and add a test for it
|
2015-03-17 01:32:35 +01:00 |
|
obscuren
|
8ce6a36478
|
converted chain manager
|
2015-03-16 23:48:18 +01:00 |
|
obscuren
|
94505146a2
|
updated vm env
|
2015-03-16 23:17:28 +01:00 |
|
obscuren
|
843db4978e
|
updated blockpool
|
2015-03-16 23:10:26 +01:00 |
|
obscuren
|
4e181c5764
|
Moved gas
|
2015-03-16 21:46:47 +01:00 |
|
obscuren
|
6aa390abfb
|
Merge branch 'conversion' of github.com-obscure:ethereum/go-ethereum into conversion
|
2015-03-16 18:43:09 +01:00 |
|
obscuren
|
91b0b14845
|
converted vm
|
2015-03-16 18:42:18 +01:00 |
|
Felix Lange
|
16df850af2
|
core/types: use common.{Hash,Address} in for transactions
|
2015-03-16 17:43:42 +01:00 |
|
Felix Lange
|
13ade2ed60
|
Merge branch 'conversion' of https://github.com/ethereum/go-ethereum
|
2015-03-16 17:29:08 +01:00 |
|
Felix Lange
|
64490897f3
|
crypto: add Sha3Hash
|
2015-03-16 17:27:24 +01:00 |
|
obscuren
|
bfcd2cf132
|
block conversion
|
2015-03-16 17:27:23 +01:00 |
|
obscuren
|
e620bde405
|
conversion state
|
2015-03-16 17:09:08 +01:00 |
|
obscuren
|
76f215b0fe
|
Getters shouldn't need to be pointer receiver
|
2015-03-16 16:44:27 +01:00 |
|
obscuren
|
0dd9ac375b
|
undo
|
2015-03-16 16:36:58 +01:00 |
|
obscuren
|
d338650089
|
compilable trie (tests fail)
|
2015-03-16 16:28:16 +01:00 |
|
obscuren
|
20b7162a62
|
Added functions to Hash & Address
* Set, SetString, SetBytes
* StringTo*, BytesTo*
|
2015-03-16 13:23:06 +01:00 |
|
obscuren
|
dc864ee3a5
|
Added ToString methods
|
2015-03-16 12:20:17 +01:00 |
|
obscuren
|
f486c0ae56
|
new type + additional methods
|
2015-03-16 11:59:52 +01:00 |
|
obscuren
|
b523441361
|
Moved ethutil => common
|
2015-03-16 11:27:38 +01:00 |
|
obscuren
|
0b8f66ed9e
|
updated godep ethash
|
2015-03-15 21:47:59 +01:00 |
|
obscuren
|
22fa59f131
|
moved to detail
|
2015-03-15 21:47:35 +01:00 |
|
obscuren
|
d2e75cc957
|
cleaning up unused code
|
2015-03-15 15:25:09 +01:00 |
|
obscuren
|
c87cc59bdf
|
Merge branch 'develop' of github.com-obscure:ethereum/go-ethereum into develop
Conflicts:
README.md
|
2015-03-15 12:20:58 +01:00 |
|
obscuren
|
8f84ddbbec
|
Linux build links
|
2015-03-15 12:20:07 +01:00 |
|
obscuren
|
0f26a62334
|
Linux build links
|
2015-03-15 12:19:26 +01:00 |
|
obscuren
|
2a5fbced7f
|
removed seed hash
|
2015-03-14 23:39:45 +01:00 |
|
obscuren
|
282d8c20fd
|
Merge branch 'fjl-block-tests' into develop
|
2015-03-14 23:37:37 +01:00 |
|
obscuren
|
d9966d6158
|
merge
|
2015-03-14 23:37:21 +01:00 |
|
obscuren
|
12cee1377f
|
Increased filter ticker time to 5 minutes
|
2015-03-14 18:57:12 +01:00 |
|
obscuren
|
95711bc2dd
|
Updated ethash
|
2015-03-14 16:42:05 +01:00 |
|
obscuren
|
387f6bba3e
|
POW fixes
|
2015-03-14 16:37:57 +01:00 |
|
obscuren
|
44636e5b82
|
typo
|
2015-03-14 13:21:20 +01:00 |
|
obscuren
|
35bc7b0d8a
|
Merge branch 'rpcfrontier' into develop
|
2015-03-14 12:44:24 +01:00 |
|
obscuren
|
532a74f50e
|
Improved errors. Closes #475
|
2015-03-14 12:43:10 +01:00 |
|
Jeffrey Wilcke
|
51df765e38
|
Merge pull request #481 from maran/feature/fromHexDry
DRY-up the use of fromHex in the project
|
2015-03-14 11:46:32 +01:00 |
|
Maran
|
9754e7aca7
|
Support for addresses with or without 0x. Fixes #472
|
2015-03-14 11:40:13 +01:00 |
|
Maran
|
991993357c
|
DRY up the use of fromHex and put it in ethutil
|
2015-03-14 11:39:35 +01:00 |
|
Taylor Gerring
|
f49e17eb39
|
Return null coinbase when accounts not created
Was previously returning nonsensical “0x”
|
2015-03-13 14:32:11 -04:00 |
|
Felix Lange
|
67f8f83a1b
|
cmd/ethereum: add blocktest command
|
2015-03-13 18:41:09 +01:00 |
|
Felix Lange
|
e463479b6c
|
eth: add ResetWithGenesisBlock
This depends on a change in ethash which exposes UpdateCache.
|
2015-03-13 18:41:09 +01:00 |
|
Felix Lange
|
6f8a2d6b84
|
eth: add hook for database creation
|
2015-03-13 18:41:09 +01:00 |
|