Commit Graph

628 Commits (2920795168dfe5c5f1f1d66f09026f971d5e53fd)
 

Author SHA1 Message Date
zelig 2920795168 using keyPair.Mnemonic() in file key store Save method 11 years ago
zelig 25314313f8 added Mnemonic() and AsStrings() methods, added memoization for address 11 years ago
zelig a8be0d9f48 add InitFromString method to be used in gui 11 years ago
zelig dabaa4cce0 change all modified calls to ethtrie, ethutil and ethcrypto functions 11 years ago
zelig 707d413761 refactor ethutil/trie to ethtrie 11 years ago
zelig 4be3521727 import math/big 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 772e7e8c8d Key Manager 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 d085133c6d move ethutil helper crypto functions to ethcrypto/crypto 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
Jeffrey Wilcke 2eae52ebd1 Merge pull request #27 from ethersphere/bugfix/ethchain-test 11 years ago
zelig 79009ca074 transitional ethutil.ReadConfig fixes in ethchain tests (they still fail! FIXME :) 11 years ago
obscuren 423beddf57 nil check 11 years ago
obscuren 8119d77a21 :-( 11 years ago
obscuren 8935a93cf8 Merge branch 'release/0.5.15' into develop 11 years ago
obscuren a98e6a262a Merge branch 'develop' into release/0.5.15 11 years ago
obscuren 491925b71e Merge branch 'ethersphere-feature/logging' into develop 11 years ago
zelig 853053a3b2 go fmt 11 years ago
obscuren 21e389bec5 bump 11 years ago
zelig da38faa8f7 merge upstream; fix port in use warning; new logger API 11 years ago
zelig 098136b681 ethereum logs server started/stopped message 11 years ago
obscuren 0ed19d9f20 Logging, variable rearrangement 11 years ago
obscuren 39cb34850a Added instruction numbers 11 years ago
zelig 782f780476 space in miner logging message 11 years ago
zelig a243e3b858 new logger API for upstream merge 11 years ago
zelig 98f1ee9442 merge upstream 11 years ago
zelig a02edf7a93 put back extra debug detail logging to the right places using logger.DebugDetailf 11 years ago
zelig 6465e4c3fd update doc: list levels and show usage of named print methods 11 years ago
zelig e75f7ae330 implement DebugDetail loglevel and named print methods 11 years ago
obscuren b0dc50c2a0 New mutan implementation 11 years ago
obscuren 6d32bef65a Merge branch 'develop' of github.com-obscure:ethereum/eth-go into develop 11 years ago
zelig 4141cc39d0 Merge remote-tracking branch 'upstream/develop' into feature/logging 11 years ago
Maran d8c675afbf Implement something that looks like confirmations, wip 11 years ago
Maran 8fe8175c78 Implemented TX History for ethPub 11 years ago
Maran 589d27386a Fix key generation in ethPub 11 years ago
obscuren e58ba2fcfa Merge branch 'develop' of github.com-obscure:ethereum/eth-go into develop 11 years ago
obscuren 9dae1a1732 Removed BlockDo Method 11 years ago
Maran 0c55a11318 Support hex and decimal keys for GetStorageAt RPC. Fixes ethereum/go-ethereum#74 11 years ago
obscuren 16e8fc7427 Logging order 11 years ago
zelig f58c7ac5a6 merge upstream 11 years ago
zelig 63157c798d refactor config (transitional). Details: 11 years ago
zelig b9e8a3e024 modified logging API 11 years ago
zelig 8e9cc36979 refactor logging. Details: 11 years ago
obscuren 614624754d Let the state create the object 11 years ago
obscuren d890258af6 Minor fixes to vm output 11 years ago