| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | 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 bin... | Maran | 2014-07-09 | 1 | -0/+10 |
* | | Removed debug log | obscuren | 2014-07-10 | 1 | -3/+0 |
* | | Consensus and bug fixes | obscuren | 2014-07-10 | 4 | -13/+58 |
* | | 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" | 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 |
| |\ |
|
| | * | 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 |
| | * | Merge branch 'develop' of github.com:ethereum/eth-go into feature/ethutil-ref... | zelig | 2014-07-05 | 2 | -23/+28 |
| | |\
| | |/
| |/| |
|
| | * | Merge branch 'develop' of github.com:ethereum/eth-go into feature/ethutil-ref... | zelig | 2014-07-05 | 5 | -13/+27 |
| | |\ |
|
| | * | | ethreact | zelig | 2014-07-05 | 3 | -0/+278 |
| | * | | 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 |
* | | 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 | 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 into... | obscuren | 2014-07-04 | 6 | -38/+122 |
|/| | | |
|
| * | | | ConfigManager (transitional) | zelig | 2014-07-04 | 1 | -27/+19 |
| * | | | 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 |
* | 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 |
|\ |
|
| * | 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 int... | obscuren | 2014-07-01 | 54 | -1/+13349 |
|/| | | |
|
| * | | | 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 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; p... | zelig | 2014-06-30 | 1 | -3/+7 |
| * | | | new command line options | zelig | 2014-06-30 | 1 | -4/+8 |
| * | | | 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 |
| | | |\ \ \ |
|
| | | * | | | | Added install script | obscuren | 2014-06-27 | 1 | -0/+48 |
| | | * | | | | Merge branch 'release/0.5.15' | obscuren | 2014-06-27 | 26 | -593/+797 |
| | | |\ \ \ \ |
|
| | | * \ \ \ \ | Merge branch 'release/0.5.14' | obscuren | 2014-06-20 | 5 | -57/+7 |
| | | |\ \ \ \ \ |
|
| | | * \ \ \ \ \ | Merge branch 'release/0.5.13' | obscuren | 2014-06-17 | 9 | -35/+141 |
| | | |\ \ \ \ \ \ |
|
| | | * \ \ \ \ \ \ | Merge branch 'release/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 |
| * | | | | | | | | | | 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 |
| * | | | | | | | | | | 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 |
| | * | | | | | | | | | log slider | zelig | 2014-06-26 | 2 | -3/+15 |
| | * | | | | | | | | | 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 |
| | * | | | | | | | | | | merge upstream | zelig | 2014-06-25 | 11 | -39/+210 |
| | |\ \ \ \ \ \ \ \ \ \ |
|
| | * | | | | | | | | | | | fix imports in ui_lib and flags cos of defaultAssetPath move; fix logLevel ty... | zelig | 2014-06-23 | 4 | -11/+17 |
| | * | | | | | | | | | | | merge upstream | zelig | 2014-06-23 | 2 | -4/+17 |
| | |\ \ \ \ \ \ \ \ \ \ \ |
|
| | * | | | | | | | | | | | | refactor cli and gui wrapper code. Details: | zelig | 2014-06-23 | 10 | -465/+429 |
| | * | | | | | | | | | | | | 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 fo... | zelig | 2014-06-23 | 3 | -29/+38 |
| | * | | | | | | | | | | | | | 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 |
| | | |_|_|_|_|/ / / / / / /
| | |/| | | | | | | | | | | |
|
| * | | | | | | | | | | | | | 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 |
| | |_|_|/ / / / / /
| |/| | | | | | | | |
|
| * | | | | | | | | | Merge branch 'release/0.5.13' into develop | obscuren | 2014-06-17 | 2 | -2/+2 |
| |\ \ \ \ \ \ \ \ \
| | | |_|_|_|_|/ / /
| | |/| | | | | | | |
|
| | * | | | | | | | | bump | obscuren | 2014-06-17 | 2 | -2/+2 |
| |/ / / / / / / / |
|
| * | | | | | | | | Removed init fees | obscuren | 2014-06-16 | 2 | -6/+0 |
| * | | | | | | | | Max 250 log | obscuren | 2014-06-15 | 1 | -1/+7 |
| * | | | | | | | | Added a log level slider which can change the log level | obscuren | 2014-06-14 | 3 | -9/+53 |
| * | | | | | | | | Minor UI adjustments | obscuren | 2014-06-12 | 2 | -11/+40 |
| | |_|/ / / / /
| |/| | | | | | |
|
| * | | | | | | | Toggle inspector / reload using magic rectangle | Maran | 2014-06-11 | 1 | -1/+25 |
| * | | | | | | | Reimplement -datadir flag. Implements #79 | Maran | 2014-06-11 | 4 | -4/+12 |
| * | | | | | | | Implemented usedGas to the explorer | Maran | 2014-06-11 | 1 | -3/+3 |
| * | | | | | | | Add GasLimit to the block explorer | Maran | 2014-06-11 | 1 | -2/+3 |
| * | | | | | | | Merge branch 'release/poc5-rc12' into develop | obscuren | 2014-06-10 | 2 | -2/+2 |
| |\ \ \ \ \ \ \
| | | |_|_|/ / /
| | |/| | | | | |
|
| | * | | | | | | bump | obscuren | 2014-06-10 | 2 | -2/+2 |
| |/ / / / / / |
|
| * | | | | | | Fixed debugger hang | obscuren | 2014-06-10 | 3 | -9/+33 |
| * | | | | | | debugger output | obscuren | 2014-06-06 | 1 | -1/+2 |
| * | | | | | | Merge branch 'develop' of github.com-obscure:ethereum/go-ethereum into develop | obscuren | 2014-06-05 | 6 | -7/+143 |
| |\ \ \ \ \ \ |
|
| | * | | | | | | Implement getStateKeyVal for JS bindings. | Maran | 2014-06-04 | 4 | -3/+18 |
| | * | | | | | | Add loading of extra build in js files to JS-Repl. Implements #67 | Maran | 2014-06-04 | 1 | -0/+19 |
| | * | | | | | | Added namereg register option to qml wallet | Maran | 2014-06-03 | 2 | -2/+30 |
| | * | | | | | | Implemented transaction catching up. Implements #73 | Maran | 2014-06-03 | 1 | -0/+11 |
| | * | | | | | | Tweaks and latency added to peeroverview | Maran | 2014-06-03 | 1 | -5/+6 |
| | * | | | | | | Added Peer Window | Maran | 2014-06-02 | 3 | -2/+64 |
| | | |_|/ / /
| | |/| | | | |
|
| * / | | | | | Added more debugger output | obscuren | 2014-06-05 | 1 | -4/+13 |
| |/ / / / / |
|
| * | | | | | ethereum instead of ethereal. Fixes #69 | obscuren | 2014-05-31 | 1 | -1/+1 |
| * | | | | | fixed logging issue that would otherwise crash the client. Fixes #68 | obscuren | 2014-05-31 | 1 | -6/+9 |
| * | | | | | Merge branch 'develop' | obscuren | 2014-05-31 | 1 | -1/+2 |
| |\ \ \ \ \ |
|
| | * | | | | | show first? | obscuren | 2014-05-31 | 1 | -1/+2 |
| * | | | | | | Merge branch 'develop' | obscuren | 2014-05-31 | 4 | -17/+43 |
| |\| | | | | |
|
| | * | | | | | Added ini file for ethereum. fixes #66 | obscuren | 2014-05-31 | 4 | -17/+43 |
| * | | | | | | Merge branch 'develop' | obscuren | 2014-05-30 | 10 | -1042/+1001 |
| |\| | | | | |
|
| | * | | | | | Added config file setup. Fixes #59 | obscuren | 2014-05-30 | 5 | -28/+35 |
| | * | | | | | Unified the contract interface and tx interface. Fixes #62 | obscuren | 2014-05-30 | 2 | -51/+54 |
| | * | | | | | Improved UI | obscuren | 2014-05-30 | 5 | -130/+47 |
| | * | | | | | Update peer info | obscuren | 2014-05-30 | 1 | -3/+13 |
| | * | | | | | Minor GUI updates | obscuren | 2014-05-30 | 3 | -36/+49 |
| | * | | | | | . | obscuren | 2014-05-29 | 1 | -1001/+1001 |
| | * | | | | | Minor UI changes | obscuren | 2014-05-29 | 4 | -17/+25 |
| | * | | | | | Minimal fee for sending transactions | obscuren | 2014-05-29 | 1 | -1/+1 |
| | * | | | | | Removed regexp for namereg | obscuren | 2014-05-29 | 1 | -2/+2 |
| | * | | | | | Disabled instruction selection | obscuren | 2014-05-29 | 2 | -2/+3 |
| * | | | | | | Merge branch 'develop' | obscuren | 2014-05-29 | 6 | -243/+252 |
| |\| | | | | |
|
| | * | | | | | merge | obscuren | 2014-05-29 | 4 | -1007/+1004 |
| | |\ \ \ \ \ |
|
| | | * | | | | | Add 0x when feeding data to debugger | Maran | 2014-05-29 | 1 | -1/+1 |
| | | * | | | | | Merge branch 'release/poc5-rc11' into develop | Maran | 2014-05-28 | 2 | -2/+2 |
| | | |\ \ \ \ \ |
|
| | * | | | | | | | Fixes and improved debugger | obscuren | 2014-05-29 | 5 | -1242/+1252 |
| * | | | | | | | | Fix merge conflict | Maran | 2014-05-28 | 0 | -0/+0 |
| |\ \ \ \ \ \ \ \ |
|
| | * | | | | | | | | Data and script in the debugger accept "0x" values and regular scripting | obscuren | 2014-05-28 | 2 | -25/+45 |
| * | | | | | | | | | Merge branch 'release/poc5-rc11' | Maran | 2014-05-28 | 6 | -37/+106 |
| |\ \ \ \ \ \ \ \ \
| | |/ / / / / / / /
| |/| | | / / / / /
| | | |_|/ / / / /
| | |/| | | | | | |
|
| | * | | | | | | | Bump to RC11 | Maran | 2014-05-28 | 2 | -2/+2 |
| | | |/ / / / /
| | |/| | | | | |
|
| | * | | | | | | Refactor hex encode and remove coupling of popup to main window | Maran | 2014-05-28 | 2 | -4/+2 |
| | |/ / / / / |
|
| | * | | | | | Hooked up the Block Explorer to the Debugger so we can instantly debug made t... | Maran | 2014-05-28 | 3 | -8/+59 |
| | * | | | | | Merge branch 'develop' of github.com-obscure:ethereum/go-ethereum into develop | obscuren | 2014-05-28 | 0 | -0/+0 |
| | |\ \ \ \ \ |
|
| | | * \ \ \ \ | Merge branch 'hotfix/2' into develop | Maran | 2014-05-28 | 3 | -990/+976 |
| | | |\ \ \ \ \ |
|
| | * | \ \ \ \ \ | Merge branch 'master' into develop | obscuren | 2014-05-28 | 3 | -990/+976 |
| | |\ \ \ \ \ \ \
| | |/ / / / / / /
| |/| | | | | | | |
|
| * | | | | | | | | Merge branch 'hotfix/2' | Maran | 2014-05-28 | 3 | -990/+976 |
| |\ \ \ \ \ \ \ \
| | | |_|/ / / / /
| | |/| | | | | | |
|
| | * | | | | | | | Consolidated external qml files to hopefully prevent crashing bug | Maran | 2014-05-28 | 3 | -990/+976 |
| |/ / / / / / / |
|
| * | | | | | | | Merge branch 'develop' | obscuren | 2014-05-27 | 2 | -1/+32 |
| |\ \ \ \ \ \ \
| | | |/ / / / /
| | |/| | | | | |
|
| * | | | | | | | Merge branch 'release/poc5-rc10' | obscuren | 2014-05-27 | 9 | -112/+617 |
| |\ \ \ \ \ \ \ |
|
| * \ \ \ \ \ \ \ | Merge branch 'release/poc5-rc9' | obscuren | 2014-05-26 | 12 | -33/+113 |
| |\ \ \ \ \ \ \ \
| | |_|_|_|/ / / /
| |/| | | | | | | |
|
| * | | | | | | | | Merge branch 'release/poc5-rc8' | obscuren | 2014-05-21 | 8 | -46/+156 |
| |\ \ \ \ \ \ \ \ |
|
| * \ \ \ \ \ \ \ \ | Merge branch 'release/poc5-rc7' | obscuren | 2014-05-20 | 17 | -304/+522 |
| |\ \ \ \ \ \ \ \ \ |
|
| * \ \ \ \ \ \ \ \ \ | Merge branch 'release/poc5-rc6' | obscuren | 2014-05-15 | 13 | -120/+195 |
| |\ \ \ \ \ \ \ \ \ \ |
|
| * \ \ \ \ \ \ \ \ \ \ | Merge branch 'develop' | obscuren | 2014-05-13 | 1 | -2/+2 |
| |\ \ \ \ \ \ \ \ \ \ \ |
|
| * \ \ \ \ \ \ \ \ \ \ \ | Merge branch 'release/poc5-rc4' | obscuren | 2014-05-13 | 11 | -185/+355 |
| |\ \ \ \ \ \ \ \ \ \ \ \ |
|
| * \ \ \ \ \ \ \ \ \ \ \ \ | Merge branch 'release/poc5-rc3' | obscuren | 2014-05-10 | 4 | -5/+5 |
| |\ \ \ \ \ \ \ \ \ \ \ \ \ |
|
| * \ \ \ \ \ \ \ \ \ \ \ \ \ | Merge branch 'release/poc5-rc2' | obscuren | 2014-05-10 | 14 | -298/+590 |
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ |
|
| * \ \ \ \ \ \ \ \ \ \ \ \ \ \ | Merge branch 'release/poc5-rc1' | obscuren | 2014-05-05 | 34 | -247/+10205 |
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ |
|
| | | | | | | | | | | | | * | | | | Debugger script&data now accept "0x" values | obscuren | 2014-05-28 | 2 | -25/+45 |
| | | | | | | | | | | | |/ / / / |
|
| | | | | | | | | | | | * | | | | Added some shortcuts | obscuren | 2014-05-27 | 2 | -1/+32 |
| | | | | | | | | | | | * | | | | Merge branch 'release/poc5-rc10' into develop | obscuren | 2014-05-27 | 2 | -2/+2 |
| | | | | | | | | | | | |\ \ \ \
| | | | | | | | | | | | |/ / / /
| | | | | | | | | | | |/| | | | |
|
| | | | | | | | | | | * | | | | | bump | obscuren | 2014-05-27 | 2 | -2/+2 |
| | | | | | | | | | | |/ / / / |
|
| | | | | | | | | | | * | | | | Minor fixes and improvements to the ui | obscuren | 2014-05-27 | 4 | -27/+40 |
| | | | | | | | | | | * | | | | Merge branch 'develop' of github.com-obscure:ethereum/go-ethereum into develop | obscuren | 2014-05-27 | 3 | -22/+161 |
| | | | | | | | | | | |\ \ \ \ |
|
| | | | | | | | | | | | * | | | | Uhm what | Maran | 2014-05-27 | 1 | -1/+2 |
| | | | | | | | | | | | * | | | | Adding new blocks on broadcast | Maran | 2014-05-27 | 2 | -5/+15 |
| | | | | | | | | | | | * | | | | Increase size for asm | Maran | 2014-05-27 | 1 | -2/+2 |
| | | | | | | | | | | | * | | | | Removed recursive function for loop | Maran | 2014-05-27 | 2 | -15/+8 |
| | | | | | | | | | | | * | | | | Fix merge conflict | Maran | 2014-05-27 | 4 | -47/+64 |
| | | | | | | | | | | | |\ \ \ \ |
|
| | | | | | | | | | | | * | | | | | Remove extra log statement | Maran | 2014-05-26 | 1 | -1/+0 |