Official Go implementation of the Ethereum protocol
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
zelig
2739233719
Registrar and contractInfo handling
...
* resolver -> common/registrar
* global registrar name registry interface
* add Call to resolver backend interface
* the hashReg and UrlHing contracts now initialised from global registry
* initialization of contracts uniform
* improve errors and more econsistent method names
* common/registrar/ethreg: versioned registrar
* integrate new naming and registrar in natspec
* js console api: setGlobalRegistrar, setHashReg, setUrlHint
* js test TestContract uses mining - tests fixed all pass
* eth/backend: allow PoW test mode (small ethash DAG)
* console jsre refers to resolver.abi/addr,
* cmd/geth/contracts.go moved to common/registrar
9 years ago
..
admin.go
Registrar and contractInfo handling
9 years ago
admin_args.go
Registrar and contractInfo handling
9 years ago
admin_js.go
Registrar and contractInfo handling
9 years ago
api.go
added RPC start/stop support
10 years ago
api_test.go
fixed unittest compilation issue
9 years ago
args.go
added RPC start/stop support
10 years ago
args_test.go
added RPC start/stop support
10 years ago
db.go
added RPC start/stop support
10 years ago
db_args.go
added DB api
10 years ago
db_js.go
added DB api
10 years ago
debug.go
cmd/geth, rpc/api: fix reported metrics issues
10 years ago
debug_args.go
cmd/geth, rpc/api: extend metrics API, add a basic monitor command
10 years ago
debug_js.go
cmd/geth, rpc/api: extend metrics API, add a basic monitor command
10 years ago
eth.go
core, eth, rpc: proper gas used. Closes #1417
9 years ago
eth_args.go
rebase with develop
9 years ago
eth_js.go
added eth.resend
9 years ago
mergedapi.go
fix logging jsonrpc request #1365
9 years ago
miner.go
added RPC start/stop support
10 years ago
miner_args.go
cleanup of javascript API
10 years ago
miner_js.go
cleanup of javascript API
10 years ago
net.go
added RPC start/stop support
10 years ago
net_js.go
cleanup of javascript API
10 years ago
parsing.go
core, eth, rpc: proper gas used. Closes #1417
9 years ago
personal.go
added RPC start/stop support
10 years ago
personal_args.go
cleanup of javascript API
10 years ago
personal_js.go
upgrade web3.js with _extend support
10 years ago
shh.go
added RPC start/stop support
10 years ago
shh_args.go
added shh API
10 years ago
ssh_js.go
added shh API
10 years ago
txpool.go
core: reduce CPU load by reducing calls to checkQueue
9 years ago
txpool_js.go
added txpool API
10 years ago
utils.go
Add autocomplete support for console
9 years ago
web3.go
added RPC start/stop support
10 years ago
web3_args.go
fixed web3 rpc test failures
10 years ago