Jeffrey Wilcke
e289b0a1c1
Merge pull request #888 from obscuren/develop
...
miner, flags: Configurable gas price & log flag change
10 years ago
obscuren
658ac3c257
cmd/geth: bump version 0.9.18
10 years ago
obscuren
7eed47fad5
miner, tests: fixed block test
10 years ago
obscuren
e3a08875f6
miner: start/stop mutex locked. Closes #887
10 years ago
obscuren
a7705fc203
miner: moved gasprice to non-method
10 years ago
obscuren
13ddf20bd2
miner, cmd/geth: settable gas price from flags and console
...
* --gasprice "<num>" flag
* admin.miner.setGasPrice( <num> )
10 years ago
obscuren
cb1fa523e4
cmd/geth, cmd/mist, eth, flags: renamed loglevel to verbosity
10 years ago
Daniel A. Nagy
1fe70a66ba
Signature test.
10 years ago
Daniel A. Nagy
62dd9833ec
Merge branch 'develop' of github.com:ethereum/go-ethereum into develop
10 years ago
Daniel A. Nagy
3a01e3e39b
Signing (almost) works.
10 years ago
obscuren
c8fc4cebe6
version 0.9.17
10 years ago
Jeffrey Wilcke
0214cbe0fb
Merge pull request #863 from karalabe/ordered-block-download
...
eth/downloader: prioritize block fetch based on chain position, cap memo...
10 years ago
Jeffrey Wilcke
7c678554b5
Merge pull request #885 from fjl/p2p-fixes
...
p2p: more last-minute fixes
10 years ago
Péter Szilágyi
edad47bf0e
eth/downloader: fix leftover state between syncs
10 years ago
Daniel A. Nagy
a487396b76
eth_sign added to API for signing arbitrary data.
10 years ago
Daniel A. Nagy
e94aa421c6
New API call for signatures.
10 years ago
Felix Lange
d4f0a67323
p2p: drop connections with no matching protocols
10 years ago
Felix Lange
e45d9bb29d
cmd/utils: bump default maxpeers to 25
...
This should improve ethereum block propagation times since
we're not not broadcasting blocks to 100% of peers.
10 years ago
Felix Lange
9c0f36c46d
p2p: use maxDialingConns instead of maxAcceptConns as dial limit
10 years ago
Felix Lange
914e57e49b
p2p: fix disconnect at capacity
...
With the introduction of static/trusted nodes, the peer count
can go above MaxPeers. Update the capacity check to handle this.
While here, decouple the trusted nodes check from the handshake
by passing a function instead.
10 years ago
Jeffrey Wilcke
23454dcfcb
Merge pull request #840 from karalabe/throttled-dialing
...
p2p: throttled handshakes
10 years ago
Péter Szilágyi
bd5720f480
eth, eth/downloader: handle sync errors a bit more gracefully
10 years ago
Jeffrey Wilcke
f819ac7158
Merge pull request #882 from zsfelfoldi/develop
...
Otto.ToValue concurrency error fixed
10 years ago
Jeffrey Wilcke
15bfae52d2
Merge pull request #876 from obscuren/jsre_fixes
...
jsre, cmd/geth: updated web3.js and altered settimeout
10 years ago
zsfelfoldi
d7dabce732
ToVal serialization fix
10 years ago
obscuren
f6e71b5749
updated ethereum.js
10 years ago
obscuren
351d6b0d44
jsre, cmd/geth: updated web3.js and altered settimeout
10 years ago
Jeffrey Wilcke
03473d48c1
Merge pull request #875 from Gustav-Simonsson/test_updates
...
Test updates
10 years ago
Jeffrey Wilcke
45c070fc8b
Merge pull request #833 from ethersphere/frontier/solidity
...
solidity compiler and contract metadocs integration
10 years ago
zsfelfoldi
1de1359e3b
Otto.ToValue concurrency error fixed
10 years ago
Jeffrey Wilcke
637b2415d9
Merge pull request #864 from obscuren/filter_changes
...
xeth, core, event/filter, rpc: new block and transaction filters
10 years ago
Jeffrey Wilcke
69aac4d531
Merge pull request #877 from Gustav-Simonsson/update_ethash_godep
...
Update ethash deps (more build fixes, tests)
10 years ago
Péter Szilágyi
9d188f73b5
eth, eth/downloader: make synchronize thread safe
10 years ago
Gustav Simonsson
3593662b0c
Update ethash deps (more build fixes, tests)
10 years ago
obscuren
60b5a94428
xeth: getTransactionByHash, try pool if db fails
10 years ago
obscuren
dcfecebe1f
core: get transaction by hash from transaction pool
10 years ago
obscuren
258a7b9a93
xeth: check proper queue for pending transaction filter
10 years ago
obscuren
b3c9b66f29
rpc: eth_transactionFilter => eth_newPendingTransactionFilter
10 years ago
obscuren
7e160a677d
xeth, core, event/filter, rpc: new block and transaction filters
10 years ago
Péter Szilágyi
8735e5addd
p2p: increase the handshake timeout in the tests
10 years ago
Péter Szilágyi
4d5a719f25
cmd, eth, p2p: introduce pending peer cli arg, add tests
10 years ago
Péter Szilágyi
af93217775
p2p: reduce the concurrent handshakes to 10/10 in/out
10 years ago
Péter Szilágyi
2060bc8bac
p2p: fix dial throttling race condition
10 years ago
Péter Szilágyi
29fef349ef
p2p: fix a dialing race in the throttler
10 years ago
Péter Szilágyi
3953bf0031
p2p: limit the outbound dialing too
10 years ago
Péter Szilágyi
43901c9282
eth/downloader: fix priority queue reset, add throttling test
10 years ago
Gustav Simonsson
79eb40fc9f
Add bcTotalDifficultyTest and unskip now working tx tests
10 years ago
zelig
009b221692
solidity compiler and contract metadocs integration
...
* common/compiler: solidity compiler + tests
* rpc: eth_compilers, eth_compileSolidity + tests
* fix natspec test using keystore API, notice exp dynamically changes addr, cleanup
* resolver implements registrars and needs to create reg contract (temp)
* xeth: solidity compiler. expose getter Solc() and paths setter SetSolc(solcPath)
* ethereumApi: implement compiler related RPC calls using XEth - json struct tests
* admin: make use of XEth.SetSolc to allow runtime setting of compiler paths
* cli: command line flags solc to set custom solc bin path
* js admin api with new features debug and contractInfo modules
* wiki is the doc https://github.com/ethereum/go-ethereum/wiki/Contracts-and-Transactions
10 years ago
Gustav Simonsson
2b716aec54
Update JSON test files
10 years ago
Péter Szilágyi
45f8304f3c
eth/downloader: fix expiration not running while fetching
10 years ago