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
|
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
|
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 |
|
obscuren
|
d6e398aba4
|
Merge branch 'develop' of github.com-obscure:ethereum/eth-go into develop
|
2014-05-21 14:05:30 +02:00 |
|
obscuren
|
7fe73deb2d
|
Merge branch 'release/poc5-rc8'
|
2014-05-21 14:04:25 +02:00 |
|
obscuren
|
8f5eddd0ba
|
Bumped
|
2014-05-21 14:04:19 +02:00 |
|
obscuren
|
f5852b47d1
|
Removed some logging and refactored a bit
|
2014-05-21 14:00:13 +02:00 |
|
Maran
|
1275e5bdc9
|
Merge branch 'develop' of github.com:ethereum/eth-go into develop
|
2014-05-21 13:06:42 +02:00 |
|
obscuren
|
86cf69648e
|
Improved miner so it won't include invalid transactions
|
2014-05-21 13:04:40 +02:00 |
|
Maran
|
d658a7f4ab
|
Implemented missing EthPub calls in RPC server
|
2014-05-21 12:46:24 +02:00 |
|
obscuren
|
0e9c8568fd
|
Re broadcast transactions
|
2014-05-21 12:39:15 +02:00 |
|
obscuren
|
2667cb3ab6
|
Apply to parent
|
2014-05-21 12:39:07 +02:00 |
|
obscuren
|
0c27c5eb7f
|
Proper log statement
|
2014-05-21 12:38:56 +02:00 |
|
obscuren
|
05e4e97276
|
Fixed Public block creation. Added block logging
|
2014-05-21 12:09:28 +02:00 |
|
obscuren
|
07fe00c466
|
Changed numbers
|
2014-05-21 11:42:31 +02:00 |
|
obscuren
|
cbf221f6b7
|
Fixed competing block method
|
2014-05-21 11:42:20 +02:00 |
|
obscuren
|
734b2e4cf7
|
Merge branch 'hotfix/4' into develop
|
2014-05-21 01:12:39 +02:00 |
|
obscuren
|
85793a4706
|
Merge branch 'hotfix/4'
|
2014-05-21 01:12:33 +02:00 |
|
obscuren
|
3c35ba7c31
|
Fixed state overwriting issue
|
2014-05-21 01:12:28 +02:00 |
|
obscuren
|
5ceb1620e9
|
Fixed couple issues
* (imp) Lock / RLock tries
* (fix) stack
|
2014-05-21 00:17:50 +02:00 |
|
obscuren
|
e8b4585295
|
Merge branch 'master' into develop
|
2014-05-20 22:45:10 +02:00 |
|
obscuren
|
6ef2832083
|
Upped prot
|
2014-05-20 22:45:01 +02:00 |
|
obscuren
|
6ba534af92
|
Merge branch 'hotfix/3' into develop
|
2014-05-20 22:44:10 +02:00 |
|
obscuren
|
47fd4833ee
|
Merge branch 'hotfix/3'
|
2014-05-20 22:44:05 +02:00 |
|