obscuren
c9985bf563
Fixed peer window. Minor tweaks and fixes
10 years ago
obscuren
c1dee15144
BlockManager => BlockProcessor
10 years ago
obscuren
ca1b2a1a91
Changed prev_hash to block_hash, state transition now uses vm env
...
* PREVHASH => BLOCKHASH( N )
* State transition object uses VMEnv as it's query interface
* Updated vm.Enviroment has GetHash( n ) for BLOCKHASH instruction
* Added GetHash to xeth, core, utils & test environments
10 years ago
obscuren
5c82fdc243
Make sure that the object exists
10 years ago
obscuren
4dc7ee9087
Closure => Context
10 years ago
obscuren
780abaec98
Switched to new trie
10 years ago
obscuren
4cd79d8ddd
Refactored block & Transaction
...
* Includes new rlp decoder
10 years ago
obscuren
59ef6e3693
Cleaned up objects
10 years ago
obscuren
5ad473d758
Moved methods to messages
10 years ago
obscuren
db494170dc
Created generic message (easy for testing)
10 years ago
obscuren
2d09e67713
Updated to new methods
10 years ago
zelig
148de1c875
adapt xeth pkg to new backend. FIXME JSPeer peer info
10 years ago
obscuren
5553e5aaed
states moved to chain
10 years ago
obscuren
8c7e4b290f
Added pre processing of transaction on the transient state
10 years ago
obscuren
3043b233ea
Log is now interface
10 years ago
obscuren
f298ffdbb8
Renamed State => StateDB
10 years ago
obscuren
83663ed4b0
Renames for chain, updated VM, moved methods
...
* Renamed a couple more chain => core
* Updated VM `pc` to be uint64 rather than big int
* XEth interface cleanup
10 years ago
obscuren
9008b155d3
Renamed `chain` => `core`
10 years ago
obscuren
6d99c03d91
Updated environments according to the new interface set
10 years ago
obscuren
8240550187
updated to types
10 years ago
obscuren
6dc46d3341
Changed the way transactions are being added to the transaction pool
10 years ago
obscuren
a1b6a9ac29
Begin of moving objects to types package
...
* Block(s)
* Transaction(s)
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
f59a3b67f6
StateManager => BlockManager
10 years ago
obscuren
0c4adeceae
Properly list caps
10 years ago
obscuren
af8f5f0b69
ethstate => state
10 years ago
obscuren
0ed1a8b50a
ethpipe => xeth (eXtended ETHereum)
10 years ago