obscuren
6e98e5709a
Set initial used gas
11 years ago
obscuren
9988b1a047
Sort transactions based on the nonce
...
* Added a transaction sorter
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
98d4b51120
Changed opcode names
11 years ago
obscuren
4eb1771e67
Hooks can now quit the vm
11 years ago
obscuren
aba3066658
Changed debug hook and added state iterator
11 years ago
obscuren
3ebd7f1166
State snapshotting
11 years ago
obscuren
81ef40010f
The body of contracts are now returned instead
11 years ago
obscuren
99fa9afaf1
Updated to work with the new config
11 years ago
obscuren
281559d427
Canonical contract creation
11 years ago
obscuren
cc8464ce80
Transaction querying
11 years ago
obscuren
230aafbf66
Working on interop
...
* Receipts after each transaction
* Fee structure
* Applying fees to miners
11 years ago
obscuren
f8f84ef095
Removed old contract creation code
11 years ago
obscuren
f5852b47d1
Removed some logging and refactored a bit
11 years ago
obscuren
86cf69648e
Improved miner so it won't include invalid transactions
11 years ago
obscuren
2667cb3ab6
Apply to parent
11 years ago
obscuren
0c27c5eb7f
Proper log statement
11 years ago
obscuren
07fe00c466
Changed numbers
11 years ago
obscuren
cbf221f6b7
Fixed competing block method
11 years ago
obscuren
3c35ba7c31
Fixed state overwriting issue
11 years ago
obscuren
5ceb1620e9
Fixed couple issues
...
* (imp) Lock / RLock tries
* (fix) stack
11 years ago
obscuren
64701e388c
Fixed state issue
11 years ago
obscuren
3b38df085e
Fixed casting issue
11 years ago
obscuren
ad51c85e5d
Fixed crash
11 years ago
obscuren
2bd377a3de
Changed transaction hash for poc 5
11 years ago
Maran
f5d4414734
Fix notification when processing block that didn't have this client as origin
11 years ago
obscuren
7d3e99a2ab
Fixed genesis and block data
11 years ago
obscuren
6a31d55b2e
added roman
11 years ago
obscuren
45b810450f
...
11 years ago
obscuren
378815ee62
Rearranged according to YP
11 years ago
Nick Savers
530ab6b8fc
Re-arranged transaction RLP encoding...
...
According to latest Yellow Paper specs and conform other clients
4794642e51
11 years ago
obscuren
2450398862
Added Maran to premine
11 years ago
Maran
12f30e6220
Refactored a lot of the chain catchup/reorg.
11 years ago
obscuren
fd19142c0d
No longer store script directly in the state tree
11 years ago
obscuren
b8034f4d9e
Increment nonce in the public api
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
f95993e326
M
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
f4fa0d48cb
Moved keyring to ethutil & removed old methods. Implements #20
11 years ago
obscuren
0c1f732c64
Do not queue messages if the peer isn't connected (e.g. timing out)
11 years ago
obscuren
a4883a029f
Propagate back to network
11 years ago
Maran
28357d657b
Implemented new JS/EthPub methods
...
- getTxCountAt
- getPeerCount
- getIsMining
- getIsListening
- getCoinbase
11 years ago
obscuren
c03bf14e02
Fixed some tests
11 years ago
obscuren
afe83af219
Moved seeding and moved manifest
11 years ago
obscuren
5a0bae1dae
Auto update state changes notifications
11 years ago
obscuren
e8fb965ccb
Cleaned up
...
Removed the unneeded address watch mechanism. State manager's transient
state should now take care of this.
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
f0440e85dc
Removed value from closure.
11 years ago