obscuren
fd9da72536
ethcrypto => crypto
10 years ago
obscuren
3ee0461cb5
Moved ethchain to chain
10 years ago
obscuren
8e0a39f33f
Updated to use ethereum.js
10 years ago
obscuren
df5603de0a
Moved logging to state, proper structured block
...
* Moved logs to state so it's subject to snapshotting
* Split up block header
* Removed logs from transactions and made them receipts only
10 years ago
obscuren
9e2f071d26
Removed events from the state manager
10 years ago
obscuren
fb4113dab4
PoC 7 updates
...
* Bloom
* Block restructure
* Receipts
10 years ago
Felix Lange
6b3f5fb82b
cmd/mist, ethchain, ethminer: split TxEvent ( #165 )
10 years ago
obscuren
69e745c537
Return erroneous txs (so we can remove them from the pool)
10 years ago
obscuren
097ba56df5
Renamed block_chain to chain_manager
10 years ago
Felix Lange
36cdab2068
all: use (blocking) event package instead of ethreact
10 years ago
obscuren
e02c0fa808
Added generic big to 256 method. Implemented new iterator
10 years ago
obscuren
82be305496
Fixed inconsistencies
10 years ago
obscuren
ab6ede51d7
Working on new (blocking) event machine.
...
The new event machine will be used for loose coupling and handle the
communications between the services:
1) Block pool finds blocks which "links" with our current canonical
chain
2) Posts the blocks on to the event machine
3) State manager receives blocks & processes them
4) Broadcasts new post block event
10 years ago
obscuren
ea0357bf02
Block pool is thread safe
10 years ago
obscuren
e20b113053
Logging messages
10 years ago
obscuren
b8354124be
Added protocol caps accessors
10 years ago
obscuren
d3a0bb4f35
Info => Debug
10 years ago
obscuren
399256b384
VM execution fixes
...
Refactoring caused executing issues
10 years ago
obscuren
33a0dec8a1
Improved catching up and refactored
10 years ago
obscuren
2f614900e8
Updated GHOST
10 years ago
obscuren
250d40bca0
Reset the transient state when a new block's been found
10 years ago
obscuren
7d95e8624a
Added message to closure && added change addresses
10 years ago
obscuren
c7ee9844bd
Removed old code
10 years ago
obscuren
0d733aa071
Removed validation check from GetMessages
10 years ago
obscuren
a760ce05b9
Updated chain for filtering
10 years ago
obscuren
c51db4c940
Fixed stack issue
10 years ago
obscuren
32d125131f
Refactored to new state and vm
10 years ago
obscuren
1e8b54abfb
Refactored state, state object and vm
...
* The State and StateObject have been moved to their own package
* The VM is moved to it's own package
10 years ago
obscuren
5d2669dbd3
Fixed tx sha creation
10 years ago
obscuren
9f00aeae29
Base time on previous parent, not last block
10 years ago
obscuren
cd9b344506
Fixed range
10 years ago
obscuren
0415e4a637
Fixed coinbase copy in state
10 years ago
obscuren
ed3424ff75
Trie fixes
10 years ago
obscuren
34da3b4fa8
Moved
10 years ago
zelig
1735ec0362
use ethreact.Event and ethreact.ReactorEngine
10 years ago
obscuren
2784e256f1
Vm logging on diff
10 years ago
obscuren
767d24ea5d
Removed defer and added receipts checking in tx processing
10 years ago
obscuren
5b2e5d180f
Changed diff output not to prefix hex with 0x
10 years ago
obscuren
9010857677
Special diff output for execution
10 years ago
obscuren
e504088b79
Consensus and bug fixes
...
* Ensure that each state object has an address that is 20 bytes
* Byte logging for vm
* changed diff output
10 years ago
Jeffrey Wilcke
6fe9b4ab5e
Revert "ethreact - Feature/ethutil refactor"
10 years ago
zelig
584d1c61ec
use ethreact.Event and ethreact.ReactorEngine
10 years ago
obscuren
90eb4f1939
Debug output, minor fixes and tweaks
...
* Script compile length fix
* Transition fix
11 years ago
zelig
198e5eeab9
EthManager interface extended with ClientIdentity() ethwire.ClientIdentity
11 years ago
obscuren
5d67139206
Fix
11 years ago
obscuren
35ae9e3aa8
Paranoia check
11 years ago
obscuren
92693e4459
The dragon has been slain. Consensus reached!
11 years ago
obscuren
ed276cd7c2
Added Paranoia check for VM execution
11 years ago
obscuren
8ddd4c4c52
wip
11 years ago
zelig
dabaa4cce0
change all modified calls to ethtrie, ethutil and ethcrypto functions
11 years ago