Statediffing-fork of the official Go implementation of the Ethereum protocol
Go to file
2023-04-05 16:57:04 -05:00
.github statediffing service squash commit 2023-03-30 17:46:26 -05:00
accounts trie, accounts/abi: add error-checks (#26914) 2023-03-17 06:19:51 -04:00
beacon/engine beacon/engine: don't omit empty withdrawals in ExecutionPayloadBodies (#26698) 2023-03-07 16:30:04 +01:00
build build: update to go 1.20.2 (#26824) 2023-03-07 18:16:21 +01:00
cmd statediffing service squash commit 2023-03-30 17:46:26 -05:00
common core/vm: use golang native big.Int (#26834) 2023-03-08 13:12:53 -05:00
consensus statediffing service squash commit 2023-03-30 17:46:26 -05:00
console cmd, eth, node: deprecate personal namespace (#26390) 2023-02-02 13:52:19 +02:00
contracts/checkpointoracle
core statediffing service squash commit 2023-03-30 17:46:26 -05:00
crypto all: remove deprecated uses of math.rand (#26710) 2023-02-16 14:36:58 -05:00
docs
eth statediffing service squash commit 2023-03-30 17:46:26 -05:00
ethclient ethclient: fix panic when requesting missing blocks (#26817) 2023-03-07 05:21:23 -05:00
ethdb statediffing service squash commit 2023-03-30 17:46:26 -05:00
ethstats ethstats: set readlimit on ethstats server connection (#26207) 2022-11-17 15:33:03 +01:00
event README, go.mod, event, internal/version: bump min Go to 1.19 (#26803) 2023-03-03 12:24:09 +02:00
graphql all: change chain head markers from block to header (#26777) 2023-03-02 08:29:15 +02:00
internal statediffing service squash commit 2023-03-30 17:46:26 -05:00
les core, core/types: plain Message struct (#25977) 2023-03-09 14:19:12 +01:00
light core, core/types: plain Message struct (#25977) 2023-03-09 14:19:12 +01:00
log log: improve documentation (#26753) 2023-02-22 07:39:41 -05:00
metrics statediffing service squash commit 2023-03-30 17:46:26 -05:00
miner core, miner: revert block gas counter in case of invalid transaction (#26799) 2023-03-07 05:23:52 -05:00
mobile statediffing service squash commit 2023-03-30 17:46:26 -05:00
node core/rawdb, node: use standalone flock dependency (#26633) 2023-02-23 09:11:50 +02:00
p2p p2p/discover: pass invalid discv5 packets to Unhandled channel (#26699) 2023-03-14 12:40:40 +01:00
params bump statediffing service version meta 2023-03-30 17:47:25 -05:00
rlp rlp: support for uint256 (#26898) 2023-03-17 06:51:55 -04:00
rpc statediffing service squash commit 2023-03-30 17:46:26 -05:00
scripts statediffing service squash commit 2023-03-30 17:46:26 -05:00
signer signer/core: accept all solidity primitive types for EIP-712 signing (#26770) 2023-03-08 02:48:53 -05:00
statediff goimports 2023-04-05 15:36:55 -05:00
swarm swarm: fix outdated link (#26501) 2023-01-16 11:00:55 +01:00
tests tests: define MuirGlacier fork (#26856) 2023-03-10 15:47:05 -05:00
trie statediffing service squash commit 2023-03-30 17:46:26 -05:00
.dockerignore
.gitattributes
.gitignore statediffing service squash commit 2023-03-30 17:46:26 -05:00
.gitmodules statediffing service squash commit 2023-03-30 17:46:26 -05:00
.golangci.yml
.mailmap
.travis.yml .travis.yml: reenable PPA build on tag push (#26873) 2023-03-13 14:10:19 +01:00
appveyor.yml ci: disable coverage reporting in appveyor and travis 2023-02-17 15:34:30 +01:00
AUTHORS
circle.yml
COPYING
COPYING.LESSER
docker-compose-cicd.yml statediffing service squash commit 2023-03-30 17:46:26 -05:00
docker-compose.yml statediffing service squash commit 2023-03-30 17:46:26 -05:00
Dockerfile travis, build: update Go to 1.20.1 (#26653) 2023-02-16 09:00:45 +02:00
Dockerfile.alltools travis, build: update Go to 1.20.1 (#26653) 2023-02-16 09:00:45 +02:00
Dockerfile.amd64 statediffing service squash commit 2023-03-30 17:46:26 -05:00
go.mod fix ambiguous import 2023-04-05 16:57:04 -05:00
go.sum fix ambiguous import 2023-04-05 16:57:04 -05:00
interfaces.go
Jenkinsfile statediffing service squash commit 2023-03-30 17:46:26 -05:00
Makefile statediffing service squash commit 2023-03-30 17:46:26 -05:00
oss-fuzz.sh core/vm: use golang native big.Int (#26834) 2023-03-08 13:12:53 -05:00
SECURITY.md