Commit Graph

138 Commits

Author SHA1 Message Date
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
obscuren 8119d77a21 :-( 2014-06-27 00:08:19 +02: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
obscuren 17c825f53a Peer changes broadcasting and minor miner fix 2014-05-30 16:57:58 +02:00
obscuren b15e03acd7 Fixed issue with casting to smaller byte array 2014-05-30 16:57:40 +02:00
obscuren 6c91ffcfbe Do not panic, but return nil instead 2014-05-30 11:48:37 +02:00
obscuren 4d98762486 Fixed state object gas return 2014-05-28 23:16:54 +02:00
Maran 76a59274bf Bump to RC11 2014-05-28 16:19:25 +02:00
obscuren a98e35d7a0 Length checking 2014-05-28 13:55:32 +02:00
obscuren 65722aeeca Added StringToBytesFunc 2014-05-28 13:14:56 +02:00
obscuren a428533160 bump 2014-05-27 16:10:18 +02:00
obscuren 5cdfee5143 New Trie iterator 2014-05-27 01:08:51 +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 230aafbf66 Working on interop
* Receipts after each transaction
* Fee structure
* Applying fees to miners
2014-05-22 17:35:26 +02:00
obscuren 8f5eddd0ba Bumped 2014-05-21 14:04:19 +02:00
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