Gav Wood
|
85ac9af832
|
Move EvmSchedule -> evm::Schedule
|
2016-01-11 16:28:30 +01:00 |
|
debris
|
f19a6e54bf
|
removed warnings
|
2016-01-11 16:05:21 +01:00 |
|
debris
|
3f725ce89d
|
reverting the execution state when out of gas
|
2016-01-11 15:55:54 +01:00 |
|
Gav Wood
|
5aa6e6f5e6
|
Merge pull request #74 from gavofyork/state_clone
state clone
|
2016-01-11 15:27:48 +01:00 |
|
debris
|
65bce7862a
|
Merge branch 'master' into evm
|
2016-01-11 15:23:27 +01:00 |
|
arkpar
|
c6509d7752
|
Moved some checks from ethash to verification module
|
2016-01-11 15:22:11 +01:00 |
|
debris
|
12f01d9905
|
state clone
|
2016-01-11 14:48:27 +01:00 |
|
debris
|
f611b6c7b6
|
state clone
|
2016-01-11 14:47:50 +01:00 |
|
Arkadiy Paronyan
|
4353518be1
|
Merge pull request #72 from gavofyork/verification
Block Verification (no tests yet)
|
2016-01-11 14:43:25 +01:00 |
|
Marek Kotewicz
|
79e122c293
|
Merge pull request #73 from gavofyork/gav
Improvements to LogEntry and Transaction
|
2016-01-11 14:32:21 +01:00 |
|
debris
|
22859a04b6
|
changes in executive return
|
2016-01-11 14:14:35 +01:00 |
|
debris
|
bbb25fb6ce
|
propagate evmjit errors upstream
|
2016-01-11 14:08:03 +01:00 |
|
Gav Wood
|
eb03993c6d
|
Transaction struct improvements.
|
2016-01-11 13:52:40 +01:00 |
|
arkpar
|
3185301c97
|
Updated docs
|
2016-01-11 13:51:58 +01:00 |
|
arkpar
|
0221d47544
|
Verification integrated into client/queue
|
2016-01-11 13:42:32 +01:00 |
|
Gav Wood
|
30f74fc692
|
log_entry type.
|
2016-01-11 13:29:15 +01:00 |
|
Gav Wood
|
a197f3f60e
|
Merge remote-tracking branch 'origin/master' into gav
|
2016-01-11 13:02:03 +01:00 |
|
arkpar
|
4dca2ff1d9
|
Merge branch 'master' of github.com:gavofyork/ethcore into verification
|
2016-01-11 12:57:36 +01:00 |
|
Arkadiy Paronyan
|
42144247f5
|
Merge pull request #64 from gavofyork/ethash
Use getter in header in preparation for a Header trait; additional testing in enact_block().
|
2016-01-11 12:55:08 +01:00 |
|
Gav Wood
|
b9bc9531df
|
Merge pull request #55 from gavofyork/network
BlockChain sync and Client app
|
2016-01-11 12:53:23 +01:00 |
|
arkpar
|
2b522e2c48
|
Merge branch 'network' into verification
|
2016-01-11 12:45:35 +01:00 |
|
arkpar
|
3a2663ce93
|
Client now takes Spec instead of Engine
|
2016-01-11 12:28:59 +01:00 |
|
arkpar
|
54fb66bb7d
|
Merge branch 'network'
|
2016-01-11 11:52:56 +01:00 |
|
arkpar
|
c269cb5c85
|
Added sync to std uses
|
2016-01-11 11:52:18 +01:00 |
|
arkpar
|
33d3a4d633
|
Engine and Spec are now thread safe
|
2016-01-11 11:51:31 +01:00 |
|
debris
|
dea9ec203b
|
removed unused stuff
|
2016-01-11 03:29:13 +01:00 |
|
debris
|
d1aadf456f
|
shorter constructor for externalities
|
2016-01-11 03:26:17 +01:00 |
|
debris
|
88409e7dbb
|
refactor in progress... evmjit compiling
|
2016-01-11 03:13:41 +01:00 |
|
debris
|
6d3097ac9e
|
updated output policy docs
|
2016-01-11 02:47:45 +01:00 |
|
debris
|
7f8f0c5823
|
minor fixes
|
2016-01-11 02:42:02 +01:00 |
|
debris
|
b273792ef0
|
big refactor of executive in progress
|
2016-01-11 02:17:29 +01:00 |
|
arkpar
|
5d0e186632
|
Merge branch 'master' of github.com:gavofyork/ethcore into network
|
2016-01-11 01:07:58 +01:00 |
|
Gav Wood
|
e116bd3d20
|
Merge pull request #33 from gavofyork/network
Padding decryption, connection registration fixed
|
2016-01-10 23:58:53 +01:00 |
|
Gav Wood
|
e7f840ce79
|
Use getter in header in preparation for a Header trait; additional testing in enact_block().
|
2016-01-10 23:42:59 +01:00 |
|
Arkadiy Paronyan
|
0d5aaa69fa
|
Merge pull request #63 from gavofyork/ethash
Block enactment (including test)
|
2016-01-10 23:40:50 +01:00 |
|
arkpar
|
452294ab8d
|
ImportResult becomes a result
|
2016-01-10 23:37:09 +01:00 |
|
Gav Wood
|
4512322d3e
|
Block enactment with test.
|
2016-01-10 23:10:06 +01:00 |
|
Gav Wood
|
abb4975400
|
Set timestamp in enactment.
|
2016-01-10 22:57:31 +01:00 |
|
Gav Wood
|
74f88f9b9b
|
Initial implementation of enacted.
number is now usize, timestamp u64.
|
2016-01-10 22:55:07 +01:00 |
|
arkpar
|
6f3c3fa020
|
Documentation
|
2016-01-10 22:42:27 +01:00 |
|
Gav Wood
|
3fb401c611
|
Merge branch 'master' into ethash
|
2016-01-10 21:57:33 +01:00 |
|
Gav Wood
|
4f68662e53
|
Proper rewarding; needs consensus test doing though.
|
2016-01-10 21:55:03 +01:00 |
|
arkpar
|
e6572e34fa
|
Documentation
|
2016-01-10 21:30:22 +01:00 |
|
arkpar
|
5f4cd7f197
|
Merge branch 'network' into verification
|
2016-01-10 19:47:32 +01:00 |
|
Gav Wood
|
fea418703b
|
Better API allowing one fewer clone.
|
2016-01-10 17:11:46 +01:00 |
|
Gav Wood
|
2cc3ee66d7
|
Allow fields to be returned so they can be used simultaneously.
|
2016-01-10 17:09:02 +01:00 |
|
debris
|
b72da41ea7
|
proper calculatng of executive gas in progress
|
2016-01-10 16:21:01 +01:00 |
|
arkpar
|
daab45f599
|
Merge branch 'master' of github.com:gavofyork/ethcore into verification
|
2016-01-10 15:21:11 +01:00 |
|
arkpar
|
02b530f4aa
|
Style
|
2016-01-10 15:13:12 +01:00 |
|
arkpar
|
5f5f26de48
|
Do not insert new blocks out of order
|
2016-01-10 15:08:57 +01:00 |
|