Commit Graph

  • 2b6da2f5f2 Update vmtests.json romanman 2014-07-03 17:45:04 +01:00
  • 9de30d96f0 Modify main wrappers - clientIdentifier now set in main wrappers - version handled within wrapper - modify InitConfig now returning *ethutil.ConfigManager (passed to gui) - added NewClientIdentity returning *ethwire.SimpleClientIdentiy (passed to ethereum) zelig 2014-07-03 17:36:24 +01:00
  • a3c4823511 Gui saves custom client id and loglevel - gui NewWindow takes SimpleClientIdentity as argument - gui NewWindow takes ethutil.ConfigManager as argument to manage flag persistence - gui now saves loglevel and custom client id via config.Save - rename custom client id methods consistently also in wallet.qml - clientIdentifier now set in main wrappers - version handled within wrapper - modify InitConfig now returning *ethutil.ConfigManager (passed to gui) zelig 2014-07-03 17:35:48 +01:00
  • f02602d02d ConfigManager (transitional) - remove clientstring handling from ethutil.Config - ReadConfig takes no Identifier argument - members Ver, ClientString, ClientIdentifier removed from Config - type ConfValue removed - expose public type ethutil.ConfigManager - Set -> Save(key string, value interface{}) now takes any value to allow for persisting non-string values directly - TODO: eliminate all eth specific configs, just a wrapper around globalconf zelig 2014-07-03 17:30:51 +01:00
  • 90c2064640 peer constructors now set version string with ethereum.ClientIdentity().String() zelig 2014-07-03 17:30:37 +01:00
  • c833c3fec8 add ClientIdentity() ethwire.ClientIdentity to Ethereum zelig 2014-07-03 17:30:04 +01:00
  • c64629964f ethwire.ClientIdentity now handles Client info sent in handshake + test zelig 2014-07-03 17:28:27 +01:00
  • de2da4fd19 Merge branch 'develop' of github.com:ethereum/eth-go into feature/clientid zelig 2014-07-03 15:08:13 +01:00
  • 198e5eeab9 EthManager interface extended with ClientIdentity() ethwire.ClientIdentity zelig 2014-07-03 15:08:06 +01:00
  • 8baa0f84e7 Fixed reverting error obscuren 2014-07-03 16:07:21 +02:00
  • 5d67139206 Fix obscuren 2014-07-03 10:05:02 +02:00
  • 5b8dde9602 Fixed CREATE op. Fixes #87 obscuren 2014-07-03 10:04:38 +02:00
  • 81bc721c5c Fixed address generation obscuren 2014-07-03 10:03:58 +02:00
  • 4bb646117d Merge branch 'develop' of github.com:/ethereum/tests into develop Gav Wood 2014-07-02 19:43:22 +02:00
  • bba38980bd New tests. Gav Wood 2014-07-02 19:43:06 +02:00
  • 0076fa583c Merge branch 'develop' obscuren 2014-07-02 17:48:35 +02:00
  • 35ae9e3aa8 Paranoia check obscuren 2014-07-02 17:48:10 +02:00
  • 2f9bc2ab75 Removed old code obscuren 2014-07-02 17:47:33 +02:00
  • 8de099ae75 Added paranoia check obscuren 2014-07-02 17:47:18 +02:00
  • 40e3d2ab55 Changed CREATE obscuren 2014-07-02 17:47:09 +02:00
  • a33b309d99 Testing submodules Vitalik Buterin 2014-07-02 10:14:05 -04:00
  • 50318217ca Testing submodules Vitalik Buterin 2014-07-02 10:10:46 -04:00
  • 57fa655522 Testing submodules Vitalik Buterin 2014-07-02 10:09:08 -04:00
  • a0dd1ebb6d . obscuren 2014-07-02 13:44:59 +02:00
  • 6748158ab4 Moved methods obscuren 2014-07-02 13:40:02 +02:00
  • e4d2d00d41 Added support for breakpoints on specific instructions obscuren 2014-07-02 13:08:32 +02:00
  • 50c0938226 Break points and debugger commands obscuren 2014-07-02 13:08:18 +02:00
  • 98f21669c7 Merge branch 'develop' obscuren 2014-07-02 11:30:37 +02:00
  • 315d65280b Removed comment obscuren 2014-07-02 11:30:14 +02:00
  • 7d0004f058 For namreg only show items starting without leading zeros. obscuren 2014-07-02 11:29:59 +02:00
  • e5b45d1c86 VM Update obscuren 2014-07-02 01:04:32 +02:00
  • d15952c867 Moved debug hook to Vm directly obscuren 2014-07-02 01:04:21 +02:00
  • 677de48f6c Listen for namereg changes obscuren 2014-07-02 00:28:45 +02:00
  • c4f9151c67 Moved files obscuren 2014-07-02 00:13:50 +02:00
  • 1954ef47e6 Suicide is deferred to update obscuren 2014-07-02 00:06:21 +02:00
  • fd1d0bbde7 Updated to generic padding function obscuren 2014-07-02 00:05:48 +02:00
  • d7e396a98c l <=> r obscuren 2014-07-01 23:59:37 +02:00
  • 00d3935aac Removed old method obscuren 2014-07-01 23:59:18 +02:00
  • bb2433ca1a Added quitting reason obscuren 2014-07-01 20:32:47 +02:00
  • 7238a77327 Removed old code obscuren 2014-07-01 20:12:18 +02:00
  • 4918531dd5 Merge branch 'develop' obscuren 2014-07-01 20:10:49 +02:00
  • 2835321377 Fixed namereg obscuren 2014-07-01 20:10:38 +02:00
  • dd869064a6 delete? obscuren 2014-07-01 20:09:37 +02:00
  • 7a2a63f32b Added utility wrapper for Ethereum Config contract obscuren 2014-07-01 20:09:21 +02:00
  • 28ef7d228c Added Left and Right padding utility functions obscuren 2014-07-01 20:08:48 +02:00
  • 6151ae7db5 Fixed key import for empty entries obscuren 2014-07-01 20:08:32 +02:00
  • 3889785017 Added Path utility obscuren 2014-07-01 20:08:18 +02:00
  • 7a9ff4f8d4 bump obscuren 2014-07-01 16:28:17 +02:00
  • 74ef489fe2 Merge branch 'release/0.5.16' into develop obscuren 2014-07-01 16:24:54 +02:00
  • cb595fb63c Merge branch 'release/0.5.16' obscuren 2014-07-01 16:24:35 +02:00
  • 5d3259587f bump obscuren 2014-07-01 16:24:34 +02:00
  • 29f613ef84 Merge pull request #28 from ethersphere/feature/keys Jeffrey Wilcke 2014-07-01 16:16:05 +02:00
  • 5e02d2b586 Merge pull request #96 from ethersphere/feature/keys Jeffrey Wilcke 2014-07-01 16:15:59 +02:00
  • ff5703fd9b ethutil -> ethtrie.NewTrie zelig 2014-07-01 15:09:43 +01:00
  • 89630d2826 merge upstream zelig 2014-07-01 15:03:02 +01:00
  • ce88a73aa6 Merge branch 'develop' of github.com:ethereum/go-ethereum into feature/keys zelig 2014-07-01 15:01:28 +01:00
  • 550407b0ec Merge branch 'develop' of github.com-obscure:ethereum/eth-go into develop obscuren 2014-07-01 15:44:43 +02:00
  • d0959063d5 Up obscuren 2014-07-01 15:28:12 +02:00
  • d294dedfad Merge branch 'develop' of github.com:ethereum/eth-go into develop Maran 2014-07-01 15:26:18 +02:00
  • e798294a4b Update min GasLimit Maran 2014-07-01 15:25:57 +02:00
  • 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