obscuren
c8fc4cebe6
version 0.9.17
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
obscuren
f6e71b5749
updated ethereum.js
10 years ago
obscuren
351d6b0d44
jsre, cmd/geth: updated web3.js and altered settimeout
10 years ago
Péter Szilágyi
4d5a719f25
cmd, eth, p2p: introduce pending peer cli arg, add 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
7bc1f487b8
Unskip now working tests, remove debug print
10 years ago
obscuren
b719801db0
cmd/geth: gofmt screwup fix
10 years ago
obscuren
458d891c63
cmd/geth: version bump
10 years ago
obscuren
05ac1209c7
cmd/geth: limit `pendingTransactions` to owned accounts.
10 years ago
obscuren
eb4029257a
cmd/mist: updated xeth transact
10 years ago
obscuren
5ebc22807c
cmd/geth: admin, switched price with limit in arguments
10 years ago
obscuren
7fed424435
cmd/geth: implemented resending transaction with different gas settings
10 years ago
zsfelfoldi
c54d123b31
setTimeout and sendAsync implemented
...
added and eval queue for serializing JSRE vm execution
10 years ago
Péter Szilágyi
c750ef09e1
cmd/geth: fix #853 colorize console output in windows
10 years ago
Gustav Simonsson
b1cc9cdc74
Integrate new ethash API and change geth makedag cmd
10 years ago
Péter Szilágyi
2382da4179
cmd/mist: fix a stale error message
10 years ago
obscuren
ba2236fa51
cmd/geth, eth: bump version & tmp fix for incorrect TD peers
10 years ago
Péter Szilágyi
701591b403
cmd, eth, p2p: fix review issues enumerated by Felix
10 years ago
Péter Szilágyi
679c90b873
cmd/geth, cmd/utils, eth: internalize trusted node config file
10 years ago
Péter Szilágyi
de0549fabb
cmd/geth, cmd/mist, cmd/utils, eth, p2p: support trusted peers
10 years ago
obscuren
30b921ef46
cmd/geth: bump version to 0.9.14
10 years ago
obscuren
735b029db9
core: return the index of the block that failed when inserting a chain
10 years ago
obscuren
745c368987
cmd/geth: bump version number
10 years ago
Felix Lange
72d8878084
cmd/mist: always enable whisper
...
The default value of the Shh option is true, but cli can't
see it because it is not part of the mist options.
10 years ago
Felix Lange
eb5e43022e
cmd/geth, cmd/mist: use gitCommit in node name
10 years ago
Felix Lange
f4e5675303
cmd/mist: add blockchain version flag
...
This is necessary because cli doesn't see the default
value unless the flag is included.
10 years ago
Gustav Simonsson
34c94d5fcd
Add loading of block test privkey if present
10 years ago
obscuren
7fd368c586
geth/main: removed crazy welcome message :-(
10 years ago
obscuren
a237ff65ea
web3: updated
10 years ago
obscuren
ed036a2ce7
cmd/geth: bump version number 0.9.12
10 years ago
obscuren
405720b218
xeth, core, cmd/utils: Transaction can not be over block gas limit
...
Transactions will be invalidated when the tx.gas_limit > block.gas_limit
10 years ago
Péter Szilágyi
8646365b42
cmd/bootnode, eth, p2p, p2p/discover: use a fancier db design
10 years ago
Alexandre Van de Sande
8716278ca8
Smaller frontier cover art
10 years ago
zelig
c5e9a0a71c
cli: correct bootnodes flag usage help line
10 years ago
Alexandre Van de Sande
f1126dbb87
Smaller frontier cover art
10 years ago
zelig
6b1b5a4a2a
cli/js console: if corsDomain is not given to startRpc, we fall back to value set on command line with `-corsDomain`
10 years ago
zelig
1b7c017076
cli: fatal error if no etherbase for mining
10 years ago
zelig
6512b23b98
cli: fatal error if rpc could not be started
10 years ago
zelig
7b2f25b578
cli: clean up flag descriptions, usage docs, account list uses primary and indexes, add help line to account subcnd usage
10 years ago
zelig
22450c069b
js console: add cors domain optional argument to startRpc
10 years ago
zelig
a3fb41981e
cmd/admin: rename debug.block to debug.processBlock; move backtrace under debug
10 years ago
obscuren
dc62fb2ee9
web3: updated
10 years ago
obscuren
92c6327593
cmd/geth, jsre: updated ethereum.js => web3.js
10 years ago
Péter Szilágyi
6def110c37
cmd/bootnode, eth, p2p, p2p/discover: clean up the seeder and mesh into eth.
10 years ago
Péter Szilágyi
5f735d6fce
cmd, eth, p2p, p2p/discover: init and clean up the seed cache
10 years ago
Alexandre Van de Sande
d2fab43abc
Changed "Welcome to the Frontier" to something more geeky
10 years ago
Felix Lange
e1f616fadf
cmd/geth: improve the JS tests
...
These changes ensure that the JS tests run without networking
and fixes the block chain export and its associated test.
10 years ago
Gustav Simonsson
b448390889
Further fixes to block test wrapper
...
* Move go test wrapper for block tests from cmd/geth to tests
* Fix logic for when tests are valid or not, by adding correct
validations for expected valid/invalid blocks
* Change block insertion helper to work on single blocks
* Add one test case for each file in BlockTests and comment out
the tests which are currently failing
* Add Skip call in all block tests in lieu of performance fixes
around ethash cache which are needed before it will be fast enough
to start / stop the node between each test
10 years ago
Péter Szilágyi
3b008723db
cmd/geth, cmd/utils: invert --pprof once more
10 years ago