obscuren
5ceb1620e9
Fixed couple issues
...
* (imp) Lock / RLock tries
* (fix) stack
11 years ago
Maran
f5d4414734
Fix notification when processing block that didn't have this client as origin
11 years ago
obscuren
fd19142c0d
No longer store script directly in the state tree
11 years ago
obscuren
8730dfdcc2
Changed how changes are being applied to states
11 years ago
obscuren
f95993e326
M
11 years ago
obscuren
98a631b556
Remove any invalid transactions after block processing
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
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
Maran
45ce820b11
Implemented value()
11 years ago
obscuren
7c91159449
Added different storage notification object
11 years ago
obscuren
c3293641e7
Removed debug logging
11 years ago
obscuren
21724f7ef9
Added manifest changes and changed closures
11 years ago
obscuren
38d6b67b5c
Fixed state problem
11 years ago
obscuren
05d2d8f27d
Actually convert gas
11 years ago
obscuren
0f93da400a
Added new state object change echanism
11 years ago
obscuren
1c85d8c66b
Minor improvements and bug fixes
...
* Fixed VM base bug
11 years ago
obscuren
c81804444f
Call initial closure with proper tx argument
11 years ago
obscuren
3a9a252f6e
Fixed minor issue with gas and added state object init
11 years ago
obscuren
a96c8c8af9
Added proper gas handling
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
116516158d
Renamed
11 years ago
obscuren
ca747f2688
Added the possibility for debug hooks during closure call
11 years ago
obscuren
e09f0a5f2c
Split code for contracts
11 years ago
obscuren
03e139d23b
Switched variable names
11 years ago
obscuren
6d28bf534f
Added a length for copy
11 years ago
obscuren
035f0ffb8a
Reverted changes
11 years ago
obscuren
7d0348e4ba
Handle contract messages
11 years ago
obscuren
7277c42047
Fixed some state issues
11 years ago
obscuren
6625b6ffbd
Changed to new mutan API
11 years ago
Maran
6253d10938
initial testcode for canonical chain
11 years ago
Maran
ec6ec62dd4
Remove some xtra logs
11 years ago
Maran
b52b1fca89
Initial block reorganisation code
11 years ago
obscuren
2ea4c632d1
Closure return, arguments fixed. Added proper tests
11 years ago
obscuren
9cf8ce9ef8
New tx methods and added new vm to state manager
11 years ago
obscuren
f3d27bf5d8
Rewrote opcodes again
11 years ago
Maran
ae837c4719
More mining rework
11 years ago
obscuren
07578fe25f
Pretty print nonce
11 years ago
Maran
8ea7e21f64
Merge
11 years ago
obscuren
b15a4985e8
Moved on to the state manager
11 years ago
Maran
d5efeab8f9
Initial smart-miner stuff
11 years ago
obscuren
e7770b2332
Added miner state
11 years ago
obscuren
6c6e8b0fd7
Renamed block manager to state manager
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
9d492b0509
Renamed Address to Account
11 years ago