Jeffrey Wilcke
e2d44814a5
Merge pull request #1694 from obscuren/hide-fdtrack
...
fdtrack: hide message
9 years ago
Jeffrey Wilcke
bd3a44cac9
Merge pull request #1652 from bas-vk/autoreconnect
...
rpc/comms: reconnect ipc client after write error
9 years ago
Jeffrey Wilcke
61a6911eeb
Merge pull request #1689 from fjl/discover-ignore-temp-errors
...
p2p, p2p/discover: small fixes
9 years ago
Bas van Kervel
9bf17eb05a
rpc/comms reconnect ipc client after write error
9 years ago
Jeffrey Wilcke
269c5c7107
Revert "fdtrack: temporary hack for tracking file descriptor usage"
...
This reverts commit 5c949d3b3b
.
9 years ago
Jeffrey Wilcke
382d35bf40
Merge pull request #1688 from karalabe/fix-double-imports
...
eth: fix an issue with pulling and inserting blocks twice
9 years ago
Felix Lange
dd54fef898
p2p/discover: don't attempt to replace nodes that are being replaced
...
PR #1621 changed Table locking so the mutex is not held while a
contested node is being pinged. If multiple nodes ping the local node
during this time window, multiple ping packets will be sent to the
contested node. The changes in this commit prevent multiple packets by
tracking whether the node is being replaced.
9 years ago
Felix Lange
edccc7ae34
p2p: continue listening after temporary errors
9 years ago
Felix Lange
7d5ff770e2
p2p/discover: continue reading after temporary errors
...
Might solve #1579
9 years ago
Jeffrey Wilcke
c6a11fe372
Merge pull request #1680 from maran/fix_removedb
...
cmd/geth: Fix chain purging from cmd line
9 years ago
Péter Szilágyi
941920f2aa
eth: fix an issue with pulling and inserting blocks twice
9 years ago
Jeffrey Wilcke
3b997c3e16
Merge pull request #1454 from ethersphere/frozen-cryptoclean
...
crypto: remove obsolete code
9 years ago
Jeffrey Wilcke
0737cbc5c1
Merge pull request #1683 from ethereum/travis
...
Switch from Coveralls to Codecov code coverage service
9 years ago
Jeffrey Wilcke
227ff4d2d6
Merge pull request #1682 from obscuren/readme-improvements
...
Updated README, Added CONTRIBUTING
9 years ago
Jeffrey Wilcke
18d450b2d0
Updated README, Added CONTRIBUTING
9 years ago
Taylor Gerring
cc87551edc
Codecov integration
9 years ago
Jeffrey Wilcke
d0dc1b4a60
Merge pull request #1681 from obscuren/miner-receipt-fix
...
core, miner: write miner receipts
9 years ago
Jeffrey Wilcke
b4369e1015
core, miner: write miner receipts
9 years ago
Maran
4d5501c46a
cmd/geth: Fix chain purging from cmd line
9 years ago
zelig
d4da2f630e
crypto: remove obsolete key files
9 years ago
Jeffrey Wilcke
e1da124415
Merge pull request #1675 from obscuren/submithashrate-change
...
rpc/api: return boolean value for eth_submitHashrate
9 years ago
Jeffrey Wilcke
36081505c4
Merge pull request #1673 from karalabe/fix-api-xeth-responses
...
rpc: update the xeth over RPC API to use the success/failure messages
9 years ago
Jeffrey Wilcke
2497f28aa9
Merge pull request #1627 from zsfelfoldi/gpo
...
GPO update
9 years ago
zsfelfoldi
49ece3155c
GPO update
9 years ago
Jeffrey Wilcke
8839fee415
rpc/api: return boolean value for eth_submitHashrate
9 years ago
Jeffrey Wilcke
ff1f6fa09d
Merge pull request #1649 from maran/pending_tx_response
...
rpc/api: format pendingTx response. Fixes #1648
9 years ago
Jeffrey Wilcke
7ea30f18f9
Merge pull request #1674 from tgerring/bootnodes
...
Added SG bootnode
9 years ago
Jeffrey Wilcke
12805c738c
Merge pull request #1667 from fjl/pretty-printer-improvements
...
jsre: pretty printer improvements
9 years ago
Taylor Gerring
80b294c3c7
Update CPP pubkey
9 years ago
Taylor Gerring
8884f856ef
Added SG bootnode
9 years ago
Péter Szilágyi
309788de37
rpc: update the xeth over RPC API to use the success/failure messages
9 years ago
Jeffrey Wilcke
f6367548e4
Merge pull request #1654 from obscuren/call-gas
...
xeth: call fix when doing 'create'-like calls
9 years ago
Jeffrey Wilcke
1c3ca3ce6a
xeth: max gas limit
9 years ago
Maran
8603ec7055
rpc/api: format pendingTx response. Fixes #1648
9 years ago
Felix Lange
1086e2f298
jsre: fix annoying indentation when printing arrays of objects
...
The pretty printer, dumb as it is, printed arrays of objects as
[{
...
}]
With this change, they now print as:
[{
...
}]
9 years ago
Felix Lange
49703bea0a
jsre: bind the pretty printer to "inspect" in JS
9 years ago
Jeffrey Wilcke
59b28cfa31
Merge pull request #1663 from obscuren/issue-1662
...
xeth: added a transact mu
9 years ago
Jeffrey Wilcke
5c5c3930b7
Merge pull request #1659 from bas-vk/exec-output
...
Javascript --exec output
9 years ago
Jeffrey Wilcke
7bb5ac045e
xeth: added a transact mu
...
Added 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.
9 years ago
Jeffrey Wilcke
cd81356ace
Merge pull request #1658 from bas-vk/liner-ctrl-c
...
Clear current line on ctrl-C
9 years ago
Bas van Kervel
c472b8f725
main clear current line on ctrl-C
9 years ago
Jeffrey Wilcke
3a66c4ed47
Merge pull request #1642 from ethereum/fix-js-console-windows
...
cmd/geth, jsre: restore command line editing on windows
9 years ago
Jeffrey Wilcke
29181003d4
Merge pull request #1655 from obscuren/db-merge-fix
...
eth, trie: removed key prefixing from state entries & merge db fix
9 years ago
Bas van Kervel
87d1cde7e4
main print console output for js statement given by the exec argument
9 years ago
Jeffrey Wilcke
28b14d3e6d
Merge pull request #1635 from bas-vk/useragent
...
support for user agents
9 years ago
Jeffrey Wilcke
73c4e6005c
Merge pull request #1638 from obscuren/jit-fixes
...
core/vm: fixed jit error & added inline docs
9 years ago
Jeffrey Wilcke
b8ca0a830e
eth, trie: removed key prefixing from state entries & merge db fix
...
Fixed 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.
9 years ago
Felix Lange
a89cfe92cc
Merge pull request #1470 from ebuchman/encHandshake
...
p2p: validate recovered ephemeral pubkey
9 years ago
Felix Lange
0b0b31c7d2
Merge pull request #1651 from karalabe/rlp-boolean-support
...
rlp: boolean support
9 years ago
Péter Szilágyi
1d2420323c
rlp: add support for boolean encoding/decoding
9 years ago