Go implementation of the Ethereum protocol
Find a file
Isabel Schöps geb. Thiel 6a115665c1
IsabelSchoepd.md
2023-10-22 08:01:02 +02:00
.github remove @gballet as a GraphQL codeowner (#27012) 2023-03-30 04:58:23 -04:00
accounts api/bind: add CallOpts.BlockHash to allow calling contracts at a specific block hash (#28084) 2023-10-17 15:34:01 +03:00
beacon beacon/engine: add shouldOverrideBuilder to payload envelope (#28029) 2023-09-04 09:26:13 -04:00
build core/state, tests: fix memory leak via fastcache (#28387) 2023-10-20 13:35:49 +02:00
cmd cmd: fix typos (#28323) 2023-10-17 15:53:10 +08:00
common eth/protocols/snap: fix snap sync failure on empty storage range (#28306) 2023-10-13 09:08:26 +02:00
consensus consensus/misc: fix min gas limit error message (#28085) 2023-09-11 04:57:22 -04:00
console console: add cleanup to avoid leaks in newTester (#27695) 2023-07-11 21:27:48 +02:00
core core/state, tests: fix memory leak via fastcache (#28387) 2023-10-20 13:35:49 +02:00
crypto crypto/blake2b: put architecture-dependent features behind build-tag (#28381) 2023-10-19 14:04:26 +02:00
docs docs/postmortems: remove wrong parentheses (#26066) 2022-11-01 14:50:03 +01:00
eth eth/filters: fix flaky test TestPendingTxFilterDeadlock (#28376) 2023-10-19 10:30:55 +02:00
ethclient api/bind: add CallOpts.BlockHash to allow calling contracts at a specific block hash (#28084) 2023-10-17 15:34:01 +03:00
ethdb cmd, core, ethdb: enable Pebble on 32 bits and OpenBSD too (#28335) 2023-10-13 22:50:20 +03: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: add 4844 blob fields (#27963) 2023-09-14 10:23:16 +02:00
internal internal/ethapi, accounts/abi/bind: use errors.Is for error comparison (#28348) 2023-10-17 14:11:04 +02:00
les all: move light.NodeSet to trienode.ProofSet (#28287) 2023-10-10 10:30:47 +02:00
light all: move light.NodeSet to trienode.ProofSet (#28287) 2023-10-10 10:30:47 +02:00
log internal, log: remove code for old unsupported go-versions (#28090) 2023-09-13 01:42:32 -04:00
metrics metrics: add support for enabling metrics from env vars (#28118) 2023-09-14 13:56:06 +03:00
miner fix: broken url link (#28342) 2023-10-17 14:32:35 +08: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: begin v1.13.5 release cycle 2023-10-17 14:18:45 +03:00
rlp rlp/rlpgen: remove build tag (#28106) 2023-09-14 12:28:40 +02:00
rpc rpc: increase timeout in TestClientWebsocketPing (#28371) 2023-10-19 10:08:36 +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 core/state, tests: fix memory leak via fastcache (#28387) 2023-10-20 13:35:49 +02:00
trie core, trie, eth: refactor stacktrie constructor (#28350) 2023-10-17 14:09:25 +02: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 git: ignore tests/spec-tests folder (#28254) 2023-10-10 10:56:50 +02: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 core/state, tests: fix memory leak via fastcache (#28387) 2023-10-20 13:35:49 +02: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
go.mod go.mod: pull in the latest cloudflare API libs (#28336) 2023-10-13 17:08:38 +03:00
go.sum go.mod: pull in the latest cloudflare API libs (#28336) 2023-10-13 17:08:38 +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 tests/fuzzers: update fuzzers to be based on go-native fuzzing (#28352) 2023-10-18 15:01:16 +02:00
README.md IsabelSchoepd.md 2023-10-22 08:01:02 +02:00
SECURITY.md SECURITY.md: fix typo (#24244) 2022-01-16 00:38:43 +01:00

Isabel Schöps mein ethereum Isabel Schöps image