Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| | * | | | | | bower small fix | Marian Oancea | 2014-11-06 | 1 | -1/+1 | |
| | * | | | | | Updated bower.json & Readme | Marian Oancea | 2014-11-06 | 3 | -1/+13 | |
| | * | | | | | Updated package.json | Marian Oancea | 2014-11-06 | 4 | -27/+36 | |
| | * | | | | | Fixed indent | Marian Oancea | 2014-11-06 | 5 | -962/+946 | |
| | * | | | | | Converted to node module | Marian Oancea | 2014-11-06 | 24 | -653/+1785 | |
| | * | | | | | Merge pull request #1 from cubedro/example | Marian OANCΞA | 2014-11-05 | 1 | -11/+18 | |
| | |\ \ \ \ \ | | | |/ / / / | | |/| | | | | ||||||
| | | * | | | | example | Marek Kotewicz | 2014-11-04 | 1 | -11/+18 | |
| | |/ / / / | ||||||
| | * | | | | lgpl | Marek Kotewicz | 2014-11-03 | 4 | -16/+16 | |
| | * | | | | license | Marek Kotewicz | 2014-10-31 | 4 | -0/+87 | |
| |/ / / / | ||||||
| * | | | | transacton => transaction | Jeffrey Wilcke | 2014-10-31 | 1 | -1/+1 | |
| * | | | | Added account prop | Jeffrey Wilcke | 2014-10-31 | 1 | -0/+1 | |
| * | | | | Fixed Qt provider | Jeffrey Wilcke | 2014-10-31 | 1 | -2/+2 | |
| * | | | | Merge pull request #1 from debris/master | Jeffrey Wilcke | 2014-10-31 | 5 | -366/+364 | |
| |\ \ \ \ | ||||||
| | * | | | | changes to make whisper working | Marek Kotewicz | 2014-10-30 | 2 | -5/+9 | |
| | * | | | | filters refactored | Marek Kotewicz | 2014-10-29 | 2 | -66/+36 | |
| | * | | | | polling whisper in progress | Marek Kotewicz | 2014-10-29 | 1 | -30/+49 | |
| | * | | | | http renamed to httprpc | Marek Kotewicz | 2014-10-28 | 2 | -7/+8 | |
| | * | | | | db and shh | Marek Kotewicz | 2014-10-28 | 1 | -0/+29 | |
| | * | | | | cleaner promises | Marek Kotewicz | 2014-10-28 | 1 | -276/+137 | |
| | * | | | | http polling | Marek Kotewicz | 2014-10-23 | 2 | -11/+62 | |
| | * | | | | warning when provider is not set | Marek Kotewicz | 2014-10-22 | 2 | -1/+1 | |
| | * | | | | messageHandler expects object instead of string | Marek Kotewicz | 2014-10-22 | 4 | -7/+16 | |
| | * | | | | block, transaction, uncle by hash and number separately | Marek Kotewicz | 2014-10-22 | 3 | -9/+8 | |
| | * | | | | http provider | Marek Kotewicz | 2014-10-22 | 2 | -15/+70 | |
| |/ / / / | ||||||
| * | | | | Updated properties | obscuren | 2014-10-21 | 1 | -14/+4 | |
| * | | | | Updated readme | obscuren | 2014-10-21 | 1 | -2/+2 | |
| * | | | | Fixed setting providers to the right object | obscuren | 2014-10-21 | 3 | -4/+9 | |
| * | | | | Qt provider | obscuren | 2014-10-21 | 1 | -0/+15 | |
| * | | | | Moved WebSocketProvider | obscuren | 2014-10-21 | 1 | -0/+51 | |
| * | | | | Removed Key | obscuren | 2014-10-21 | 1 | -1/+1 | |
| * | | | | Updated according to the new Generic JSON RPC API | obscuren | 2014-10-21 | 2 | -265/+227 | |
| * | | | | push data instead of assign | obscuren | 2014-10-07 | 1 | -20/+3 | |
| * | | | | Added eth providers | obscuren | 2014-10-02 | 1 | -45/+94 | |
| * | | | | How to spawn a websocket node | obscuren | 2014-10-01 | 1 | -0/+10 | |
| * | | | | Readme | obscuren | 2014-10-01 | 1 | -0/+8 | |
| * | | | | init | obscuren | 2014-10-01 | 3 | -0/+577 | |
| / / / | ||||||
* | | | | removed old js yet again | obscuren | 2015-01-29 | 39 | -7018/+0 | |
* | | | | default http rpc on | obscuren | 2015-01-29 | 1 | -1/+1 | |
* | | | | Merge branch 'develop' into qt5.4 | obscuren | 2015-01-29 | 15 | -61/+1174 | |
|\| | | | |/ / |/| | | ||||||
| * | | Merge branch 'develop' into Gustav-Simonsson-key_store_and_accounts_integration | obscuren | 2015-01-29 | 43 | -24/+4400 | |
| |\ \ | ||||||
| * \ \ | Merge branch 'key_store_and_accounts_integration' of https://github.com/Gusta... | obscuren | 2015-01-29 | 5 | -27/+21 | |
| |\ \ \ | ||||||
| | * | | | Address pull request comments | Gustav Simonsson | 2015-01-28 | 5 | -27/+21 | |
| * | | | | Implemented contract ABI | obscuren | 2015-01-27 | 8 | -2/+971 | |
| * | | | | Merge branch 'key_store_and_accounts_integration' of https://github.com/Gusta... | obscuren | 2015-01-27 | 7 | -55/+205 | |
| |\| | | | ||||||
| | * | | | Add accounts package and refactor key stores | Gustav Simonsson | 2015-01-26 | 7 | -55/+205 | |
* | | | | | Merge branch 'develop' into qt5.4 | obscuren | 2015-01-29 | 4 | -5/+11 | |
|\ \ \ \ \ | | |_|/ / | |/| | | | ||||||
| * | | | | upped pv | obscuren | 2015-01-29 | 2 | -2/+2 | |
| * | | | | changed lost key | obscuren | 2015-01-29 | 2 | -2/+8 | |
| * | | | | Merge branch 'develop' of github.com-obscure:ethereum/go-ethereum into develop | obscuren | 2015-01-29 | 1 | -2/+2 | |
| |\ \ \ \ | ||||||
| | * | | | | Update go to latest version | Taylor Gerring | 2015-01-29 | 1 | -2/+2 | |
* | | | | | | Added webengine initializer | obscuren | 2015-01-29 | 6 | -0/+733 | |
* | | | | | | removed key while in the process of moving to the new key storage | obscuren | 2015-01-29 | 9 | -714/+63 | |
* | | | | | | Merge branch 'jsonrpc' into qt5.4 | obscuren | 2015-01-29 | 17 | -348/+299 | |
|\ \ \ \ \ \ | ||||||
| * | | | | | | further cleaned up xeth interface | obscuren | 2015-01-29 | 15 | -133/+123 | |
| * | | | | | | clean up of xeth | obscuren | 2015-01-29 | 3 | -249/+210 | |
* | | | | | | | merge jsonrpc | obscuren | 2015-01-29 | 22 | -516/+350 | |
|\| | | | | | | ||||||
| * | | | | | | moving to a better xeth | obscuren | 2015-01-29 | 13 | -454/+141 | |
| * | | | | | | Merge branch 'jsonrpc' of github.com-obscure:ethereum/go-ethereum into jsonrpc | obscuren | 2015-01-28 | 11 | -60/+214 | |
| |\ \ \ \ \ \ | ||||||
| | * | | | | | | Rename api var for clarity | Taylor Gerring | 2015-01-28 | 2 | -7/+6 | |
| | * | | | | | | Return a websocker.Handler of the function | Taylor Gerring | 2015-01-28 | 1 | -1/+1 | |
| | * | | | | | | Rename transport to ws | Taylor Gerring | 2015-01-28 | 2 | -10/+10 | |
| | * | | | | | | Add wsport flag to Mist | Taylor Gerring | 2015-01-28 | 2 | -1/+3 | |
| | * | | | | | | Update CLI to use new Websocket RPC | Taylor Gerring | 2015-01-28 | 4 | -5/+19 | |
| | * | | | | | | New simplified Websocket transport | Taylor Gerring | 2015-01-28 | 1 | -0/+124 | |
| | * | | | | | | Indicate port in startup log message | Taylor Gerring | 2015-01-28 | 1 | -1/+3 | |
| | * | | | | | | Move HTTP transport to sub package of RPC | Taylor Gerring | 2015-01-28 | 6 | -53/+66 | |
* | | | | | | | | switched to obscuren/qml | obscuren | 2015-01-28 | 10 | -10/+10 | |
* | | | | | | | | Updated assets & moved messages | obscuren | 2015-01-28 | 9 | -65/+81 | |
* | | | | | | | | Allow CORS * | obscuren | 2015-01-28 | 1 | -0/+2 | |
* | | | | | | | | Added big numbers | obscuren | 2015-01-28 | 1 | -0/+2 | |
* | | | | | | | | Merge branch 'develop' into qt5.4 | obscuren | 2015-01-28 | 34 | -0/+4018 | |
|\ \ \ \ \ \ \ \ | | |_|/ / / / / | |/| | | | | | | ||||||
| * | | | | | | | new ethereum.js | obscuren | 2015-01-28 | 34 | -0/+4018 | |
| | |_|/ / / / | |/| | | | | | ||||||
* | | | | | | | removed old ethereum.js | obscuren | 2015-01-28 | 25 | -2938/+0 | |
* | | | | | | | updated messages | obscuren | 2015-01-28 | 2 | -31/+19 | |
* | | | | | | | Merge branch 'jsonrpc' into qt5.4 | obscuren | 2015-01-28 | 12 | -353/+965 | |
|\ \ \ \ \ \ \ | | |/ / / / / | |/| | | | | | ||||||
| * | | | | | | Merge branch 'develop' into jsonrpc | obscuren | 2015-01-28 | 6 | -31/+389 | |
| |\| | | | | | | |/ / / / | |/| | | | | ||||||
| | * | | | | Merge branch 'chfast-pr/evmjit' into develop | obscuren | 2015-01-27 | 4 | -18/+370 | |
| | |\ \ \ \ | | | |/ / / | | |/| | | | ||||||
| | | * | | | Merge branch 'pr/evmjit' of https://github.com/chfast/go-ethereum into chfast... | obscuren | 2015-01-27 | 7 | -133/+209 | |
| | | |\ \ \ | ||||||
| | | | * | | | Update JitVm to new EVM JIT ABI (C interface) | Paweł Bylica | 2015-01-27 | 1 | -17/+11 | |
| | | | * | | | Update EVM JIT runtime data layout | Paweł Bylica | 2015-01-26 | 1 | -41/+30 | |
| | | | * | | | Merge remote-tracking branch 'upstream/develop' into evmjit | Paweł Bylica | 2015-01-26 | 2 | -13/+19 | |
| | | | |\ \ \ | | | |_|/ / / | | |/| | | | | ||||||
| | | | * | | | JitVm code cleanups & refactoring. Some memory copies eliminated (i.e. in SHA... | Paweł Bylica | 2015-01-23 | 1 | -13/+25 | |
| | | | * | | | Merge remote-tracking branch 'upstream/develop' into pr/evmjit | Paweł Bylica | 2015-01-23 | 11 | -119/+184 | |
| | | | |\| | | ||||||
| | | * | | | | Merge branch 'pr/evmjit' of https://github.com/chfast/go-ethereum into chfast... | obscuren | 2015-01-23 | 4 | -18/+375 | |
| | | |\| | | | | | | |_|/ | | | |/| | | ||||||
| | | | * | | JitVM: the EVM JIT bridge | Paweł Bylica | 2015-01-23 | 4 | -18/+375 | |
| * | | | | | Merge branch 'develop' into jsonrpc | obscuren | 2015-01-23 | 85 | -399/+7742 | |
| |\ \ \ \ \ | | | |_|_|/ | | |/| | | | ||||||
| * | | | | | Move GetRequestReply to EthereumApi | Taylor Gerring | 2015-01-21 | 3 | -51/+48 | |
| * | | | | | Move argument types to separate file | Taylor Gerring | 2015-01-21 | 2 | -211/+218 | |
| * | | | | | Move websockets out of cmd/util | Taylor Gerring | 2015-01-21 | 2 | -29/+22 | |
| * | | | | | Merge branch 'develop' into jsonrpc | Taylor Gerring | 2015-01-21 | 250 | -5516/+2182894 | |
| |\ \ \ \ \ | ||||||
| * | | | | | | Stub missing UnmarshalJSON methods | Taylor Gerring | 2015-01-13 | 1 | -0/+16 | |
| * | | | | | | cleanup | Taylor Gerring | 2015-01-13 | 4 | -16/+5 | |
| * | | | | | | Add support for CodeAt | Taylor Gerring | 2015-01-13 | 3 | -2/+58 | |
| * | | | | | | Added license headers | Taylor Gerring | 2015-01-13 | 4 | -0/+64 | |
| * | | | | | | cleanup | Taylor Gerring | 2015-01-13 | 2 | -46/+9 | |
| * | | | | | | begin conversion to rpc over http | Taylor Gerring | 2015-01-13 | 5 | -263/+438 | |
* | | | | | | | reworking messages => log | obscuren | 2015-01-28 | 5 | -114/+76 | |
* | | | | | | | Reworking browser | obscuren | 2015-01-25 | 3 | -38/+241 | |
| |_|_|/ / / |/| | | | | | ||||||
* | | | | | | Updated readme with badges | obscuren | 2015-01-25 | 1 | -14/+12 | |
* | | | | | | Gitter link | obscuren | 2015-01-25 | 1 | -0/+2 | |
* | | | | | | Skip for travis | obscuren | 2015-01-25 | 1 | -0/+2 | |
* | | | | | | skipping for travis | obscuren | 2015-01-25 | 1 | -0/+4 | |
| |_|/ / / |/| | | | | ||||||
* | | | | | Merge branch 'Gustav-Simonsson-import_presale_keys' into develop | obscuren | 2015-01-23 | 5 | -50/+125 | |
|\ \ \ \ \ | |_|_|/ / |/| | | | | ||||||
| * | | | | Merge branch 'import_presale_keys' of https://github.com/Gustav-Simonsson/go-... | obscuren | 2015-01-23 | 5 | -50/+125 | |
|/| | | | | ||||||
| * | | | | CamelCase aesCBCDecrypt | Gustav Simonsson | 2015-01-22 | 2 | -3/+3 | |
| * | | | | Add ImportPreSaleKey | Gustav Simonsson | 2015-01-21 | 4 | -49/+123 | |
| | |_|/ | |/| | | ||||||
* | | | | Use curve params instead of hardcoded 32 bytes | obscuren | 2015-01-23 | 1 | -1/+1 | |
* | | | | Pad private key when signing & length check for hashes in sign | obscuren | 2015-01-23 | 2 | -2/+19 | |
* | | | | UI Updates | obscuren | 2015-01-22 | 5 | -67/+40 | |
|/ / / | ||||||
* | | | updated tests | obscuren | 2015-01-22 | 18 | -35/+502 | |
* | | | Moved `obscuren` secp256k1-go | obscuren | 2015-01-22 | 53 | -6/+6433 | |
* | | | Moved sha3 from `obscuren` | obscuren | 2015-01-22 | 5 | -3/+390 | |
* | | | Future blocks not allowed | obscuren | 2015-01-22 | 1 | -21/+4 | |
* | | | Updated browser & pass view to callback function | obscuren | 2015-01-22 | 2 | -231/+245 | |
| |/ |/| | ||||||
* | | fixed url bug in browser | obscuren | 2015-01-21 | 2 | -14/+0 | |
* | | StdVm by default | obscuren | 2015-01-20 | 6 | -8/+14 | |
* | | Hide browser bar when coming from a DApp url | obscuren | 2015-01-20 | 1 | -24/+28 | |
* | | Merge branch 'develop' of github.com-obscure:ethereum/go-ethereum into develop | obscuren | 2015-01-20 | 5 | -0/+556 | |
|\ \ | ||||||
| * \ | Merge pull request #259 from Gustav-Simonsson/develop | Jeffrey Wilcke | 2015-01-20 | 5 | -0/+556 | |
| |\ \ | ||||||
| | * | | Address pull request comments | Gustav Simonsson | 2015-01-20 | 2 | -9/+4 | |
| | * | | Address pull request comments | Gustav Simonsson | 2015-01-20 | 2 | -10/+8 | |
| | * | | Update code comments | Gustav Simonsson | 2015-01-16 | 1 | -6/+4 | |
| | * | | Address pull request comments | Gustav Simonsson | 2015-01-16 | 4 | -215/+88 | |
| | * | | Address pull request comments | Gustav Simonsson | 2015-01-16 | 4 | -84/+91 | |
| | * | | Add new key_store interface and two new key stores | Gustav Simonsson | 2015-01-16 | 5 | -0/+685 | |
* | | | | Minor browser improvements | obscuren | 2015-01-19 | 3 | -6/+30 | |
* | | | | Added 0 key proof error | obscuren | 2015-01-19 | 1 | -0/+13 | |
* | | | | Moved connection errors to DebugDetail level | obscuren | 2015-01-19 | 1 | -2/+2 | |
* | | | | VmDebug => StdVm | obscuren | 2015-01-19 | 1 | -1/+1 | |
* | | | | Print error instead of returning for seed node err | obscuren | 2015-01-19 | 1 | -1/+1 | |
* | | | | VmDebug => StdVm | obscuren | 2015-01-19 | 4 | -990/+951 | |
|/ / / | ||||||
* | | | Merge pull request #260 from fjl/rlp-encoder | Jeffrey Wilcke | 2015-01-19 | 4 | -3/+23 | |
|\ \ \ | ||||||
| * | | | rlp: allow encoding non-empty interface values | Felix Lange | 2015-01-16 | 4 | -3/+23 | |
* | | | | Fixed difficulty | obscuren | 2015-01-18 | 2 | -7/+5 | |
* | | | | Merge branch 'develop' of github.com-obscure:ethereum/go-ethereum into develop | obscuren | 2015-01-16 | 6 | -24/+869 | |
|\ \ \ \ | ||||||
| * | | | | Merge pull request #257 from fjl/rlp-encoder | Jeffrey Wilcke | 2015-01-16 | 6 | -24/+869 | |
| |\| | | | | |/ / | |/| | | ||||||
| | * | | rlp: fix Decode benchmarks | Felix Lange | 2015-01-15 | 1 | -8/+10 | |
| | * | | rlp: add functions for encoding | Felix Lange | 2015-01-15 | 6 | -17/+860 | |
| |/ / | ||||||
* | | | Add defer rescued back in | obscuren | 2015-01-16 | 1 | -0/+5 | |
* | | | updated tests | obscuren | 2015-01-15 | 14 | -0/+2167178 | |
* | | | Changed public whisper api not to reveal temporary private keys | obscuren | 2015-01-15 | 4 | -431/+474 | |
|/ / | ||||||
* | | Updated tests | obscuren | 2015-01-14 | 18 | -20/+584 | |
* | | Default datadir for mist is now shared with CLI (.ethereum) | obscuren | 2015-01-13 | 1 | -1/+1 | |
* | | Fixed consensus issue | obscuren | 2015-01-13 | 4 | -6/+4 | |
* | | Fixed whisper messages | obscuren | 2015-01-13 | 6 | -34/+58 | |
* | | updated tests | obscuren | 2015-01-13 | 7 | -108/+248 | |
* | | remove pre compiled for tests | obscuren | 2015-01-13 | 3 | -32/+41 | |
* | | Merge pull request #254 from chfast/pr/jitvm_stub | Jeffrey Wilcke | 2015-01-13 | 3 | -0/+34 | |
|\ \ | ||||||
| * | | JitVm struct stub. Forwards calls to DebugVm. | Paweł Bylica | 2015-01-13 | 3 | -0/+34 | |
* | | | updated tests | obscuren | 2015-01-13 | 4 | -14/+20 | |
* | | | Added manual triggering of filters | obscuren | 2015-01-13 | 5 | -9/+51 | |
|/ / | ||||||
* | | updated tests | obscuren | 2015-01-12 | 7 | -18/+317 | |
* | | updated tests | obscuren | 2015-01-12 | 9 | -13/+247 | |
* | | updated tests | obscuren | 2015-01-12 | 8 | -26/+186 | |
* | | pre-pow | obscuren | 2015-01-12 | 5 | -2/+50 | |
* | | removed accidental qt dep | obscuren | 2015-01-11 | 1 | -2/+2 | |
* | | Implemented filter for ws + fixes | obscuren | 2015-01-10 | 10 | -93/+144 | |
* | | Moved the TD method from block processor. | obscuren | 2015-01-10 | 3 | -41/+31 | |
* | | Cast to string for hashable type | obscuren | 2015-01-10 | 1 | -1/+1 | |
* | | updated tests | obscuren | 2015-01-10 | 51 | -90/+5577 | |
* | | mem fixes for vm. Changed uncle inclusion tests | obscuren | 2015-01-10 | 3 | -14/+46 | |
* | | Limit hashes. Closes #249 | obscuren | 2015-01-09 | 1 | -0/+7 | |
* | | Merge branch 'ethersphere-develop' into develop | obscuren | 2015-01-09 | 8 | -191/+500 | |
|\ \ | ||||||
| * \ | Merge branch 'develop' of https://github.com/ethersphere/go-ethereum into eth... | obscuren | 2015-01-09 | 8 | -191/+500 | |
| |\ \ | ||||||
| | * \ | Merge remote-tracking branch 'upstream/develop' into develop | zelig | 2015-01-09 | 14 | -123/+194 | |
| | |\ \ | ||||||
| | * | | | major blockpool change | zelig | 2015-01-09 | 1 | -117/+350 | |
| | * | | | add ErrInsufficientChainInfo error | zelig | 2015-01-09 | 1 | -0/+2 | |
| | * | | | adapt unit tests to spec | zelig | 2015-01-09 | 1 | -53/+139 | |
| | * | | | no need to call AddBlockHashes when receiving new block | zelig | 2015-01-09 | 1 | -10/+0 | |
| | * | | | minor changes in integration tests | zelig | 2015-01-09 | 3 | -8/+8 | |
| | * | | | GetBlockHashesFromHash(hash, max) gives back max hashes starting from PARENT ... | zelig | 2015-01-09 | 1 | -3/+1 | |
* | | | | | recover | obscuren | 2015-01-09 | 1 | -1/+1 | |
* | | | | | Fixed size 0 bug | obscuren | 2015-01-09 | 2 | -1/+5 | |
|/ / / / | ||||||
* | | | | Updated to new ethereum.js api | obscuren | 2015-01-09 | 2 | -2/+2 | |
* | | | | merged | obscuren | 2015-01-09 | 3 | -5/+0 | |
* | | | | new switch | obscuren | 2015-01-09 | 1 | -40/+26 | |
* | | | | updated ethereum.js | obscuren | 2015-01-09 | 25 | -0/+2938 | |
* | | | | removed | obscuren | 2015-01-09 | 25 | -2931/+0 | |
* | | | | Updated ethereum.js | obscuren | 2015-01-09 | 34 | -951/+2924 | |
* | | | | Support input from args | obscuren | 2015-01-09 | 1 | -1/+6 | |
* | | | | err | obscuren | 2015-01-09 | 1 | -3/+0 | |
| |/ / |/| | | ||||||
* | | | just enable by default | obscuren | 2015-01-09 | 2 | -7/+6 | |
* | | | Fixed some whisper issues | obscuren | 2015-01-09 | 6 | -24/+37 | |
* | | | fixed other tests to use hashes as well | obscuren | 2015-01-08 | 1 | -2/+1 | |
* | | | Changed to use hash for comparison | obscuren | 2015-01-08 | 1 | -2/+3 | |
* | | | Reworking GUI interaction. Fixed javascript inject. Closes #132 | obscuren | 2015-01-08 | 3 | -89/+147 | |
* | | | Minor fixed and additions for block proc | obscuren | 2015-01-08 | 4 | -4/+5 | |
|/ / | ||||||
* | | Moved ptrie => trie. Removed old trie | obscuren | 2015-01-08 | 19 | -1643/+457 | |
* | | Read directly from stdin | obscuren | 2015-01-07 | 1 | -7/+4 | |
* | | Merge branch 'develop' of github.com-obscure:ethereum/go-ethereum into develop | obscuren | 2015-01-07 | 2 | -0/+259 | |
|\ \ | ||||||
| * \ | Merge pull request #244 from fjl/license-tool | Jeffrey Wilcke | 2015-01-07 | 2 | -0/+259 | |
| |\ \ | ||||||
| | * | | a few fixes for the license tool | Felix Lange | 2015-01-07 | 1 | -5/+4 | |
| | * | | add license tool and initial mailmap | Felix Lange | 2015-01-07 | 2 | -0/+260 | |
| |/ / | ||||||
* / / | Refactored ethutil.Config.Db out | obscuren | 2015-01-07 | 35 | -493/+125 | |
|/ / | ||||||
* | | Added version flag | obscuren | 2015-01-07 | 2 | -0/+17 | |
* | | Fixed tests where txs weren't properly removed | obscuren | 2015-01-07 | 1 | -5/+5 | |
* | | Updated tests | obscuren | 2015-01-07 | 4 | -35/+417 | |
* | | Adjusted difficulty and skip get tx messages | obscuren | 2015-01-06 | 3 | -2/+3 | |
* | | Don't auto push jeff ... | obscuren | 2015-01-06 | 1 | -0/+1 | |
* | | Fixed port num | obscuren | 2015-01-06 | 1 | -1/+1 | |
* | | Changed to poc-8 & removed GetTxs | obscuren | 2015-01-06 | 2 | -2/+1 | |
* | | Fixed tests | obscuren | 2015-01-06 | 3 | -7/+7 | |
* | | Merge pull request #239 from fjl/grab-bag | Jeffrey Wilcke | 2015-01-06 | 11 | -93/+116 | |
|\ \ | ||||||
| * | | p2p: improve test for peers message | Felix Lange | 2015-01-06 | 1 | -21/+43 | |
| * | | p2p: move peerList back into baseProtocol | Felix Lange | 2015-01-06 | 2 | -23/+23 | |
| * | | eth, p2p: remove EncodeMsg from p2p.MsgWriter | Felix Lange | 2015-01-06 | 7 | -31/+25 | |
| * | | cmd/peerserver: add some command line switches | Felix Lange | 2015-01-06 | 1 | -2/+15 | |
| * | | cmd/peerserver: use NoDial, don't use seed peers | Felix Lange | 2015-01-06 | 1 | -13/+2 | |
| * | | cmd/peerserver: fix for new client identity type | Felix Lange | 2015-01-06 | 1 | -1/+1 | |
| * | | cmd/evm: add dummy implementation for GetHash | Felix Lange | 2015-01-06 | 1 | -0/+6 | |
| * | | cmd/rlpdump: remove stray return | Felix Lange | 2015-01-06 | 1 | -2/+1 | |
|/ / | ||||||
* | | Added license headers | obscuren | 2015-01-06 | 20 | -219/+336 | |
* | | Updated WS API. Fixes #219. Closes #220 | obscuren | 2015-01-06 | 4 | -42/+38 | |
* | | Allow extra to be set for mined blocks | obscuren | 2015-01-06 | 3 | -0/+25 | |
* | | Limit block extra to 1024 | obscuren | 2015-01-06 | 1 | -0/+4 | |
|/ | ||||||
* | Fixed peer window. Minor tweaks and fixes | obscuren | 2015-01-06 | 8 | -53/+37 | |
* | Merge pull request #235 from fjl/rlpdump | Jeffrey Wilcke | 2015-01-06 | 1 | -2/+19 | |
|\ | ||||||
| * | cmd/rlpdump: remove extra buffer | Felix Lange | 2015-01-06 | 1 | -2/+1 | |
| * | cmd/rlpdump: add license header and synopsis | Felix Lange | 2015-01-06 | 1 | -0/+18 | |
* | | Merge pull request #233 from fjl/rlpdump | Jeffrey Wilcke | 2015-01-06 | 1 | -0/+128 | |
|\| | ||||||
| * | cmd/rlpdump: new helper command | Felix Lange | 2015-01-05 | 1 | -0/+128 | |
* | | Updated tests | obscuren | 2015-01-06 | 234 | -10477/+11 | |
* | | Precompiled contract & Depth change | obscuren | 2015-01-06 | 3 | -1/+19 | |
* | | unclean shutdown for now | obscuren | 2015-01-06 | 1 | -1/+1 | |
* | | added shh back in | obscuren | 2015-01-06 | 4 | -3/+10 | |
* | | Merge branch 'ethersphere-eth.blockpool' into poc8 | obscuren | 2015-01-06 | 41 | -1177/+2303 | |
|\ \ | |/ |/| | ||||||
| * | Merge | obscuren | 2015-01-06 | 41 | -1177/+2303 | |
|/ | ||||||
* | BlockManager => BlockProcessor | obscuren | 2015-01-05 | 1 | -2/+2 | |
* | BlockManager => BlockProcessor | obscuren | 2015-01-05 | 7 | -36/+116 | |
* | Merge branch 'poc8' into docbranch | obscuren | 2015-01-04 | 50 | -1899/+300 | |
|\ | ||||||
| * | Version bump | obscuren | 2015-01-04 | 3 | -3/+3 | |
| * | Cleaned up some of that util | obscuren | 2015-01-04 | 38 | -1825/+199 | |
| * | Cleanup old code | obscuren | 2015-01-04 | 3 | -14/+7 | |
| * | Changed prev_hash to block_hash, state transition now uses vm env | obscuren | 2015-01-04 | 13 | -57/+91 | |
* | | Merge branch 'docbranch' of github.com-obscure:ethereum/go-ethereum into docb... | obscuren | 2015-01-03 | 0 | -0/+0 | |
|\ \ | |/ |/| | ||||||
| * | Merge branch 'poc8' into docbranch | obscuren | 2015-01-02 | 373 | -7472/+18456 | |
| |\ | ||||||
| * \ | Merge pull request #213 from ethereum/develop | Jeffrey Wilcke | 2014-12-17 | 6 | -17/+102 | |
| |\ \ | ||||||
* | | | | Fixed bug where logging could crash client during tx adding | obscuren | 2015-01-03 | 5 | -24/+24 | |
* | | | | Make sure that the object exists | obscuren | 2015-01-03 | 1 | -1/+1 | |
* | | | | Changed JUMP(I) behaviour. | obscuren | 2015-01-03 | 3 | -39/+15 | |
* | | | | Updated protocol version | obscuren | 2015-01-03 | 1 | -1/+1 | |
* | | | | Squashed commit of the following: | obscuren | 2015-01-03 | 6 | -395/+4295 | |
* | | | | Closure => Context | obscuren | 2015-01-02 | 13 | -119/+107 | |
* | | | | added nil check | obscuren | 2015-01-02 | 5 | -39/+8 | |
* | | | | Removed the need of having a backend for the tx pool | obscuren | 2015-01-02 | 4 | -17/+14 | |
* | | | | Removed value check from tx validation | obscuren | 2015-01-02 | 1 | -2/+6 | |
* | | | | Added tests for valid transactions | obscuren | 2015-01-02 | 1 | -11/+10 | |
* | | | | Refactored tx pool and added extra fields to block | obscuren | 2015-01-02 | 4 | -98/+123 | |
* | | | | Added a query interface for world state | obscuren | 2015-01-02 | 1 | -0/+9 | |
* | | | | Fixed using new trie iterator API | obscuren | 2015-01-02 | 2 | -22/+22 |