Commit Graph

234 Commits (d80f999a215b74e23d21f3548486f996c3eb028d)

Author SHA1 Message Date
obscuren d80f999a21 Run contracts 10 years ago
obscuren 5871dbaf5a Set contract addr for new transactions 10 years ago
obscuren 63883bf27d Moving closer to interop 10 years ago
obscuren 8124547348 Moving a head closer to interop 10 years ago
obscuren c734dde982 comments & refactor 10 years ago
obscuren cebf4e3697 Refactored state transitioning to its own model 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 3a9d7d318a log changes 10 years ago
obscuren 9ee6295c75 Minor changes 10 years ago
obscuren 1bf6f8b4a6 Added a buy gas method 10 years ago
obscuren 4d3209ad1d Moved process transaction to state manager 10 years ago
Maran 1938bfcddf Fix compare 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 69044fe577 Refactor to use new method 10 years ago
Maran 753f749423 Implement CalcGasPrice for ethereum/go-ethereum#77 10 years ago
Maran 2995d6c281 Validate minimum gasPrice and reject if not met 10 years ago
obscuren c7d1924c34 sha 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 8fcba0eb1e fixed test 10 years ago
obscuren 4d98762486 Fixed state object gas return 10 years ago
obscuren b695c82520 Fixes #60 10 years ago
obscuren 65722aeeca Added StringToBytesFunc 10 years ago
obscuren 6e98e5709a Set initial used gas 10 years ago
obscuren 9988b1a047 Sort transactions based on the nonce 10 years ago
obscuren 73761f7af6 Closure call now returns the total usage as well 10 years ago
obscuren 98d4b51120 Changed opcode names 10 years ago
obscuren 4eb1771e67 Hooks can now quit the vm 10 years ago
obscuren aba3066658 Changed debug hook and added state iterator 10 years ago
obscuren 3ebd7f1166 State snapshotting 10 years ago
obscuren 81ef40010f The body of contracts are now returned instead 10 years ago
obscuren 99fa9afaf1 Updated to work with the new config 10 years ago
obscuren 281559d427 Canonical contract creation 10 years ago
obscuren cc8464ce80 Transaction querying 10 years ago
obscuren 230aafbf66 Working on interop 10 years ago
obscuren f8f84ef095 Removed old contract creation code 10 years ago
obscuren f5852b47d1 Removed some logging and refactored a bit 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 0c27c5eb7f Proper log statement 10 years ago
obscuren 07fe00c466 Changed numbers 10 years ago
obscuren cbf221f6b7 Fixed competing block method 10 years ago
obscuren 3c35ba7c31 Fixed state overwriting issue 10 years ago
obscuren 5ceb1620e9 Fixed couple issues 10 years ago
obscuren 64701e388c Fixed state issue 10 years ago
obscuren 3b38df085e Fixed casting issue 10 years ago