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
obscuren
05ac1209c7
cmd/geth: limit `pendingTransactions` to owned accounts.
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
Péter Szilágyi
701591b403
cmd, eth, p2p: fix review issues enumerated by Felix
10 years ago
Péter Szilágyi
de0549fabb
cmd/geth, cmd/mist, cmd/utils, eth, p2p: support trusted peers
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
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
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
obscuren
76025cc424
geth: added a `admin.debug.block` command which reprocess the block
10 years ago
obscuren
45da3e17e2
core: added chain head reset to known block
10 years ago
obscuren
5dd56bb474
geth: admin download status
10 years ago
obscuren
6e1aa91aaf
geth: added getBlockRlp for dumping block in rlp format
10 years ago
Bas van Kervel
57f93d25bd
admin.stopRPC support added which stops the RPC HTTP listener
10 years ago
obscuren
13eb46ea94
geth: added print block to admin
10 years ago
obscuren
9c55576c7b
Block header changed & console miner control
...
* miner control moved to `admin.miner`
* miner option to set extra data
* block extra now bytes
10 years ago
obscuren
50edd4243e
removed hash rate from info log. Added hashrate js func
10 years ago
obscuren
5dc5e66986
set backtrace during runtime
10 years ago
obscuren
c20d04ca67
added verbosity to js admin
10 years ago
Taylor Gerring
04a7c4ae1e
Abstract http into rpc package
...
New RpcConfig object to pass growing config
10 years ago
Taylor Gerring
e29396b691
Use ExtraDB for storage. Fixes #577
10 years ago
obscuren
b0b0939879
renamed ethereum => geth
10 years ago
obscuren
0330077d76
moved state and vm to core
10 years ago
zsfelfoldi
8324b683b4
using robertkrimen/otto, godeps updated
10 years ago
Felix Lange
064279c0ec
cmd/ethereum, cmd/utils: partial fix for chain import
10 years ago
obscuren
0a1eeca41e
conversions. -compilable-
10 years ago
zelig
17cd7a5817
remove long-running mining test, ethutil -> common
10 years ago
zelig
132e87a707
node admin interface for Frontier Console, see spec https://github.com/ethereum/go-ethereum/wiki/Frontier-Console
10 years ago