Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Added general Pipe API | obscuren | 2014-08-04 | 6 | -0/+345 |
| | |||||
* | ethstate.NewState => ethstate.New | obscuren | 2014-08-04 | 5 | -11/+12 |
| | |||||
* | ethtrie.NewTrie => ethtrie.New | obscuren | 2014-08-04 | 8 | -82/+52 |
| | |||||
* | Merge branch 'ethersphere-feature/ethutil-refactor' into develop | obscuren | 2014-08-01 | 11 | -190/+395 |
|\ | |||||
| * | Merge branch 'feature/ethutil-refactor' of ↵ | obscuren | 2014-08-01 | 11 | -190/+395 |
| |\ | | | | | | | | | | https://github.com/ethersphere/eth-go into ethersphere-feature/ethutil-refactor | ||||
| | * | merge upstream | zelig | 2014-07-31 | 37 | -862/+1317 |
| | |\ | |||||
| | * | | send zero event to miner.powQuitChan fixes miner hanging | zelig | 2014-07-22 | 1 | -3/+3 |
| | | | | |||||
| | * | | ethreact/README.md | zelig | 2014-07-21 | 2 | -1/+29 |
| | | | | |||||
| | * | | Merge branch 'develop' of github.com:ethereum/eth-go into ↵ | zelig | 2014-07-21 | 7 | -33/+68 |
| | |\ \ | | | | | | | | | | | | | | | | feature/ethutil-refactor | ||||
| | * \ \ | merge upstream | zelig | 2014-07-21 | 20 | -160/+403 |
| | |\ \ \ | |||||
| | * | | | | properly unsubscribe react channels when miner stops - fixes write on closed ↵ | zelig | 2014-07-15 | 1 | -27/+31 |
| | | | | | | | | | | | | | | | | | | | | | | | | chan crash | ||||
| | * | | | | use ethreact.Event and ethreact.ReactorEngine | zelig | 2014-07-15 | 6 | -129/+18 |
| | | | | | | |||||
| | * | | | | reactor test | zelig | 2014-07-15 | 1 | -0/+63 |
| | | | | | | |||||
| | * | | | | fix send overwritten by merge | zelig | 2014-07-15 | 1 | -2/+2 |
| | | | | | | |||||
| | * | | | | merge upstream | zelig | 2014-07-15 | 24 | -258/+461 |
| | |\ \ \ \ | |||||
| | * | | | | | fix reactor channel blocking | zelig | 2014-07-15 | 1 | -26/+27 |
| | | | | | | | |||||
| | * | | | | | fix logger channel blocking | zelig | 2014-07-15 | 2 | -27/+43 |
| | | | | | | | |||||
| | * | | | | | remove extra case in main loop | zelig | 2014-07-07 | 1 | -1/+1 |
| | | | | | | | |||||
* | | | | | | | minor rlp things | obscuren | 2014-08-01 | 3 | -16/+14 |
|/ / / / / / | |||||
* | | | | / | Added better data parser | obscuren | 2014-07-30 | 2 | -0/+34 |
| |_|_|_|/ |/| | | | | |||||
* | | | | | Removed peer disconnect on pong timeout. Fixes #106 | obscuren | 2014-07-30 | 1 | -13/+21 |
| | | | | | | | | | | | | | | | | | | | | This mechanism wasn't very accurate so it has been removed. | ||||
* | | | | | Old code removed and renamed amount to balance | obscuren | 2014-07-30 | 9 | -144/+52 |
| | | | | | |||||
* | | | | | Increased block request amount | obscuren | 2014-07-30 | 1 | -1/+1 |
| | | | | | |||||
* | | | | | Added temp seed | obscuren | 2014-07-30 | 1 | -18/+7 |
| | | | | | |||||
* | | | | | Fixed | obscuren | 2014-07-30 | 1 | -22/+0 |
| | | | | | |||||
* | | | | | Fixed issue with var int reading. | obscuren | 2014-07-30 | 2 | -4/+27 |
| | | | | | | | | | | | | | | | | | | | | Reading uneven byte slices were broken. | ||||
* | | | | | Added big data test and updating to reader | obscuren | 2014-07-30 | 2 | -65/+85 |
| | | | | | |||||
* | | | | | Prot | obscuren | 2014-07-29 | 1 | -10/+11 |
| | | | | | |||||
* | | | | | Added ops | obscuren | 2014-07-29 | 2 | -2/+73 |
| | | | | | |||||
* | | | | | Clean up and util methods | obscuren | 2014-07-26 | 7 | -26/+67 |
| | | | | | |||||
* | | | | | Merge branch 'release/0.6.0' into develop | obscuren | 2014-07-25 | 2 | -31/+41 |
|\ \ \ \ \ | |||||
| * | | | | | Removed old S(DIV/MOD) | obscuren | 2014-07-25 | 1 | -27/+16 |
| | | | | | | |||||
| * | | | | | Added update method and general service timer | obscuren | 2014-07-24 | 1 | -4/+25 |
|/ / / / / | | | | | | | | | | | | | | | | * disable catching up if no block received for longer than 10 seconds | ||||
* | | | | | Merge branch 'feature/refactor_vm' into develop | obscuren | 2014-07-24 | 27 | -532/+926 |
|\ \ \ \ \ | |||||
| * | | | | | Networking code | obscuren | 2014-07-24 | 1 | -12/+16 |
| | | | | | | |||||
| * | | | | | Peer reconnect attempt | obscuren | 2014-07-24 | 1 | -2/+12 |
| | | | | | | |||||
| * | | | | | Removed old code | obscuren | 2014-07-24 | 1 | -26/+0 |
| | | | | | | |||||
| * | | | | | Added recoverable option | obscuren | 2014-07-24 | 1 | -9/+13 |
| | | | | | | |||||
| * | | | | | Changed catching up code & peer handler | obscuren | 2014-07-24 | 1 | -14/+7 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Peers should be added no matter what * Catch up with _anyone_ | ||||
| * | | | | | Add Tx | obscuren | 2014-07-24 | 1 | -0/+1 |
| | | | | | | |||||
| * | | | | | Refactored to new state and vm | obscuren | 2014-07-24 | 20 | -2024/+195 |
| | | | | | | |||||
| * | | | | | div 0 err | obscuren | 2014-07-23 | 1 | -1/+3 |
| | | | | | | |||||
| * | | | | | Added big int to uint switch | obscuren | 2014-07-22 | 1 | -0/+2 |
| | | | | | | |||||
| * | | | | | Minor improvements and fixes to the new vm structure | obscuren | 2014-07-22 | 6 | -24/+18 |
| | | | | | | |||||
| * | | | | | Refactored state, state object and vm | obscuren | 2014-07-22 | 15 | -1/+2242 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * The State and StateObject have been moved to their own package * The VM is moved to it's own package | ||||
* | | | | | | Merge branch 'master' into develop | obscuren | 2014-07-23 | 1 | -1/+3 |
|\ \ \ \ \ \ | |||||
| * | | | | | | zero devision check | obscuren | 2014-07-23 | 1 | -1/+3 |
| | | | | | | | |||||
* | | | | | | | Merge branch 'develop' of github.com-obscure:ethereum/eth-go into develop | obscuren | 2014-07-23 | 0 | -0/+0 |
|\ \ \ \ \ \ \ | |_|/ / / / / |/| | | | | | | |||||
| * | | | | | | Merge branch 'master' into develop | Maran | 2014-07-22 | 1 | -1/+1 |
| |\| | | | | | | |_|_|_|/ | |/| | | | | |||||
* | | | | | | Refactored CALLDATALOAD to use big int | obscuren | 2014-07-22 | 3 | -18/+27 |
| | | | | | | | | | | | | | | | | | | | | | | | | * Added BigMin | ||||
* | | | | | | Merge branch 'master' into develop | obscuren | 2014-07-22 | 1 | -1/+1 |
|\ \ \ \ \ \ | |/ / / / / |/| / / / / | |/ / / / | |||||
| * | | | | Fix regression on 32bit (windows) systems | Maran | 2014-07-21 | 1 | -1/+1 |
| | | | | | |||||
* | | | | | Merge branch 'master' into develop | obscuren | 2014-07-21 | 3 | -16/+35 |
|\| | | | | |||||
| * | | | | Fixed tx sha creation | obscuren | 2014-07-21 | 3 | -16/+35 |
| | | | | | |||||
* | | | | | Changed iterator | obscuren | 2014-07-21 | 4 | -15/+31 |
|/ / / / | |||||
* | | / | Base time on previous parent, not last block | obscuren | 2014-07-18 | 1 | -2/+2 |
| |_|/ |/| | | |||||
* | | | Fixed miner and logger | obscuren | 2014-07-18 | 2 | -4/+3 |
| | | | |||||
* | | | Fixed range | obscuren | 2014-07-18 | 1 | -3/+5 |
| | | | |||||
* | | | fixed | obscuren | 2014-07-18 | 1 | -1/+1 |
| | | | |||||
* | | | Added channel for starting/stopping miner | obscuren | 2014-07-18 | 1 | -4/+8 |
| | | | |||||
* | | | Merge branch 'develop' into guiminer | obscuren | 2014-07-18 | 2 | -3/+6 |
|\ \ \ | |||||
| * | | | Check if version in known + fix | obscuren | 2014-07-18 | 2 | -3/+6 |
| | | | | |||||
* | | | | WIP to expose hashrate to gui | Maran | 2014-07-18 | 2 | -2/+13 |
|/ / / | |||||
* | | | Added find name for namereg | obscuren | 2014-07-18 | 2 | -0/+14 |
| | | | |||||
* | | | added chainSync event | obscuren | 2014-07-18 | 1 | -0/+24 |
| | | | |||||
* | | | Fixed string data | obscuren | 2014-07-17 | 1 | -1/+1 |
| | | | |||||
* | | | bump | obscuren | 2014-07-17 | 1 | -1/+1 |
| | | | |||||
* | | | Removed debug log | obscuren | 2014-07-17 | 1 | -1/+1 |
| | | | |||||
* | | | Removed debug log | obscuren | 2014-07-17 | 1 | -1/+0 |
| | | | |||||
* | | | Fixed coinbase copy in state | obscuren | 2014-07-17 | 5 | -19/+29 |
| | | | |||||
* | | | Trie fixes | obscuren | 2014-07-17 | 8 | -38/+129 |
| | | | |||||
* | | | Convert a byte slice to address | obscuren | 2014-07-16 | 1 | -0/+10 |
| | | | |||||
* | | | Decreased timeout | obscuren | 2014-07-16 | 1 | -1/+1 |
| | | | |||||
* | | | Added each callback for storage | obscuren | 2014-07-16 | 1 | -0/+5 |
| | | | |||||
* | | | Added/changed logging | obscuren | 2014-07-16 | 2 | -3/+12 |
| | | | |||||
* | | | Moved | obscuren | 2014-07-16 | 1 | -6/+8 |
| | | | |||||
* | | | Merge branch 'develop' of github.com-obscure:ethereum/eth-go into develop | obscuren | 2014-07-15 | 1 | -12/+17 |
|\ \ \ | |||||
| * | | | Rewrote mnemonic word loading to facilitate deployable builds. | Maran | 2014-07-15 | 1 | -12/+17 |
| | | | | |||||
* | | | | Fixed an issue where the trie might crash on missmatching lengths | obscuren | 2014-07-15 | 2 | -10/+55 |
|/ / / | |||||
* | | | Merge branch 'develop' of github.com-obscure:ethereum/eth-go into develop | obscuren | 2014-07-15 | 1 | -0/+12 |
|\ \ \ | | |/ | |/| | |||||
| * | | Add windows helper functions | Maran | 2014-07-14 | 1 | -0/+12 |
| | | | |||||
* | | | Vm logging on diff | obscuren | 2014-07-15 | 4 | -9/+20 |
| | | | |||||
* | | | Moved checks | obscuren | 2014-07-15 | 2 | -11/+19 |
| | | | |||||
* | | | Paranoia check moved | obscuren | 2014-07-15 | 1 | -17/+0 |
| | | | |||||
* | | | Compare method for receipts | obscuren | 2014-07-15 | 1 | -0/+12 |
| | | | |||||
* | | | Removed defer and added receipts checking in tx processing | obscuren | 2014-07-15 | 1 | -25/+5 |
| | | | |||||
* | | | Fixed "Copy" to also copy over the pending storage changes | obscuren | 2014-07-14 | 1 | -5/+18 |
| | | | |||||
* | | | Added diff type | obscuren | 2014-07-14 | 1 | -0/+1 |
| | | | |||||
* | | | Increased block request | obscuren | 2014-07-14 | 1 | -1/+1 |
| | | | |||||
* | | | Changed diff output not to prefix hex with 0x | obscuren | 2014-07-14 | 2 | -5/+5 |
|/ / | |||||
* | | Forgot to return gas when CALL's value transfer fails | obscuren | 2014-07-13 | 1 | -0/+3 |
| | | |||||
* | | Catch up per 10 | obscuren | 2014-07-13 | 1 | -1/+11 |
| | | |||||
* | | Changed sha3 to official one | obscuren | 2014-07-12 | 2 | -3/+4 |
| | | |||||
* | | Special diff output for execution | obscuren | 2014-07-11 | 6 | -8/+57 |
| | | |||||
* | | vm output | obscuren | 2014-07-11 | 1 | -0/+2 |
| | | |||||
* | | Removed serpent | obscuren | 2014-07-11 | 1 | -7/+8 |
| | | |||||
* | | Updated VM & added helper methods to state | obscuren | 2014-07-10 | 2 | -70/+101 |
| | | | | | | | | | | | | * VM BALANCE opcode updated to pop 1 item and use that to retrieve the address' balance * GetBalance and GetNonce on state that'll always return something valid | ||||
* | | Return from execution immediately if there's no code | obscuren | 2014-07-10 | 1 | -0/+5 |
| | | |||||
* | | Merge branch 'develop' of github.com-obscure:ethereum/eth-go into develop | obscuren | 2014-07-10 | 1 | -0/+10 |
|\ \ | |||||
| * | | Check current folder for mnemonic words if it fails in source folder. For ↵ | Maran | 2014-07-09 | 1 | -0/+10 |
| | | | | | | | | | | | | binary support | ||||
* | | | Removed debug log | obscuren | 2014-07-10 | 1 | -3/+0 |
| | | | |||||
* | | | Consensus and bug fixes | obscuren | 2014-07-10 | 4 | -13/+58 |
| | | | | | | | | | | | | | | | | | | * Ensure that each state object has an address that is 20 bytes * Byte logging for vm * changed diff output | ||||
* | | | Removed hardcoded ip | obscuren | 2014-07-10 | 1 | -2/+0 |
| | | | |||||
* | | | Increased timeout to 500ms | obscuren | 2014-07-10 | 1 | -1/+1 |
| | | | |||||
* | | | Log received and send to | obscuren | 2014-07-10 | 1 | -2/+2 |
| | | | |||||
* | | | Fixed BYTE opcode | obscuren | 2014-07-10 | 1 | -6/+25 |
|/ / | |||||
* | | Updated peer server | obscuren | 2014-07-08 | 1 | -1/+1 |
| | | |||||
* | | Upped protocol version number | obscuren | 2014-07-07 | 1 | -1/+1 |
| | | |||||
* | | Fix quit | obscuren | 2014-07-07 | 1 | -1/+1 |
| | | |||||
* | | Remove debug println | obscuren | 2014-07-07 | 1 | -1/+0 |
| | | |||||
* | | Getting rid of deprecated methods | obscuren | 2014-07-07 | 1 | -8/+2 |
| | | |||||
* | | Fixed state reset case | obscuren | 2014-07-07 | 3 | -4/+29 |
| | | |||||
* | | Removed old if statement. No longer needed | obscuren | 2014-07-07 | 1 | -7/+1 |
| | | |||||
* | | Log change | obscuren | 2014-07-07 | 1 | -2/+1 |
| | | |||||
* | | Increased timeout | obscuren | 2014-07-07 | 1 | -1/+1 |
| | | |||||
* | | Fixed state reset on err | obscuren | 2014-07-07 | 1 | -2/+2 |
| | | |||||
* | | Merge pull request #34 from ethereum/revert-33-feature/ethutil-refactor | Jeffrey Wilcke | 2014-07-07 | 11 | -353/+159 |
|\ \ | | | | | | | Revert "ethreact - Feature/ethutil refactor" | ||||
| * | | Revert "ethreact - Feature/ethutil refactor" | Jeffrey Wilcke | 2014-07-07 | 11 | -353/+159 |
|/ / | |||||
* | | Merge branch 'develop' of github.com-obscure:ethereum/eth-go into develop | obscuren | 2014-07-07 | 11 | -159/+353 |
|\ \ | |||||
| * | | Merge pull request #33 from ethersphere/feature/ethutil-refactor | Jeffrey Wilcke | 2014-07-07 | 11 | -159/+353 |
| |\| | | | | | | | ethreact - Feature/ethutil refactor | ||||
| | * | fix reactor engine main loop blocked to wait if drained | zelig | 2014-07-06 | 1 | -8/+14 |
| | | | |||||
| | * | logger fix | zelig | 2014-07-06 | 2 | -30/+50 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - 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 | ||||
| | * | Merge branch 'develop' of github.com:ethereum/eth-go into ↵ | zelig | 2014-07-05 | 2 | -23/+28 |
| | |\ | | |/ | |/| | | | | feature/ethutil-refactor | ||||
| | * | Merge branch 'develop' of github.com:ethereum/eth-go into ↵ | zelig | 2014-07-05 | 5 | -13/+27 |
| | |\ | | | | | | | | | | | | | feature/ethutil-refactor | ||||
| | * | | ethreact | zelig | 2014-07-05 | 3 | -0/+278 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - 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 | ||||
| | * | | use ethreact.Event and ethreact.ReactorEngine | zelig | 2014-07-05 | 4 | -12/+19 |
| | | | | |||||
| | * | | remove reactor code from ethutil | zelig | 2014-07-05 | 2 | -117/+0 |
| | | | | |||||
* | | | | changed state reset | obscuren | 2014-07-07 | 2 | -9/+9 |
| | | | | |||||
* | | | | Connect to peer node by default | obscuren | 2014-07-07 | 1 | -0/+2 |
| | | | | |||||
* | | | | Protocol bump | obscuren | 2014-07-07 | 1 | -1/+1 |
|/ / / | |||||
* | | | Debugging mode for vm | obscuren | 2014-07-05 | 1 | -17/+14 |
| | | | |||||
* | | | Fixed crazy looping | obscuren | 2014-07-05 | 1 | -6/+14 |
| |/ |/| | |||||
* | | Debug output, minor fixes and tweaks | obscuren | 2014-07-04 | 5 | -12/+26 |
| | | | | | | | | | | * Script compile length fix * Transition fix | ||||
* | | Length check | obscuren | 2014-07-04 | 1 | -1/+1 |
|/ | |||||
* | Fixed shebang check. Previously it would hang on an unknown shebang | obscuren | 2014-07-04 | 1 | -18/+26 |
| | |||||
* | Merge branch 'develop' of github.com-obscure:ethereum/eth-go into develop | obscuren | 2014-07-04 | 1 | -1/+0 |
|\ | |||||
| * | Merge pull request #32 from josephyzhou/develop | Jeffrey Wilcke | 2014-07-04 | 1 | -1/+0 |
| |\ | | | | | | | typo, duplications | ||||
| | * | typo, duplications | Joey Zhou | 2014-07-04 | 1 | -1/+0 |
| | | | |||||
* | | | Merge branch 'ethersphere-feature/clientid' into develop | obscuren | 2014-07-04 | 6 | -38/+122 |
|\ \ \ | |||||
| * | | | Merge branch 'feature/clientid' of https://github.com/ethersphere/eth-go ↵ | obscuren | 2014-07-04 | 6 | -38/+122 |
|/| | | | | | | | | | | | | | | | into ethersphere-feature/clientid | ||||
| * | | | ConfigManager (transitional) | zelig | 2014-07-04 | 1 | -27/+19 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - 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 | ||||
| * | | | peer constructors now set version string with ethereum.ClientIdentity().String() | zelig | 2014-07-04 | 1 | -2/+2 |
| | | | | |||||
| * | | | add ClientIdentity() ethwire.ClientIdentity to Ethereum | zelig | 2014-07-04 | 1 | -9/+16 |
| | | | | |||||
| * | | | ethwire.ClientIdentity now handles Client info sent in handshake + test | zelig | 2014-07-04 | 2 | -0/+84 |
| | | | | |||||
| * | | | Merge branch 'develop' of github.com:ethereum/eth-go into feature/clientid | zelig | 2014-07-03 | 6 | -48/+68 |
| |\ \ \ | | | |/ | | |/| | |||||
| * | | | EthManager interface extended with ClientIdentity() ethwire.ClientIdentity | zelig | 2014-07-03 | 1 | -0/+1 |
| | | | | |||||
* | | | | Decreased timeout | obscuren | 2014-07-04 | 2 | -3/+3 |
| |_|/ |/| | | |||||
* | | | Fixed reverting error | obscuren | 2014-07-03 | 4 | -38/+29 |
| |/ |/| | |||||
* | | Fix | obscuren | 2014-07-03 | 2 | -1/+2 |
| | | |||||
* | | Fixed CREATE op. Fixes #87 | obscuren | 2014-07-03 | 1 | -7/+6 |
| | | |||||
* | | Fixed address generation | obscuren | 2014-07-03 | 1 | -5/+3 |
| | | |||||
* | | Paranoia check | obscuren | 2014-07-02 | 2 | -12/+13 |
| | | |||||
* | | Removed old code | obscuren | 2014-07-02 | 1 | -5/+1 |
| | | |||||
* | | Added paranoia check | obscuren | 2014-07-02 | 1 | -0/+14 |
| | | |||||
* | | Changed CREATE | obscuren | 2014-07-02 | 1 | -24/+35 |
|/ | |||||
* | Moved methods | obscuren | 2014-07-02 | 1 | -46/+47 |
| | |||||
* | Added support for breakpoints on specific instructions | obscuren | 2014-07-02 | 1 | -3/+13 |
| | |||||
* | Removed comment | obscuren | 2014-07-02 | 1 | -1/+0 |
| | |||||
* | Moved debug hook to Vm directly | obscuren | 2014-07-02 | 3 | -9/+11 |
| | |||||
* | Suicide is deferred to update | obscuren | 2014-07-02 | 2 | -8/+12 |
| | |||||
* | Updated to generic padding function | obscuren | 2014-07-02 | 1 | -4/+3 |
| | |||||
* | l <=> r | obscuren | 2014-07-02 | 1 | -3/+2 |
| | |||||
* | Removed old method | obscuren | 2014-07-02 | 5 | -46/+39 |
| | |||||
* | Added quitting reason | obscuren | 2014-07-02 | 1 | -8/+10 |
| | |||||
* | Removed old code | obscuren | 2014-07-02 | 1 | -12/+0 |
| | |||||
* | delete? | obscuren | 2014-07-02 | 51 | -13288/+0 |
| | |||||
* | Added utility wrapper for Ethereum Config contract | obscuren | 2014-07-02 | 1 | -7/+44 |
| | | | | Note, this utility function has to move elsewhere | ||||
* | Added Left and Right padding utility functions | obscuren | 2014-07-02 | 1 | -1/+24 |
| | |||||
* | Fixed key import for empty entries | obscuren | 2014-07-02 | 1 | -1/+5 |
| | |||||
* | Added Path utility | obscuren | 2014-07-02 | 1 | -0/+20 |
| | |||||
* | bump | obscuren | 2014-07-01 | 2 | -2/+2 |
| | |||||
* | Merge pull request #28 from ethersphere/feature/keys | Jeffrey Wilcke | 2014-07-01 | 35 | -1994/+2440 |
|\ | | | | | Feature/keys | ||||
| * | ethutil -> ethtrie.NewTrie | zelig | 2014-07-01 | 2 | -2/+3 |
| | | |||||
| * | merge upstream | zelig | 2014-07-01 | 71 | -136/+13642 |
| |\ | |/ |/| | |||||
* | | Merge branch 'develop' of github.com-obscure:ethereum/eth-go into develop | obscuren | 2014-07-01 | 2 | -1/+2 |
|\ \ | |||||
| * \ | Merge branch 'develop' of github.com:ethereum/eth-go into develop | Maran | 2014-07-01 | 55 | -2/+13350 |
| |\ \ | |||||
| * | | | Update min GasLimit | Maran | 2014-07-01 | 2 | -1/+2 |
| | | | | |||||
* | | | | Up | obscuren | 2014-07-01 | 2 | -2/+2 |
| |/ / |/| | | |||||
* | | | Merge branch 'ethersphere-feature/keys' into develop | obscuren | 2014-07-01 | 54 | -1/+13349 |
|\ \ \ | |||||
| * | | | Merge branch 'feature/keys' of https://github.com/ethersphere/go-ethereum ↵ | obscuren | 2014-07-01 | 54 | -1/+13349 |
|/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | into ethersphere-feature/keys Conflicts: .gitignore README.md | ||||
| * | | | changed name for ethutil hex functions; and access to keyring via keyManager | zelig | 2014-06-30 | 5 | -8/+8 |
| | | | | |||||
| * | | | gui changes | zelig | 2014-06-30 | 1 | -36/+52 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - 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 | ||||
| * | | | remove ui/library; instead expose gui itself for initial window | zelig | 2014-06-30 | 1 | -46/+0 |
| | | | | |||||
| * | | | main loop uses new flags and common methods in util: db, keymanager set up; ↵ | zelig | 2014-06-30 | 1 | -3/+7 |
| | | | | | | | | | | | | | | | | passes KeyRing/Session string to gui | ||||
| * | | | new command line options | zelig | 2014-06-30 | 1 | -4/+8 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | - 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) | ||||
| * | | | Merge branch 'develop' of github.com:ethereum/go-ethereum into feature/keys | zelig | 2014-06-30 | 2 | -0/+4 |
| |\ \ \ | |||||
| | * \ \ | Merge branch 'master' into develop | obscuren | 2014-06-29 | 2 | -0/+4 |
| | |\ \ \ | |||||
| | | * | | | Wait for catchup when starting the miner | obscuren | 2014-06-29 | 1 | -0/+4 |
| | | | | | | |||||
| | | * | | | Merge branch 'develop' | obscuren | 2014-06-27 | 2 | -5/+11 |
| | | |\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: install.sh | ||||
| | | * | | | | Added install script | obscuren | 2014-06-27 | 1 | -0/+48 |
| | | | | | | | |||||
| | | * | | | | Merge branch 'release/0.5.15'0.5.15 | obscuren | 2014-06-27 | 26 | -593/+797 |
| | | |\ \ \ \ | |||||
| | | * \ \ \ \ | Merge branch 'release/0.5.14'0.5.14 | obscuren | 2014-06-20 | 5 | -57/+7 |
| | | |\ \ \ \ \ | |||||
| | | * \ \ \ \ \ | Merge branch 'release/0.5.13'0.5.13 | obscuren | 2014-06-17 | 9 | -35/+141 |
| | | |\ \ \ \ \ \ | |||||
| | | * \ \ \ \ \ \ | Merge branch 'release/poc5-rc12'poc5-rc12 | obscuren | 2014-06-10 | 9 | -22/+192 |
| | | |\ \ \ \ \ \ \ | |||||
| * | | | | | | | | | | added utility functions to set up db, keymanager, ethereum init and simplify ↵ | zelig | 2014-06-30 | 1 | -46/+50 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | key tasks | ||||
| * | | | | | | | | | | remove keys file, now subsumed under ethcrypto/key_manager | zelig | 2014-06-30 | 1 | -108/+0 |
| | | | | | | | | | | | |||||
| * | | | | | | | | | | main loop uses new flags and common methods in util: db, keymanager set up | zelig | 2014-06-30 | 1 | -2/+6 |
| | | | | | | | | | | | |||||
| * | | | | | | | | | | new command line options | zelig | 2014-06-30 | 1 | -4/+8 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - 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) | ||||
| * | | | | | | | | | | changed name for ethutil hex functions | zelig | 2014-06-30 | 1 | -5/+5 |
| | | | | | | | | | | | |||||
| * | | | | | | | | | | fix logmessage if data directory doesn't exist | zelig | 2014-06-29 | 1 | -1/+1 |
| |/ / / / / / / / / | |||||
| * | | | | | | | | | Check if go install succeed | obscuren | 2014-06-27 | 1 | -0/+4 |
| | | | | | | | | | | |||||
| * | | | | | | | | | Fix for installer | obscuren | 2014-06-27 | 2 | -2/+2 |
| | |_|_|_|_|/ / / | |/| | | | | | | | |||||
| * | | | | | | | | Initialization of Qt should happen before anything else | obscuren | 2014-06-27 | 1 | -2/+3 |
| | | | | | | | | | |||||
| * | | | | | | | | update | obscuren | 2014-06-27 | 1 | -1/+5 |
| | | | | | | | | | |||||
| * | | | | | | | | update | obscuren | 2014-06-27 | 1 | -1/+1 |
| | | | | | | | | | |||||
| * | | | | | | | | Added install script | obscuren | 2014-06-27 | 1 | -0/+49 |
| | | | | | | | | | |||||
| * | | | | | | | | Merge branch 'release/0.5.15' into develop | obscuren | 2014-06-27 | 2 | -2/+2 |
| |\ \ \ \ \ \ \ \ | | | |_|_|_|/ / / | | |/| | | | | | | |||||
| | * | | | | | | | bump | obscuren | 2014-06-27 | 1 | -1/+1 |
| | | | | | | | | | |||||
| | * | | | | | | | Merge branch 'develop' into release/0.5.15 | obscuren | 2014-06-27 | 17 | -506/+551 |
| | |\ \ \ \ \ \ \ | | |/ / / / / / / | |/| | | | | | | | |||||
| * | | | | | | | | Merge branch 'ethersphere-feature/logging' into develop | obscuren | 2014-06-27 | 17 | -506/+551 |
| |\ \ \ \ \ \ \ \ | |||||
| | * | | | | | | | | go fmt | zelig | 2014-06-27 | 8 | -226/+226 |
| | | | | | | | | | | |||||
| | * | | | | | | | | Merge branch 'develop' of github.com:ethereum/go-ethereum into feature/logging | zelig | 2014-06-26 | 3 | -23/+33 |
| | |\ \ \ \ \ \ \ \ | |||||
| | * | | | | | | | | | gui stop | zelig | 2014-06-26 | 4 | -13/+47 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - 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 | ||||
| | * | | | | | | | | | log slider | zelig | 2014-06-26 | 2 | -3/+15 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - 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 | ||||
| | * | | | | | | | | | interrupt handlers now ordered | zelig | 2014-06-26 | 4 | -16/+24 |
| | | | | | | | | | | | |||||
| | * | | | | | | | | | new logger API for upstream merge | zelig | 2014-06-26 | 1 | -1/+1 |
| | | | | | | | | | | | |||||
| | * | | | | | | | | | repl.Stop() to only if running, fixes panic after js> exit followed by interrupt | zelig | 2014-06-26 | 1 | -15/+23 |
| | | | | | | | | | | | |||||
| | * | | | | | | | | | add newline to help usage msg | zelig | 2014-06-26 | 2 | -2/+2 |
| | | | | | | | | | | | |||||
| | * | | | | | | | | | Merge remote-tracking branch 'upstream/develop' into feature/logging | zelig | 2014-06-25 | 1 | -41/+0 |
| | |\ \ \ \ \ \ \ \ \ | |||||
| | * | | | | | | | | | | update log levels to include DebugDetail; correct default datadir for ethereal | zelig | 2014-06-25 | 2 | -3/+4 |
| | | | | | | | | | | | | |||||
| | * | | | | | | | | | | fix logSlider: now has 5 levels, initialized to gui.GetLogLevel which is set ↵ | zelig | 2014-06-25 | 1 | -2/+2 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | through command line flag (defaults to InfoLevel) | ||||
| | * | | | | | | | | | | merge upstream | zelig | 2014-06-25 | 11 | -39/+210 |
| | |\ \ \ \ \ \ \ \ \ \ | |||||
| | * | | | | | | | | | | | fix imports in ui_lib and flags cos of defaultAssetPath move; fix logLevel ↵ | zelig | 2014-06-23 | 4 | -11/+17 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | type for gui | ||||
| | * | | | | | | | | | | | merge upstream | zelig | 2014-06-23 | 2 | -4/+17 |
| | |\ \ \ \ \ \ \ \ \ \ \ | |||||
| | * | | | | | | | | | | | | refactor cli and gui wrapper code. Details: | zelig | 2014-06-23 | 10 | -465/+429 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - all cli functions shared between ethereum and ethereal abstracted to utils/ cmd.go (should be ethcommon or shared or sth) - simplify main() now readable stepwise - rename main wrapper files to main.go - rename commmand line args definition file from config.go to flags.go - rename Do -> Start to parallel option names - register interrupt for rpc server stop - fix interrupt stopping js repl and ethereum - register interrupt for mining stop - custom config file option from command line - debug option from command line - loglevel option from command line - changed ethutil.Config API - default datadir and default config file set together with other flag defaults in wrappers - default assetpath set together with other command line flags defaults in gui wrapper (not in ethutil.Config or ui/ui_lib) - options precedence: default < config file < environment variables < command line | ||||
| | * | | | | | | | | | | | | fix gitignore to ignore executables | zelig | 2014-06-23 | 1 | -1/+2 |
| | | | | | | | | | | | | | | |||||
| | * | | | | | | | | | | | | merge upstream | zelig | 2014-06-23 | 5 | -57/+7 |
| | |\ \ \ \ \ \ \ \ \ \ \ \ | |||||
| | * | | | | | | | | | | | | | changed logger API, functions that allow Gui to implement ethlog.LogSystem ↵ | zelig | 2014-06-23 | 3 | -29/+38 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | for gui logging | ||||
| | * | | | | | | | | | | | | | add logging for jsre | zelig | 2014-06-23 | 1 | -1/+7 |
| | | | | | | | | | | | | | | | |||||
| | * | | | | | | | | | | | | | add logging start/exit to js console | zelig | 2014-06-23 | 1 | -0/+2 |
| | | | | | | | | | | | | | | | |||||
| | * | | | | | | | | | | | | | Merge branch 'develop' of github.com:ethereum/go-ethereum into develop | zelig | 2014-06-19 | 6 | -28/+101 |
| | |\ \ \ \ \ \ \ \ \ \ \ \ \ | |||||
| | * \ \ \ \ \ \ \ \ \ \ \ \ \ | Merge branch 'develop' of github.com:ethereum/go-ethereum into develop | zelig | 2014-06-14 | 19 | -595/+1392 |
| | |\ \ \ \ \ \ \ \ \ \ \ \ \ \ | |||||
| | * \ \ \ \ \ \ \ \ \ \ \ \ \ \ | Merge branch 'develop' of github.com:ethereum/go-ethereum into develop | zelig | 2014-05-24 | 10 | -22/+97 |
| | |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |||||
| | | | | | | | | | | * | | | | | | | bump | obscuren | 2014-06-27 | 1 | -1/+1 |
| | |_|_|_|_|_|_|_|_|/ / / / / / / | |/| | | | | | | | | | | | | | | | |||||
| * | | | | | | | | | | | | | | | | Increase width of asm instruction | obscuren | 2014-06-27 | 1 | -1/+1 |
| | |_|_|_|_|_|_|_|/ / / / / / / | |/| | | | | | | | | | | | | | | |||||
| * | | | | | | | | | | | | | | | Added amount to contract during debugging | obscuren | 2014-06-26 | 2 | -8/+12 |
| | | | | | | | | | | | | | | | | |||||
| * | | | | | | | | | | | | | | | Added option to not break eachline | obscuren | 2014-06-26 | 3 | -15/+21 |
| | |_|_|_|_|_|_|/ / / / / / / | |/| | | | | | | | | | | | | | |||||
| * | | | | | | | | | | | | | | Removed old compile methods | obscuren | 2014-06-25 | 1 | -41/+0 |
| | |_|_|_|_|_|/ / / / / / / | |/| | | | | | | | | | | | | |||||
| * | | | | | | | | | | | | | Implemented TX History for ethjs | Maran | 2014-06-25 | 2 | -0/+9 |
| | | | | | | | | | | | | | | |||||
| * | | | | | | | | | | | | | Moved BlockDo to utils | obscuren | 2014-06-25 | 2 | -1/+20 |
| | | | | | | | | | | | | | | |||||
| * | | | | | | | | | | | | | Save repl history to file and recall on next session | obscuren | 2014-06-24 | 2 | -2/+29 |
| | | | | | | | | | | | | | | |||||
| * | | | | | | | | | | | | | Merge branch 'develop' of github.com-obscure:ethereum/go-ethereum into develop | obscuren | 2014-06-24 | 5 | -35/+152 |
| |\ \ \ \ \ \ \ \ \ \ \ \ \ | |||||
| | * \ \ \ \ \ \ \ \ \ \ \ \ | Merge branch 'develop' of github.com:ethereum/go-ethereum into develop | Maran | 2014-06-23 | 2 | -3/+21 |
| | |\ \ \ \ \ \ \ \ \ \ \ \ \ | | | | |_|_|_|_|/ / / / / / / | | | |/| | | | | | | | | | | | |||||
| | * | | | | | | | | | | | | | Implements QML Apps. Implements #47 | Maran | 2014-06-23 | 5 | -35/+152 |
| | | |_|_|_|_|/ / / / / / / | | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | You are welcome Stephan. | ||||
| * | | | | | | | | | | | | | Renamed execBlock | obscuren | 2014-06-24 | 1 | -1/+1 |
| | |/ / / / / / / / / / / | |/| | | | | | | | | | | | |||||
| * | | | | | | | | | | | | Added a execBlock method which replays the given block | obscuren | 2014-06-23 | 2 | -3/+21 |
| |/ / / / / / / / / / / | |||||
| * | | | | | | | | | | | Merge branch 'release/0.5.14' into develop | obscuren | 2014-06-20 | 2 | -2/+2 |
| |\ \ \ \ \ \ \ \ \ \ \ | | | |_|_|_|_|_|_|/ / / | | |/| | | | | | | | | | |||||
| | * | | | | | | | | | | bump | obscuren | 2014-06-20 | 2 | -2/+2 |
| |/ / / / / / / / / / | |||||
| * | | | | | | | | | | Removed old debugger code | obscuren | 2014-06-20 | 2 | -52/+2 |
| | | | | | | | | | | | |||||
| * | | | | | | | | | | Verbose logging | obscuren | 2014-06-19 | 2 | -3/+3 |
| | |_|_|/ / / / / / | |/| | | | | | | | |