.github
Compile
2024-06-14 15:06:49 +03:00
accounts
accounts: fix TestUpdateKeyfileContents ( #29867 )
2024-05-29 12:12:57 +02:00
beacon
beacon/engine: prealloc capacity for map and slice ( #29903 )
2024-06-03 15:38:08 +03:00
build
build: upgrade -dlgo version to Go 1.22.4 ( #29938 )
2024-06-06 10:52:57 +03:00
cmd
cmd/devp2p: fix log output ( #29972 )
2024-06-11 16:27:35 +03:00
common
common/math: rename variable name int to n ( #29890 )
2024-05-31 10:25:49 +03:00
consensus
all: refactor so NewBlock, WithBody take types.Body ( #29482 )
2024-04-30 14:55:08 +02:00
console
console: fix the wrong error msg of datadir testcase ( #29183 )
2024-03-08 12:15:52 +01:00
contracts
Path to ignition
2024-06-14 15:03:03 +03:00
core
core/state: rename all the AccessList receivers to 'al' ( #29921 )
2024-06-11 11:24:44 +03:00
crypto
crypto/secp256k1: change receiver variable name to lowercase ( #29889 )
2024-05-30 16:24:16 +02:00
docs
docs/postmortems: fix outdated link ( #28893 )
2024-01-29 16:40:57 +01:00
eth
ethconfig: regenerate config ( #29970 )
2024-06-11 20:34:56 +08:00
ethclient
all: refactor so NewBlock, WithBody take types.Body ( #29482 )
2024-04-30 14:55:08 +02:00
ethdb
ethdb: remove unnecessary function wrapper ( #29888 )
2024-05-30 21:23:04 +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 typo ( #29749 )
2024-05-10 19:44:07 +02:00
graphql
eth/downloader, graphql: fix typos ( #29243 )
2024-03-15 10:07:47 +01:00
hardhat
New hardhat project
2024-06-14 13:42:58 +03:00
ignition /modules
Path to ignition
2024-06-14 14:46:12 +03:00
internal
internal/ethapi: recap higher args.Gas with block GasLimit in DoEstimateGas ( #29738 )
2024-06-04 10:59:41 +03:00
log
log: fix a typo ( #29883 )
2024-06-03 15:50:24 +03:00
metrics
metrics: fix function comment ( #29843 )
2024-05-27 14:34:53 +08:00
miner
miner: lower default min miner tip from 1 gwei to 0.001 gwei ( #29895 )
2024-05-31 10:39:40 +03:00
node
p2p/discover: improved node revalidation ( #29572 )
2024-05-23 14:26:09 +02:00
node_modules
Path to ignition
2024-06-14 15:03:03 +03:00
p2p
p2p/simulations: update doc of HTTP endpoints ( #29894 )
2024-06-11 19:41:17 +02:00
params
params: begin v1.14.6 release cycle
2024-06-06 21:23:44 +08:00
rlp
rlp: no need to repeat called len method ( #29936 )
2024-06-06 10:55:38 +03:00
rpc
all: fix various typos ( #29600 )
2024-04-23 13:09:42 +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
test
Path to ignition
2024-06-14 15:03:03 +03:00
tests
tests: update tests ( #29730 )
2024-05-13 21:34:29 +08:00
trie
trie: iterate values pre-order and fix seek behavior ( #27838 )
2024-06-04 11:17:26 +08:00
triedb
core/rawdb, triedb/pathdb: fix freezer read-only option ( #29823 )
2024-05-28 14:41:11 +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
Path to ignition
2024-06-14 15:03:03 +03:00
.gitmodules
tests: external evm benchmarks ( #24050 )
2022-01-28 08:47:19 +01:00
.golangci.yml
build: upgrade to golangci-lint v1.59.0 ( #29875 )
2024-05-29 16:31:27 +03:00
.mailmap
.mailmap: remove invalid email address ( #29163 )
2024-03-04 21:58:25 +01:00
.travis.yml
.travis.yml: disable normal unit tests in cron job ( #29746 )
2024-05-09 16:05:42 +02: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
docker-compose.yaml
hardhat project
2024-06-13 15:20:37 +03: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
go.mod
go.mod : tidy
2024-06-07 15:57:46 +02:00
go.sum
go.mod: update a number of dependencies ( #29763 )
2024-05-29 11:30:25 +03:00
hardhat.config.js
New hardhat project
2024-06-14 13:53:32 +03:00
interfaces.go
ethereum, ethclient: add blob transaction fields in CallMsg ( #28989 )
2024-02-15 10:08:46 +01:00
Makefile
Makefile: add fmt, update help ( #29777 )
2024-05-23 11:56:32 +02: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
package-lock.json
Path to ignition
2024-06-14 15:03:03 +03:00
package.json
Path to ignition
2024-06-14 15:03:03 +03:00
README.md
Path to ignition
2024-06-14 15:03:03 +03:00
SECURITY.md
SECURITY.md: fix typo ( #24244 )
2022-01-16 00:38:43 +01:00