Commit Graph

  • f9e2e5276f Merge pull request #100 from ethersphere/feature/ethutil-refactor Jeffrey Wilcke 2014-07-07 10:55:39 +02:00
  • 9dab7dcc3c Merge branch 'develop' of github.com-obscure:ethereum/eth-go into develop obscuren 2014-07-07 10:53:25 +02:00
  • d40cba3042 changed state reset obscuren 2014-07-07 10:53:20 +02:00
  • 1199941475 Connect to peer node by default obscuren 2014-07-07 10:52:58 +02:00
  • ec040908e9 Protocol bump obscuren 2014-07-07 10:52:39 +02:00
  • b958179263 Merge pull request #33 from ethersphere/feature/ethutil-refactor Jeffrey Wilcke 2014-07-07 10:52:02 +02:00
  • 5e83ea8228 Prettier VM tests. Gav Wood 2014-07-06 16:17:12 +02:00
  • a09aae0efe Fix VM tests. Gav Wood 2014-07-06 15:46:01 +02:00
  • 5a2afc5754 fix reactor engine main loop blocked to wait if drained zelig 2014-07-05 19:56:01 +01:00
  • d4300c406c logger fix - introduce quit, drained, shutdown channels - mainLoop falls through reading message channel to drained state, and waits is blocked in default branch until any message is sent - Flush() waits for <-drained - Stop() pushes quit and nodges mainloop out of blocking drained state - package-global mutex - Reset() - clear tests zelig 2014-07-05 18:36:22 +01:00
  • 4fb2905b1e Merge branch 'develop' of github.com:ethereum/eth-go into feature/ethutil-refactor zelig 2014-07-05 12:53:00 +01:00
  • 6b296d907b Merge branch 'develop' of github.com:ethereum/go-ethereum into feature/ethutil-refactor zelig 2014-07-05 12:52:44 +01:00
  • 8e5117444e New type of debugger obscuren 2014-07-05 13:25:16 +02:00
  • b232acd04e Debugging mode for vm obscuren 2014-07-05 13:24:49 +02:00
  • 329887df99 Fixed crazy looping obscuren 2014-07-05 13:24:26 +02:00
  • 1e4ae24126 use ethreact.Event, unbuffered event channels, subscribe after loop reading from channel starts zelig 2014-07-04 19:48:37 +01:00
  • 44d0d6abd2 Merge branch 'develop' of github.com:ethereum/eth-go into feature/ethutil-refactor zelig 2014-07-04 19:40:23 +01:00
  • 0c6f1c9c3a ethreact - consistent renaming - React -> Event - ReactorEvent -> EventHandler - NewReactorEngine -> New - async ReactorEngine main loop with select on main eventChannel and quit channel - ReactorEngine main loop control with Start() Stop() Flush() - ReactorEngine.dispatch - use sync.RWMutex - delete eventHandler if subscribed channels go to 0 zelig 2014-07-04 19:38:53 +01:00
  • 584d1c61ec use ethreact.Event and ethreact.ReactorEngine zelig 2014-07-04 19:38:44 +01:00
  • af27264140 remove reactor code from ethutil zelig 2014-07-04 19:37:40 +01:00
  • ec9a044a17 Merge pull request #10 from romanman/patch-1 Jeffrey Wilcke 2014-07-04 15:56:52 +02:00
  • 0ae3bbc3f5 deleted obscuren 2014-07-04 15:53:16 +02:00
  • b9fa4dada8 Merge branch 'develop' obscuren 2014-07-04 15:53:03 +02:00
  • 9754c01f56 Added sample coin as a submodule obscuren 2014-07-04 15:49:51 +02:00
  • 043920d157 Removed sample coin obscuren 2014-07-04 15:49:32 +02:00
  • 3ebcd36667 Merge branch 'develop' obscuren 2014-07-04 15:32:25 +02:00
  • 90eb4f1939 Debug output, minor fixes and tweaks obscuren 2014-07-04 15:32:10 +02:00
  • 9e38ca555d Visual updates obscuren 2014-07-04 15:31:13 +02:00
  • de183e80db Silent compiler errors when continues compiling obscuren 2014-07-04 13:42:43 +02:00
  • 23b5b5fa36 Length check obscuren 2014-07-04 13:34:50 +02:00
  • d5bcc01eae Fixed shebang check. Previously it would hang on an unknown shebang obscuren 2014-07-04 13:05:07 +02:00
  • ca395306e3 Updated debugger obscuren 2014-07-04 13:04:25 +02:00
  • 5e0123fbe1 Update vmtests.json romanman 2014-07-04 10:23:04 +01:00
  • 24ff81d14e Merge branch 'ethersphere-feature/clientid' into develop obscuren 2014-07-04 00:14:17 +02:00
  • 633027d980 Merge branch 'develop' of github.com-obscure:ethereum/eth-go into develop obscuren 2014-07-04 00:13:57 +02:00
  • d3d043dba0 Merge branch 'ethersphere-feature/clientid' into develop obscuren 2014-07-04 00:13:42 +02:00
  • db60ebbbd7 Merge branch 'feature/clientid' of https://github.com/ethersphere/eth-go into ethersphere-feature/clientid obscuren 2014-07-04 00:12:28 +02:00
  • cb7ebdf821 Decreased timeout obscuren 2014-07-04 00:12:21 +02:00
  • 70e1a1a4df Merge pull request #32 from josephyzhou/develop Jeffrey Wilcke 2014-07-04 00:10:29 +02:00
  • 7c41e413e4 typo, duplications Joey Zhou 2014-07-03 11:31:47 -07:00
  • 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