obscuren
1bb398f4e2
Sign ext
2014-11-02 19:39:45 +01:00
obscuren
3f90f7c898
Signextend
2014-11-01 02:14:55 +01:00
obscuren
8e0a39f33f
Updated to use ethereum.js
2014-10-31 10:50:16 +01:00
obscuren
fb4113dab4
PoC 7 updates
...
* Bloom
* Block restructure
* Receipts
2014-10-29 10:34:40 +01:00
obscuren
797b93c98c
Merge branch 'develop' of github.com-obscure:ethereum/go-ethereum into develop
2014-10-27 11:50:50 +01:00
obscuren
272d58662c
Implemented LOG. Closes #159
2014-10-27 11:44:16 +01:00
Felix Lange
e73aad959e
ethutil: re-add build constraints in script*.go ( fixes #151 )
2014-10-24 01:04:10 +02:00
obscuren
a02dc4ccc3
Using proper naming scheme. Fixes #63
2014-10-18 13:23:01 +02:00
obscuren
311c6f8a3f
Fixed remote Arithmetic tests
2014-10-15 17:12:26 +02:00
obscuren
c5bd32b0ad
Refactored VM to two separate VMs; std & debug
...
Standard VM should be about 10x faster than the debug VM. Some error
checking has been removed, all of the log statements and therefor quite
some unnecessary if-statements.
2014-10-14 11:48:52 +02:00
obscuren
e02c0fa808
Added generic big to 256 method. Implemented new iterator
2014-10-10 17:00:06 +02:00
obscuren
a38dafcc57
Moved the To256
2014-10-08 16:11:36 +02:00
obscuren
0015ce1e35
kick of bad peers
2014-10-07 11:18:46 +02:00
obscuren
b55e017e62
Proper delete
2014-10-02 17:03:36 +02:00
obscuren
68119d0929
Fixed messages to use proper numbers
2014-09-26 13:32:54 +02:00
Jeffrey Wilcke
206672db5e
Merge pull request #52 from nicksavers/winfix
...
Add blank line after +build comment
2014-09-24 21:36:37 +02:00
obscuren
1118aaf840
Temp work around
2014-09-24 20:40:40 +02:00
obscuren
57dc435f9b
Added TD for each block
2014-09-24 11:39:17 +02:00
nicksavers
c582890590
Add blank line after +build comment
2014-09-23 20:04:06 +02:00
obscuren
6800c3665a
Re-added min gas price check on tx pool
2014-09-23 17:55:34 +02:00
obscuren
ac5e86b7ae
Removed windows support for serpent :-(
2014-09-23 12:00:01 +02:00
obscuren
b65f29f8fa
Added JavaScript JSON helper
2014-09-22 14:51:41 +02:00
obscuren
151f9c7f82
BigInt accept string
2014-09-22 14:50:53 +02:00
obscuren
80261c803a
Fixed deref ptr
2014-09-19 13:19:19 +02:00
obscuren
fd041d91ee
Truncate when writing
2014-09-17 15:57:07 +02:00
obscuren
33a0dec8a1
Improved catching up and refactored
2014-09-15 15:42:12 +02:00
obscuren
4db4ec1621
Added unique set
2014-09-15 01:10:50 +02:00
obscuren
2fb57b2ea7
Reworked filters
2014-09-14 00:13:23 +02:00
obscuren
10564723b9
added string casting
2014-09-13 13:14:24 +02:00
obscuren
ff27df78fc
Added new list type which can embed any slice type
2014-09-07 10:18:54 +02:00
obscuren
6afc16399f
Block size
2014-08-25 12:53:06 +02:00
obscuren
cdbc3ecc2a
Serpent! :-)
2014-08-24 00:16:32 +02:00
obscuren
836ed9d6b7
Write Protocol version to the db so we can perform sanity checks
2014-08-22 11:34:59 +02:00
obscuren
eaa2e8900d
PoC 6 networking code.
...
* Added block pool for gathering blocks from the network (chunks)
* Re wrote syncing
2014-08-21 14:47:58 +02:00
obscuren
55a2f35a64
JS Filter
2014-08-20 13:05:26 +02:00
obscuren
793e666f36
Dump bytes instead of strings
2014-08-17 12:42:32 +02:00
obscuren
a760ce05b9
Updated chain for filtering
2014-08-11 16:23:38 +02:00
obscuren
342cc122b4
Added general Pipe API
2014-08-04 16:25:53 +02:00
obscuren
2e7cf83522
Merge branch 'ethersphere-feature/ethutil-refactor' into develop
2014-08-01 10:30:19 +02:00
obscuren
8bed47a2d4
Merge branch 'feature/ethutil-refactor' of https://github.com/ethersphere/eth-go into ethersphere-feature/ethutil-refactor
2014-08-01 10:22:25 +02:00
obscuren
5ede1224e4
minor rlp things
2014-08-01 10:21:43 +02:00
zelig
9831619881
merge upstream
2014-07-30 18:03:20 +02:00
obscuren
5a2d62e4d9
Added better data parser
2014-07-30 13:06:59 +02:00
obscuren
5ca2938117
Fixed
2014-07-29 23:33:33 +02:00
obscuren
6fd2401cdf
Fixed issue with var int reading.
...
Reading uneven byte slices were broken.
2014-07-29 23:33:18 +02:00
obscuren
6e94c024e4
Added big data test and updating to reader
2014-07-29 23:31:33 +02:00
obscuren
8e7c4f91e3
Added ops
2014-07-29 10:33:30 +02:00
obscuren
41bd38147c
Clean up and util methods
2014-07-26 11:24:44 +02:00
obscuren
5d57b78471
Added big int to uint switch
2014-07-22 16:16:00 +02:00
obscuren
20ee1ae65e
Refactored CALLDATALOAD to use big int
...
* Added BigMin
2014-07-21 20:38:43 +02:00