obscuren
6dc46d3341
Changed the way transactions are being added to the transaction pool
10 years ago
obscuren
56aa24002d
Clean up
10 years ago
obscuren
f6e55962a8
Fixes for PV41/42
...
* Don't expand mem on empty value
* Removed all coinbase logs for PV42
* Removed C++ bug stuff for LOG*
10 years ago
obscuren
75ee3b3f08
debugging code
10 years ago
obscuren
cbeebcd47d
Fixed bloom, updated mining & block processing
...
* Reverted back to process blocks in batches method
* Bloom generation and lookup fix
* Minor UI changed (mainly debug)
10 years ago
obscuren
429dd2a100
Implemented new miner w/ ui interface for merged mining. Closes #177
...
* Miner has been rewritten
* Added new miner pane
* Added option for local txs
* Added option to read from MergeMining contract and list them for
merged mining
10 years ago
obscuren
699dcaf65c
Reworked chain handling process
...
* Forks
* Rename
* Moved inserting of blocks & processing
* Added chain testing method for validating pieces of a **a** chain.
10 years ago
obscuren
f59a3b67f6
StateManager => BlockManager
10 years ago
obscuren
4914a78c8c
ethwire => wire
10 years ago
obscuren
b1c247231b
ethlog => logger
10 years ago
obscuren
3ee0461cb5
Moved ethchain to chain
10 years ago
obscuren
9e2f071d26
Removed events from the state manager
10 years ago
obscuren
097ba56df5
Renamed block_chain to chain_manager
10 years ago
obscuren
4de3ad1712
New block message
10 years ago
obscuren
b417766b36
Minor tweaks for poc7
10 years ago
obscuren
0015ce1e35
kick of bad peers
10 years ago
obscuren
677836cbee
Kick off bad peers on bad chains and improved catch up on diverted chain
10 years ago
obscuren
a75c92000f
Black listing of bad peers
10 years ago
obscuren
a34a971b50
improved blockchain downloading
10 years ago
obscuren
5fa0173c41
msg
10 years ago
obscuren
3af211dd65
Implemented WebSocket package
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
44d50bc8d2
Have you seen my parents, sir?
10 years ago
obscuren
e20b113053
Logging messages
10 years ago
obscuren
9ed8dc7384
Attempt to catch up from unknown block
10 years ago
obscuren
84690bfbbe
Changed the block fetching code and hash distribution
10 years ago
obscuren
ba43364f36
tmp
10 years ago
obscuren
a26c479182
Added len
10 years ago
obscuren
33a0dec8a1
Improved catching up and refactored
10 years ago
obscuren
74ef22d824
add it to the list
10 years ago
obscuren
56103f0751
Log
10 years ago
obscuren
be9bfb5536
Minor improvement catching up
...
* When catching up check linked up the chain of hashes
10 years ago
obscuren
a9f9a59416
Extra checks
10 years ago
obscuren
eaa2e8900d
PoC 6 networking code.
...
* Added block pool for gathering blocks from the network (chunks)
* Re wrote syncing
10 years ago