| Commit message (Expand) | Author | Age | Files | Lines |
* | Add block tests wrapper and fixes for tx tests | Gustav Simonsson | 2015-04-20 | 3 | -65/+170 |
* | tests: hopefully improve test conversion helpers | Felix Lange | 2015-04-19 | 2 | -30/+35 |
* | cmd/geth, tests: enable running multiple tests from a single file | Felix Lange | 2015-04-19 | 2 | -33/+105 |
* | eth: use NewDB hook also for extra DB | Felix Lange | 2015-04-19 | 1 | -1/+4 |
* | miner: go fmt | obscuren | 2015-04-20 | 1 | -8/+7 |
* | Switched getWork third output from difficulty to target | Vitalik Buterin | 2015-04-20 | 1 | -1/+8 |
* | miner: fixed remote miner current work | obscuren | 2015-04-20 | 1 | -1/+2 |
* | Merge branch 'develop' of github.com-obscure:ethereum/go-ethereum into develop | obscuren | 2015-04-20 | 3 | -0/+55 |
|\ |
|
| * | Merge pull request #748 from fjl/build-script-unix | Jeffrey Wilcke | 2015-04-19 | 3 | -0/+55 |
| |\ |
|
| | * | Makefile: for non-gophers | Felix Lange | 2015-04-19 | 3 | -0/+55 |
* | | | geth: admin download status | obscuren | 2015-04-20 | 2 | -11/+22 |
* | | | miner: removed default timer & update dag when threads > 0 | obscuren | 2015-04-20 | 2 | -16/+8 |
|/ / |
|
* | | downloader: fixed tests with low ttl | obscuren | 2015-04-19 | 2 | -2/+3 |
* | | moved | obscuren | 2015-04-19 | 1 | -6/+6 |
* | | Merge branch 'fjl-rlp-size-validation' into develop | obscuren | 2015-04-19 | 13 | -233/+481 |
|\ \ |
|
| * | | Merge branch 'rlp-size-validation' of https://github.com/fjl/go-ethereum into... | obscuren | 2015-04-19 | 13 | -233/+481 |
|/| | |
|
| * | | rlp: require declared number of input elements for array types | Felix Lange | 2015-04-17 | 2 | -40/+26 |
| * | | p2p: make DiscReason bigger than byte | Felix Lange | 2015-04-17 | 1 | -1/+1 |
| * | | rlp: stop accepting lists for byte slices and byte arrays | Felix Lange | 2015-04-17 | 2 | -45/+10 |
| * | | core/types: add rlp tag "nil" for Transaction.Recipient | Felix Lange | 2015-04-17 | 1 | -1/+1 |
| * | | rlp: stricter rules for structs and pointers | Felix Lange | 2015-04-17 | 4 | -52/+148 |
| * | | rlp: reject non-minimal input strings | Felix Lange | 2015-04-17 | 2 | -15/+45 |
| * | | rlp: stricter validation of canonical integer format | Felix Lange | 2015-04-17 | 2 | -42/+93 |
| * | | rlp: fix handling of single byte zero when decoding into a pointer | Felix Lange | 2015-04-17 | 2 | -6/+6 |
| * | | whisper: fix comment for rlpenv | Felix Lange | 2015-04-17 | 1 | -4/+5 |
| * | | p2p/discover: use rlp.DecodeBytes | Felix Lange | 2015-04-17 | 1 | -1/+1 |
| * | | rlp: fix integer overflow in list element size validation | Felix Lange | 2015-04-17 | 2 | -2/+5 |
| * | | cmd/rlpdump, cmd/utils, eth, p2p, whisper: use rlp input limit | Felix Lange | 2015-04-17 | 5 | -7/+8 |
| * | | rlp: check top-level value sizes against input limit | Felix Lange | 2015-04-17 | 2 | -56/+171 |
* | | | Merge branch 'develop' of github.com-obscure:ethereum/go-ethereum into develop | obscuren | 2015-04-19 | 2 | -6/+4 |
|\ \ \ |
|
| * \ \ | Merge pull request #749 from fjl/fix-nodekey-persistence | Jeffrey Wilcke | 2015-04-19 | 2 | -6/+4 |
| |\ \ \ |
|
| | * | | | crypto: update {Load,Save}ECDSA comments to mention hex encoding | Felix Lange | 2015-04-19 | 1 | -2/+3 |
| | * | | | eth: fix node key persistence | Felix Lange | 2015-04-19 | 1 | -4/+1 |
* | | | | | Removed debug println | obscuren | 2015-04-19 | 1 | -3/+0 |
* | | | | | eth: drop blocks with low TD | obscuren | 2015-04-19 | 2 | -5/+7 |
* | | | | | geth: added getBlockRlp for dumping block in rlp format | obscuren | 2015-04-19 | 1 | -0/+26 |
* | | | | | downloader: moved chunk ignoring. Fixes issue with catching up | obscuren | 2015-04-19 | 4 | -31/+44 |
|/ / / / |
|
* | | | | eth: temp 100% block propagation because of the current state of the net | obscuren | 2015-04-19 | 1 | -2/+2 |
* | | | | downloader: defer peer reset after download | obscuren | 2015-04-19 | 2 | -4/+8 |
|/ / / |
|
* | | | downloader: reset hashTtl on receive | obscuren | 2015-04-19 | 1 | -0/+2 |
* | | | Merge branch 'downloader-proto' into develop | obscuren | 2015-04-19 | 13 | -453/+790 |
|\ \ \
| |_|/
|/| | |
|
| * | | cleanup | obscuren | 2015-04-19 | 1 | -3/+2 |
| * | | eth: removed debug messages to stdout | obscuren | 2015-04-19 | 1 | -2/+2 |
| * | | downloader: don't remove peers. keep them around | obscuren | 2015-04-19 | 3 | -17/+17 |
| * | | geth: added identity flag which allows to set a custom node name | obscuren | 2015-04-19 | 2 | -0/+10 |
| * | | Merge branch 'develop' into downloader-proto | obscuren | 2015-04-19 | 1 | -1/+7 |
| |\ \
| |/ /
|/| | |
|
* | | | core: merge using equal block numbers rather than the current block | obscuren | 2015-04-19 | 1 | -1/+7 |
| * | | miner: reverted back to old event | obscuren | 2015-04-19 | 1 | -1/+1 |
| * | | typo | obscuren | 2015-04-19 | 1 | -1/+1 |
| * | | miner: changed listener | obscuren | 2015-04-19 | 1 | -1/+1 |
| * | | downloader: free up peers from work when the downloader resets | obscuren | 2015-04-19 | 3 | -5/+22 |
| * | | downloader: throw an error if there are no peers available for download | obscuren | 2015-04-19 | 1 | -6/+16 |
| * | | downloader: fixed a race condition for download status | obscuren | 2015-04-19 | 1 | -1/+0 |
| * | | eth: adapted to new synchronous api of downloader's AddBlock | obscuren | 2015-04-19 | 3 | -4/+14 |
| * | | downloader: improved downloading and synchronisation | obscuren | 2015-04-19 | 4 | -110/+129 |
| * | | downloader: make sure that hashes are only accepted from the active peer | obscuren | 2015-04-18 | 2 | -20/+54 |
| * | | Merge branch 'develop' into downloader-proto | obscuren | 2015-04-18 | 22 | -366/+916 |
| |\ \
| |/ /
|/| | |
|
* | | | updated ethash | obscuren | 2015-04-18 | 2 | -4/+4 |
* | | | Merge branch 'develop' of github.com-obscure:ethereum/go-ethereum into develop | obscuren | 2015-04-18 | 19 | -362/+910 |
|\ \ \ |
|
| * \ \ | Merge pull request #736 from frozeman/develop | Felix Lange | 2015-04-18 | 1 | -1/+1 |
| |\ \ \
| | |_|/
| |/| | |
|
| | * | | add extra space to miner icon | Fabian Vogelsteller | 2015-04-17 | 1 | -1/+1 |
| |/ / |
|
| * | | Merge pull request #718 from karalabe/whisper-cleanup | Felix Lange | 2015-04-17 | 16 | -356/+899 |
| |\ \ |
|
| | * | | whisper: cleanup lefover scoping | Péter Szilágyi | 2015-04-17 | 3 | -4/+4 |
| | * | | whisper: hide some internal types | Péter Szilágyi | 2015-04-17 | 1 | -3/+3 |
| | * | | whisper: don't issue signature warning if none present | Péter Szilágyi | 2015-04-16 | 1 | -0/+5 |
| | * | | whisper: track active peers, add peer cache expiry test | Péter Szilágyi | 2015-04-16 | 2 | -22/+86 |
| | * | | whisper: remove dead code, rename a few constants | Péter Szilágyi | 2015-04-16 | 6 | -59/+7 |
| | * | | whisper: use async handshakes to handle blocking peers | Péter Szilágyi | 2015-04-15 | 3 | -47/+12 |
| | * | | whisper: remove some unneeded testing complexity | Péter Szilágyi | 2015-04-15 | 3 | -32/+5 |
| | * | | whisper: global message expiration tests, polishes | Péter Szilágyi | 2015-04-15 | 3 | -16/+49 |
| | * | | whisper: mock tests to use simulated peers | Péter Szilágyi | 2015-04-15 | 2 | -71/+55 |
| | * | | whisper: add basic tests for the whiper peers | Péter Szilágyi | 2015-04-14 | 2 | -0/+221 |
| | * | | whisper: shorten constants to TTL and PoW | Péter Szilágyi | 2015-04-14 | 5 | -15/+15 |
| | * | | whisper, xeth/whisper, ui/qt/qwhispe: fix API polish breakages | Péter Szilágyi | 2015-04-14 | 3 | -20/+19 |
| | * | | whisper: add known message expiration to peers, cleanup | Péter Szilágyi | 2015-04-14 | 2 | -95/+145 |
| | * | | whisper: general cleanups, documentation | Péter Szilágyi | 2015-04-14 | 4 | -129/+146 |
| | * | | whisper: fix anonymous broadcast drop, add broadcast tests | Péter Szilágyi | 2015-04-14 | 3 | -24/+99 |
| | * | | whisper: add utility functions for creating topics | Péter Szilágyi | 2015-04-14 | 3 | -8/+58 |
| | * | | whisper: push work in progress for bug report | Péter Szilágyi | 2015-04-13 | 2 | -6/+19 |
| | * | | whisper: start adding integration tests | Péter Szilágyi | 2015-04-13 | 1 | -18/+118 |
| | * | | whisper: clean up and integrate topics | Péter Szilágyi | 2015-04-13 | 7 | -43/+85 |
| | * | | whisper: separate out magic number from the code | Péter Szilágyi | 2015-04-13 | 4 | -25/+29 |
| * | | | Merge pull request #733 from fjl/p2p-dial-timer | Jeffrey Wilcke | 2015-04-17 | 1 | -3/+8 |
| |\ \ \ |
|
| | * | | | p2p: fix the dial timer | Felix Lange | 2015-04-17 | 1 | -3/+8 |
| |/ / / |
|
| * | | | Merge pull request #728 from tgerring/issue727 | Jeffrey Wilcke | 2015-04-17 | 1 | -2/+2 |
| |\ \ \ |
|
| | * | | | Fix call output when empty | Taylor Gerring | 2015-04-16 | 1 | -2/+2 |
* | | | | | rpc: set from. Closes #742 | obscuren | 2015-04-18 | 1 | -0/+2 |
|/ / / / |
|
| | | * | downloader: reset the queue if a peer response with an empty hash set | obscuren | 2015-04-18 | 3 | -15/+37 |
| | | * | eth: ignore NewBlockMsg with lower td | obscuren | 2015-04-18 | 1 | -2/+3 |
| | | * | core: improved uncle validation error message | obscuren | 2015-04-18 | 1 | -3/+2 |
| | | * | downloader: all handlers check for isBusy | obscuren | 2015-04-18 | 1 | -7/+7 |
| | | * | eth: fixed proper BroadcastBlock for mined blocks | obscuren | 2015-04-18 | 1 | -1/+1 |
| | | * | geth: bump version number | obscuren | 2015-04-18 | 1 | -2/+3 |
| | | * | eth: listen for mined blocks and propagate using the protocol manager | obscuren | 2015-04-18 | 1 | -17/+15 |
| | | * | eth: drop blocks that are known | obscuren | 2015-04-18 | 1 | -0/+6 |
| | | * | eth: additional cleanups to the subprotocol, improved block propagation | obscuren | 2015-04-18 | 3 | -56/+140 |
| | | * | eth: began split up of peers and protocol manager | obscuren | 2015-04-18 | 4 | -388/+369 |
| | | * | Merge branch 'develop' into downloader-proto | obscuren | 2015-04-18 | 43 | -253/+4347 |
| | | |\
| |_|_|/
|/| | | |
|
* | | | | Merge branch 'develop' of github.com-obscure:ethereum/go-ethereum into develop | obscuren | 2015-04-17 | 41 | -248/+4230 |
|\ \ \ \ |
|
| * \ \ \ | Merge pull request #730 from Gustav-Simonsson/update_transaction_tests | Jeffrey Wilcke | 2015-04-17 | 41 | -248/+4230 |
| |\ \ \ \ |
|
| | * | | | | Fixes for TransactionTests | Gustav Simonsson | 2015-04-16 | 3 | -41/+53 |
| | * | | | | Update JSON tests | Gustav Simonsson | 2015-04-16 | 38 | -207/+4177 |
| |/ / / / |
|
* / / / / | downloader: fixed a typo | obscuren | 2015-04-17 | 1 | -1/+1 |
|/ / / / |
|
* | | | | downloader: added demotion / promotion in prep. for rep. system | obscuren | 2015-04-16 | 2 | -0/+25 |
* | | | | downloader: updated downloader and fixed issues with catch up | obscuren | 2015-04-16 | 1 | -21/+47 |
| | | * | eth: basic implementation of the downloader | obscuren | 2015-04-17 | 1 | -0/+25 |
| | | * | Merge branch 'develop' into downloader-proto | obscuren | 2015-04-16 | 121 | -1166509/+19667 |
| | | |\ |
|
| | | | * | downloader: updated downloader and fixed issues with catch up | obscuren | 2015-04-16 | 1 | -22/+48 |
| |_|_|/
|/| | | |
|
* | | | | core: changed split detection to also account for number less than | obscuren | 2015-04-16 | 1 | -1/+2 |
|/ / / |
|
* | | | miner: start a newly registered agent if the miner is running. Closes #681 | obscuren | 2015-04-15 | 2 | -3/+9 |
* | | | common: Added debug reporter | obscuren | 2015-04-15 | 1 | -0/+20 |
* | | | 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 |
| | |/ / / |
|
| | | | * | eth: added downloader for syncing up the chain | obscuren | 2015-04-13 | 2 | -37/+72 |
| |_|_|/
|/| | | |
|
* | | | | 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 |
|\ \ \ \ \
| | |_|_|/
| |/| | | |
|