Commit graph

15269 commits

Author SHA1 Message Date
Ruslan Gladov
391491ba26 Path to ignition 2024-06-14 14:46:12 +03:00
Ruslan Gladov
a98dc8e4d2 Path to ignition 2024-06-14 14:40:53 +03:00
Ruslan Gladov
c69bb1be2c Ignition deploy 2024-06-14 14:18:05 +03:00
Ruslan Gladov
989cf14488 Ignition deploy 2024-06-14 14:11:39 +03:00
Ruslan Gladov
3292173a73 Ignition deploy 2024-06-14 13:59:31 +03:00
Ruslan Gladov
3ed534c270 New hardhat project 2024-06-14 13:53:32 +03:00
Ruslan Gladov
a1fea8159e New hardhat project 2024-06-14 13:48:06 +03:00
Ruslan Gladov
23a2617c64 New hardhat project 2024-06-14 13:42:58 +03:00
Ruslan Gladov
7eb61696eb Adding workdir to hardhat 2024-06-14 11:50:49 +03:00
Ruslan Gladov
2ec0014091 Adding workdir to hardhat 2024-06-14 11:25:29 +03:00
Ruslan Gladov
b9e53d9808 npm install --save-dev hardhat 2024-06-14 11:12:45 +03:00
Ruslan Gladov
1ff130720a Adding wordir to npm install 2024-06-14 10:53:57 +03:00
Ruslan Gladov
0fc60c0d21 Adding wordir to npm install 2024-06-14 10:30:24 +03:00
Ruslan Gladov
2b478b15fa Revert to node-version 20 2024-06-14 10:09:18 +03:00
Ruslan Gladov
c2b51bc6cb Revert to node-version 20 2024-06-14 10:06:19 +03:00
Ruslan Gladov
78b0f92483 Revert to node-version 14 2024-06-14 10:00:01 +03:00
Ruslan Gladov
b1dc8538c3 Modifying node-version to 20 2024-06-14 09:55:23 +03:00
Ruslan Gladov
8773f4c47c Removed go.yaml 2024-06-14 09:47:45 +03:00
Ruslan Gladov
30ca309cf3 Removed go.yaml 2024-06-14 09:46:11 +03:00
Ruslan Gladov
3e9447ba67 Adding ci_deploy 2024-06-13 15:59:13 +03:00
zkokk
0ec55de3e6
Merge pull request #5 from zkokk/hardhat
hardhat project
2024-06-13 15:28:07 +03:00
Ruslan Gladov
65136c53cb hardhat project 2024-06-13 15:26:01 +03:00
zkokk
656fb2d0b4
Merge pull request #4 from zkokk/hardhat
hardhat project
2024-06-13 15:21:35 +03:00
Ruslan Gladov
bb5e1e6374 hardhat project 2024-06-13 15:20:37 +03:00
zkokk
a1d153c084
Merge pull request #3 from zkokk/docker-compose
Adding docker-compose
2024-06-12 18:34:18 +03:00
Ruslan Gladov
bb23e22c43 Adding docker-compose 2024-06-12 18:28:46 +03:00
zkokk
2774314c84
Merge pull request #2 from zkokk/test-ci-build
Test CI Build Workflow
2024-06-12 16:06:24 +03:00
Ruslan Gladov
2e8c59c953 Test CI Build Workflow 2024-06-12 16:05:07 +03:00
zkokk
e796bb4671
Merge pull request #1 from zkokk/test-ci-build
Test CI Build Workflow
2024-06-12 15:58:30 +03:00
Ruslan Gladov
ccdf6a1627 Test CI Build Workflow 2024-06-12 15:35:02 +03:00
Ruslan Gladov
1485302bf1 Adding ci_build.yaml 2024-06-12 14:54:02 +03:00
bugmaker9371
b6f2bbd417
p2p/simulations: update doc of HTTP endpoints (#29894) 2024-06-11 19:41:17 +02:00
Guillaume Ballet
c732039a34
.github: disable cache in actions run (#29926) 2024-06-11 15:57:41 +02:00
bugmaker9371
caa066dcb0
cmd/devp2p: fix log output (#29972) 2024-06-11 16:27:35 +03:00
ucwong
ffb29be7d4
ethconfig: regenerate config (#29970) 2024-06-11 20:34:56 +08:00
maskpp
3aa874bed2
core/state: rename all the AccessList receivers to 'al' (#29921)
rename all the receivers to 'al'
2024-06-11 11:24:44 +03:00
jwasinger
85587d5ef2
cmd, core: prefetch reads too from tries if requested (#29807)
* cmd/utils, consensus/beacon, core/state: when configured via stub  flag: prefetch all reads from account/storage tries, terminate prefetcher synchronously.

* cmd, core/state: fix nil panic, fix error handling, prefetch nosnap too

* core/state: expand prefetcher metrics for reads and writes separately

* cmd/utils, eth: fix noop collect witness flag

---------

Co-authored-by: Péter Szilágyi <peterke@gmail.com>
2024-06-11 11:10:07 +03:00
TinyFoxy
2eb185c92b
core, rlp: remove duplicated words (#29964) 2024-06-10 20:55:47 +08:00
jwasinger
db273c8733
core: initialize developer genesis beacon root contract with 0 balance (#29963) 2024-06-10 13:58:50 +08:00
Gealber Morales
8bda642963
p2p: use package slices to sort in PeersInfo (#29957) 2024-06-09 22:50:22 +02:00
Gealber Morales
349fcdd22d
p2p/discover: add missing lock when calling tab.handleAddNode (#29960) 2024-06-09 22:47:51 +02:00
Ha DANG
1098d148a5
cmd/geth: remove unused param (#29952) 2024-06-08 13:04:16 +02:00
kukuru909
deaf10982c
cmd/clef, cmd/evm: fix markdown issues in README (#29954) 2024-06-08 13:00:53 +02:00
ucwong
6a49d13c13 go.mod : tidy 2024-06-07 15:57:46 +02:00
Gealber Morales
4405f18519
cmd/evm/internal/t8ntool: remove unused parameter (#29930) 2024-06-07 20:04:18 +08:00
Gary Rong
4461c1fc17 params: begin v1.14.6 release cycle 2024-06-06 21:23:44 +08:00
Gary Rong
0dd173a727 params: release Geth v1.14.5 2024-06-06 21:17:53 +08:00
Felix Lange
85459e1439
p2p/discover: unwrap 4-in-6 UDP source addresses (#29944)
Fixes an issue where discovery responses were not recognized.
2024-06-06 16:15:22 +03:00
Hteev Oli
0750cb0c8f
p2p/netutil: fix comments (#29942) 2024-06-06 10:56:41 +03:00
Marquis Shanahan
cbbfa3eac0
rlp: no need to repeat called len method (#29936)
rlp: no need to repeat calling len
2024-06-06 10:55:38 +03:00