Commit Graph

70 Commits

Author SHA1 Message Date
obscuren
1f9894c084 Old code removed and renamed amount to balance 2014-07-30 00:31:15 +02:00
obscuren
32d125131f Refactored to new state and vm 2014-07-24 12:04:15 +02:00
obscuren
1e8b54abfb Refactored state, state object and vm
* The State and StateObject have been moved to their own package
* The VM is moved to it's own package
2014-07-22 11:54:48 +02:00
obscuren
93261b98c2 Changed iterator 2014-07-21 11:56:04 +02:00
obscuren
28a146d438 Added find name for namereg 2014-07-17 22:30:00 +02:00
obscuren
7c0a27a0f4 Added each callback for storage 2014-07-15 20:36:04 +02:00
obscuren
90eb4f1939 Debug output, minor fixes and tweaks
* Script compile length fix
* Transition fix
2014-07-04 15:32:10 +02:00
obscuren
00d3935aac Removed old method 2014-07-01 23:59:18 +02:00
obscuren
7238a77327 Removed old code 2014-07-01 20:12:18 +02:00
obscuren
7a2a63f32b Added utility wrapper for Ethereum Config contract
Note, this utility function has to move elsewhere
2014-07-01 20:09:21 +02:00
zelig
89630d2826 merge upstream 2014-07-01 15:03:02 +01:00
obscuren
0ce9003ba7 Fix for creating a tx from an unknown account 2014-07-01 12:16:14 +02:00
zelig
dabaa4cce0 change all modified calls to ethtrie, ethutil and ethcrypto functions 2014-06-29 18:30:05 +01:00
zelig
853053a3b2 go fmt 2014-06-26 18:45:57 +01:00
zelig
4141cc39d0 Merge remote-tracking branch 'upstream/develop' into feature/logging 2014-06-25 16:13:27 +01:00
Maran
d8c675afbf Implement something that looks like confirmations, wip 2014-06-25 16:23:10 +02:00
Maran
8fe8175c78 Implemented TX History for ethPub 2014-06-25 16:12:33 +02:00
Maran
589d27386a Fix key generation in ethPub 2014-06-25 14:05:55 +02:00
zelig
f58c7ac5a6 merge upstream 2014-06-23 13:07:43 +01:00
zelig
b9e8a3e024 modified logging API
- package vars for tagged loggers
- weed out spurious fmt.PrintX and log.PrintX logging
- tried to second guess loglevel for some :)
2014-06-23 12:54:10 +01:00
obscuren
8c96c5662f Added hex script method 2014-06-23 11:24:07 +02:00
obscuren
2fbcfd8824 Proper checks for multiple data items. Fixes #80 2014-06-18 11:55:05 +02:00
Maran
01e6f63e98 A handful of GUI fixes 2014-06-17 11:40:23 +02:00
obscuren
5871dbaf5a Set contract addr for new transactions 2014-06-15 00:10:42 +02:00
obscuren
6593c69424 Merge branch 'develop' into interop 2014-06-12 10:07:40 +02:00
obscuren
3a9d7d318a log changes 2014-06-12 10:07:27 +02:00
obscuren
8a2e50ab2a Merge branch 'develop' into interop
Conflicts:
	peer.go
2014-06-11 21:56:59 +02:00
obscuren
9ff97a98a7 Namereg lookup fix 2014-06-11 21:51:21 +02:00
Maran
71ab5d52b6 Exposed usedGas through ethPub 2014-06-11 11:40:50 +02:00
Maran
97cc762143 Expose GasLimit to ethPub 2014-06-11 10:28:18 +02:00
Maran
a56f78af67 Implement getStateKeyVal for JS bindings.
Gives JS the option to 'loop' over contract key/val storage
2014-06-04 15:54:39 +02:00
Maran
2010fea088 Added faux latency for peeroverview 2014-06-03 10:42:55 +02:00
Maran
fb6ff61730 Implemented Public Peer interface 2014-06-02 15:20:27 +02:00
obscuren
99797858a6 Added coin base to pub block 2014-05-30 11:47:23 +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
4d98762486 Fixed state object gas return 2014-05-28 23:16:54 +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
Maran
cfb979b5e3 Add contract addr if it's a contract creation tx 2014-05-28 12:15:43 +02:00
Maran
c1b09d639c Disamble tx data before adding it to PTx object 2014-05-27 10:38:31 +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
obscuren
81ef40010f The body of contracts are now returned instead 2014-05-25 14:13:54 +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
e1b7bd51ee Return a disassembled script instead of the hex 2014-05-21 15:54:44 +02:00
obscuren
05e4e97276 Fixed Public block creation. Added block logging 2014-05-21 12:09:28 +02:00
obscuren
3c35ba7c31 Fixed state overwriting issue 2014-05-21 01:12:28 +02:00
obscuren
64701e388c Fixed state issue 2014-05-20 22:43:59 +02:00