obscuren
32d125131f
Refactored to new state and vm
10 years ago
zelig
853053a3b2
go fmt
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
7b55bcf484
Removed old fees
11 years ago
obscuren
d078e9b8c9
Refactoring state transitioning
11 years ago
obscuren
3a9d7d318a
log changes
11 years ago
obscuren
4d3209ad1d
Moved process transaction to state manager
...
* Buy gas of the coinbase address
11 years ago
Maran
2995d6c281
Validate minimum gasPrice and reject if not met
11 years ago
obscuren
b695c82520
Fixes #60
11 years ago
obscuren
73761f7af6
Closure call now returns the total usage as well
...
* Return the used gas value based on the UseGas and ReturnGas
11 years ago
obscuren
230aafbf66
Working on interop
...
* Receipts after each transaction
* Fee structure
* Applying fees to miners
11 years ago
obscuren
0c27c5eb7f
Proper log statement
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
7bf2ae0b11
Removed old tx pool notification system. Fixes #19
11 years ago
obscuren
98a631b556
Remove any invalid transactions after block processing
11 years ago
obscuren
d709815106
Added trans state and removed watch address etc
...
The transient state can be used to test out changes before committing
them to the proc state. The transient state is currently being used by
the gui to support proper nonce updating without having to wait for a
block. This used to be done by a cached state mechanism which can now
safely by removed.
11 years ago
obscuren
e6a68f0c3a
Removed debug log
11 years ago
obscuren
d2ab322267
Removed debugging log
11 years ago
obscuren
c3293641e7
Removed debug logging
11 years ago
obscuren
1c85d8c66b
Minor improvements and bug fixes
...
* Fixed VM base bug
11 years ago
obscuren
3a9a252f6e
Fixed minor issue with gas and added state object init
11 years ago
obscuren
9c6aca7893
Merged accounts and contracts in to StateObject
...
* Account removed
* Contract removed
* Address state changed to CachedStateObject
* Added StateObject
11 years ago
obscuren
035f0ffb8a
Reverted changes
11 years ago
obscuren
527a3bbc2a
Typo fix
11 years ago
obscuren
7d0348e4ba
Handle contract messages
11 years ago
obscuren
b888652201
Added missing GetTx (0x16) wire message
11 years ago
Maran
ae837c4719
More mining rework
11 years ago
Maran
3274e0a249
Removed extra invalid nonce return
11 years ago
obscuren
b15a4985e8
Moved on to the state manager
11 years ago
Maran
d5efeab8f9
Initial smart-miner stuff
11 years ago
obscuren
92f2abdf76
Partially refactored server/txpool/block manager/block chain
...
The Ethereum structure now complies to a EthManager interface which is
being used by the tx pool, block manager and block chain in order to
gain access to each other. It's become simpeler.
TODO: BlockManager => StateManager
11 years ago
obscuren
d65b4cd0dd
Updated block to use state instead of trie directly
11 years ago
obscuren
e98b53bbef
WIP Observing pattern
11 years ago
obscuren
f5737b929a
Added a secondary processor
11 years ago
obscuren
bb3e28310e
If sender is receiver only subtract the fee
11 years ago
obscuren
f6d1bfe45b
The great merge
11 years ago