.github
feat:make image every push
2024-03-08 15:55:16 +08:00
accounts
all: fix various typos ( #29542 )
2024-04-16 15:44:00 +03:00
beacon
beacon/blsync: proceed with empty finalized hash if proof is not expected soon ( #29449 )
2024-04-17 17:07:28 +02:00
build
build: upgrade -dlgo version to Go 1.22.2 ( #29448 )
2024-04-04 12:00:27 +03:00
cmd
feat: remove unused file
2024-04-17 18:29:33 +08:00
common
common/prque: fix godoc comments ( #29460 )
2024-04-06 11:09:30 +02:00
consensus
all: fix mismatched names in comments ( #29348 )
2024-03-26 21:01:28 +01:00
console
console: fix the wrong error msg of datadir testcase ( #29183 )
2024-03-08 12:15:52 +01:00
core
core/vm: enable bls-precompiles for Prague ( #29552 )
2024-04-18 09:08:25 +02:00
crypto
all: fix various typos ( #29542 )
2024-04-16 15:44:00 +03:00
docs
docs/postmortems: fix outdated link ( #28893 )
2024-01-29 16:40:57 +01:00
eth
eth/catalyst: fix typo ( #29580 )
2024-04-19 09:58:14 +02:00
ethclient
all: use big.Sign to compare with zero ( #29490 )
2024-04-09 12:14:30 +02:00
ethdb
ethdb/pebble: print warning log if pebble performance degrades ( #29478 )
2024-04-17 13:52:08 +08:00
ethstats
all: use timer instead of time.After in loops, to avoid memleaks ( #29241 )
2024-04-09 08:51:54 +02:00
event
event: fix Resubscribe deadlock when unsubscribing after inner sub ends ( #28359 )
2023-10-22 17:37:56 +02:00
graphql
eth/downloader, graphql: fix typos ( #29243 )
2024-03-15 10:07:47 +01:00
internal
Merge branch 'ethereum:master' into portal
2024-04-09 20:02:33 +08:00
log
signer/core/apitypes: use slices.Contains ( #29474 )
2024-04-08 12:58:37 +02:00
metrics
all: fix various typos ( #29542 )
2024-04-16 15:44:00 +03:00
miner
all: replace fmt.Errorf() with errors.New() if no param required ( #29472 )
2024-04-08 12:59:17 +02:00
node
Merge branch 'ethereum:master' into portal
2024-04-08 21:53:47 +08:00
p2p
fix:fix minor warn issues
2024-04-19 20:19:53 +08:00
params
core/vm: update gascosts for BLS12-381 + use gnark instead of kilic ( #29441 )
2024-04-16 10:53:43 +02:00
portalnetwork
fix:fix minor warn issues
2024-04-19 20:19:53 +08:00
rlp
rlp: replace reflect.PtrTo with reflect.PointerTo ( #29488 )
2024-04-09 08:27:13 +02:00
rpc
all: fix various typos ( #29542 )
2024-04-16 15:44:00 +03:00
signer
all: use big.Sign to compare with zero ( #29490 )
2024-04-09 12:14:30 +02:00
swarm
swarm: fix outdated link ( #26501 )
2023-01-16 11:00:55 +01:00
tests
tests: define cancun-to-prague at 15K chainconig ( #29557 )
2024-04-19 10:07:52 +02:00
trie
trie/utils: simplify codeChunkIndex ( #29480 )
2024-04-17 08:24:30 +02:00
triedb
all: remove duplicate word in comments ( #29531 )
2024-04-15 08:34:31 +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 golangci-lint v1.55.2 ( #28712 )
2023-12-20 15:36:10 +01:00
.mailmap
.mailmap: remove invalid email address ( #29163 )
2024-03-04 21:58:25 +01:00
.travis.yml
all: update to go version 1.22.1 ( #28946 )
2024-03-20 15:37:23 +08:00
appveyor.yml
tests, appveyor: only execute one in four permutations on CI ( #29220 )
2024-03-13 18:12:23 +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
all: fix typos ( #29288 )
2024-03-20 08:49:38 +01:00
Dockerfile.alltools
all: fix typos ( #29288 )
2024-03-20 08:49:38 +01:00
Dockerfile.portal
feat:update go version
2024-03-20 16:02:26 +08:00
go.mod
Merge branch 'ethereum:master' into portal
2024-04-17 12:04:14 +08:00
go.sum
feat:add lc bootstrap and update range
2024-04-07 15:28:59 +08:00
interfaces.go
ethereum, ethclient: add blob transaction fields in CallMsg ( #28989 )
2024-02-15 10:08:46 +01:00
Makefile
Merge branch 'ethereum:master' into portal
2024-03-22 10:21:00 +08:00
oss-fuzz.sh
core/vm: update gascosts for BLS12-381 + use gnark instead of kilic ( #29441 )
2024-04-16 10:53:43 +02:00
README.md
feat:update utp-go
2024-03-15 22:30:01 +08:00
SECURITY.md
SECURITY.md: fix typo ( #24244 )
2022-01-16 00:38:43 +01:00