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
zelig
1e4af85a38
merge upstream
2014-07-21 13:26:29 +01:00
obscuren
a626b7ebe1
Fixed string data
2014-07-17 17:11:00 +02:00
obscuren
ed3424ff75
Trie fixes
2014-07-17 11:21:18 +02:00
obscuren
14c4f06100
Convert a byte slice to address
2014-07-16 13:20:57 +02:00
zelig
1735ec0362
use ethreact.Event and ethreact.ReactorEngine
2014-07-15 01:11:06 +01:00
obscuren
5ec62a5153
Merge branch 'develop' of github.com-obscure:ethereum/eth-go into develop
2014-07-15 00:25:57 +02:00
obscuren
2784e256f1
Vm logging on diff
2014-07-15 00:25:49 +02:00
Maran
8845fb7eae
Add windows helper functions
2014-07-14 15:24:38 +02:00
obscuren
04f8c455e2
Added diff type
2014-07-14 00:37:50 +02:00
obscuren
9010857677
Special diff output for execution
2014-07-11 16:04:09 +02:00
obscuren
5c7e96d895
Removed serpent
2014-07-10 18:19:38 +02:00
Jeffrey Wilcke
6fe9b4ab5e
Revert "ethreact - Feature/ethutil refactor"
2014-07-07 10:59:16 +02:00
zelig
44d0d6abd2
Merge branch 'develop' of github.com:ethereum/eth-go into feature/ethutil-refactor
2014-07-04 19:40:23 +01:00
zelig
af27264140
remove reactor code from ethutil
2014-07-04 19:37:40 +01:00
obscuren
90eb4f1939
Debug output, minor fixes and tweaks
...
* Script compile length fix
* Transition fix
2014-07-04 15:32:10 +02:00
obscuren
23b5b5fa36
Length check
2014-07-04 13:34:50 +02:00
obscuren
d5bcc01eae
Fixed shebang check. Previously it would hang on an unknown shebang
2014-07-04 13:05:07 +02:00
zelig
f02602d02d
ConfigManager (transitional)
...
- remove clientstring handling from ethutil.Config
- ReadConfig takes no Identifier argument
- members Ver, ClientString, ClientIdentifier removed from Config
- type ConfValue removed
- expose public type ethutil.ConfigManager
- Set -> Save(key string, value interface{}) now takes any value to allow for persisting non-string values directly
- TODO: eliminate all eth specific configs, just a wrapper around globalconf
2014-07-03 17:30:51 +01:00
obscuren
1954ef47e6
Suicide is deferred to update
2014-07-02 00:06:21 +02:00
obscuren
d7e396a98c
l <=> r
2014-07-01 23:59:37 +02:00
obscuren
28ef7d228c
Added Left and Right padding utility functions
2014-07-01 20:08:48 +02:00
obscuren
3889785017
Added Path utility
2014-07-01 20:08:18 +02:00
obscuren
7a9ff4f8d4
bump
2014-07-01 16:28:17 +02:00
zelig
89630d2826
merge upstream
2014-07-01 15:03:02 +01:00
obscuren
92693e4459
The dragon has been slain. Consensus reached!
2014-07-01 11:26:45 +02:00
obscuren
39263b674c
Paranoia
2014-07-01 09:56:10 +02:00
obscuren
5f5910c603
Regression test for trie
2014-07-01 09:55:20 +02:00
obscuren
ed276cd7c2
Added Paranoia check for VM execution
2014-06-30 20:03:31 +02:00
obscuren
82272ee08a
Iterator fix
2014-06-30 14:28:54 +02:00
obscuren
9ed0d389b2
Generic trie
2014-06-30 13:34:47 +02:00
obscuren
8ddd4c4c52
wip
2014-06-30 13:09:04 +02:00
obscuren
5a86892ecb
Using remote for test cases
2014-06-30 13:08:00 +02:00
zelig
707d413761
refactor ethutil/trie to ethtrie
2014-06-29 16:26:58 +01:00
zelig
e3b911652d
move CreateAddress from ethutil/common to ethcrypto
2014-06-29 16:08:33 +01:00
zelig
5e50b50dc3
no strconv import needed
2014-06-29 16:06:54 +01:00
zelig
e1ea41ee9c
remove ethutil helpers (refactored), and keypair (key management under ethcrypto package)
2014-06-29 16:01:57 +01:00
zelig
d87857ffdb
config Pubkey removed (unused)
2014-06-29 15:59:57 +01:00
zelig
1db3e2241e
move ethutil/mnemonic to ethcrypto - electrum word list now sourced from file
2014-06-29 15:59:35 +01:00
zelig
5c1e0a6dc4
move ethutil hex conversion functions to bytes
2014-06-29 15:56:40 +01:00
zelig
7489fb784e
move ethutil helper slice functions -> slice
2014-06-29 15:56:19 +01:00
zelig
79009ca074
transitional ethutil.ReadConfig fixes in ethchain tests (they still fail! FIXME :)
2014-06-27 15:56:45 +01:00
Jeffrey Wilcke
30f5642c62
Merge pull request #26 from ethersphere/master
...
bump v5.15
2014-06-27 00:11:55 +02:00
obscuren
8119d77a21
:-(
2014-06-27 00:08:19 +02:00
zelig
d551a75c35
bump v5.15
2014-06-26 21:20:02 +01:00
zelig
853053a3b2
go fmt
2014-06-26 18:45:57 +01:00
zelig
da38faa8f7
merge upstream; fix port in use warning; new logger API
2014-06-26 16:37:56 +01:00
obscuren
0ed19d9f20
Logging, variable rearrangement
2014-06-26 11:26:42 +02:00
zelig
98f1ee9442
merge upstream
2014-06-25 16:58:07 +01:00
obscuren
b0dc50c2a0
New mutan implementation
2014-06-25 17:26:34 +02:00
zelig
f58c7ac5a6
merge upstream
2014-06-23 13:07:43 +01:00
zelig
63157c798d
refactor config (transitional). Details:
...
- ReadConfig initialiser sets up global ethutil.Config via config file passed from wrappers
- does not write out adhoc default (not meant to) but creates empty config file if it does not exist so that globalconf does not complain if persists a flag
- default datadir and default config file set together with other flag defaults in wrappers
- default assetpath set together with other command line flags defaults in gui wrapper (not in ethutil.Config or ui/ui_lib)
- add EnvPrefix, to handle environment variable options too via globalconf
- this is still transitional: global Config should just be a wrapper around globalconfig config handler and should be moved to go-ethereum
- actual eth stack config should not be global instead config handled properly with explicit dependency injectioninto eth stack component instances
2014-06-23 12:55:38 +01:00
obscuren
299b50a0d4
Support serpent lang
2014-06-21 02:40:25 +02:00
obscuren
7ad073fb30
bump
2014-06-20 00:47:50 +02:00
obscuren
c4af1340fa
Updated test
2014-06-18 13:48:29 +02:00
obscuren
7f94bd09ae
Return a single byte if byte get called
2014-06-18 13:47:40 +02:00
obscuren
2fbcfd8824
Proper checks for multiple data items. Fixes #80
2014-06-18 11:55:05 +02:00
obscuren
34c8045d5b
Fixed issue where JUMPI would do an equally check with 1 instead of GT
2014-06-17 18:05:46 +02:00
obscuren
ff0f15f763
bump
2014-06-16 18:25:21 +02:00
obscuren
58a0e8e3e2
Changed RlpEncodable
2014-06-16 00:52:10 +02:00
obscuren
dccef70728
Method for creating a new key from scratch
2014-06-16 00:51:55 +02:00
obscuren
6d52da58d9
Logging mechanism
2014-06-14 15:44:13 +02:00
obscuren
8124547348
Moving a head closer to interop
2014-06-13 16:06:27 +02:00
obscuren
3a9d7d318a
log changes
2014-06-12 10:07:27 +02:00
Maran
97cc762143
Expose GasLimit to ethPub
2014-06-11 10:28:18 +02:00
Maran
2e6cf42011
Fix BigMax to return the biggest number, not the smallest
2014-06-10 17:15:18 +02:00
obscuren
a51dfe89c0
bump
2014-06-09 22:23:30 +02:00
obscuren
1153fd9a0c
Added Douglas and Einstan
2014-06-06 12:12:27 +02:00
obscuren
9e8127accb
woops
2014-05-30 19:51:19 +02:00