obscuren
cebb149f5c
removed key while in the process of moving to the new key storage
10 years ago
obscuren
872b249711
further cleaned up xeth interface
10 years ago
obscuren
1146f25015
clean up of xeth
10 years ago
obscuren
7f638f0b2d
moving to a better xeth
10 years ago
obscuren
fed3e6a808
Refactored ethutil.Config.Db out
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
4cd79d8ddd
Refactored block & Transaction
...
* Includes new rlp decoder
10 years ago
obscuren
db494170dc
Created generic message (easy for testing)
10 years ago
obscuren
2d09e67713
Updated to new methods
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
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
f59a3b67f6
StateManager => BlockManager
10 years ago
obscuren
af8f5f0b69
ethstate => state
10 years ago
obscuren
0ed1a8b50a
ethpipe => xeth (eXtended ETHereum)
10 years ago
obscuren
b1c247231b
ethlog => logger
10 years ago
obscuren
fd9da72536
ethcrypto => crypto
10 years ago
obscuren
3ee0461cb5
Moved ethchain to chain
10 years ago
obscuren
097ba56df5
Renamed block_chain to chain_manager
10 years ago
obscuren
20c742e474
Moved ethvm => vm
10 years ago
obscuren
c5bd32b0ad
Refactored VM to two separate VMs; std & debug
...
Standard VM should be about 10x faster than the debug VM. Some error
checking has been removed, all of the log statements and therefor quite
some unnecessary if-statements.
10 years ago
obscuren
b417766b36
Minor tweaks for poc7
10 years ago
obscuren
82be305496
Fixed inconsistencies
10 years ago
obscuren
65a802c678
Re-wrote Call and Execute to use the new vm messages
10 years ago
Cayman Nava
7dacd7eb78
add pushtx to api
...
Previously the software assumed use of an internal private key for use in all broadcasted transactions. This addition lets nodes relay pre-signed transactions originating from sources other than the node itself.
10 years ago
obscuren
4008ff32c9
Mutan compile
10 years ago
obscuren
7d95e8624a
Added message to closure && added change addresses
10 years ago
obscuren
3c78e418fb
world => World
10 years ago
obscuren
e71b198e3d
Renamed object to Object
10 years ago
obscuren
4f0bda403e
Added vm options for object execution
10 years ago
obscuren
0f84b9c30d
Added exist method
10 years ago
obscuren
342cc122b4
Added general Pipe API
10 years ago