Commit Graph

622 Commits

Author SHA1 Message Date
obscuren 8fcba0eb1e fixed test 2014-05-29 23:54:48 +02:00
obscuren 9bb7633254 Removed fmt 2014-05-29 11:50:36 +02:00
obscuren e7097641e3 Support for namereg 2014-05-29 11:49:41 +02:00
obscuren a2d01d6af8 Removed comments 2014-05-29 02:05:57 +02:00
obscuren 2ef3a98929 Merge branch 'develop' 2014-05-28 23:23:40 +02:00
obscuren 4d98762486 Fixed state object gas return 2014-05-28 23:16:54 +02:00
Maran 73a42d34a5 Merge branch 'release/poc5-rc11' into develop 2014-05-28 16:19:42 +02:00
Maran 95adac7522 Merge branch 'release/poc5-rc11' 2014-05-28 16:19:31 +02:00
Maran 76a59274bf Bump to RC11 2014-05-28 16:19:25 +02:00
Maran a453b5514d Merge branch 'develop' of github.com:ethereum/eth-go into develop 2014-05-28 15:54:56 +02:00
Maran 8601604a09 Hooked up the Block Explorer to the Debugger so we can instantly debug made transactions 2014-05-28 15:48:23 +02:00
obscuren b695c82520 Fixes #60 2014-05-28 15:07:11 +02:00
obscuren a98e35d7a0 Length checking 2014-05-28 13:55:32 +02:00
obscuren 65722aeeca Added StringToBytesFunc 2014-05-28 13:14:56 +02:00
obscuren 8278ba5e45 Merge branch 'develop' of github.com-obscure:ethereum/eth-go into develop 2014-05-28 12:39:41 +02:00
obscuren 6e98e5709a Set initial used gas 2014-05-28 12:39:34 +02:00
Maran 2fec1af275 Merge branch 'develop' of github.com:ethereum/eth-go into develop 2014-05-28 12:15:46 +02:00
Maran cfb979b5e3 Add contract addr if it's a contract creation tx 2014-05-28 12:15:43 +02:00
obscuren 9988b1a047 Sort transactions based on the nonce
* Added a transaction sorter
2014-05-28 12:06:09 +02:00
obscuren 73761f7af6 Closure call now returns the total usage as well
* Return the used gas value based on the UseGas and ReturnGas
2014-05-28 12:05:46 +02:00
obscuren 1c01e9c095 10 2014-05-28 12:03:40 +02:00
obscuren 98d4b51120 Changed opcode names 2014-05-28 12:03:12 +02:00
obscuren ab8c7252da Merge branch 'release/poc5-rc10' into develop 2014-05-27 16:11:25 +02:00
obscuren 818cbcbdd4 Merge branch 'release/poc5-rc10' 2014-05-27 16:11:19 +02:00
obscuren a428533160 bump 2014-05-27 16:10:18 +02:00
obscuren 006c757a03 Merge branch 'develop' of github.com-obscure:ethereum/eth-go into develop 2014-05-27 13:32:37 +02:00
obscuren 4eb1771e67 Hooks can now quit the vm 2014-05-27 13:32:31 +02:00
obscuren aba3066658 Changed debug hook and added state iterator 2014-05-27 13:10:18 +02:00
Maran c1b09d639c Disamble tx data before adding it to PTx object 2014-05-27 10:38:31 +02:00
Maran 817def000b Merge branch 'develop' of github.com:ethereum/eth-go into develop 2014-05-27 10:29:47 +02:00
obscuren 6e24d603a1 Merge branch 'develop' of github.com-obscure:ethereum/eth-go into develop 2014-05-27 01:08:59 +02:00
obscuren 5cdfee5143 New Trie iterator 2014-05-27 01:08:51 +02:00
Maran 2232974cda Changed var names around 2014-05-26 17:18:51 +02:00
Maran aefcb83419 Updated Public Block and Transaction objects with more information 2014-05-26 17:07:04 +02:00
Maran 24a6d87c3f Don't handshake if there is no key yet; first start on Ethereal 2014-05-26 11:47:47 +02:00
obscuren 4c7bd75c1a Merge branch 'release/poc5-rc9' into develop 2014-05-26 00:42:18 +02:00
obscuren b1463b2dc2 Merge branch 'release/poc5-rc9' 2014-05-26 00:42:07 +02:00
obscuren 1f3f76cb09 bump 2014-05-26 00:38:53 +02:00
obscuren 3ebd7f1166 State snapshotting 2014-05-26 00:09:38 +02:00
obscuren 81ef40010f The body of contracts are now returned instead 2014-05-25 14:13:54 +01:00
obscuren 99fa9afaf1 Updated to work with the new config 2014-05-25 14:13:07 +01:00
obscuren 281559d427 Canonical contract creation 2014-05-22 18:24:04 +02:00
obscuren cc8464ce80 Transaction querying 2014-05-22 17:56:33 +02:00
obscuren 230aafbf66 Working on interop
* Receipts after each transaction
* Fee structure
* Applying fees to miners
2014-05-22 17:35:26 +02:00
obscuren 14787ac148 Fixed some issues connecting for interop 2014-05-22 17:33:46 +02:00
obscuren 4e1c6a8a22 Added start / stopping methods 2014-05-22 00:25:34 +02:00
obscuren f8f84ef095 Removed old contract creation code 2014-05-22 00:25:02 +02:00
obscuren e1b7bd51ee Return a disassembled script instead of the hex 2014-05-21 15:54:44 +02:00
obscuren 56c2f651fe Merge branch 'develop' 2014-05-21 14:06:03 +02:00
obscuren c371f9a162 Merge branch 'release/poc5-rc8' into develop 2014-05-21 14:05:48 +02:00