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.
Felix Lange
90cd8ae9f2
rpc/api: don't crash for unknown blocks
...
Most eth RPC calls that work with blocks crashed when the block was not
found because they called Hash on a nil block. This is a regression
introduced in cdc2662c40
(#1779 ).
While here, remove the insane conversions in get*CountBy*. There is no
need to construct a complete BlockRes and converting
int->int64->*big.Int->[]byte->hexnum->string to format the length of a
slice as hex.
9 years ago
..
admin.go
eth, rpc: standardize the chain sync progress counters
9 years ago
admin_args.go
all: fix license headers one more time
9 years ago
admin_js.go
eth, rpc: standardize the chain sync progress counters
9 years ago
api.go
all: fix license headers one more time
9 years ago
api_test.go
all: fix license headers one more time
9 years ago
args.go
all: fix license headers one more time
9 years ago
args_test.go
rpc: to in Call no longer required. Fixed eth_estimateGas
9 years ago
db.go
all: fix license headers one more time
9 years ago
db_args.go
all: fix license headers one more time
9 years ago
db_js.go
all: fix license headers one more time
9 years ago
debug.go
core, eth, trie, xeth: merged state, chain, extra databases in one
9 years ago
debug_args.go
all: fix license headers one more time
9 years ago
debug_js.go
all: fix license headers one more time
9 years ago
eth.go
rpc/api: don't crash for unknown blocks
9 years ago
eth_args.go
rpc/api: format pendingTx response. Fixes #1648
9 years ago
eth_js.go
jsre, rpc/api: pull in new web3 and use hex numbers
9 years ago
mergedapi.go
all: fix license headers one more time
9 years ago
miner.go
miner, rpc: added length check for extra data
9 years ago
miner_args.go
all: fix license headers one more time
9 years ago
miner_js.go
all: fix license headers one more time
9 years ago
net.go
support for user agents
9 years ago
net_js.go
all: fix license headers one more time
9 years ago
parsing.go
core: split out TD from database and all internals
9 years ago
personal.go
rpc/api allow empty password
9 years ago
personal_args.go
rpc/api allow empty password
9 years ago
personal_js.go
all: fix license headers one more time
9 years ago
shh.go
add missing shh_getMessages to RPC mappings
9 years ago
shh_args.go
all: fix license headers one more time
9 years ago
shh_js.go
support for user agents
9 years ago
txpool.go
all: fix license headers one more time
9 years ago
txpool_js.go
all: fix license headers one more time
9 years ago
utils.go
eth, rpc: standardize the chain sync progress counters
9 years ago
web3.go
all: fix license headers one more time
9 years ago
web3_args.go
all: fix license headers one more time
9 years ago