Commit Graph

  • 12972b4b65 DBKeyStore.Load returns no error if keyring not found in db zelig 2014-06-29 20:53:26 +0100
  • 098f7f23ce changed name for ethutil hex functions; and access to keyring via keyManager #92 zelig 2014-06-29 20:39:45 +0100
  • 8aea468744 gui changes - remove lib *EthLib, expose gui itself to initial import window - remove addr []byte instead use dynamic adress() - use ethereum.KeyManager to retrieve address and privateKey - add Session string (keyRing identifier) - add and reimplement ImportAndSetPrivKey and CreateAndSetPrivKey zelig 2014-06-29 20:38:26 +0100
  • 29cc1af2bc remove ui/library; instead expose gui itself for initial window zelig 2014-06-29 20:34:07 +0100
  • e43e4ff2c1 main loop uses new flags and common methods in util: db, keymanager set up; passes KeyRing/Session string to gui zelig 2014-06-29 20:32:31 +0100
  • 12fbb7ae5c new command line options - keyring: keyring/session identifier used by key manager - keystore: choice of db/file key storage - import message updated - export: name of directory to export keys to (was bool) zelig 2014-06-29 20:31:00 +0100
  • 2920795168 using keyPair.Mnemonic() in file key store Save method zelig 2014-06-29 20:28:54 +0100
  • 25314313f8 added Mnemonic() and AsStrings() methods, added memoization for address zelig 2014-06-29 20:28:04 +0100
  • a8be0d9f48 add InitFromString method to be used in gui zelig 2014-06-29 20:26:55 +0100
  • ce4080faa7 Merge branch 'develop' of github.com:ethereum/go-ethereum into feature/keys zelig 2014-06-29 18:39:31 +0100
  • cf7fcadeca added utility functions to set up db, keymanager, ethereum init and simplify key tasks zelig 2014-06-29 18:39:13 +0100
  • 9bd67de671 remove keys file, now subsumed under ethcrypto/key_manager zelig 2014-06-29 18:38:17 +0100
  • 27e1352c85 main loop uses new flags and common methods in util: db, keymanager set up zelig 2014-06-29 18:37:22 +0100
  • 0ea9595d41 new command line options - keyring: keyring/session identifier used by key manager - keystore: choice of db/file key storage - import message updated - export: name of directory to export keys to (was bool) zelig 2014-06-29 18:33:22 +0100
  • e38b016547 changed name for ethutil hex functions zelig 2014-06-29 18:32:48 +0100
  • dabaa4cce0 change all modified calls to ethtrie, ethutil and ethcrypto functions zelig 2014-06-29 18:30:05 +0100
  • 707d413761 refactor ethutil/trie to ethtrie zelig 2014-06-29 16:26:58 +0100
  • 4be3521727 import math/big zelig 2014-06-29 16:17:33 +0100
  • e3b911652d move CreateAddress from ethutil/common to ethcrypto zelig 2014-06-29 16:08:33 +0100
  • 5e50b50dc3 no strconv import needed zelig 2014-06-29 16:06:54 +0100
  • 772e7e8c8d Key Manager - keypair, keyring: -- consistent naming of methods -- error propagation -- no panic - keyManager: persist, import, export, initialize and (re)set keyring - no global public "singleton" keyring, instead interface via keyManager - keys test - KeyStore interface, DB and File store implementations zelig 2014-06-29 16:02:23 +0100
  • e1ea41ee9c remove ethutil helpers (refactored), and keypair (key management under ethcrypto package) zelig 2014-06-29 16:01:57 +0100
  • d87857ffdb config Pubkey removed (unused) zelig 2014-06-29 15:59:57 +0100
  • 1db3e2241e move ethutil/mnemonic to ethcrypto - electrum word list now sourced from file zelig 2014-06-29 15:59:35 +0100
  • d085133c6d move ethutil helper crypto functions to ethcrypto/crypto zelig 2014-06-29 15:57:12 +0100
  • 5c1e0a6dc4 move ethutil hex conversion functions to bytes zelig 2014-06-29 15:56:40 +0100
  • 7489fb784e move ethutil helper slice functions -> slice zelig 2014-06-29 15:56:19 +0100
  • 2d48fc1113 fix logmessage if data directory doesn't exist zelig 2014-06-29 13:43:27 +0100
  • 328ee9a3ec Merge branch 'master' into develop obscuren 2014-06-29 10:44:03 +0200
  • 4fc60f340f Wait for catchup when starting the miner obscuren 2014-06-29 10:43:56 +0200
  • 9ea3a60291 Fixed roots Jeffrey Wilcke 2014-06-28 18:48:28 +0200
  • 5fc3ac0e92 Simple hex test. Gav Wood 2014-06-28 18:40:06 +0200
  • edd3a00c2a Additional test for jeff. Now use the 0x... notation. Gav Wood 2014-06-28 18:22:18 +0200
  • 2eae52ebd1 Merge pull request #27 from ethersphere/bugfix/ethchain-test Jeffrey Wilcke 2014-06-28 10:22:23 +0200
  • 5021e0dd83 VM test framework updated. Gav Wood 2014-06-27 21:35:26 +0200
  • c818d13202 Removed arrays from Trie tests JSON as per conformance guide and changed vocabulary to match other tests. VM test updates. Gav Wood 2014-06-27 18:18:24 +0200
  • 79009ca074 transitional ethutil.ReadConfig fixes in ethchain tests (they still fail! FIXME :) zelig 2014-06-27 15:56:45 +0100
  • 8151858e70 Merge branch 'master' of github.com-obscure:ethereum/eth-go obscuren 2014-06-27 00:17:15 +0200
  • 6c7e58643c Merge branch 'develop' obscuren 2014-06-27 00:17:04 +0200
  • 423beddf57 nil check obscuren 2014-06-27 00:16:49 +0200
  • 30f5642c62 Merge pull request #26 from ethersphere/master Jeffrey Wilcke 2014-06-27 00:11:55 +0200
  • e3ad2a3969 Merge branch 'develop' obscuren 2014-06-27 00:08:29 +0200
  • 8119d77a21 :-( obscuren 2014-06-27 00:08:19 +0200
  • 1b74b98f90 Check if go install succeed obscuren 2014-06-26 23:31:07 +0200
  • d57b7e8d5f Fix for installer obscuren 2014-06-26 23:25:17 +0200
  • 2d274003b8 Merge branch 'develop' obscuren 2014-06-26 23:14:50 +0200
  • 52ddf044ae Initialization of Qt should happen before anything else obscuren 2014-06-26 23:14:17 +0200
  • 214721ca01 update obscuren 2014-06-26 23:07:20 +0200
  • cad98dc4d5 update obscuren 2014-06-26 23:06:04 +0200
  • e46e7e7a9c Added install script obscuren 2014-06-26 23:04:46 +0200
  • bf2ac5acc5 Added install script obscuren 2014-06-26 23:01:35 +0200
  • d551a75c35 bump v5.15 zelig 2014-06-26 21:20:02 +0100
  • 8935a93cf8 Merge branch 'release/0.5.15' into develop obscuren 2014-06-26 19:55:19 +0200
  • 9d5a3f0131 Merge branch 'release/0.5.15' obscuren 2014-06-26 19:55:14 +0200
  • 42414cadaa Merge branch 'release/0.5.15' into develop obscuren 2014-06-26 19:54:23 +0200
  • 3777ead25e Merge branch 'release/0.5.15' 0.5.15 obscuren 2014-06-26 19:54:09 +0200
  • a68bfd215f bump obscuren 2014-06-26 19:54:00 +0200
  • a98e6a262a Merge branch 'develop' into release/0.5.15 obscuren 2014-06-26 19:53:08 +0200
  • fd89df4d38 Merge branch 'develop' into release/0.5.15 obscuren 2014-06-26 19:53:03 +0200
  • 491925b71e Merge branch 'ethersphere-feature/logging' into develop obscuren 2014-06-26 19:52:31 +0200
  • 91bdf9e801 Merge branch 'ethersphere-feature/logging' into develop obscuren 2014-06-26 19:52:23 +0200
  • ae5ace1619 go fmt #84 zelig 2014-06-26 18:41:36 +0100
  • 853053a3b2 go fmt zelig 2014-06-26 18:45:57 +0100
  • 21e389bec5 bump obscuren 2014-06-26 19:04:57 +0200
  • b57ee87485 bump obscuren 2014-06-26 19:04:53 +0200
  • 8100903d92 Increase width of asm instruction obscuren 2014-06-26 18:58:37 +0200
  • da38faa8f7 merge upstream; fix port in use warning; new logger API zelig 2014-06-26 16:37:56 +0100
  • 648c418fcd Merge branch 'develop' of github.com:ethereum/go-ethereum into feature/logging zelig 2014-06-26 16:33:40 +0100
  • 21d86ca486 gui stop - introduce gui.Stop() - remember state with open - stopping ethereum stack is not gui concern, moved to main - stopping mining, gui and ethereum handled via interrupt callbacks - ^C triggers exactly the same behaviour as quit via menu zelig 2014-06-26 16:26:14 +0100
  • c0a05fcf89 log slider - only add the gui logger after window is shown otherwise slider wont be shown - need to silence gui logger after window closed otherwise logsystem hangs - gui.GetLogLevelInt() extra function needed to give correcty int typecast value to gui widget that sets initial loglevel to default zelig 2014-06-26 12:13:31 +0100
  • b89076faa2 Added amount to contract during debugging obscuren 2014-06-26 12:10:11 +0200
  • 2f96652bb4 interrupt handlers now ordered zelig 2014-06-26 10:47:45 +0100
  • 098136b681 ethereum logs server started/stopped message zelig 2014-06-26 10:43:02 +0100
  • 0ed19d9f20 Logging, variable rearrangement obscuren 2014-06-26 11:26:42 +0200
  • 39cb34850a Added instruction numbers obscuren 2014-06-26 11:25:43 +0200
  • b3367ec0e3 Added option to not break eachline obscuren 2014-06-26 10:37:48 +0200
  • 782f780476 space in miner logging message zelig 2014-06-25 18:43:35 +0100
  • 9a06efd080 new logger API for upstream merge zelig 2014-06-25 18:28:38 +0100
  • 6763d28a17 repl.Stop() to only if running, fixes panic after js> exit followed by interrupt zelig 2014-06-25 18:18:22 +0100
  • bf57e9603b add newline to help usage msg zelig 2014-06-25 18:09:42 +0100
  • a243e3b858 new logger API for upstream merge zelig 2014-06-25 17:59:35 +0100
  • 98f1ee9442 merge upstream zelig 2014-06-25 16:58:07 +0100
  • 096427c3b1 Merge remote-tracking branch 'upstream/develop' into feature/logging zelig 2014-06-25 16:56:03 +0100
  • 8ee1abecb9 update log levels to include DebugDetail; correct default datadir for ethereal zelig 2014-06-25 16:54:29 +0100
  • 39c0f7f386 fix logSlider: now has 5 levels, initialized to gui.GetLogLevel which is set through command line flag (defaults to InfoLevel) zelig 2014-06-25 16:53:19 +0100
  • a02edf7a93 put back extra debug detail logging to the right places using logger.DebugDetailf zelig 2014-06-25 16:40:06 +0100
  • 6465e4c3fd update doc: list levels and show usage of named print methods zelig 2014-06-25 16:38:42 +0100
  • e75f7ae330 implement DebugDetail loglevel and named print methods zelig 2014-06-25 16:37:38 +0100
  • b0dc50c2a0 New mutan implementation obscuren 2014-06-25 17:26:34 +0200
  • 1268413ba7 Removed old compile methods obscuren 2014-06-25 17:26:16 +0200
  • 6d32bef65a Merge branch 'develop' of github.com-obscure:ethereum/eth-go into develop obscuren 2014-06-25 17:22:30 +0200
  • 08de13a57b merge upstream zelig 2014-06-25 16:20:26 +0100
  • 4141cc39d0 Merge remote-tracking branch 'upstream/develop' into feature/logging zelig 2014-06-25 16:13:27 +0100
  • d8c675afbf Implement something that looks like confirmations, wip Maran 2014-06-25 16:23:10 +0200
  • 9654b80912 Implemented TX History for ethjs Maran 2014-06-25 16:12:53 +0200
  • 8fe8175c78 Implemented TX History for ethPub Maran 2014-06-25 16:12:33 +0200
  • 589d27386a Fix key generation in ethPub Maran 2014-06-25 14:05:55 +0200
  • e58ba2fcfa Merge branch 'develop' of github.com-obscure:ethereum/eth-go into develop obscuren 2014-06-25 09:47:27 +0200
  • 9dae1a1732 Removed BlockDo Method obscuren 2014-06-25 09:47:19 +0200
  • 1e965cb8f5 Moved BlockDo to utils obscuren 2014-06-25 09:47:11 +0200