obscuren
df5157c0b0
PV49
10 years ago
obscuren
d80f8bda94
Fixed issue in VM where LOG didn't pop anything of the stack
10 years ago
obscuren
73c4ca3a6f
Upped protocol version
10 years ago
obscuren
296112848c
Moved block validation as first step
10 years ago
obscuren
9008b155d3
Renamed `chain` => `core`
10 years ago
obscuren
cb4d168ecc
Updated LOG to match proper gas in all cases
10 years ago
obscuren
6dc46d3341
Changed the way transactions are being added to the transaction pool
10 years ago
obscuren
a3559c5e1b
updated PV
10 years ago
obscuren
f8d0cd9906
Added a callback mechanism to chain adding.
...
Not sure if this is the right approach. Why? BlockChain shouldn't need
the "Ethereum" object. BlockChain shouldn't need to worry about
notifying listeners or message propagation.
10 years ago
obscuren
a1b6a9ac29
Begin of moving objects to types package
...
* Block(s)
* Transaction(s)
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
20d518ee95
Numerous fixes for consensus.
...
* Removed (buged) C++ specific gas specification for LOG*
* Fixed LOG* where mstart went after msize
*
10 years ago
obscuren
6c9e503eb8
Removed all implicit logging. Fixed gas issues and jump errors
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
0c4adeceae
Properly list caps
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
11b3f97520
Upped protocol
10 years ago
obscuren
b5beb1aac1
added a transfer method to vm env
10 years ago
obscuren
27cb0750c1
Procotol version bump for uncle list change
10 years ago
obscuren
520fdfe346
PoC7 Net
10 years ago
obscuren
097ba56df5
Renamed block_chain to chain_manager
10 years ago
obscuren
d7736a7bbb
Quick dirty peer update
10 years ago
Felix Lange
36cdab2068
all: use (blocking) event package instead of ethreact
10 years ago
obscuren
bd7aca76e1
Proper new block
10 years ago
obscuren
4de3ad1712
New block message
10 years ago
obscuren
6de726f16c
Protocol bump
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
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
0acdeca3d6
skip messages properly
10 years ago
obscuren
b8354124be
Added protocol caps accessors
10 years ago
obscuren
9ed8dc7384
Attempt to catch up from unknown block
10 years ago
obscuren
5cb4120ef5
queue get peers each 10 seconds
10 years ago
obscuren
3aeba50c38
merge error
10 years ago
obscuren
1fe2d0d0e0
Peers no longer take care of block processing
10 years ago
obscuren
b66fcf85df
checkp
10 years ago
obscuren
ba43364f36
tmp
10 years ago
obscuren
46a496428f
ugh
10 years ago
obscuren
6800c3665a
Re-added min gas price check on tx pool
10 years ago
obscuren
9ed5b4d90e
Support C++ GetBlockHash by assuming empty = done
10 years ago
obscuren
f3a93b046e
Upped protocol version for VM change
10 years ago
obscuren
a26c479182
Added len
10 years ago