obscuren
3c35ba7c31
Fixed state overwriting issue
2014-05-21 01:12:28 +02:00
obscuren
c37b3cef7d
Bump
2014-05-20 17:08:53 +02:00
Maran
31e44c2ab9
Change shorthands
2014-05-20 14:53:34 +02:00
obscuren
a2fb265563
Added a fatal method
2014-05-19 17:02:16 +02:00
obscuren
8730dfdcc2
Changed how changes are being applied to states
2014-05-17 14:07:52 +02:00
obscuren
7bf2ae0b11
Removed old tx pool notification system. Fixes #19
2014-05-15 14:05:15 +02:00
obscuren
ad4ffdc947
Bumped version
2014-05-14 21:34:13 +02:00
obscuren
f4fa0d48cb
Moved keyring to ethutil & removed old methods. Implements #20
2014-05-14 13:54:40 +02:00
obscuren
86d6aba012
Bumped
2014-05-13 16:36:43 +02:00
obscuren
d3d9ed62e2
Upgraded to new mutan
2014-05-10 16:23:07 +02:00
obscuren
dbf8645aaf
Bump
2014-05-10 02:02:54 +02:00
obscuren
c03bf14e02
Fixed some tests
2014-05-10 02:01:09 +02:00
obscuren
afe83af219
Moved seeding and moved manifest
2014-05-09 16:09:28 +02:00
obscuren
fedd4c906f
bump
2014-05-05 15:55:26 +02:00
obscuren
14a6e6a9ce
Added the ability to submit byte code for contracts instead of Mutan code.
2014-05-05 15:48:17 +02:00
Maran
9b1f11695d
Get rid of that annoying number that keeps popping up in stdout
2014-05-05 14:20:20 +02:00
obscuren
e798f221dd
Added public interface
2014-05-02 13:55:43 +02:00
obscuren
38d6b67b5c
Fixed state problem
2014-04-29 12:36:27 +02:00
obscuren
21f8806eed
Moved assembler stage to the mutan compiler
2014-04-27 18:01:37 +02:00
obscuren
338b698091
Refactoring and added documentation comments
2014-04-27 17:16:53 +02:00
obscuren
16e52327a4
Upped version number
2014-04-27 16:53:35 +02:00
obscuren
0f93da400a
Added new state object change echanism
2014-04-26 01:48:40 +02:00
obscuren
ef7f3f36e2
Renamed CALLDATA to CALLDATALOAD
2014-04-23 15:53:34 +02:00
obscuren
3a9a252f6e
Fixed minor issue with gas and added state object init
2014-04-23 11:51:04 +02:00
obscuren
11c26e3211
Implemented ethereum package reader
2014-04-23 11:50:17 +02:00
obscuren
086acd122b
Added pre processing of script data
2014-04-12 00:13:42 -04:00
obscuren
7d6ba88d2b
Merge branch 'split' into develop
2014-04-10 21:05:58 -04:00
obscuren
891f725909
Added better address format
2014-04-10 18:14:19 -04:00
obscuren
6a530ea371
Call fixed
2014-04-10 14:40:12 -04:00
obscuren
0fccbeabcc
No longer return a list, but raw bytes
2014-04-09 12:28:34 -04:00
obscuren
4f2e9c2640
Check for nil
2014-04-09 12:27:25 -04:00
Maran
5714a82778
Small tweaks to mnemonic
2014-04-09 11:06:30 -04:00
Maran
272b135b74
One more line of comment
2014-04-09 10:40:55 -04:00
Maran
35a82f8f4a
Added support for mneomnic privkeys
2014-04-07 14:00:02 +02:00
Maran
0a88010826
Merge conflicts
2014-04-01 14:20:55 +02:00
Maran
5f49a659c3
More blockchain testing
2014-03-31 12:54:37 +02:00
obscuren
7660e1ed90
Added a IsList method for type checking []interface{}
2014-03-27 19:42:01 +01:00
obscuren
308c59320c
Fixed typo
2014-03-27 15:38:55 +01:00
obscuren
e0b6091d7e
Test fixes and removed old code. Added VM gas fees
2014-03-24 13:20:34 +01:00
obscuren
01c1bce9c5
Removed regular ints from the virtual machine and closures
2014-03-21 18:22:47 +01:00
obscuren
9a9e252cab
Changes 'compiler' to work with any type
2014-03-21 15:27:18 +01:00
obscuren
2ea4c632d1
Closure return, arguments fixed. Added proper tests
2014-03-21 14:47:55 +01:00
obscuren
fa1db8d2dc
Implemented closure arguments
2014-03-21 11:54:36 +01:00
obscuren
f3d27bf5d8
Rewrote opcodes again
2014-03-20 22:51:20 +01:00
obscuren
f21eb88ad1
Some minor updates
2014-03-20 17:27:48 +01:00
obscuren
c642094cac
Added encoder interface
2014-03-20 17:27:26 +01:00
obscuren
344e827061
Added client string to configuration
...
Clients can set their own client string which will be send to connected
peers during the handshake.
2014-03-17 12:08:16 +01:00
obscuren
f80984491a
Removed comments
2014-03-06 13:09:55 +01:00
obscuren
79320e2868
Merge branch 'develop' of github.com-obscure:ethereum/eth-go into develop
2014-03-05 10:44:57 +01:00
obscuren
92f2abdf76
Partially refactored server/txpool/block manager/block chain
...
The Ethereum structure now complies to a EthManager interface which is
being used by the tx pool, block manager and block chain in order to
gain access to each other. It's become simpeler.
TODO: BlockManager => StateManager
2014-03-05 10:42:51 +01:00