- 17 Aug, 2015 7 commits
- 
- 
Jeffrey Wilcke authoredGPO update 
- 
zsfelfoldi authored
- 
Jeffrey Wilcke authoredrpc/api: format pendingTx response. Fixes #1648 
- 
Jeffrey Wilcke authoredAdded SG bootnode 
- 
Jeffrey Wilcke authoredjsre: pretty printer improvements 
- 
Taylor Gerring authored
- 
Taylor Gerring authored
 
- 
- 16 Aug, 2015 3 commits
- 
- 
Jeffrey Wilcke authoredxeth: call fix when doing 'create'-like calls 
- 
Jeffrey Wilcke authored
- 
Maran authored
 
- 
- 15 Aug, 2015 4 commits
- 
- 
Felix Lange authoredThe pretty printer, dumb as it is, printed arrays of objects as [{ ... }] With this change, they now print as: [{ ... }]
- 
Felix Lange authored
- 
Jeffrey Wilcke authoredxeth: added a transact mu 
- 
Jeffrey Wilcke authoredJavascript --exec output 
 
- 
- 14 Aug, 2015 6 commits
- 
- 
Jeffrey Wilcke authoredAdded a transact mutex. The transact mutex will fix an issue where transactions were created with the same nonce resulting in some transactions being dropped. This happened when two concurrent calls would call the `Transact` method (which is OK) which would both call `GetNonce`. While the managed is thread safe it does not help us in this case. 
- 
Jeffrey Wilcke authoredClear current line on ctrl-C 
- 
Bas van Kervel authored
- 
Jeffrey Wilcke authoredcmd/geth, jsre: restore command line editing on windows 
- 
Jeffrey Wilcke authoredeth, trie: removed key prefixing from state entries & merge db fix 
- 
Bas van Kervel authored
 
- 
- 13 Aug, 2015 6 commits
- 
- 
Jeffrey Wilcke authoredsupport for user agents 
- 
Jeffrey Wilcke authoredcore/vm: fixed jit error & added inline docs 
- 
Jeffrey Wilcke authoredFixed database merge strategy to use the correct database. Due to a copy paste fail when doing type evaluation the same database was being iterated (chain), all others were ignored. Removed state prefixing because {H(code): code} is stored in the same database as the rest of the state.
- 
Felix Lange authoredp2p: validate recovered ephemeral pubkey 
- 
Felix Lange authoredrlp: boolean support 
- 
Péter Szilágyi authored
 
- 
- 12 Aug, 2015 6 commits
- 
- 
Felix Lange authoredp2p: fix value of DiscSubprotocolError 
- 
Felix Lange authoredcmd/geth: remove spaces in client identifier 
- 
Felix Lange authoredWe had the wrong value (12) since forever. 
- 
Felix Lange authored
- 
Bas van Kervel authored
- 
Felix Lange authoredPR #856 broke command line editing by wrapping stdout with a filter that interprets ANSI escape sequences to fix colored printing on windows. Implement the printer in Go instead so it can do its own platform-dependent coloring. As a nice side effect, the JS console is now noticeably more responsive when printing results. Fixes #1608 Fixes #1612 
 
- 
- 11 Aug, 2015 8 commits
- 
- 
Jeffrey Wilcke authoredp2p/discover: fix two major bugs in reply packet handling 
- 
Jeffrey Wilcke authored
- 
Jeffrey Wilcke authoredweb3: updated 
- 
Jeffrey Wilcke authored
- 
Jeffrey Wilcke authoredcmd/ethtest: added trace flag for debugging 
- 
Jeffrey Wilcke authored
- 
Felix Lange authoredIf the timeout fired (even just nanoseconds) before the deadline of the next pending reply, the timer was not rescheduled. The timer would've been rescheduled anyway once the next packet was sent, but there were cases where no next packet could ever be sent due to the locking issue fixed in the previous commit. As timing-related bugs go, this issue had been present for a long time and I could never reproduce it. The test added in this commit did reproduce the issue on about one out of 15 runs. 
- 
Felix Lange authoredTable.mutex was being held while waiting for a reply packet, which effectively made many parts of the whole stack block on that packet, including the net_peerCount RPC call. 
 
-