Statediffing-fork of the official Go implementation of the Ethereum protocol
Go to file
2023-04-05 15:36:55 -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 contracs/checkpointoracle: fix directives (#24944) 2022-05-30 14:45:27 +02:00
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 docs/postmortems: remove wrong parentheses (#26066) 2022-11-01 14:50:03 +01:00
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 cmd, internal/build, docker: advertise commit date in unstable build versions (#19522) 2019-05-08 16:44:28 +03:00
.gitattributes .gitattributes: enable solidity highlighting on github (#16425) 2018-04-03 15:21:24 +02:00
.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 build: upgrade to go 1.19 (#25726) 2022-09-10 13:25:40 +02:00
.mailmap AUTHORS: remove one more duplicate entry (#24950) 2022-05-24 21:04:21 +02:00
.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 AUTHORS: remove one more duplicate entry (#24950) 2022-05-24 21:04:21 +02:00
circle.yml circleci: enable docker based hive testing 2016-07-15 16:07:34 +03:00
COPYING COYPING: restore the full text text of GPL (#21568) 2020-09-15 08:27:17 +02:00
COPYING.LESSER all: update license information 2015-07-07 14:12:44 +02:00
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 Use supported Numeric type. 2023-04-05 15:29:16 -05:00
go.sum Use supported Numeric type. 2023-04-05 15:29:16 -05:00
interfaces.go all: fix some typos (#25551) 2022-08-19 09:00:21 +03:00
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 SECURITY.md: fix typo (#24244) 2022-01-16 00:38:43 +01:00