Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | | | | 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 | |
| |/| | | | | ||||||
| * | | | | | Fix for creating a tx from an unknown account | obscuren | 2014-07-01 | 1 | -1/+1 | |
| | |/ / / | |/| | | | ||||||
| * | | | | Close pow chat. Fixes #95 | obscuren | 2014-07-01 | 1 | -1/+3 | |
| * | | | | The dragon has been slain. Consensus reached! | obscuren | 2014-07-01 | 5 | -21/+46 | |
| * | | | | Paranoia | obscuren | 2014-07-01 | 2 | -2/+3 | |
| * | | | | Regression test for trie | obscuren | 2014-07-01 | 1 | -16/+54 | |
| * | | | | Added Paranoia check for VM execution | obscuren | 2014-07-01 | 7 | -115/+58 | |
| * | | | | Iterator fix | obscuren | 2014-06-30 | 2 | -8/+6 | |
| * | | | | Generic trie | obscuren | 2014-06-30 | 1 | -10/+12 | |
| * | | | | Merge branch 'develop' into interop | obscuren | 2014-06-30 | 4 | -5/+13 | |
| |\ \ \ \ | ||||||
| | * \ \ \ | Merge branch 'develop' of github.com-obscure:ethereum/eth-go into develop | obscuren | 2014-06-30 | 4 | -5/+13 | |
| | |\ \ \ \ | ||||||
| * | | | | | | wip | obscuren | 2014-06-30 | 4 | -2/+59 | |
| |/ / / / / | ||||||
| * | | | | | Using remote for test cases | obscuren | 2014-06-30 | 2 | -17/+108 | |
| * | | | | | Merge branch 'master' of github.com-obscure:ethereum/eth-go | obscuren | 2014-06-27 | 1 | -1/+1 | |
| |\ \ \ \ \ | ||||||
| | * \ \ \ \ | Merge pull request #26 from ethersphere/master | Jeffrey Wilcke | 2014-06-27 | 1 | -1/+1 | |
| | |\ \ \ \ \ | ||||||
| | | * | | | | | bump v5.15 | zelig | 2014-06-27 | 1 | -1/+1 | |
| * | | | | | | | Merge branch 'develop' | obscuren | 2014-06-27 | 1 | -1/+8 | |
| |\ \ \ \ \ \ \ | | |/ / / / / / | |/| | | | | | | ||||||
| * | | | | | | | Merge branch 'develop' | obscuren | 2014-06-27 | 1 | -1/+1 | |
| |\ \ \ \ \ \ \ | | |_|/ / / / / | |/| | | | | | | ||||||
| * | | | | | | | Merge branch 'release/0.5.15' | obscuren | 2014-06-27 | 25 | -403/+714 | |
| |\ \ \ \ \ \ \ | ||||||
| * \ \ \ \ \ \ \ | Merge branch 'release/0.5.14' | obscuren | 2014-06-20 | 20 | -466/+419 | |
| |\ \ \ \ \ \ \ \ | ||||||
| * \ \ \ \ \ \ \ \ | Merge branch 'release/0.5.13' | obscuren | 2014-06-17 | 27 | -352/+1271 | |
| |\ \ \ \ \ \ \ \ \ | ||||||
| * \ \ \ \ \ \ \ \ \ | Merge branch 'release/poc5-rc12' | obscuren | 2014-06-10 | 8 | -16/+62 | |
| |\ \ \ \ \ \ \ \ \ \ | ||||||
| | | | | | | | | | * | | DBKeyStore.Load returns no error if keyring not found in db | zelig | 2014-06-30 | 1 | -1/+1 | |
| | | | | | | | | | * | | using keyPair.Mnemonic() in file key store Save method | zelig | 2014-06-30 | 1 | -1/+1 | |
| | | | | | | | | | * | | added Mnemonic() and AsStrings() methods, added memoization for address | zelig | 2014-06-30 | 1 | -2/+18 | |
| | | | | | | | | | * | | add InitFromString method to be used in gui | zelig | 2014-06-30 | 1 | -0/+8 | |
| | | | | | | | | | * | | change all modified calls to ethtrie, ethutil and ethcrypto functions | zelig | 2014-06-30 | 14 | -83/+91 | |
| | | | | | | | | | * | | refactor ethutil/trie to ethtrie | zelig | 2014-06-29 | 6 | -30/+33 | |
| | | | | | | | | | * | | import math/big | zelig | 2014-06-29 | 1 | -0/+1 | |
| | | | | | | | | | * | | move CreateAddress from ethutil/common to ethcrypto | zelig | 2014-06-29 | 2 | -7/+7 | |
| | | | | | | | | | * | | no strconv import needed | zelig | 2014-06-29 | 1 | -3/+1 | |
| | | | | | | | | | * | | Key Manager | zelig | 2014-06-29 | 5 | -0/+514 | |
| | | | | | | | | | * | | remove ethutil helpers (refactored), and keypair (key management under ethcry... | zelig | 2014-06-29 | 2 | -179/+0 | |
| | | | | | | | | | * | | config Pubkey removed (unused) | zelig | 2014-06-29 | 1 | -1/+0 | |
| | | | | | | | | | * | | move ethutil/mnemonic to ethcrypto - electrum word list now sourced from file | zelig | 2014-06-29 | 4 | -1691/+1703 | |
| | | | | | | | | | * | | move ethutil helper crypto functions to ethcrypto/crypto | zelig | 2014-06-29 | 1 | -0/+27 | |
| | | | | | | | | | * | | move ethutil hex conversion functions to bytes | zelig | 2014-06-29 | 1 | -2/+12 | |
| | | | | | | | | | * | | move ethutil helper slice functions -> slice | zelig | 2014-06-29 | 1 | -0/+28 | |
| | | | | | | | | |/ / | | | | | | | | |/| | | ||||||
| | | | | | | | * | | | Merge pull request #27 from ethersphere/bugfix/ethchain-test | Jeffrey Wilcke | 2014-06-28 | 5 | -6/+14 | |
| | | | | | | |/| | | | ||||||
| | | | | | | | * | | | transitional ethutil.ReadConfig fixes in ethchain tests (they still fail! FIX... | zelig | 2014-06-27 | 5 | -6/+14 | |
| | | | | | | |/ / / | ||||||
| | | | | | | * / / | nil check | obscuren | 2014-06-27 | 1 | -1/+8 | |
| | | | | | |/ / / | ||||||
| | | | | | * | | | :-( | obscuren | 2014-06-27 | 1 | -1/+1 | |
| | | | | | * | | | Merge branch 'release/0.5.15' into develop | obscuren | 2014-06-27 | 1 | -1/+1 | |
| | | | | | |\ \ \ | | | | | | |/ / / | | | | | |/| | | | ||||||
| | | | | * | | | | Merge branch 'develop' into release/0.5.15 | obscuren | 2014-06-27 | 19 | -295/+521 | |
| | | | | |\| | | | ||||||
| | | | | | * | | | Merge branch 'ethersphere-feature/logging' into develop | obscuren | 2014-06-27 | 19 | -295/+521 | |
| | | | | | |\ \ \ | ||||||
| | | | | | | * | | | go fmt | zelig | 2014-06-27 | 14 | -205/+204 | |
| | | | | | | * | | | merge upstream; fix port in use warning; new logger API | zelig | 2014-06-26 | 6 | -27/+24 | |
| | | | | | | |\ \ \ | | | | | | | |/ / / | | | | | | |/| | | | ||||||
| | | | | | | * | | | ethereum logs server started/stopped message | zelig | 2014-06-26 | 1 | -0/+2 | |
| | | | | | | * | | | space in miner logging message | zelig | 2014-06-26 | 1 | -1/+1 | |
| | | | | | | * | | | new logger API for upstream merge | zelig | 2014-06-26 | 1 | -1/+1 | |
| | | | | | | * | | | merge upstream | zelig | 2014-06-25 | 4 | -42/+11 | |
| | | | | | | |\ \ \ | ||||||
| | | | | | | * | | | | put back extra debug detail logging to the right places using logger.DebugDet... | zelig | 2014-06-25 | 2 | -8/+8 | |
| | | | | | | * | | | | update doc: list levels and show usage of named print methods | zelig | 2014-06-25 | 1 | -0/+4 | |
| | | | | | | * | | | | implement DebugDetail loglevel and named print methods | zelig | 2014-06-25 | 1 | -0/+9 | |
| | | | | | | * | | | | Merge remote-tracking branch 'upstream/develop' into feature/logging | zelig | 2014-06-25 | 4 | -6/+48 | |
| | | | | | | |\ \ \ \ | ||||||
| | | | | | | * \ \ \ \ | merge upstream | zelig | 2014-06-23 | 8 | -58/+115 | |
| | | | | | | |\ \ \ \ \ | ||||||
| | | | | | | * | | | | | | refactor config (transitional). Details: | zelig | 2014-06-23 | 1 | -180/+20 | |
| | | | | | | * | | | | | | modified logging API | zelig | 2014-06-23 | 13 | -111/+132 | |
| | | | | | | * | | | | | | refactor logging. Details: | zelig | 2014-06-23 | 3 | -0/+352 | |
| | | | | * | | | | | | | | bump | obscuren | 2014-06-27 | 1 | -1/+1 | |
| | | | | |/ / / / / / / | ||||||
| | | | | * | | | | | | | Logging, variable rearrangement | obscuren | 2014-06-26 | 5 | -26/+23 | |
| | | | | * | | | | | | | Added instruction numbers | obscuren | 2014-06-26 | 1 | -2/+2 | |
| | | | | | |_|_|/ / / | | | | | |/| | | | | | ||||||
| | | | | * | | | | | | New mutan implementation | obscuren | 2014-06-25 | 1 | -19/+4 | |
| | | | | * | | | | | | Merge branch 'develop' of github.com-obscure:ethereum/eth-go into develop | obscuren | 2014-06-25 | 3 | -2/+35 | |
| | | | | |\ \ \ \ \ \ | | | | | | | |_|/ / / | | | | | | |/| | | | | ||||||
| | | | | | * | | | | | Implement something that looks like confirmations, wip | Maran | 2014-06-25 | 2 | -2/+5 | |
| | | | | | * | | | | | Implemented TX History for ethPub | Maran | 2014-06-25 | 1 | -1/+30 | |
| | | | | | * | | | | | Fix key generation in ethPub | Maran | 2014-06-25 | 2 | -1/+2 | |
| | | | | * | | | | | | Merge branch 'develop' of github.com-obscure:ethereum/eth-go into develop | obscuren | 2014-06-25 | 1 | -3/+10 | |
| | | | | |\| | | | | | ||||||
| | | | | | * | | | | | Support hex and decimal keys for GetStorageAt RPC. Fixes ethereum/go-ethereum#74 | Maran | 2014-06-24 | 1 | -3/+10 | |
| | | | | * | | | | | | Removed BlockDo Method | obscuren | 2014-06-25 | 1 | -18/+0 | |
| | | | | * | | | | | | Logging order | obscuren | 2014-06-23 | 2 | -6/+8 | |
| | | | | |/ / / / / | ||||||
| | | | | * | / / / | Let the state create the object | obscuren | 2014-06-23 | 1 | -1/+3 | |
| | | | | | |/ / / | | | | | |/| | | | ||||||
| | | | | * | | | | Minor fixes to vm output | obscuren | 2014-06-23 | 1 | -8/+6 | |
| | | | | * | | | | Removed comments | obscuren | 2014-06-23 | 1 | -1/+1 | |
| | | | | * | | | | Added Block do which replays the given block or error | obscuren | 2014-06-23 | 1 | -0/+18 | |
| | | | | * | | | | Do not keep on asking for the same chain | obscuren | 2014-06-23 | 1 | -0/+8 | |
| | | | | * | | | | Added hex script method | obscuren | 2014-06-23 | 1 | -0/+8 | |
| | | | | * | | | | Make sure that public key always uses 64 bytes | obscuren | 2014-06-23 | 1 | -10/+10 | |
| | | | | * | | | | Clean up & refactored methods | obscuren | 2014-06-23 | 1 | -26/+27 | |
| | | | | * | | | | Support serpent lang | obscuren | 2014-06-21 | 1 | -10/+22 | |
| | | | | * | | | | Append zero's in R & S | obscuren | 2014-06-21 | 1 | -3/+7 | |
| | | | | * | | | | Moved 0 check to state object for now | obscuren | 2014-06-21 | 2 | -12/+21 | |
| | | | | |/ / / | ||||||
| | | | | * | | | Changed loggers | obscuren | 2014-06-20 | 1 | -5/+5 | |
| | | | | * | | | CALLDATACOPY | obscuren | 2014-06-20 | 1 | -2/+21 | |
| | | | | * | | | Merge branch 'release/0.5.14' into develop | obscuren | 2014-06-20 | 2 | -2/+2 | |
| | | | | |\ \ \ | | | | | |/ / / | | | | |/| | | | ||||||
| | | | * | | | | bump | obscuren | 2014-06-20 | 2 | -2/+2 | |
| | | | |/ / / | ||||||
| | | | * | | | Returned to single method | obscuren | 2014-06-20 | 1 | -29/+6 | |
| | | | * | | | Removed some logging | obscuren | 2014-06-20 | 2 | -9/+10 | |
| | | | * | | | Changed copy/set | obscuren | 2014-06-20 | 1 | -1/+22 | |
| | | | * | | | Renamed snapshot to copy/set and added it back to the VM | obscuren | 2014-06-20 | 2 | -26/+28 | |
| | | | * | | | Length check on get | obscuren | 2014-06-20 | 1 | -2/+8 | |
| | | | * | | | Removed log | obscuren | 2014-06-19 | 1 | -2/+0 | |
| | | | * | | | Fixed call | obscuren | 2014-06-19 | 1 | -35/+42 | |
| | | | * | | | Method for checking contract addresses | obscuren | 2014-06-19 | 1 | -1/+5 | |
| | | | * | | | Added missing types | obscuren | 2014-06-19 | 1 | -0/+1 | |
| | | | * | | | Update after each transition instead of at the end. | obscuren | 2014-06-19 | 1 | -11/+22 | |
| | | | * | | | Reset state when a transition fails | obscuren | 2014-06-19 | 2 | -46/+93 | |
| | | | * | | | Merge branch 'develop' of github.com-obscure:ethereum/eth-go into develop | obscuren | 2014-06-18 | 2 | -12/+36 | |
| | | | |\ \ \ | ||||||
| | | | | * \ \ | Merge branch 'feature/peers' into develop | Maran | 2014-06-18 | 2 | -11/+34 | |
| | | | | |\ \ \ | ||||||
| | | | | | * | | | Reworked peers to check for public key duplication and adding peers to peerli... | Maran | 2014-06-18 | 2 | -11/+34 | |
| | | | | * | | | | Merge branch 'develop' of github.com:ethereum/eth-go into develop | Maran | 2014-06-18 | 9 | -69/+126 | |
| | | | | |\ \ \ \ | | | | | | |/ / / | | | | | |/| | | | ||||||
| | | | | * | | | | Reduce peer timeout to 10 seconds | Maran | 2014-06-18 | 1 | -1/+2 | |
| | | | * | | | | | Logging | obscuren | 2014-06-18 | 1 | -3/+5 | |
| | | | * | | | | | Updated test | obscuren | 2014-06-18 | 1 | -30/+14 | |
| | | | * | | | | | CALLDATALOAD return 32 byte at all times | obscuren | 2014-06-18 | 1 | -11/+31 | |
| | | | * | | | | | Return a single byte if byte get called | obscuren | 2014-06-18 | 1 | -0/+2 | |
| | | | | |/ / / | | | | |/| | | | ||||||
| | | | * | | | | Proper checks for multiple data items. Fixes #80 | obscuren | 2014-06-18 | 2 | -6/+2 | |
| | | | * | | | | log | obscuren | 2014-06-18 | 1 | -2/+9 | |
| | | | * | | | | Swapped vars | obscuren | 2014-06-18 | 1 | -17/+9 | |
| | | | * | | | | Fixed GT and LT | obscuren | 2014-06-18 | 3 | -13/+26 | |
| | | | * | | | | Verbose logging for VM | obscuren | 2014-06-18 | 2 | -5/+41 | |
| | | | * | | | | Fixed issue where JUMPI would do an equally check with 1 instead of GT | obscuren | 2014-06-18 | 5 | -34/+47 | |
| | | | |/ / / | ||||||
| | | | * | | | Merge branch 'develop' of github.com:ethereum/eth-go into develop | Maran | 2014-06-17 | 7 | -279/+67 | |
| | | | |\ \ \ | ||||||
| | | | | * | | | Removed deprecated states | obscuren | 2014-06-17 | 2 | -240/+2 | |
| | | | | * | | | Removal of manual updating of state objects | obscuren | 2014-06-17 | 6 | -39/+65 | |
| | | | * | | | | A handful of GUI fixes | Maran | 2014-06-17 | 1 | -3/+4 | |
| | | | |/ / / | ||||||
| | | | * | | | Merge branch 'release/0.5.13' into develop | obscuren | 2014-06-17 | 2 | -2/+2 | |
| | | | |\ \ \ | | | | |/ / / | | | |/| | | | ||||||
| | | * | | | | bump | obscuren | 2014-06-17 | 2 | -2/+2 | |
| | | |/ / / | ||||||
| | | * | | | comment | obscuren | 2014-06-17 | 1 | -1/+1 | |
| | | * | | | Refund gas | obscuren | 2014-06-16 | 2 | -4/+22 | |
| | | * | | | Check for nil receiver | obscuren | 2014-06-16 | 1 | -2/+7 | |
| | | * | | | Fixed minor issue with the gas pool | obscuren | 2014-06-16 | 4 | -9/+13 | |
| | | * | | | Moved gas limit err check to buy gas | obscuren | 2014-06-16 | 5 | -41/+58 | |
| | | * | | | .. | obscuren | 2014-06-16 | 1 | -1/+0 | |
| | | * | | | Removed old fees | obscuren | 2014-06-16 | 1 | -1/+1 | |
| | | * | | | Removed old fees | obscuren | 2014-06-16 | 1 | -24/+0 | |
| | | * | | | Removed some comments | obscuren | 2014-06-16 | 1 | -2/+1 | |
| | | * | | | Keeping old code for reference | obscuren | 2014-06-16 | 1 | -88/+89 | |
| | | * | | | Changed RlpEncodable | obscuren | 2014-06-16 | 1 | -0/+1 | |
| | | * | | | Method for creating a new key from scratch | obscuren | 2014-06-16 | 1 | -0/+6 | |
| | | * | | | Reworking messaging interface | obscuren | 2014-06-16 | 1 | -4/+159 | |
| | | * | | | Cache whole objects instead of states only | obscuren | 2014-06-16 | 2 | -2/+117 | |
| | | * | | | Run contracts | obscuren | 2014-06-15 | 1 | -0/+7 | |
| | | * | | | Set contract addr for new transactions | obscuren | 2014-06-15 | 2 | -5/+6 | |
| | | * | | | Increase ping timeout to 30 seconds | obscuren | 2014-06-15 | 1 | -3/+2 | |
| | | * | | | Logging mechanism | obscuren | 2014-06-14 | 2 | -1/+31 | |
| | | * | | | Moving closer to interop | obscuren | 2014-06-14 | 6 | -12/+25 | |
| | | * | | | Moving a head closer to interop | obscuren | 2014-06-13 | 6 | -39/+64 | |
| | | * | | | comments & refactor | obscuren | 2014-06-13 | 2 | -5/+19 | |
| | | * | | | Refactored state transitioning to its own model | obscuren | 2014-06-13 | 1 | -0/+206 | |
| | | * | | | Refactored state transitioning to its own model | obscuren | 2014-06-13 | 2 | -200/+13 | |
| | | * | | | Refactoring state transitioning | obscuren | 2014-06-13 | 10 | -191/+509 | |
| | | * | | | Changed opcode numbers and added missing opcodes | obscuren | 2014-06-12 | 4 | -19/+43 | |
| | | * | | | Merge branch 'develop' into interop | obscuren | 2014-06-12 | 4 | -10/+13 | |
| | | |\ \ \ | ||||||
| | | | * | | | log changes | obscuren | 2014-06-12 | 4 | -10/+13 | |
| | | * | | | | Merge branch 'develop' into interop | obscuren | 2014-06-12 | 9 | -20/+93 | |
| | | |\| | | | ||||||
| | | | * | | | Fix compare | Maran | 2014-06-11 | 1 | -1/+2 | |
| | | | * | | | Exposed usedGas through ethPub | Maran | 2014-06-11 | 1 | -1/+2 | |
| | | | * | | | Implemented counting of usedGas | Maran | 2014-06-11 | 1 | -0/+3 | |
| | | | * | | | Expose GasLimit to ethPub | Maran | 2014-06-11 | 2 | -2/+3 | |
| | | | * | | | Don't mine transactions if they would go over the GasLimit implements ethereu... | Maran | 2014-06-10 | 2 | -0/+35 | |
| | | | * | | | Refactor to use new method | Maran | 2014-06-10 | 1 | -13/+1 | |
| | | | * | | | Implement CalcGasPrice for ethereum/go-ethereum#77 | Maran | 2014-06-10 | 1 | -0/+29 | |
| | | | * | | | Fix BigMax to return the biggest number, not the smallest | Maran | 2014-06-10 | 1 | -2/+2 | |
| | | | * | | | Validate minimum gasPrice and reject if not met | Maran | 2014-06-10 | 1 | -0/+7 | |
| | | | * | | | Prevent peer stop crash by removing logging | Maran | 2014-06-10 | 1 | -1/+0 | |
| | | | * | | | Stop peers when they don't respond to ping/pong. Might fix ethereum/go-ethere... | Maran | 2014-06-10 | 1 | -3/+12 | |
| | | * | | | | Minor changes | obscuren | 2014-06-12 | 3 | -5/+5 | |
| | | * | | | | Added a buy gas method | obscuren | 2014-06-12 | 1 | -3/+18 |