obscuren
|
b1c247231b
|
ethlog => logger
|
10 years ago |
obscuren
|
3ee0461cb5
|
Moved ethchain to chain
|
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
|
10782c5aae
|
Added removal off erroneous txs. Fixed pipeline
|
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
|
60a8c9527c
|
Mine without txs
|
11 years ago |
obscuren
|
48fd23dc10
|
don't mine without transactions
|
11 years ago |
obscuren
|
2f614900e8
|
Updated GHOST
|
11 years ago |
obscuren
|
732573ba51
|
Turbo mining
|
11 years ago |
obscuren
|
3def9258be
|
Turbo mode
|
11 years ago |
zelig
|
194c58858c
|
send zero event to miner.powQuitChan fixes miner hanging
|
11 years ago |
obscuren
|
5d2669dbd3
|
Fixed tx sha creation
|
11 years ago |
obscuren
|
2762ec22d0
|
Fixed miner and logger
|
11 years ago |
obscuren
|
dad29bcaa1
|
Added channel for starting/stopping miner
|
11 years ago |
Maran
|
db8170def3
|
WIP to expose hashrate to gui
|
11 years ago |
zelig
|
017d36e6b2
|
properly unsubscribe react channels when miner stops - fixes write on closed chan crash
|
11 years ago |
zelig
|
1735ec0362
|
use ethreact.Event and ethreact.ReactorEngine
|
11 years ago |
Jeffrey Wilcke
|
6fe9b4ab5e
|
Revert "ethreact - Feature/ethutil refactor"
|
11 years ago |
zelig
|
584d1c61ec
|
use ethreact.Event and ethreact.ReactorEngine
|
11 years ago |
obscuren
|
2bbc204328
|
Close pow chat. Fixes #95
|
11 years ago |
zelig
|
853053a3b2
|
go fmt
|
11 years ago |
zelig
|
782f780476
|
space in miner logging message
|
11 years ago |
zelig
|
b9e8a3e024
|
modified logging API
- package vars for tagged loggers
- weed out spurious fmt.PrintX and log.PrintX logging
- tried to second guess loglevel for some :)
|
11 years ago |
obscuren
|
53e30f750d
|
Removal of manual updating of state objects
* You'll only ever need to update the state by calling Update. Update
will take care of the updating of it's child state objects.
|
11 years ago |
obscuren
|
48bca30e61
|
Fixed minor issue with the gas pool
|
11 years ago |
obscuren
|
9f62d441a7
|
Moved gas limit err check to buy gas
|
11 years ago |
obscuren
|
63883bf27d
|
Moving closer to interop
|
11 years ago |
obscuren
|
9ee6295c75
|
Minor changes
|
11 years ago |
obscuren
|
17c825f53a
|
Peer changes broadcasting and minor miner fix
|
11 years ago |
obscuren
|
e0b6a31613
|
Buffered channel to fix not ready (blocking)
|
11 years ago |
obscuren
|
9988b1a047
|
Sort transactions based on the nonce
* Added a transaction sorter
|
11 years ago |
obscuren
|
230aafbf66
|
Working on interop
* Receipts after each transaction
* Fee structure
* Applying fees to miners
|
11 years ago |
obscuren
|
4e1c6a8a22
|
Added start / stopping methods
|
11 years ago |
obscuren
|
f5852b47d1
|
Removed some logging and refactored a bit
|
11 years ago |
obscuren
|
86cf69648e
|
Improved miner so it won't include invalid transactions
|
11 years ago |
obscuren
|
cbf221f6b7
|
Fixed competing block method
|
11 years ago |
obscuren
|
5ceb1620e9
|
Fixed couple issues
* (imp) Lock / RLock tries
* (fix) stack
|
11 years ago |
obscuren
|
bd48690f63
|
Testing different mining state
|
11 years ago |
obscuren
|
8730dfdcc2
|
Changed how changes are being applied to states
|
11 years ago |
obscuren
|
88686cbed2
|
listen to pre instead of post
|
11 years ago |
obscuren
|
7bf2ae0b11
|
Removed old tx pool notification system. Fixes #19
|
11 years ago |
obscuren
|
21724f7ef9
|
Added manifest changes and changed closures
|
11 years ago |
obscuren
|
38d6b67b5c
|
Fixed state problem
|
11 years ago |
obscuren
|
f3818478e2
|
Removed debug & unused functions
|
11 years ago |
obscuren
|
0651af9dfd
|
Removed some log statements and disabled additional validation checks
|
11 years ago |
obscuren
|
6b08efabf8
|
@maranh see comment
|
11 years ago |