Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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 |
| | | | | | | | | | | | - keypair, keyring: -- consistent naming of methods -- error propagation -- no panic - keyManager: persist, import, export, initialize and (re)set keyring - no global public "singleton" keyring, instead interface via keyManager - keys test - KeyStore interface, DB and File store implementations | ||||
* | remove ethutil helpers (refactored), and keypair (key management under ↵ | zelig | 2014-06-29 | 2 | -179/+0 |
| | | | | ethcrypto package) | ||||
* | 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... | ||||
| * | transitional ethutil.ReadConfig fixes in ethchain tests (they still fail! ↵ | zelig | 2014-06-27 | 5 | -6/+14 |
|/ | | | | FIXME :) | ||||
* | 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 ↵ | zelig | 2014-06-25 | 2 | -8/+8 |
| | | | | | | | | | | | | | | | | logger.DebugDetailf | ||||
| * | | | 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 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - ReadConfig initialiser sets up global ethutil.Config via config file passed from wrappers - does not write out adhoc default (not meant to) but creates empty config file if it does not exist so that globalconf does not complain if persists a flag - 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) - add EnvPrefix, to handle environment variable options too via globalconf - this is still transitional: global Config should just be a wrapper around globalconfig config handler and should be moved to go-ethereum - actual eth stack config should not be global instead config handled properly with explicit dependency injectioninto eth stack component instances | ||||
| * | | | | | modified logging API | zelig | 2014-06-23 | 13 | -111/+132 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - package vars for tagged loggers - weed out spurious fmt.PrintX and log.PrintX logging - tried to second guess loglevel for some :) | ||||
| * | | | | | refactor logging. Details: | zelig | 2014-06-23 | 3 | -0/+352 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - packages use tagged logger sending log messages to shared (process-wide) logging engine - log writers (interface ethlog.LogSystem) can be added to the logging engine by wrappers/guis/clients - shared logging engine dispatching to multiple log systems - log level can be set separately per log system - async logging thread: logging IO does not block main thread - log messages are synchronously stringified to avoid incorrectly logging of changed states - README.md - loggers_test | ||||
| | | | | * | 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 |
| | | | | | Updating the state /after/ the entire transition creates invalid receipts. | ||||
* | 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 ↵ | Maran | 2014-06-18 | 2 | -11/+34 |
| | | | | | | | | | | | | peerlist only after the handshake has come in | ||||
| * | | 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 |
| | | | | | | | | | | * You'll only ever need to update the state by calling Update. Update will take care of the updating of it's child state objects. | ||||
* | | 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 |
|\| | | | | | | | | | Conflicts: peer.go | ||||
| * | 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 ↵ | Maran | 2014-06-10 | 2 | -0/+35 |
| | | | | | | | | ethereum/go-ethereum#77 further. | ||||
| * | 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 ↵ | Maran | 2014-06-10 | 1 | -3/+12 |
| | | | | | | | | ethereum/go-ethereum#78 | ||||
* | | Minor changes | obscuren | 2014-06-12 | 3 | -5/+5 |
| | | |||||
* | | Added a buy gas method | obscuren | 2014-06-12 | 1 | -3/+18 |
| | | |||||
* | | Moved process transaction to state manager | obscuren | 2014-06-12 | 2 | -22/+100 |
| | | | | | | | | * Buy gas of the coinbase address | ||||
* | | Namereg lookup fix | obscuren | 2014-06-12 | 1 | -2/+6 |
|/ | |||||
* | Merge branch 'release/poc5-rc12' into develop | obscuren | 2014-06-10 | 2 | -2/+2 |
|\ | |||||
| * | bump | obscuren | 2014-06-10 | 2 | -2/+2 |
|/ | |||||
* | sha | obscuren | 2014-06-10 | 1 | -1/+1 |
| | |||||
* | Added Douglas and Einstan | obscuren | 2014-06-06 | 1 | -7/+13 |
| | |||||
* | Implement getStateKeyVal for JS bindings. | Maran | 2014-06-04 | 1 | -0/+25 |
| | | | | Gives JS the option to 'loop' over contract key/val storage | ||||
* | Make contract creation error more explicit by mentioning the sneder | Maran | 2014-06-03 | 1 | -1/+1 |
| | |||||
* | Added faux latency for peeroverview | Maran | 2014-06-03 | 4 | -5/+20 |
| | |||||
* | Implemented Public Peer interface | Maran | 2014-06-02 | 4 | -6/+91 |
| | |||||
* | Merge branch 'develop' | obscuren | 2014-05-31 | 1 | -1/+23 |
|\ | |||||
| * | woops | obscuren | 2014-05-31 | 1 | -1/+23 |
| | | |||||
* | | Merge branch 'develop' | obscuren | 2014-05-30 | 10 | -58/+97 |
|\| | |||||
| * | Peer changes broadcasting and minor miner fix | obscuren | 2014-05-30 | 3 | -14/+43 |
| | | |||||
| * | Fixed issue with casting to smaller byte array | obscuren | 2014-05-30 | 1 | -0/+4 |
| | | |||||
| * | Buffered channel to fix not ready (blocking) | obscuren | 2014-05-30 | 1 | -1/+2 |
| | | |||||
| * | Broadcast "peerList" event upon removing or adding peers | obscuren | 2014-05-30 | 2 | -11/+20 |
| | | |||||
| * | Do not panic, but return nil instead | obscuren | 2014-05-30 | 1 | -1/+1 |
| | | |||||
| * | Fixed issue where the client could crash when sending malformed data | obscuren | 2014-05-30 | 1 | -3/+5 |
| | | |||||
| * | Added coin base to pub block | obscuren | 2014-05-30 | 1 | -1/+2 |
| | | |||||
| * | fixed test | obscuren | 2014-05-30 | 3 | -3/+2 |
| | | |||||
| * | Removed fmt | obscuren | 2014-05-29 | 1 | -1/+0 |
| | | |||||
| * | Support for namereg | obscuren | 2014-05-29 | 1 | -1/+19 |
| | | |||||
| * | Removed comments | obscuren | 2014-05-29 | 1 | -23/+0 |
| | | |||||
* | | Merge branch 'develop' | obscuren | 2014-05-29 | 4 | -8/+43 |
|\| | |||||
| * | Fixed state object gas return | obscuren | 2014-05-29 | 4 | -8/+43 |
| | | |||||
| * | Merge branch 'release/poc5-rc11' into develop | Maran | 2014-05-28 | 2 | -2/+2 |
| |\ | |||||
* | \ | Merge branch 'release/poc5-rc11' | Maran | 2014-05-28 | 12 | -306/+354 |
|\ \ \ | | |/ | |/| | |||||
| * | | Bump to RC11 | Maran | 2014-05-28 | 2 | -2/+2 |
| |/ | |||||
| * | Merge branch 'develop' of github.com:ethereum/eth-go into develop | Maran | 2014-05-28 | 2 | -4/+7 |
| |\ | |||||
| | * | Fixes #60 | obscuren | 2014-05-28 | 2 | -4/+7 |
| | | | |||||
| * | | Hooked up the Block Explorer to the Debugger so we can instantly debug made ↵ | Maran | 2014-05-28 | 1 | -9/+13 |
| |/ | | | | | | | transactions | ||||
| * | Length checking | obscuren | 2014-05-28 | 1 | -1/+1 |
| | | |||||
| * | Added StringToBytesFunc | obscuren | 2014-05-28 | 2 | -1/+11 |
| | | |||||
| * | Merge branch 'develop' of github.com-obscure:ethereum/eth-go into develop | obscuren | 2014-05-28 | 1 | -0/+4 |
| |\ | |||||
| | * | Merge branch 'develop' of github.com:ethereum/eth-go into develop | Maran | 2014-05-28 | 9 | -294/+320 |
| | |\ | |||||
| | * | | Add contract addr if it's a contract creation tx | Maran | 2014-05-28 | 1 | -0/+4 |
| | | | | |||||
| * | | | Set initial used gas | obscuren | 2014-05-28 | 1 | -0/+1 |
| | |/ | |/| | |||||
| * | | Sort transactions based on the nonce | obscuren | 2014-05-28 | 2 | -17/+16 |
| | | | | | | | | | | | | * Added a transaction sorter | ||||
| * | | Closure call now returns the total usage as well | obscuren | 2014-05-28 | 4 | -104/+138 |
| | | | | | | | | | | | | * Return the used gas value based on the UseGas and ReturnGas | ||||
| * | | 10 | obscuren | 2014-05-28 | 1 | -1/+1 |
| | | | |||||
| * | | Changed opcode names | obscuren | 2014-05-28 | 2 | -172/+165 |
| |/ | |||||
| * | Merge branch 'release/poc5-rc10' into develop | obscuren | 2014-05-27 | 1 | -1/+1 |
| |\ | |||||
* | \ | Merge branch 'release/poc5-rc10' | obscuren | 2014-05-27 | 9 | -28/+120 |
|\ \ \ | | |/ | |/| | |||||
| * | | bump | obscuren | 2014-05-27 | 1 | -1/+1 |
| |/ | |||||
| * | Merge branch 'develop' of github.com-obscure:ethereum/eth-go into develop | obscuren | 2014-05-27 | 1 | -8/+31 |
| |\ | |||||
| | * | Disamble tx data before adding it to PTx object | Maran | 2014-05-27 | 1 | -1/+3 |
| | | | |||||
| | * | Merge branch 'develop' of github.com:ethereum/eth-go into develop | Maran | 2014-05-27 | 3 | -12/+71 |
| | |\ | |||||
| | * | | Changed var names around | Maran | 2014-05-26 | 1 | -2/+3 |
| | | | | |||||
| | * | | Updated Public Block and Transaction objects with more information | Maran | 2014-05-26 | 1 | -8/+28 |
| | | | | |||||
| * | | | Hooks can now quit the vm | obscuren | 2014-05-27 | 2 | -2/+4 |
| | | | | |||||
| * | | | Changed debug hook and added state iterator | obscuren | 2014-05-27 | 3 | -2/+7 |
| | |/ | |/| | |||||
| * | | Merge branch 'develop' of github.com-obscure:ethereum/eth-go into develop | obscuren | 2014-05-27 | 1 | -5/+8 |
| |\| | |||||
| | * | Don't handshake if there is no key yet; first start on Ethereal | Maran | 2014-05-26 | 1 | -5/+8 |
| | | | |||||
| * | | New Trie iterator | obscuren | 2014-05-27 | 3 | -12/+71 |
| |/ | |||||
| * | Merge branch 'release/poc5-rc9' into develop | obscuren | 2014-05-26 | 2 | -2/+2 |
| |\ | |||||
* | \ | Merge branch 'release/poc5-rc9' | obscuren | 2014-05-26 | 23 | -206/+434 |
|\ \ \ | | |/ | |/| | |||||
| * | | bump | obscuren | 2014-05-26 | 2 | -2/+2 |
| |/ | |||||
| * | State snapshotting | obscuren | 2014-05-26 | 5 | -8/+80 |
| | | |||||
| * | The body of contracts are now returned instead | obscuren | 2014-05-25 | 5 | -79/+83 |
| | | |||||
| * | Updated to work with the new config | obscuren | 2014-05-25 | 2 | -4/+4 |
| | | |||||
| * | Canonical contract creation | obscuren | 2014-05-23 | 5 | -17/+28 |
| | | |||||
| * | Transaction querying | obscuren | 2014-05-22 | 3 | -4/+30 |
| | | |||||
| * | Working on interop | obscuren | 2014-05-22 | 11 | -90/+205 |
| | | | | | | | | | | | | * Receipts after each transaction * Fee structure * Applying fees to miners | ||||
| * | Fixed some issues connecting for interop | obscuren | 2014-05-22 | 1 | -14/+14 |
|/ | |||||
* | Added start / stopping methods | obscuren | 2014-05-22 | 1 | -21/+31 |
| | |||||
* | Removed old contract creation code | obscuren | 2014-05-22 | 1 | -26/+11 |
| | |||||
* | Return a disassembled script instead of the hex | obscuren | 2014-05-21 | 1 | -1/+2 |
| | |||||
* | Merge branch 'develop' | obscuren | 2014-05-21 | 1 | -0/+60 |
|\ | |||||
| * | Merge branch 'release/poc5-rc8' into develop | obscuren | 2014-05-21 | 2 | -2/+2 |
| |\ | |||||
| * \ | Merge branch 'develop' of github.com-obscure:ethereum/eth-go into develop | obscuren | 2014-05-21 | 1 | -0/+60 |
| |\ \ | |||||
| | * \ | Merge branch 'develop' of github.com:ethereum/eth-go into develop | Maran | 2014-05-21 | 3 | -11/+23 |
| | |\ \ | |||||
| | * | | | Implemented missing EthPub calls in RPC server | Maran | 2014-05-21 | 1 | -0/+60 |
| | | | | | |||||
* | | | | | Merge branch 'release/poc5-rc8' | obscuren | 2014-05-21 | 14 | -95/+151 |
|\ \ \ \ \ | | |_|_|/ | |/| | | | |||||
| * | | | | Bumped | obscuren | 2014-05-21 | 2 | -2/+2 |
| |/ / / | |||||
| * | / | Removed some logging and refactored a bit | obscuren | 2014-05-21 | 2 | -44/+42 |
| | |/ | |/| | |||||
| * | | Improved miner so it won't include invalid transactions | obscuren | 2014-05-21 | 3 | -11/+23 |
| |/ | |||||
| * | Re broadcast transactions | obscuren | 2014-05-21 | 1 | -4/+3 |
| | | |||||
| * | Apply to parent | obscuren | 2014-05-21 | 1 | -3/+2 |
| | | |||||
| * | Proper log statement | obscuren | 2014-05-21 | 1 | -4/+3 |
| | | |||||
| * | Fixed Public block creation. Added block logging | obscuren | 2014-05-21 | 2 | -13/+14 |
| | | |||||
| * | Changed numbers | obscuren | 2014-05-21 | 1 | -6/+6 |
| | | |||||
| * | Fixed competing block method | obscuren | 2014-05-21 | 3 | -5/+16 |
| | | |||||
| * | Merge branch 'hotfix/4' into develop | obscuren | 2014-05-21 | 5 | -11/+12 |
| |\ | |||||
| * | | Fixed couple issues | obscuren | 2014-05-21 | 7 | -26/+71 |
| | | | | | | | | | | | | | | | * (imp) Lock / RLock tries * (fix) stack | ||||
| * | | Merge branch 'master' into develop | obscuren | 2014-05-21 | 1 | -1/+1 |
| |\ \ | |||||
| * \ \ | Merge branch 'hotfix/3' into develop | obscuren | 2014-05-21 | 2 | -3/+8 |
| |\ \ \ | |||||
| * \ \ \ | Merge branch 'hotfix/2' into develop | obscuren | 2014-05-21 | 1 | -1/+9 |
| |\ \ \ \ | |||||
| * \ \ \ \ | Merge branch 'hotfix/1' into develop | obscuren | 2014-05-21 | 2 | -2/+5 |
| |\ \ \ \ \ | |||||
| * \ \ \ \ \ | Merge branch 'release/poc5-rc7' into develop | obscuren | 2014-05-20 | 2 | -2/+2 |
| |\ \ \ \ \ \ | |||||
* | \ \ \ \ \ \ | Merge branch 'hotfix/4' | obscuren | 2014-05-21 | 5 | -11/+20 |
|\ \ \ \ \ \ \ \ | |_|_|_|_|_|/ / |/| | | | | | / | | |_|_|_|_|/ | |/| | | | | | |||||
| * | | | | | | Fixed state overwriting issue | obscuren | 2014-05-21 | 5 | -11/+20 |
|/ / / / / / | |||||
* | | | | | | Upped prot | obscuren | 2014-05-21 | 1 | -1/+1 |
| | | | | | | |||||
* | | | | | | Merge branch 'hotfix/3' | obscuren | 2014-05-21 | 2 | -3/+8 |
|\ \ \ \ \ \ | | |_|_|_|/ | |/| | | | | |||||
| * | | | | | Fixed state issue | obscuren | 2014-05-21 | 2 | -3/+8 |
|/ / / / / | |||||
* | | | | | Merge branch 'hotfix/2' | obscuren | 2014-05-21 | 1 | -1/+9 |
|\ \ \ \ \ | | |_|_|/ | |/| | | | |||||
| * | | | | Fixed casting issue | obscuren | 2014-05-21 | 1 | -1/+9 |
|/ / / / | |||||
* | | | | Merge branch 'hotfix/1' | obscuren | 2014-05-21 | 2 | -2/+5 |
|\ \ \ \ | | |_|/ | |/| | | |||||
| * | | | Fixed crash | obscuren | 2014-05-21 | 2 | -2/+5 |
|/ / / | |||||
* | | | Merge branch 'release/poc5-rc7' | obscuren | 2014-05-20 | 23 | -278/+377 |
|\ \ \ | | |/ | |/| | |||||
| * | | Bump | obscuren | 2014-05-20 | 2 | -2/+2 |
| |/ | |||||
| * | Merge branch 'develop' of github.com-obscure:ethereum/eth-go into develop | obscuren | 2014-05-20 | 3 | -18/+17 |
| |\ | |||||
| | * | Change shorthands | Maran | 2014-05-20 | 2 | -16/+16 |
| | | | |||||
| | * | Fix notification when processing block that didn't have this client as origin | Maran | 2014-05-20 | 1 | -2/+1 |
| | | | |||||
| * | | Changed transaction hash for poc 5 | obscuren | 2014-05-20 | 3 | -38/+57 |
| | | | |||||
| * | | Fixed genesis and block data | obscuren | 2014-05-20 | 2 | -12/+74 |
| |/ | |||||
| * | Up protocol version | obscuren | 2014-05-20 | 1 | -1/+1 |
| | | |||||
| * | added roman | obscuren | 2014-05-20 | 1 | -0/+1 |
| | | |||||
| * | ... | obscuren | 2014-05-20 | 1 | -5/+0 |
| | | |||||
| * | Merge branch 'develop' of github.com-obscure:ethereum/eth-go into develop | obscuren | 2014-05-20 | 1 | -0/+5 |
| |\ | | | | | | | | | | | | | Conflicts: ethchain/transaction.go | ||||
| | * | Merge pull request #21 from nicksavers/patch-1 | Jeffrey Wilcke | 2014-05-20 | 1 | -7/+7 |
| | |\ | | | | | | | | | Rearrange transaction RLP encoding... | ||||
| | | * | Re-arranged transaction RLP encoding... | Nick Savers | 2014-05-20 | 1 | -7/+7 |
| | |/ | | | | | | | | | | According to latest Yellow Paper specs and conform other clients https://github.com/ethereum/latexpaper/commit/4794642e51ac1884e5e1af8a18ebc83aca115d64 | ||||
| * / | Rearranged according to YP | obscuren | 2014-05-20 | 1 | -7/+5 |
| |/ |