Name
Last commit
Last update
.github .github: remove 'nonsense' from CODEOWNERS (#20329)
accounts accounts/abi: fix method constant flag for solidity 6.0 (#20482)
build build: skip go clean on PPA, messes with the module trick
cmd cmd/geth: update copyright year (#20512)
common common: improve GraphQL error messages (#20354)
consensus consensus/ethash, params: eip-2384: bump difficulty bomb (#20347)
console all: replace passPHRASE with passWORD in user interactions (#19932)
contracts/checkpointoracle les/checkpointoracle: move oracle into its own package (#20508)
core eth/filters: remove use of event.TypeMux for pending logs (#20312)
crypto build: use golangci-lint (#20295)
docs/audits docs: add audit reports (#18996)
eth eth, internal/web3ext: add optional first and last arguments to the `admin_exportChain` RPC. (#20107)
ethclient ethclient: remove use of common.ToHex (#20326)
ethdb ethdb/leveldb: disable seek compaction (#20130)
ethstats rpc: implement websockets with github.com/gorilla/websocket (#19866)
event event: remove unused field 'closed' (#20324)
graphql internal/ethapi: support block number or hash on state-related methods (#19491)
internal internal/ethapi: fix encoding of uncle headers and pending blocks (#20460)
les les/checkpointoracle: move oracle into its own package (#20508)
light internal/web3ext, les: update clique JS and make it work with the light client (#20318)
log log: fix staticcheck warnings (#20388)
metrics metrics: fix issues reported by staticcheck (#20365)
miner eth/filters: remove use of event.TypeMux for pending logs (#20312)
mobile mobile: fix CopyFile switch to package cp
node all: on-chain oracle checkpoint syncing (#19543)
p2p p2p/dnsdisc: add enode.Iterator API (#20437)
params params: begin v1.9.10 release cycle
rlp rlp: fix staticcheck warnings (#20368)
rpc rpc: add DialWebsocketWithDialer (#20471)
signer tests, signer: remove staticcheck warnings (#20364)
swarm swarm: code cleanup, move to ethersphere/swarm (#19661)
tests Change file extension of the ./tests/fuzzers README (#20474)
trie add node.go unit test file node_test.go (#20028)
whisper whisper/whisperv6: fix staticcheck warnings (#20328)
.dockerignore cmd, internal/build, docker: advertise commit date in unstable build versions (#19522)
.gitattributes .gitattributes: enable solidity highlighting on github (#16425)
.gitignore build: use golangci-lint (#20295)
.gitmodules tests: update tests and implement general state tests (#14734)
.golangci.yml build: use golangci-lint (#20295)
.mailmap all: update license information (#16089)
.travis.yml build, travis: use ephemeral debsrc GOPATH to get mod deps
AUTHORS build: deduplicate same authors with different casing
COPYING all: update license information
COPYING.LESSER all: update license information
Dockerfile travis, Dockerfile, appveyor: bump to Go 1.13
Dockerfile.alltools travis, Dockerfile, appveyor: bump to Go 1.13
Makefile build: skip go clean on PPA, messes with the module trick
README.md README: use new miner threads flag instead of legacy minerthreads flag (#20165)
SECURITY.md SECURITY.md: create security policy (#19666)
appveyor.yml appveyor: bump to Go 1.13.4
circle.yml circleci: enable docker based hive testing
fuzzbuzz.yaml tests/fuzzers: fuzzbuzz fuzzers for keystore, rlp, trie, whisper (#19910)
go.mod cmd/devp2p: implement AWS Route53 enrtree deployer (#20446)
go.sum les/checkpointoracle: move oracle into its own package (#20508)
interfaces.go ethereum: improve FilterQuery comment (#18955)