obscuren
|
62236dd95e
|
copy over loop
|
2015-03-19 23:20:41 +01:00 |
|
obscuren
|
29eb220910
|
:-)
|
2015-03-19 17:18:55 +01:00 |
|
obscuren
|
b5a71d955c
|
merge
|
2015-03-19 16:59:13 +01:00 |
|
obscuren
|
e540a75030
|
re-enabled json logging
|
2015-03-19 16:30:01 +01:00 |
|
obscuren
|
14a2f42f37
|
fixed chain event. Closes #529
|
2015-03-19 16:19:54 +01:00 |
|
obscuren
|
4d0ae8b0cb
|
Merge branch 'conversion' of github.com-obscure:ethereum/go-ethereum into conversion
|
2015-03-18 14:16:07 +01:00 |
|
obscuren
|
48dd601de0
|
prep template for fixed size hashes
|
2015-03-18 14:15:58 +01:00 |
|
Felix Lange
|
d15f90645d
|
Merge remote-tracking branch 'ethereum/conversion' into conversion
|
2015-03-18 13:39:01 +01:00 |
|
Felix Lange
|
a59dd393e7
|
core: fix tests
|
2015-03-18 13:38:47 +01:00 |
|
Felix Lange
|
b5b83db450
|
core: use package rlp to encode blocks
This also changes the chain export format so there is no
enclosing list around the blocks, which enables streaming export.
|
2015-03-18 13:36:48 +01:00 |
|
Felix Lange
|
c298148a7f
|
core/types: use package rlp instead of common.Decode
|
2015-03-18 13:24:34 +01:00 |
|
obscuren
|
0a1eeca41e
|
conversions. -compilable-
|
2015-03-18 13:00:01 +01:00 |
|
obscuren
|
942980609f
|
conversions
|
2015-03-18 11:44:25 +01:00 |
|
obscuren
|
86661de077
|
Fixed tests and bloom
|
2015-03-17 18:00:03 +01:00 |
|
obscuren
|
c21293cd91
|
bloom
|
2015-03-17 16:05:17 +01:00 |
|
obscuren
|
0fa7859b94
|
Fixed VM & Tests w/ conversion
|
2015-03-17 13:24:25 +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
|
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 |
|
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
|
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 |
|
obscuren
|
bfcd2cf132
|
block conversion
|
2015-03-16 17:27:23 +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
|
d9966d6158
|
merge
|
2015-03-14 23:37:21 +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
|
532a74f50e
|
Improved errors. Closes #475
|
2015-03-14 12:43:10 +01:00 |
|
Felix Lange
|
9326541820
|
core/types: make Block.{ParentHash,SeedHash,MixDigest} []byte
There is no reason to keep them as ethutil.Bytes.
|
2015-03-13 18:41:09 +01:00 |
|
obscuren
|
b927c29469
|
GetBlockByNumber now properly looks for a number in the database
|
2015-03-13 18:29:42 +01:00 |
|
obscuren
|
03403399fc
|
Return proper error
|
2015-03-13 17:47:11 +01:00 |
|
obscuren
|
f1fcda4f2f
|
Implemented managed state
* Reimplemented nonce management for known accounts.
|
2015-03-13 16:29:04 +01:00 |
|
obscuren
|
cda88ce31a
|
Implemented a manage state for keeping track of nonces
|
2015-03-13 14:37:54 +01:00 |
|
obscuren
|
e69d5b32e8
|
Increased genesis gas & gas floor limit to 3141592
|
2015-03-13 13:52:23 +01:00 |
|
obscuren
|
f76cc6699e
|
Changed context and ADDMOD, MULMOD
* Cleaned up VM execution. VM run now takes a context
* ADDMOD/MULMOD - removed incorrect cast
|
2015-03-13 13:44:15 +01:00 |
|
obscuren
|
80592f244d
|
more obvious failure for ethtest
|
2015-03-12 23:26:58 +01:00 |
|
obscuren
|
310ca62285
|
Removed some of that gas pre pay magic
|
2015-03-12 22:29:10 +01:00 |
|
obscuren
|
ef6706696c
|
Add additional extra database for non-protocol related data
* Add transaction to extra database after a successful block process
|
2015-03-12 14:50:35 +01:00 |
|
obscuren
|
9fb52c517b
|
Changed V to byte. Closes #456
|
2015-03-12 00:18:03 +01:00 |
|
Taylor Gerring
|
5a9f712144
|
Comment out broken test (return type does not exist)
|
2015-03-11 14:43:39 -05:00 |
|
obscuren
|
c01d4c2f4c
|
Lowered default gas price and increased default gas limit
|
2015-03-11 17:36:35 +01:00 |
|
obscuren
|
477815c044
|
Improved error reporting and removed commented code
|
2015-03-11 16:33:39 +01:00 |
|