| Commit message (Expand) | Author | Age | Files | Lines |
* | miner: moved bad uncle logging to ridiculous log level. Closes #720 | obscuren | 2015-04-15 | 2 | -2/+7 |
* | core: fixed issue for logs filter. Closes #629 | obscuren | 2015-04-15 | 1 | -1/+1 |
* | core/types: Changed bloom lookup to take anything bytes backed | obscuren | 2015-04-15 | 1 | -2/+6 |
* | rpc: changed logging to use glog | obscuren | 2015-04-15 | 1 | -2/+3 |
* | geth: fixed failing cli tests | obscuren | 2015-04-15 | 1 | -2/+2 |
* | rpc: change eth_protocolVersion to eth_version. Closes #714 | obscuren | 2015-04-15 | 1 | -1/+1 |
* | geth: added print block to admin | obscuren | 2015-04-14 | 1 | -1/+32 |
* | eth: limit the amount of peers that will receive Block/Tx messages | obscuren | 2015-04-14 | 1 | -2/+3 |
* | state: fixed mutex lockes | obscuren | 2015-04-14 | 1 | -2/+14 |
* | p2p: added limiter function to limit package broadcasting | obscuren | 2015-04-14 | 1 | -0/+13 |
* | Merge branch 'develop' of github.com-obscure:ethereum/go-ethereum into develop | obscuren | 2015-04-14 | 6 | -41/+14 |
|\ |
|
| * | Merge pull request #704 from fjl/p2p-concurrency-fixups | Jeffrey Wilcke | 2015-04-14 | 6 | -41/+14 |
| |\ |
|
| | * | p2p/discover: improve timer handling for reply timeouts | Felix Lange | 2015-04-14 | 1 | -2/+3 |
| | * | p2p/discover: remove unused field Node.activeStamp | Felix Lange | 2015-04-13 | 2 | -16/+0 |
| | * | p2p: fix unsynchronized map access during Server shutdown | Felix Lange | 2015-04-13 | 1 | -0/+2 |
| | * | p2p: fix yet another disconnect hang | Felix Lange | 2015-04-13 | 1 | -22/+8 |
| | * | p2p: fix goroutine leak when handshake read fails | Felix Lange | 2015-04-13 | 1 | -1/+1 |
* | | | Merge branch 'develop' of github.com-obscure:ethereum/go-ethereum into develop | obscuren | 2015-04-14 | 1 | -2/+2 |
|\| | |
|
| * | | Merge pull request #709 from ligi/patch-1 | Felix Lange | 2015-04-14 | 1 | -2/+2 |
| |\ \ |
|
| | * | | Fix links | ligi | 2015-04-14 | 1 | -2/+2 |
| |/ / |
|
* | | | core: during split properly insert parent blocks | obscuren | 2015-04-14 | 1 | -1/+32 |
* | | | miner: don't break loop when encountering gas limit reach err | obscuren | 2015-04-14 | 1 | -8/+7 |
* | | | state: fixed nonce issue in managed state | obscuren | 2015-04-14 | 1 | -2/+2 |
|/ / |
|
* | | rpc: removed hash from LogRes. Closes #701 | obscuren | 2015-04-14 | 1 | -1/+0 |
* | | Merge branch 'develop' of github.com-obscure:ethereum/go-ethereum into develop | obscuren | 2015-04-13 | 101 | -1166413/+19449 |
|\ \ |
|
| * \ | Merge pull request #702 from ethersphere/frontier/blockpool | Jeffrey Wilcke | 2015-04-13 | 13 | -366/+370 |
| |\ \ |
|
| | * | | blockpool stability fixes: | zelig | 2015-04-13 | 13 | -366/+370 |
| | |/ |
|
| * | | Merge pull request #700 from bas-vk/issue_650 | Jeffrey Wilcke | 2015-04-13 | 6 | -29/+188 |
| |\ \ |
|
| | * | | Added blockchain DB versioning support, closes #650 | Bas van Kervel | 2015-04-13 | 6 | -29/+188 |
| * | | | Merge pull request #689 from Gustav-Simonsson/add_transaction_tests | Jeffrey Wilcke | 2015-04-13 | 74 | -1165839/+18528 |
| |\ \ \
| | |_|/
| |/| | |
|
| | * | | Enable more tx tests by expecting most common encoding of values | Gustav Simonsson | 2015-04-10 | 2 | -15/+8 |
| | * | | Remove unneeded map assignments for working tx RLP tests | Gustav Simonsson | 2015-04-10 | 1 | -7/+0 |
| | * | | Add TransactionTests wrapped as Go tests | Gustav Simonsson | 2015-04-10 | 3 | -3/+211 |
| | * | | Update JSON test files | Gustav Simonsson | 2015-04-10 | 71 | -1165836/+18331 |
| * | | | Merge pull request #690 from karalabe/whisper-cleanup | Felix Lange | 2015-04-13 | 9 | -179/+363 |
| |\ \ \ |
|
| | * | | | whisper: fix comment entity capitalizations | Péter Szilágyi | 2015-04-12 | 2 | -7/+7 |
| | * | | | xeth/whisper, ui/qt/qwhisper: fix API update breaks. | Péter Szilágyi | 2015-04-10 | 2 | -4/+4 |
| | * | | | whisper: polish the Envelope a bit, prep for tests. | Péter Szilágyi | 2015-04-10 | 6 | -65/+75 |
| | * | | | whisper: polish the messages, fix some bugs, tests | Péter Szilágyi | 2015-04-10 | 6 | -88/+209 |
| | * | | | whisper: rename test file according to Go style | Péter Szilágyi | 2015-04-10 | 1 | -0/+0 |
| | * | | | whisper: make the test app runnable & do something inside | Péter Szilágyi | 2015-04-10 | 1 | -12/+65 |
| | |/ / |
|
* | | | | downloader: added missing blocks catchup functionality | obscuren | 2015-04-13 | 4 | -133/+303 |
* | | | | downloader: return an error for peer.fetch and return chunk to queue | obscuren | 2015-04-12 | 2 | -3/+16 |
* | | | | downloader: renamed chunks to queue | obscuren | 2015-04-12 | 1 | -0/+0 |
* | | | | downloader: implemented new downloader | obscuren | 2015-04-12 | 4 | -0/+602 |
|/ / / |
|
* | | | Merge pull request #695 from ethersphere/frontier/blockpool | Jeffrey Wilcke | 2015-04-11 | 1 | -7/+15 |
|\ \ \ |
|
| * | | | bugfixes for headsection deadlocks | zelig | 2015-04-11 | 1 | -7/+15 |
|/ / / |
|
* | | | Updated glog | obscuren | 2015-04-11 | 1 | -11/+15 |
* | | | Set input to nil for create | obscuren | 2015-04-11 | 1 | -1/+4 |
* | | | Bump | obscuren | 2015-04-11 | 1 | -1/+1 |
* | | | Merge branch 'develop' of github.com-obscure:ethereum/go-ethereum into develop | obscuren | 2015-04-11 | 4 | -139/+148 |
|\ \ \ |
|
| * \ \ | Merge pull request #692 from ethersphere/frontier/blockpool | Jeffrey Wilcke | 2015-04-11 | 4 | -139/+148 |
| |\ \ \ |
|
| | * | | | td update from node | zelig | 2015-04-10 | 4 | -139/+148 |
| | |/ / |
|
* | | | | Merge branch 'develop' of github.com-obscure:ethereum/go-ethereum into develop | obscuren | 2015-04-10 | 8 | -183/+354 |
|\| | | |
|
| * | | | Merge pull request #691 from fjl/discovery-fixes | Jeffrey Wilcke | 2015-04-10 | 8 | -183/+354 |
| |\ \ \
| | |/ /
| |/| | |
|
| | * | | p2p: limit number of lingering inbound pre-handshake connections | Felix Lange | 2015-04-10 | 1 | -1/+19 |
| | * | | p2p: use RLock instead of Lock for pre-dial checks | Felix Lange | 2015-04-10 | 1 | -10/+12 |
| | * | | p2p: improve disconnect signaling at handshake time | Felix Lange | 2015-04-10 | 4 | -35/+111 |
| | * | | p2p: don't mess with the socket deadline in Peer.readLoop | Felix Lange | 2015-04-10 | 1 | -1/+0 |
| | * | | p2p: properly decrement peer wait group counter for setup errors | Felix Lange | 2015-04-10 | 1 | -0/+11 |
| | * | | p2p: fix Peer shutdown deadlocks | Felix Lange | 2015-04-10 | 4 | -78/+139 |
| | * | | p2p: improve peer selection logic | Felix Lange | 2015-04-10 | 1 | -56/+61 |
| | * | | p2p/discover: don't log packet content | Felix Lange | 2015-04-10 | 1 | -3/+4 |
| | * | | p2p/discover: make packet processing less concurrent | Felix Lange | 2015-04-10 | 1 | -6/+4 |
| |/ / |
|
* / / | Added pprof | obscuren | 2015-04-10 | 1 | -0/+8 |
|/ / |
|
* | | Merge branch 'develop' of github.com-obscure:ethereum/go-ethereum into develop | obscuren | 2015-04-10 | 3 | -13/+13 |
|\ \ |
|
| * \ | Merge pull request #687 from karalabe/develop | Jeffrey Wilcke | 2015-04-10 | 2 | -9/+10 |
| |\ \
| | |/
| |/| |
|
| | * | cmd/mist: fix another nil recipient address panic. | Péter Szilágyi | 2015-04-10 | 1 | -7/+5 |
| | * | cmd/mist: fix #640, panic converting nil recipient to hex. | Péter Szilágyi | 2015-04-10 | 1 | -2/+5 |
| |/ |
|
| * | Merge pull request #682 from bas-vk/issue_567 | Jeffrey Wilcke | 2015-04-10 | 1 | -4/+3 |
| |\ |
|
| | * | bugfix as a result of PR 671 | Bas van Kervel | 2015-04-10 | 1 | -4/+3 |
* | | | Skipped td test | obscuren | 2015-04-10 | 1 | -0/+1 |
|/ / |
|
* | | Added some quotes .... | obscuren | 2015-04-10 | 2 | -3/+2 |
* | | glog | obscuren | 2015-04-10 | 1 | -1/+3 |
* | | Added proper contract for registrar | obscuren | 2015-04-09 | 2 | -3/+3 |
* | | bump | obscuren | 2015-04-09 | 1 | -1/+1 |
* | | added contracts | obscuren | 2015-04-09 | 2 | -2/+6 |
* | | Merge branch 'ethersphere-frontier/blockpool' into develop | obscuren | 2015-04-09 | 12 | -88/+180 |
|\ \ |
|
| * | | Disabled TD check | obscuren | 2015-04-09 | 3 | -1/+5 |
| * | | Moved log to debug | obscuren | 2015-04-09 | 2 | -5/+20 |
| * | | Merge branch 'frontier/blockpool' of https://github.com/ethersphere/go-ethere... | obscuren | 2015-04-09 | 10 | -83/+156 |
|/| | |
|
| * | | separate lock for blacklist | zelig | 2015-04-09 | 1 | -3/+6 |
| * | | oops peer unlocked before return - fixes deadlock | zelig | 2015-04-09 | 2 | -0/+2 |
| * | | uncomment future block TD check, add test for skipping TD check on future block | zelig | 2015-04-09 | 4 | -9/+46 |
| * | | fix deadlock issue in AddBlock | zelig | 2015-04-09 | 4 | -39/+46 |
| * | | future queued block support | zelig | 2015-04-09 | 3 | -1/+7 |
| * | | put back checkTD and unskip incorrectTD test | zelig | 2015-04-09 | 2 | -5/+5 |
| * | | introduce peers registry on nodes | zelig | 2015-04-09 | 2 | -43/+41 |
| * | | fix blockpool deadlock | zelig | 2015-04-09 | 3 | -12/+22 |
| * | | fix TestPoolStatus test crashing, skip tests failing (due to @obscuren hotfixes) | zelig | 2015-04-09 | 3 | -1/+11 |
* | | | Added default registrar | obscuren | 2015-04-09 | 2 | -9/+2 |
* | | | Merge branch 'develop' of github.com-obscure:ethereum/go-ethereum into develop | obscuren | 2015-04-09 | 5 | -7/+174 |
|\| | |
|
| * | | Merge pull request #678 from bas-vk/feature_635 | Jeffrey Wilcke | 2015-04-09 | 2 | -5/+11 |
| |\ \ |
|
| | * | | removed utility function and implemented hex conversation in crypto functions | Bas van Kervel | 2015-04-09 | 2 | -14/+9 |
| | * | | Support for import/export hex encoded keys, closes #635 | Bas van Kervel | 2015-04-09 | 3 | -5/+16 |
| * | | | Merge pull request #671 from bas-vk/issue_567 | Jeffrey Wilcke | 2015-04-09 | 3 | -2/+163 |
| |\ \ \
| | | |/
| | |/| |
|
| | * | | reformat code with goimports | Bas van Kervel | 2015-04-09 | 3 | -94/+94 |
| | * | | Add path expansion support for command line arguments, closes 567 | Bas van Kervel | 2015-04-08 | 3 | -3/+164 |
* | | | | Updated xeth logger | obscuren | 2015-04-09 | 2 | -4/+4 |
|/ / / |
|
* | | | Removed from as a requirement and changed | obscuren | 2015-04-09 | 3 | -21/+13 |
* | | | Moved handling of nonces to the managed state | obscuren | 2015-04-09 | 3 | -6/+9 |
* | | | Default log to stderr | obscuren | 2015-04-09 | 2 | -2/+2 |
* | | | Make sure mist runs ... :-) | obscuren | 2015-04-09 | 1 | -6/+10 |
* | | | Improved transaction pool | obscuren | 2015-04-09 | 8 | -143/+105 |
* | | | Fixed tests to reflect log changes | obscuren | 2015-04-09 | 5 | -28/+28 |
* | | | ignore invalid txs right after being added if they prove incorrect | obscuren | 2015-04-09 | 2 | -2/+6 |
* | | | Changed how logs are being recorded | obscuren | 2015-04-08 | 12 | -122/+83 |
| |/
|/| |
|
* | | Merge branch 'develop' of github.com-obscure:ethereum/go-ethereum into develop | obscuren | 2015-04-08 | 1 | -0/+4 |
|\ \ |
|
| * \ | Merge pull request #658 from Gustav-Simonsson/add_ec_point_on_curve_check | Jeffrey Wilcke | 2015-04-08 | 1 | -0/+4 |
| |\ \ |
|
| | * | | Add IsOnCurve check to EC unmarshalling in ECIES decryption | Gustav Simonsson | 2015-04-08 | 1 | -0/+4 |
| |/ / |
|
* | | | Sync managed accounts to the network | obscuren | 2015-04-08 | 2 | -3/+17 |
* | | | Added additional methods to the managed state | obscuren | 2015-04-08 | 2 | -2/+44 |
|/ / |
|
* | | Improved tx pool to ignore invalid transactions | obscuren | 2015-04-08 | 2 | -9/+30 |
* | | fixed stop of miner | obscuren | 2015-04-08 | 1 | -14/+12 |
* | | Queued level db writes and batch writes. Closes #647 | obscuren | 2015-04-08 | 3 | -46/+94 |
* | | Merge pull request #648 from Gustav-Simonsson/forward_ecrecover_err_and_remov... | Jeffrey Wilcke | 2015-04-08 | 4 | -13/+28 |
|\ \ |
|
| * | | Use logger.Error instead of 0 with glog | Gustav Simonsson | 2015-04-07 | 3 | -3/+6 |
| * | | Forward and log EC recover err and remove dup pubkey len check | Gustav Simonsson | 2015-04-07 | 4 | -13/+25 |
* | | | Merge pull request #657 from Gustav-Simonsson/disable_libsecp256k1_debug_check | Jeffrey Wilcke | 2015-04-08 | 1 | -0/+1 |
|\ \ \ |
|
| * | | | libsecp256k1 #define NDEBUG | Gustav Simonsson | 2015-04-08 | 1 | -0/+1 |
|/ / / |
|
* | | | Merge branch 'Gustav-Simonsson-update_bitcoin_secp256k1_lib2' into develop | obscuren | 2015-04-07 | 75 | -5046/+10533 |
|\ \ \ |
|
| * | | | Link GMP | obscuren | 2015-04-07 | 1 | -0/+3 |
| * | | | Merge branch 'update_bitcoin_secp256k1_lib2' of https://github.com/Gustav-Sim... | obscuren | 2015-04-07 | 75 | -5049/+10533 |
|/| | | |
|
| * | | | Update Go wrapper around libbsecp256k1 | Gustav Simonsson | 2015-04-07 | 1 | -89/+25 |
| * | | | Update bitcoin secp256k1 lib | Gustav Simonsson | 2015-04-07 | 74 | -4960/+10508 |
* | | | | Merge branch 'tgerring-rpcfabian' into develop | obscuren | 2015-04-07 | 6 | -67/+514 |
|\ \ \ \
| |_|_|/
|/| | | |
|
| * | | | merge conflict | obscuren | 2015-04-07 | 6 | -67/+514 |
|/| | | |
|
| * | | | More type fixes | Taylor Gerring | 2015-04-07 | 1 | -10/+9 |
| * | | | Output format and nil fixes | Taylor Gerring | 2015-04-07 | 1 | -11/+21 |
| * | | | Increased test coverage for args | Taylor Gerring | 2015-04-05 | 1 | -0/+214 |
| * | | | Improved test coverage for rpc types | Taylor Gerring | 2015-04-04 | 2 | -14/+158 |
| * | | | More test coverage for responses | Taylor Gerring | 2015-04-04 | 1 | -34/+111 |
| * | | | Allow "earliest" block height | Taylor Gerring | 2015-04-04 | 1 | -0/+2 |
| * | | | Merge branch 'develop' into rpcfabian | Taylor Gerring | 2015-04-04 | 40 | -774/+2865 |
| |\ \ \ |
|
* | | | | | updated logging | obscuren | 2015-04-07 | 2 | -8/+6 |
* | | | | | Updated logging | obscuren | 2015-04-07 | 13 | -58/+76 |
* | | | | | Updated ethash | obscuren | 2015-04-07 | 16 | -261/+315 |
* | | | | | Merge branch 'develop' of github.com-obscure:ethereum/go-ethereum into develop | obscuren | 2015-04-07 | 1 | -10/+6 |
|\ \ \ \ \
| | |_|_|/
| |/| | | |
|
| * | | | | Merge pull request #653 from debris/circular_structure | Jeffrey Wilcke | 2015-04-07 | 1 | -10/+6 |
| |\ \ \ \
| | |_|_|/
| |/| | | |
|
| | * | | | fixed printing circular structures | Marek Kotewicz | 2015-04-07 | 1 | -10/+6 |
| |/ / / |
|
* | | | | Fixed tests | obscuren | 2015-04-07 | 2 | -5/+3 |
* | | | | Updated ethereum.js | obscuren | 2015-04-07 | 1 | -1/+1 |
* | | | | Fixed pending states | obscuren | 2015-04-07 | 3 | -29/+83 |
|/ / / |
|
* | | | Block header changed & console miner control | obscuren | 2015-04-06 | 8 | -14/+41 |
* | | | updated ethash. closes 646 | obscuren | 2015-04-06 | 2 | -3/+2 |
* | | | time lapse | obscuren | 2015-04-05 | 1 | -1/+3 |
* | | | v bump | obscuren | 2015-04-05 | 1 | -1/+1 |
* | | | reflect ethash changes | obscuren | 2015-04-05 | 1 | -1/+1 |
* | | | Update ethash | obscuren | 2015-04-05 | 22 | -129/+746 |
* | | | Disabled PoW check | obscuren | 2015-04-05 | 1 | -9/+12 |
* | | | removed hash rate from info log. Added hashrate js func | obscuren | 2015-04-05 | 2 | -1/+6 |
* | | | Remove debug log | obscuren | 2015-04-05 | 1 | -1/+0 |
* | | | Updated logging | obscuren | 2015-04-05 | 5 | -22/+38 |
* | | | set backtrace during runtime | obscuren | 2015-04-05 | 1 | -0/+12 |
* | | | Temp removed unrequested block error | obscuren | 2015-04-05 | 1 | -9/+13 |
* | | | Skipping test | obscuren | 2015-04-05 | 1 | -0/+2 |
* | | | Changed R S to big int and fixed tests | obscuren | 2015-04-05 | 4 | -8/+28 |
* | | | Changed R & S to *big.Int | obscuren | 2015-04-05 | 1 | -6/+6 |
* | | | Reject integers w/ appended zero's | obscuren | 2015-04-05 | 2 | -0/+10 |
* | | | Added thread safe each | obscuren | 2015-04-05 | 2 | -4/+15 |
* | | | Removed debugging | obscuren | 2015-04-05 | 2 | -9/+0 |
* | | | prevent deadlock | obscuren | 2015-04-05 | 3 | -17/+12 |
* | | | bumped version number | obscuren | 2015-04-04 | 1 | -1/+1 |
* | | | Improved chain manager, improved block processor, fixed tests | obscuren | 2015-04-04 | 4 | -7/+44 |
* | | | Added block cache delete method | obscuren | 2015-04-04 | 2 | -0/+29 |
* | | | Disabled peer TD check to support suspended blocks (Future blocks) | obscuren | 2015-04-04 | 2 | -6/+6 |
* | | | Changed log to new logging | obscuren | 2015-04-04 | 3 | -10/+16 |
* | | | Make sure we're not mining on an invalid TS | obscuren | 2015-04-04 | 1 | -0/+3 |
* | | | added verbosity to js admin | obscuren | 2015-04-04 | 1 | -0/+13 |
* | | | Moved logging to logger.Core | obscuren | 2015-04-04 | 6 | -12/+12 |
* | | | check for nil block (tmp). | obscuren | 2015-04-04 | 1 | -0/+3 |
* | | | basic glog | obscuren | 2015-04-04 | 10 | -49/+47 |
* | | | Merge branch 'develop' into glog | obscuren | 2015-04-04 | 1 | -1/+1 |
|\ \ \
| | |/
| |/| |
|
| * | | version bump | obscuren | 2015-04-03 | 1 | -1/+1 |
* | | | Merge branch 'develop' into glog | obscuren | 2015-04-03 | 9 | -44/+194 |
|\| | |
|
| * | | do not include BlockEqualTS as valid uncles | obscuren | 2015-04-03 | 2 | -2/+3 |
| * | | Merge branch 'develop' of github.com-obscure:ethereum/go-ethereum into develop | obscuren | 2015-04-03 | 7 | -42/+191 |
| |\ \ |
|
| | * \ | Merge pull request #627 from ethersphere/frontier/blockpool | Jeffrey Wilcke | 2015-04-03 | 1 | -8/+11 |
| | |\ \ |
|
| | | * | | proper locking to prevent "parent unknown" INVALID blocks due to race in peer... | zelig | 2015-04-02 | 1 | -5/+4 |
| | | * | | proper locking to prevent close of closed channel crash when multiple mining ... | zelig | 2015-04-02 | 1 | -3/+7 |
| | * | | | Merge pull request #626 from tgerring/rpcfabian | Jeffrey Wilcke | 2015-04-03 | 6 | -34/+180 |
| | |\ \ \
| | | | |/
| | | |/| |
|
| | | * | | Return nil if block does not exist | Taylor Gerring | 2015-04-03 | 1 | -1/+6 |
| | | * | | New UncleRes type | Taylor Gerring | 2015-04-02 | 2 | -11/+56 |
| | | * | | Fix RLP decoding of tx metadata | Taylor Gerring | 2015-04-02 | 1 | -2/+4 |
| | | * | | Return nil when requested uncle index is not valid | Taylor Gerring | 2015-04-02 | 1 | -12/+12 |
| | | * | | Return nil when requested index does not exist | Taylor Gerring | 2015-04-02 | 1 | -4/+8 |
| | | * | | Detect non-valid strings for blockheight | Taylor Gerring | 2015-04-02 | 2 | -1/+10 |
| | | * | | Make "To" field optional in whisper filter | Taylor Gerring | 2015-04-02 | 2 | -5/+33 |
| | | * | | More nil checks | Taylor Gerring | 2015-04-02 | 2 | -2/+10 |
| | | * | | HashArgs fix + tests | Taylor Gerring | 2015-04-02 | 2 | -0/+46 |
| | | * | | Use HashArgs for eth_getTransactionByHash | Taylor Gerring | 2015-04-02 | 1 | -2/+1 |
* | | | | | glog wip | obscuren | 2015-04-03 | 9 | -1/+1998 |
|/ / / / |
|
* | | | | Merge commit 'f6bd4b16e38f9cacd57b57befdeeaed789a473c4' into develop | obscuren | 2015-04-03 | 1 | -651/+781 |
|\ \ \ \ |
|
| * | | | | Squashed 'tests/files/' changes from d6fe94a..3ebf646 | obscuren | 2015-04-03 | 1 | -651/+781 |
* | | | | | bool => int | obscuren | 2015-04-03 | 1 | -63/+63 |
| |/ / /
|/| | | |
|
* | | | | Merge branch 'develop' of github.com-obscure:ethereum/go-ethereum into develop | obscuren | 2015-04-03 | 1 | -3/+22 |
|\ \ \ \ |
|
| * \ \ \ | Merge pull request #636 from debris/prototype_functions | Jeffrey Wilcke | 2015-04-03 | 1 | -1/+13 |
| |\ \ \ \ |
|
| | * | | | | do not print Plain Object prototype fields in geth console | Marek Kotewicz | 2015-04-03 | 1 | -1/+13 |
| * | | | | | Merge pull request #633 from debris/prototype_functions | Jeffrey Wilcke | 2015-04-03 | 1 | -3/+10 |
| |\| | | |
| | |_|_|/
| |/| | | |
|
| | * | | | printing object prototype functions in geth console | Marek Kotewicz | 2015-04-03 | 1 | -3/+10 |
| |/ / / |
|
* | | | | fixed stack level | obscuren | 2015-04-03 | 3 | -6/+32 |
* | | | | Merge commit '812cbff1a28d89b44a0c8c5a210ac61c7e19da35' into develop | obscuren | 2015-04-03 | 28 | -23/+1939 |
|\ \ \ \
| | |/ /
| |/| | |
|
| * | | | Squashed 'tests/files/' changes from ab81bf2..d6fe94a | obscuren | 2015-04-03 | 28 | -23/+1939 |
* | | | | updated coin | obscuren | 2015-04-03 | 1 | -10/+4 |
| |/ /
|/| | |
|
* | | | Merge pull request #619 from tgerring/rpcfabian | Jeffrey Wilcke | 2015-04-02 | 9 | -82/+389 |
|\ \ \
| | |/
| |/| |
|
| * | | No longer require gas & gas price in transactions | Taylor Gerring | 2015-04-02 | 2 | -8/+19 |
| * | | Default Value to 0 for NewTxArgs | Taylor Gerring | 2015-04-02 | 2 | -4/+10 |
| * | | Merge branch 'develop' into rpcfabian | Taylor Gerring | 2015-04-02 | 40 | -601/+1193 |
| |\ \ |
|
| * | | | Format code as hexdata | Taylor Gerring | 2015-04-02 | 2 | -1/+6 |
| * | | | Guard from nil pointers | Taylor Gerring | 2015-04-02 | 1 | -0/+9 |
| * | | | New args types with stricter checking | Taylor Gerring | 2015-04-02 | 3 | -33/+79 |
| * | | | Output empty block as nil | Taylor Gerring | 2015-04-02 | 1 | -1/+1 |
| * | | | Guard for nil *big.Int | Taylor Gerring | 2015-04-02 | 1 | -1/+5 |
| * | | | Don't ignore user-specified "include tx" param | Taylor Gerring | 2015-04-02 | 1 | -2/+2 |
| * | | | Better decoding of uint* | Taylor Gerring | 2015-04-02 | 1 | -2/+6 |
| * | | | More types supported | Taylor Gerring | 2015-04-02 | 1 | -0/+20 |
| * | | | Trim left only, not right | Taylor Gerring | 2015-04-02 | 1 | -1/+1 |
| * | | | transactionRoot -> transactionsRoot | Taylor Gerring | 2015-04-02 | 2 | -31/+31 |
| * | | | Default BlockNumber to -1 when missing | Taylor Gerring | 2015-04-02 | 1 | -0/+14 |
| * | | | Better nil handling | Taylor Gerring | 2015-04-02 | 1 | -5/+22 |
| * | | | Fixed decoding for uint64 into bytes | Taylor Gerring | 2015-04-02 | 1 | -1/+4 |
| * | | | Patches | Taylor Gerring | 2015-04-01 | 1 | -2/+3 |
| * | | | Update nonce field | Taylor Gerring | 2015-04-01 | 1 | -1/+1 |
| * | | | Respect fullTx option #614 | Taylor Gerring | 2015-04-01 | 2 | -0/+158 |
| * | | | rename messages to types | Taylor Gerring | 2015-04-01 | 2 | -0/+0 |
| * | | | If nil, type doesn't matter | Taylor Gerring | 2015-04-01 | 1 | -0/+3 |
| * | | | Fix block size output #613 | Taylor Gerring | 2015-04-01 | 3 | -2/+7 |
| * | | | Block nonce as data | Taylor Gerring | 2015-04-01 | 2 | -3/+3 |
| * | | | Make block context optional nulls | Taylor Gerring | 2015-04-01 | 1 | -3/+3 |
| * | | | Add new formatting regex | Taylor Gerring | 2015-04-01 | 1 | -6/+7 |
* | | | | Default gas | obscuren | 2015-04-02 | 3 | -5/+7 |
* | | | | Moved to function | obscuren | 2015-04-02 | 1 | -3/+3 |
| |/ /
|/| | |
|
* | | | updated ethereum.js | obscuren | 2015-04-02 | 2 | -1/+2 |
* | | | Put the old hammer back in <3 | obscuren | 2015-04-02 | 1 | -1/+1 |
* | | | info => debug | obscuren | 2015-04-02 | 3 | -2/+4 |
* | | | Fixes for balance | obscuren | 2015-04-02 | 2 | -4/+5 |
* | | | Merge pull request #625 from debris/nonenumerable | Jeffrey Wilcke | 2015-04-02 | 1 | -7/+22 |
|\ \ \ |
|
| * | | | fixed printing BigNumbers | Marek Kotewicz | 2015-04-02 | 1 | -0/+7 |
| * | | | print nonenumerable properties of object in geth console | Marek Kotewicz | 2015-04-02 | 1 | -7/+15 |
|/ / / |
|
* | | | Removed old (unused) argument | obscuren | 2015-04-02 | 7 | -9/+9 |
* | | | Merge pull request #623 from Gustav-Simonsson/read_protocol_values_from_commo... | Jeffrey Wilcke | 2015-04-02 | 15 | -163/+126 |
|\ \ \ |
|
| * | | | Read most protocol params from common/params.json | Gustav Simonsson | 2015-04-02 | 15 | -163/+126 |
* | | | | Updated ethereum.js | obscuren | 2015-04-02 | 1 | -1/+1 |
* | | | | Changed getters on account objects. Closes #610 | obscuren | 2015-04-02 | 2 | -10/+5 |
* | | | | Fixed uncle rewards in miner | obscuren | 2015-04-02 | 3 | -22/+25 |
|/ / / |
|
* | | | sha3 stack check | obscuren | 2015-04-01 | 1 | -1/+1 |
* | | | Merge commit '4e3ffbcf9bae7e44e45fd1b6e504b3645040d73c' into develop | obscuren | 2015-04-01 | 1 | -0/+71 |
|\ \ \
| | |/
| |/| |
|
| * | | Squashed 'tests/files/' changes from 5f8a010..ab81bf2 | obscuren | 2015-04-01 | 1 | -0/+71 |
* | | | Check stack for BALANCE. Closes #622 | obscuren | 2015-04-01 | 1 | -1/+1 |
* | | | Merge commit 'f801183b8bea24ce9988fbd06c2f17fedfc3587f' into develop | obscuren | 2015-04-01 | 5 | -6/+231 |
|\| | |
|