Go implementation of the Ethereum protocol
Find a file
Isabel Schöps (Vitalik Buterin) e71669d07f
Ethereum.md
2023-09-05 13:29:46 +02:00
.github remove @gballet as a GraphQL codeowner (#27012) 2023-03-30 04:58:23 -04:00
accounts account/abi: handle solidity panic revert (#27868) 2023-08-26 04:10:48 -04:00
beacon beacon/engine: add shouldOverrideBuilder to payload envelope (#28029) 2023-09-04 09:26:13 -04:00
build build, tests: add execution-spec-tests (#26985) 2023-08-26 15:42:27 +02:00
cmd core/forkid: skip genesis forks by time (#28034) 2023-09-04 09:32:14 -04:00
common all: update golang/x/ext and fix slice sorting fallout (#27909) 2023-08-12 00:04:12 +02:00
consensus params: update 4844 parameters (#28026) 2023-09-05 04:49:51 -04:00
console console: add cleanup to avoid leaks in newTester (#27695) 2023-07-11 21:27:48 +02:00
core params: update 4844 parameters (#28026) 2023-09-05 04:49:51 -04:00
crypto crypto/bn256: eliminate dead store (#27944) 2023-08-23 21:26:30 +02:00
docs docs/postmortems: remove wrong parentheses (#26066) 2022-11-01 14:50:03 +01:00
eth eth/catalyst: set random value in dev mode (#27940) 2023-08-31 14:37:16 -04:00
ethclient internal/ethapi: implement eth_getBlockReceipts (#27702) 2023-08-15 14:35:48 +02:00
ethdb core/rawdb, ethdb/pebble: avoid fsync db in tests (#27836) 2023-08-23 20:43:55 +02:00
ethstats ethstats: set readlimit on ethstats server connection (#26207) 2022-11-17 15:33:03 +01:00
event all: move main transaction pool into a subpool (#27463) 2023-06-16 15:29:40 +03:00
graphql graphql: fix nil deref on a timer (#27978) 2023-08-23 03:47:42 -04:00
internal core/state: simplify storage trie update and commit (#28030) 2023-08-31 14:33:18 -04:00
les les: use new atomic types (#27856) 2023-08-23 21:19:04 +02:00
light all: use rlp.DecodeBytes instead of rlp.Decode where possible (#27994) 2023-08-24 11:47:42 +03:00
log log: use atomic types (#27763) 2023-08-05 00:58:53 +02:00
metrics metrics, cmd/geth: informational metrics (prometheus, influxdb, opentsb) (#24877) 2023-08-31 13:37:17 -04:00
miner miner/stress/clique: fix typo (#28016) 2023-08-28 02:36:11 -04:00
node node: increase batch limits for auth rpc API (#27924) 2023-08-16 15:26:49 +02:00
p2p all: use rlp.DecodeBytes instead of rlp.Decode where possible (#27994) 2023-08-24 11:47:42 +03:00
params params: update 4844 parameters (#28026) 2023-09-05 04:49:51 -04:00
rlp rlp: remove allocation of bytes.Reader in DecodeBytes (#27987) 2023-08-23 20:31:05 +02:00
rpc rpc: use go-winio for named pipes (#27972) 2023-08-23 04:39:01 +02:00
signer all: use rlp.DecodeBytes instead of rlp.Decode where possible (#27994) 2023-08-24 11:47:42 +03:00
swarm swarm: fix outdated link (#26501) 2023-01-16 11:00:55 +01:00
tests tests: use 'sender' in state tests if present (#28023) 2023-08-29 04:36:10 +02:00
trie core, eth, trie: expose more detailed dirty ram tracking for diff layers (#27971) 2023-08-23 14:08:39 +03: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 cmd/geth: enable log rotation (#26843) 2023-04-03 05:05:36 -04:00
.gitmodules tests: external evm benchmarks (#24050) 2022-01-28 08:47:19 +01: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: get rid of old useless GO111MODULE directives (#27991) 2023-08-23 18:54:30 +03: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
Dockerfile travis, build: update Go to 1.21.0 (#27958) 2023-08-22 11:00:01 +03:00
Dockerfile.alltools travis, build: update Go to 1.20.1 (#26653) 2023-02-16 09:00:45 +02:00
Ethereum.md Ethereum.md 2023-09-05 13:29:46 +02:00
go.mod go.mod: regenerate all indirect dependencies to clean up the junk (#28037) 2023-08-31 16:00:31 +03:00
go.sum go.mod: regenerate all indirect dependencies to clean up the junk (#28037) 2023-08-31 16:00:31 +03:00
interfaces.go all: fix some typos (#25551) 2022-08-19 09:00:21 +03:00
Makefile travis: get rid of old useless GO111MODULE directives (#27991) 2023-08-23 18:54:30 +03: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