tersec
4e440277cf
version v24.12.0
2024-12-12 14:40:52 +00:00
Etan Kissling
7d81ee17db
Support reading `bootstrap_nodes.yaml` ( #6751 )
...
* Support reading `bootstrap_nodes.yaml`
`bootstrap_nodes.txt` is retired in lieu of `bootstrap_nodes.yaml`,
start reading `.yaml` format (similar to `.enr`).
* Support Gnosis Chiado format (duplicates of entries in other file)
2024-12-09 13:38:56 +00:00
Jacek Sieka
47c1d30560
clean up obsolete nimble files
2024-12-09 14:16:48 +01:00
Etan Kissling
0ae7bcfff9
Obtain extra `LightClientFinalityUpdate` after LC sync ( #6752 )
...
To avoid having to wait several minutes for LC finality gossip, obtain
extra finality update once LC sync finishes.
2024-12-05 14:07:20 +01:00
Jacek Sieka
c3ef7fe2d7
stint: bump for better endians ( #6750 )
...
faster endian conversion et al
2024-12-04 19:26:57 +01:00
Etan Kissling
67eefaaafd
Update Electra art with text 🦒 ( #6748 )
...
Add `Compounding on` text to Electra fork transition art.
Co-authored-by: Beatscribe <beatscribes@gmail.com>
2024-12-03 11:45:12 +00:00
Etan Kissling
7a44ffa352
Bump nim-libbacktrace to `6da0cda88ab7780bd5fd342327adb91ab84692aa` ( #6749 )
...
- Bump libbacktrace to `1db85642e3fca189cf4e076f840a45d6934b2456`
2024-12-02 23:14:21 +00:00
Etan Kissling
d7c1f82b8b
Bump nim-web3 to `2bdffd61128f9142a0d19a9f3b6e6503b974929b` ( #6746 )
...
- Add newPayload template for engine_newPayloadV4 and
restore eth_getBlockReceipts callsig
2024-12-02 19:48:12 +01:00
Etan Kissling
bf1a18e95a
Bump nim-eth to `aa92ad4f42d772c53ce4a2d9c76cf760b4450031` ( #6742 )
...
- discv4: Fix assert on invalid RLP list in Neighbours message
2024-12-02 19:21:27 +01:00
Etan Kissling
539644692e
Bump nim-websock to `v0.2.0` ( #6747 )
...
- chore: use supported selector operators
- Attempt to fix broken autobahn CI artifact uploading
2024-12-02 19:07:10 +01:00
Etan Kissling
473991ea39
Bump nim-stint to `5c5e01cef089a261474b7abfe246b37447aaa8ed` ( #6745 )
...
- fix compile-time hash, port to unittest2
2024-12-02 18:47:04 +01:00
Etan Kissling
2b4972d2fc
Bump nim-json-rpc to `274372132de497e6b7b793c9d5d5474b71bf80a2` ( #6743 )
...
- chore: use supported selector operators
2024-12-02 16:53:49 +01:00
Etan Kissling
a6d2f179e5
Bump nim-sqlite3-abi to `v3.47.1.0` ( #6744 )
...
- Bump sqlite-amalgamation to `3.47.1`
2024-12-02 16:34:04 +01:00
tersec
7538a9db8a
update Docker images to stable/Bookworm ( #6740 )
...
* update Docker images to stable/Bookworm
* add copyright headers
2024-12-01 13:07:03 +01:00
Agnish Ghosh
c13b0c94b9
`getMetaData_v3` ( #6739 )
...
* add getMetaDataV3
* simpler fix, to review
* drop returns
2024-11-30 16:53:02 +01:00
tersec
18f492d929
Merge remote-tracking branch 'origin/stable' into unstable
2024-11-30 15:03:57 +00:00
tersec
d2d02bd68c
use non-EOL Debian image and correct --platform arguments
2024-11-29 23:21:22 +00:00
tersec
348f6659d8
use --platform syntax for Dockerfiles
2024-11-29 16:57:11 +00:00
Etan Kissling
f7e2507d14
Run LC data collection tests ( #6737 )
...
Add test runner for future tests / ensure it gets compiled.
2024-11-29 13:21:00 +00:00
tersec
38de746aa4
version v24.11.0
2024-11-29 11:18:07 +00:00
Danyll
2e4d498586
fix typo README.md ( #6735 )
...
"cliant" - "client"
2024-11-28 00:06:28 +01:00
andri lim
1eaeea10b3
Bump nim-web3 to c8f36f59cb354196cfe117b6866e81d450c8cfd7 ( #6727 )
...
* Bump nim-web3 to c8f36f59cb354196cfe117b6866e81d450c8cfd7
* no need to convert accessList and authorizationList anymore
2024-11-27 14:42:45 +07:00
Agnish Ghosh
f12ceb8c75
Req/Resp domain for columns part 1 ( #6723 )
...
* added column support for req resp domain
* fix
* update links
2024-11-27 05:04:19 +01:00
Eugene Kabanov
a461bb102f
Fix block proposer verification failure for light forward syncing algorithm. ( #6726 )
2024-11-24 23:51:21 +01:00
tersec
5579c5234f
automated consensus spec URL updating to v1.5.0-alpha.9 ( #6725 )
2024-11-24 13:16:09 +01:00
tersec
710f16f510
use EF consensus spec test vectors v1.5.0-alpha.9 ( #6724 )
2024-11-24 09:47:36 +01:00
Etan Kissling
ddad30f725
Adopt latest changes to request hash computation ( #6718 )
...
* Adopt latest changes to request hash computation
The `requestType` of empty lists is no longer part of the requests hash.
- https://github.com/ethereum/EIPs/pull/8989
* Avoid nested computeDigest scopes
2024-11-24 07:36:39 +01:00
dependabot[bot]
cd8de2f061
Bump tornado from 6.4.1 to 6.4.2 in /ncli ( #6721 )
...
Bumps [tornado](https://github.com/tornadoweb/tornado ) from 6.4.1 to 6.4.2.
- [Changelog](https://github.com/tornadoweb/tornado/blob/v6.4.2/docs/releases.rst )
- [Commits](https://github.com/tornadoweb/tornado/compare/v6.4.1...v6.4.2 )
---
updated-dependencies:
- dependency-name: tornado
dependency-type: direct:production
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-11-23 02:16:09 +01:00
Etan Kissling
2e21fa1da1
Bump nim-web3 to `ff92d2877985faee5ac6abc3bea805b85f2be1c8` ( #6720 )
...
- Replace requestsRoot with requestsHash and fix some comments
2024-11-23 02:15:31 +01:00
Etan Kissling
4ca1519fcf
Bump nim-eth to `dc092ca39303b030b42aa405e8d5f2f44f21b457` ( #6719 )
...
- Add missing rlp imports to properple decode/encode blocks/bodies
2024-11-22 15:44:05 +01:00
Etan Kissling
e612e43668
Bump geth to `v1.14.12` ( #6716 )
...
- https://github.com/ethereum/go-ethereum/releases/tag/v1.14.12
2024-11-22 04:09:56 +01:00
tersec
d5acf8ef95
fix test summary counts ( #6717 )
2024-11-21 13:44:59 +01:00
Agnish Ghosh
99bb845227
add column support to beacon chain db ( #6660 )
...
* add column support to beacon chain db
* slight fix
* fix db util
* fix import issues
* gate fulu columns if fulu fork epoch is far future epoch
* fixed all tests file
* fix comment
2024-11-19 06:53:13 +01:00
Eugene Kabanov
bd04dcc3dc
Fix syncing problem introduced by light forward syncing PR. ( #6714 )
...
* Fix blobs check response algorithm and add more logging information.
* Add MAX_BLOBS_PER_BLOCK check.
Add tests.
* Adopt AllTests.
* Address review comments.
* One more missed lenu64.
2024-11-19 06:35:09 +01:00
Etan Kissling
63fe01fb86
Bump nim-eth to `88e4be4dc40e044834dca68f8b69d144744bf145` ( #6715 )
...
- devp2p: upgrade to v5 (EIP-706)
2024-11-17 19:03:58 +07:00
Agnish Ghosh
a157760643
Init Fulu fork ( #6677 )
...
* fulu
* fix ci
* fix ncli
* attempt to fix ci
* fix wss_sim build
* fix vc api
* updated tests
* resolve merge conflicts
* fix tests
* fix check
* attempt to fix minimal test in CI
* addressed reviews
---------
Co-authored-by: tersec <tersec@users.noreply.github.com>
2024-11-13 10:29:14 +07:00
tersec
0c19270db9
bump nim-lib2p to v1.7.1 ( #6710 )
2024-11-09 00:01:13 +01:00
suchsoon
e06af18f4d
fix: fix incorrect html tag ( #6708 )
...
Signed-off-by: suchsoon <silverjadebeauty@gmail.com>
2024-11-07 08:58:53 +00:00
Etan Kissling
75f4877f71
Bump nim-secp256k1 to `e5f0ed8bc27d477b13c174d9c2768d2b0c41da07` ( #6706 )
...
- Bump secp256k1 to `v0.6.0`
2024-11-06 18:42:48 +01:00
Etan Kissling
ff59e759a4
Bump nim-eth to `034b7886de225705c80ff1e822040cacb553aeee` ( #6704 )
...
- devp2p: drop pre-EIP8 support, fix snappy negotiation
- remove unusued rlpx features, tighten hello exchange and some error
handling
- clean up redundant code in eth/rlp/writer.nim
2024-11-06 18:38:22 +01:00
Etan Kissling
905025e31d
Bump holesky to `901c0f33339f8e79250a1053dc9d995270b666e9` ( #6703 )
...
- Update Teku bootnodes for holesky
2024-11-06 18:21:31 +01:00
Etan Kissling
7b2ef3ccd9
Bump nim-presto to `v0.1.0` ( #6705 )
...
- v0.1.0
2024-11-06 18:06:12 +01:00
Etan Kissling
0e127e94bd
Bump nim-web3 to `6f441a9c1d7a90adca0019d01adec31f6fa35caa` ( #6695 )
...
- re-enable ObservableStores and GcUnsafe2 warnings
2024-11-06 17:01:29 +01:00
tersec
a89ee31850
bump nim-libp2p to v1.7.0 ( #6701 )
2024-11-04 12:47:27 +01:00
tersec
b7ea6a627e
fix some deprecation warnings ( #6702 )
2024-11-04 12:19:43 +01:00
Etan Kissling
544b07ba0d
Bump nim-libbacktrace to `0c1a0edaf2e599d4fa74bc5813ee76e87f3a7a30` ( #6693 )
...
- Bump libbacktrace to `d48f84034ce3e53e501d10593710d025cb1121db`
2024-11-04 12:18:19 +01:00
Jacek Sieka
25665eed4f
refresh nimbus guide ( #6687 )
...
Small updates to the nimbus guide to update or remove some obsolete
points.
2024-11-02 09:59:35 +00:00
Eugene Kabanov
7726f39004
VC: Fix forks management behavior. ( #6698 )
...
* Fix issue "ignore _VERSION configuration value if _EPOCH == FAR_FUTURE_EPOCH".
Add `OptionalForks` constant which should provide default values for _VERSION/_EPOCH.
Fix Fork schedule should update Fork's configuration with _EPOCH values.
* Fix compilation error.
* Add comment why and how `OptionalForks` should be maintained.
2024-11-02 09:59:07 +00:00
Jacek Sieka
6cf388065d
network: remove unusede p2p macro stuff ( #6700 )
2024-11-01 16:40:13 +01:00
tersec
a40b071a1a
switch to Nim v2.0.12 ( #6699 )
2024-11-01 14:32:24 +01:00