obscuren
28ef7d228c
Added Left and Right padding utility functions
11 years ago
obscuren
3889785017
Added Path utility
11 years ago
obscuren
7a9ff4f8d4
bump
11 years ago
obscuren
92693e4459
The dragon has been slain. Consensus reached!
11 years ago
obscuren
39263b674c
Paranoia
11 years ago
obscuren
5f5910c603
Regression test for trie
11 years ago
obscuren
ed276cd7c2
Added Paranoia check for VM execution
11 years ago
obscuren
82272ee08a
Iterator fix
11 years ago
obscuren
9ed0d389b2
Generic trie
11 years ago
obscuren
8ddd4c4c52
wip
11 years ago
obscuren
5a86892ecb
Using remote for test cases
11 years ago
zelig
707d413761
refactor ethutil/trie to ethtrie
11 years ago
zelig
e3b911652d
move CreateAddress from ethutil/common to ethcrypto
11 years ago
zelig
5e50b50dc3
no strconv import needed
11 years ago
zelig
e1ea41ee9c
remove ethutil helpers (refactored), and keypair (key management under ethcrypto package)
11 years ago
zelig
d87857ffdb
config Pubkey removed (unused)
11 years ago
zelig
1db3e2241e
move ethutil/mnemonic to ethcrypto - electrum word list now sourced from file
11 years ago
zelig
5c1e0a6dc4
move ethutil hex conversion functions to bytes
11 years ago
zelig
7489fb784e
move ethutil helper slice functions -> slice
11 years ago
zelig
79009ca074
transitional ethutil.ReadConfig fixes in ethchain tests (they still fail! FIXME :)
11 years ago
obscuren
8119d77a21
:-(
11 years ago
zelig
d551a75c35
bump v5.15
11 years ago
zelig
853053a3b2
go fmt
11 years ago
obscuren
0ed19d9f20
Logging, variable rearrangement
11 years ago
obscuren
b0dc50c2a0
New mutan implementation
11 years ago
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
11 years ago
obscuren
299b50a0d4
Support serpent lang
11 years ago
obscuren
7ad073fb30
bump
11 years ago
obscuren
c4af1340fa
Updated test
11 years ago
obscuren
7f94bd09ae
Return a single byte if byte get called
11 years ago
obscuren
2fbcfd8824
Proper checks for multiple data items. Fixes #80
11 years ago
obscuren
34c8045d5b
Fixed issue where JUMPI would do an equally check with 1 instead of GT
11 years ago
obscuren
ff0f15f763
bump
11 years ago
obscuren
58a0e8e3e2
Changed RlpEncodable
11 years ago
obscuren
dccef70728
Method for creating a new key from scratch
11 years ago
obscuren
6d52da58d9
Logging mechanism
11 years ago
obscuren
8124547348
Moving a head closer to interop
11 years ago
obscuren
3a9d7d318a
log changes
11 years ago
Maran
97cc762143
Expose GasLimit to ethPub
11 years ago
Maran
2e6cf42011
Fix BigMax to return the biggest number, not the smallest
11 years ago
obscuren
a51dfe89c0
bump
11 years ago
obscuren
1153fd9a0c
Added Douglas and Einstan
11 years ago
obscuren
9e8127accb
woops
11 years ago
obscuren
17c825f53a
Peer changes broadcasting and minor miner fix
11 years ago
obscuren
b15e03acd7
Fixed issue with casting to smaller byte array
11 years ago
obscuren
6c91ffcfbe
Do not panic, but return nil instead
11 years ago
obscuren
4d98762486
Fixed state object gas return
11 years ago
Maran
76a59274bf
Bump to RC11
11 years ago
obscuren
a98e35d7a0
Length checking
11 years ago
obscuren
65722aeeca
Added StringToBytesFunc
11 years ago