Commit Graph

  • ea0eb0a8c8 Latest genesis block. Gav Wood 2014-07-01 15:19:34 +02:00
  • 114e715e3c Merge branch 'ethersphere-feature/keys' into develop obscuren 2014-07-01 13:48:28 +02:00
  • 253c23240b Merge branch 'feature/keys' of https://github.com/ethersphere/go-ethereum into ethersphere-feature/keys obscuren 2014-07-01 13:45:39 +02:00
  • 0ce9003ba7 Fix for creating a tx from an unknown account obscuren 2014-07-01 12:16:14 +02:00
  • 2bbc204328 Close pow chat. Fixes #95 obscuren 2014-07-01 11:55:50 +02:00
  • 41a03b29ab Merge branch 'ebuchman-miner_up_to_date' into develop obscuren 2014-07-01 11:28:11 +02:00
  • 92693e4459 The dragon has been slain. Consensus reached! obscuren 2014-07-01 11:26:45 +02:00
  • 0ed9528d76 fix: miner wait untill UpToDate Ethan Buchman 2014-07-01 04:25:42 -04:00
  • 39263b674c Paranoia obscuren 2014-07-01 09:56:10 +02:00
  • 5f5910c603 Regression test for trie obscuren 2014-07-01 09:55:20 +02:00
  • ed276cd7c2 Added Paranoia check for VM execution obscuren 2014-06-30 20:03:31 +02:00
  • 82272ee08a Iterator fix obscuren 2014-06-30 14:28:54 +02:00
  • 9ed0d389b2 Generic trie obscuren 2014-06-30 13:34:47 +02:00
  • 25bb76b69c Reset Jeffrey Wilcke 2014-06-30 13:25:04 +02:00
  • 00bb68d7d2 Merge branch 'develop' into interop obscuren 2014-06-30 13:13:55 +02:00
  • c23074d5ad Merge branch 'develop' of github.com-obscure:ethereum/eth-go into develop obscuren 2014-06-30 13:13:45 +02:00
  • 8ddd4c4c52 wip obscuren 2014-06-30 13:09:04 +02:00
  • 5a86892ecb Using remote for test cases obscuren 2014-06-30 13:08:00 +02:00
  • 74c6d8424e Updated wrong test Jeffrey Wilcke 2014-06-30 12:10:06 +02:00
  • 12972b4b65 DBKeyStore.Load returns no error if keyring not found in db zelig 2014-06-29 20:53:26 +01:00
  • 098f7f23ce changed name for ethutil hex functions; and access to keyring via keyManager zelig 2014-06-29 20:39:45 +01:00
  • 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 +01:00
  • 29cc1af2bc remove ui/library; instead expose gui itself for initial window zelig 2014-06-29 20:34:07 +01:00
  • 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 +01:00
  • 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 +01:00
  • 2920795168 using keyPair.Mnemonic() in file key store Save method zelig 2014-06-29 20:28:54 +01:00
  • 25314313f8 added Mnemonic() and AsStrings() methods, added memoization for address zelig 2014-06-29 20:28:04 +01:00
  • a8be0d9f48 add InitFromString method to be used in gui zelig 2014-06-29 20:26:55 +01:00
  • ce4080faa7 Merge branch 'develop' of github.com:ethereum/go-ethereum into feature/keys zelig 2014-06-29 18:39:31 +01:00
  • cf7fcadeca added utility functions to set up db, keymanager, ethereum init and simplify key tasks zelig 2014-06-29 18:39:13 +01:00
  • 9bd67de671 remove keys file, now subsumed under ethcrypto/key_manager zelig 2014-06-29 18:38:17 +01:00
  • 27e1352c85 main loop uses new flags and common methods in util: db, keymanager set up zelig 2014-06-29 18:37:22 +01:00
  • 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 +01:00
  • e38b016547 changed name for ethutil hex functions zelig 2014-06-29 18:32:48 +01:00
  • dabaa4cce0 change all modified calls to ethtrie, ethutil and ethcrypto functions zelig 2014-06-29 18:30:05 +01:00
  • 707d413761 refactor ethutil/trie to ethtrie zelig 2014-06-29 16:26:58 +01:00
  • 4be3521727 import math/big zelig 2014-06-29 16:17:33 +01:00
  • e3b911652d move CreateAddress from ethutil/common to ethcrypto zelig 2014-06-29 16:08:33 +01:00
  • 5e50b50dc3 no strconv import needed zelig 2014-06-29 16:06:54 +01:00
  • 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 +01:00
  • e1ea41ee9c remove ethutil helpers (refactored), and keypair (key management under ethcrypto package) zelig 2014-06-29 16:01:57 +01:00
  • d87857ffdb config Pubkey removed (unused) zelig 2014-06-29 15:59:57 +01:00
  • 1db3e2241e move ethutil/mnemonic to ethcrypto - electrum word list now sourced from file zelig 2014-06-29 15:59:35 +01:00
  • d085133c6d move ethutil helper crypto functions to ethcrypto/crypto zelig 2014-06-29 15:57:12 +01:00
  • 5c1e0a6dc4 move ethutil hex conversion functions to bytes zelig 2014-06-29 15:56:40 +01:00
  • 7489fb784e move ethutil helper slice functions -> slice zelig 2014-06-29 15:56:19 +01:00
  • 2d48fc1113 fix logmessage if data directory doesn't exist zelig 2014-06-29 13:43:27 +01:00
  • 328ee9a3ec Merge branch 'master' into develop obscuren 2014-06-29 10:44:03 +02:00
  • 4fc60f340f Wait for catchup when starting the miner obscuren 2014-06-29 10:43:56 +02:00
  • 9ea3a60291 Fixed roots Jeffrey Wilcke 2014-06-28 18:48:28 +02:00
  • 5fc3ac0e92 Simple hex test. Gav Wood 2014-06-28 18:40:06 +02:00
  • edd3a00c2a Additional test for jeff. Now use the 0x... notation. Gav Wood 2014-06-28 18:22:18 +02:00
  • 2eae52ebd1 Merge pull request #27 from ethersphere/bugfix/ethchain-test Jeffrey Wilcke 2014-06-28 10:22:23 +02:00
  • 5021e0dd83 VM test framework updated. Gav Wood 2014-06-27 21:35:26 +02:00
  • 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 +02:00
  • 79009ca074 transitional ethutil.ReadConfig fixes in ethchain tests (they still fail! FIXME :) zelig 2014-06-27 15:56:45 +01:00
  • 8151858e70 Merge branch 'master' of github.com-obscure:ethereum/eth-go obscuren 2014-06-27 00:17:15 +02:00
  • 6c7e58643c Merge branch 'develop' obscuren 2014-06-27 00:17:04 +02:00
  • 423beddf57 nil check obscuren 2014-06-27 00:16:49 +02:00
  • 30f5642c62 Merge pull request #26 from ethersphere/master Jeffrey Wilcke 2014-06-27 00:11:55 +02:00
  • e3ad2a3969 Merge branch 'develop' obscuren 2014-06-27 00:08:29 +02:00
  • 8119d77a21 :-( obscuren 2014-06-27 00:08:19 +02:00
  • 1b74b98f90 Check if go install succeed obscuren 2014-06-26 23:31:07 +02:00
  • d57b7e8d5f Fix for installer obscuren 2014-06-26 23:25:17 +02:00
  • 2d274003b8 Merge branch 'develop' obscuren 2014-06-26 23:14:50 +02:00
  • 52ddf044ae Initialization of Qt should happen before anything else obscuren 2014-06-26 23:14:17 +02:00
  • 214721ca01 update obscuren 2014-06-26 23:07:20 +02:00
  • cad98dc4d5 update obscuren 2014-06-26 23:06:04 +02:00
  • e46e7e7a9c Added install script obscuren 2014-06-26 23:04:46 +02:00
  • bf2ac5acc5 Added install script obscuren 2014-06-26 23:01:35 +02:00
  • d551a75c35 bump v5.15 zelig 2014-06-26 21:20:02 +01:00
  • 8935a93cf8 Merge branch 'release/0.5.15' into develop obscuren 2014-06-26 19:55:19 +02:00
  • 9d5a3f0131 Merge branch 'release/0.5.15' obscuren 2014-06-26 19:55:14 +02:00
  • 42414cadaa Merge branch 'release/0.5.15' into develop obscuren 2014-06-26 19:54:23 +02:00
  • 3777ead25e Merge branch 'release/0.5.15' obscuren 2014-06-26 19:54:09 +02:00
  • a68bfd215f bump obscuren 2014-06-26 19:54:00 +02:00
  • a98e6a262a Merge branch 'develop' into release/0.5.15 obscuren 2014-06-26 19:53:08 +02:00
  • fd89df4d38 Merge branch 'develop' into release/0.5.15 obscuren 2014-06-26 19:53:03 +02:00
  • 491925b71e Merge branch 'ethersphere-feature/logging' into develop obscuren 2014-06-26 19:52:31 +02:00
  • 91bdf9e801 Merge branch 'ethersphere-feature/logging' into develop obscuren 2014-06-26 19:52:23 +02:00
  • ae5ace1619 go fmt zelig 2014-06-26 18:41:36 +01:00
  • 853053a3b2 go fmt zelig 2014-06-26 18:45:57 +01:00
  • 21e389bec5 bump obscuren 2014-06-26 19:04:57 +02:00
  • b57ee87485 bump obscuren 2014-06-26 19:04:53 +02:00
  • 8100903d92 Increase width of asm instruction obscuren 2014-06-26 18:58:37 +02:00
  • da38faa8f7 merge upstream; fix port in use warning; new logger API zelig 2014-06-26 16:37:56 +01:00
  • 648c418fcd Merge branch 'develop' of github.com:ethereum/go-ethereum into feature/logging zelig 2014-06-26 16:33:40 +01:00
  • 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 +01:00
  • 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 +01:00
  • b89076faa2 Added amount to contract during debugging obscuren 2014-06-26 12:10:11 +02:00
  • 2f96652bb4 interrupt handlers now ordered zelig 2014-06-26 10:47:45 +01:00
  • 098136b681 ethereum logs server started/stopped message zelig 2014-06-26 10:43:02 +01:00
  • 0ed19d9f20 Logging, variable rearrangement obscuren 2014-06-26 11:26:42 +02:00
  • 39cb34850a Added instruction numbers obscuren 2014-06-26 11:25:43 +02:00
  • b3367ec0e3 Added option to not break eachline obscuren 2014-06-26 10:37:48 +02:00
  • 782f780476 space in miner logging message zelig 2014-06-25 18:43:35 +01:00
  • 9a06efd080 new logger API for upstream merge zelig 2014-06-25 18:28:38 +01:00
  • 6763d28a17 repl.Stop() to only if running, fixes panic after js> exit followed by interrupt zelig 2014-06-25 18:18:22 +01:00
  • bf57e9603b add newline to help usage msg zelig 2014-06-25 18:09:42 +01:00
  • a243e3b858 new logger API for upstream merge zelig 2014-06-25 17:59:35 +01:00