Commit Graph

82 Commits (782f780476afb3c895c30583fc5cbd6d7d830d3d)

Author SHA1 Message Date
zelig b9e8a3e024 modified logging API 10 years ago
obscuren bb1641e4ec Clean up & refactored methods 10 years ago
obscuren 8f29f6a4d4 Removed some logging 10 years ago
obscuren 80ffe1610c Removed log 10 years ago
obscuren 5ea7598408 Update after each transition instead of at the end. 10 years ago
obscuren 53e30f750d Removal of manual updating of state objects 10 years ago
obscuren 48bca30e61 Fixed minor issue with the gas pool 10 years ago
obscuren 9f62d441a7 Moved gas limit err check to buy gas 10 years ago
obscuren c734dde982 comments & refactor 10 years ago
obscuren 5e2bf12a31 Refactored state transitioning to its own model 10 years ago
obscuren d078e9b8c9 Refactoring state transitioning 10 years ago
obscuren b855e5f7df Changed opcode numbers and added missing opcodes 10 years ago
obscuren 4d3209ad1d Moved process transaction to state manager 10 years ago
Maran e090d131c3 Implemented counting of usedGas 10 years ago
Maran bdc206885a Don't mine transactions if they would go over the GasLimit implements ethereum/go-ethereum#77 further. 10 years ago
Maran d7b882977c Make contract creation error more explicit by mentioning the sneder 10 years ago
Maran 2010fea088 Added faux latency for peeroverview 10 years ago
Maran fb6ff61730 Implemented Public Peer interface 10 years ago
obscuren b695c82520 Fixes #60 10 years ago
obscuren 73761f7af6 Closure call now returns the total usage as well 10 years ago
obscuren 81ef40010f The body of contracts are now returned instead 10 years ago
obscuren 281559d427 Canonical contract creation 10 years ago
obscuren 230aafbf66 Working on interop 10 years ago
obscuren 86cf69648e Improved miner so it won't include invalid transactions 10 years ago
obscuren 2667cb3ab6 Apply to parent 10 years ago
obscuren cbf221f6b7 Fixed competing block method 10 years ago
obscuren 5ceb1620e9 Fixed couple issues 10 years ago
Maran f5d4414734 Fix notification when processing block that didn't have this client as origin 10 years ago
obscuren fd19142c0d No longer store script directly in the state tree 10 years ago
obscuren 8730dfdcc2 Changed how changes are being applied to states 10 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 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 11 years ago
obscuren d709815106 Added trans state and removed watch address etc 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 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