Etan Kissling
87b2ea9de3
Merge commit 'd19ffcaa0d9505d81a83d7be0049154cae871c7b' into dev/etan/lc-wasm4
2024-01-25 22:03:43 +01:00
Etan Kissling
61c14262b9
Merge commit 'a0e00637556b133e60c1cd0cf165e101e0c3dc81' into dev/etan/lc-wasm4
2024-01-25 22:00:13 +01:00
Zahary Karadjov
d19ffcaa0d
Version 23.10.1
2023-11-06 16:27:05 +02:00
Jacek Sieka
5d8a4b3ac5
libp2p: revert scoring ( #5549 )
...
* Use libp2p b2eac7e-and-revert-c6aa085
* Fix libp2p branch reference
---------
Co-authored-by: Diego <diego@status.im>
Co-authored-by: Zahary Karadjov <zahary@status.im>
2023-11-04 10:02:32 +02:00
Etan Kissling
a0e0063755
bump `nim-serialization` to `543b2f3dd0724f7cf631feba6c2a3ec438f3d230` ( #5535 )
...
- workaround `--mm:orc` codegen bug with `{.noSideEffect.}`
2023-10-27 17:05:18 +00:00
Etan Kissling
e8357d5cc5
X
2023-10-27 15:27:45 +02:00
Etan Kissling
49883bbac3
Merge branch 'dev/etan/bd-serialization' into dev/etan/lc-wasm4
2023-10-27 15:16:47 +02:00
Etan Kissling
c0cda2c12d
bump `nim-serialization` to `543b2f3dd0724f7cf631feba6c2a3ec438f3d230`
...
- workaround `--mm:orc` codegen bug with `{.noSideEffect.}`
2023-10-27 15:13:13 +02:00
tersec
922283e2e3
clean up ncli_testnet and reduce `ValidIpAddress` usage ( #5529 )
...
* ValidIpAddress -> IpAddress
* clean up ncli_testnet and reduce ValidIpAddress usage
2023-10-26 23:16:15 +00:00
tersec
09df3f32b5
add non-SZ getBlobSidecar and BlobSidecar database tests ( #5528 )
2023-10-26 03:40:04 +00:00
tersec
41dfc9ed91
add `KZGProof` and `Blob` REST JSON serializations ( #5526 )
...
* add KZGProof and Blob REST JSON serializations
* error summary updates
* copyright notice
* consistent integer types for Nim 2.0
2023-10-25 23:50:59 +02:00
Etan Kissling
09d10131d9
bump `nimbus-build-system` to `6cdd14282b7c813c2ae4b9a9d749c3ff5ce1b54a` ( #5524 )
...
- Add GitHub Action CI
- Bump Nim to version 1.6.16
- switch to Nim `v1.6.16`
2023-10-25 11:26:13 +00:00
Etan Kissling
d2ef1305af
Merge commit '37967ba03bd652d33d1a06df0f47c35acf28d6c5' into dev/etan/lc-wasm4
2023-10-25 12:45:10 +02:00
Etan Kissling
78487a0b6e
Merge commit '252473d2d15ed1e2a654c3e6b6b1513a00a8bf2b' into dev/etan/lc-wasm4
2023-10-25 11:33:43 +02:00
Etan Kissling
f5743d89ef
Merge commit '77d6bc5f42015ce2e49aefaaed28bb737a4b84f5' into dev/etan/lc-wasm4
2023-10-25 11:29:55 +02:00
Etan Kissling
6d1eba3e7d
Merge commit '96e05e4f37f24511065062b84ede4b02b5efb20c' into dev/etan/lc-wasm4
2023-10-25 11:19:52 +02:00
Etan Kissling
835d895120
Merge commit '5150505e66cb9524af793d4f74261165a46daee0' into dev/etan/lc-wasm4
2023-10-25 11:14:50 +02:00
Etan Kissling
1e91e7fc06
Merge commit '568e1fbb8cd401af55a405687a34cca2ff0ff883' into dev/etan/lc-wasm4
2023-10-25 11:04:19 +02:00
Etan Kissling
184281c28e
Merge commit '99507e19cde9ae5694bd98fe5170c07e9704232b' into dev/etan/lc-wasm4
2023-10-25 10:55:25 +02:00
Etan Kissling
d1a039d25e
Merge commit 'be9ecfa1c935adc0c4eb64ada8dd12c6933a3c92' into dev/etan/lc-wasm4
2023-10-25 10:45:40 +02:00
Etan Kissling
6472c4f5a5
Merge commit '8725595328d56f6b39dd3069a26b466d628cda8e' into dev/etan/lc-wasm4
2023-10-25 10:36:25 +02:00
Etan Kissling
6a2112e16e
Merge commit '09020ebd2fc93fd179ff83bedc11cb1266bc0821' into dev/etan/lc-wasm4
2023-10-25 10:26:38 +02:00
Etan Kissling
efadecfb10
X
2023-10-24 23:08:39 +02:00
Etan Kissling
d32fafa2ec
`investigated` -> `inspected` in `libnimbus_lc` docs ( #5523 )
...
Consistently use `inspected` instead of `investigted` terminology in
documentation of `libnimbus_lc` functions.
2023-10-24 16:09:44 +00:00
tersec
5aa5095e17
Fix REST JSON KzgCommitment encoding/decoding to use hex strings per spec ( #5522 )
2023-10-24 15:22:59 +00:00
Etan Kissling
468ee6a7ed
simplify `getBlockSSZ` and `getBlockSZ` implementation ( #5521 )
...
Use `forks` sugar to reduce code duplication in `beacon_chain_db.nim`.
2023-10-24 09:15:34 +00:00
tersec
513c9d9637
fix Deneb RestPublishedSignedBlockContents REST JSON decoding ( #5520 )
2023-10-24 05:50:32 +00:00
tersec
026ad21906
send DenebBlockContents in produceBlockV2 ( #5519 )
2023-10-24 02:50:26 +00:00
tersec
fd21882e24
improve test coverage of post-Bellatrix initialize_beacon_state_from_eth1 ( #5517 )
2023-10-24 01:58:52 +00:00
tersec
b2e81de6db
remove unnecessary Builder API status endpoint usage ( #5518 )
2023-10-23 23:01:29 +00:00
tersec
a986a1bcd8
using deneb_mev for Deneb is less incorrect than using capella_mev ( #5516 )
2023-10-20 01:39:47 +00:00
tersec
769316d909
construct Deneb blinded blobs from builder API getHeader ( #5513 )
2023-10-19 17:34:32 +00:00
tersec
726b8fbb39
bump nim-web3 to rm web3_consensus_const_preset ( #5515 )
2023-10-19 13:12:21 +00:00
tersec
4ddd771127
automated consensus spec URL updating to v1.4.0-beta.3 ( #5514 )
2023-10-19 10:26:38 +00:00
tersec
9fd52ebe9f
use consensus spec v1.4.0-beta.3 test vectors ( #5512 )
2023-10-19 05:14:02 +00:00
Zahary Karadjov
d52e8165d5
Merge branch 'stable' into unstable
2023-10-18 20:10:00 +03:00
tersec
6eb7d481fa
fix Deneb builder API block body type; introduce and use ExecutionPayloadHeaderAndBlindedBlobsBundle ( #5509 )
2023-10-18 02:54:02 +00:00
andri lim
0f9b52933e
Bump nim-eth: Change block timestamp from std.Time to distinct uint64 ( #5510 )
...
* Bump nim-eth: Change block timestamp from std.Time to distinct uint64
Also change tx.maxFeePerBlobGas from GasInt to UInt256
following Cancun latest spec
* Fix EthTime.now from func to proc due to sideeffects
2023-10-18 07:37:57 +07:00
Zahary Karadjov
8b07f4fd4c
Version 23.10.0
2023-10-17 02:35:27 +03:00
Jacek Sieka
3b62ab87e9
chronos: bump ( #5506 )
...
* `finally` fixes
2023-10-16 13:01:38 +00:00
zah
35bf03a3fb
Add the --verifying-web3-signer-url configuration option ( #5504 )
2023-10-13 15:42:00 +03:00
tersec
dc4d366a6d
Revert "Revert "ci: adding self-hosted tag for github-runner ( #4886 )" ( #5494 )" ( #5495 )
...
This reverts commit 722deedd2b
.
2023-10-13 13:50:11 +02:00
tersec
95b22e3a4f
Revert "Revert "ci: adding self-hosted tag for github-runner ( #4886 )" ( #5494 )"
...
This reverts commit 722deedd2b
.
2023-10-13 13:45:07 +02:00
tersec
c5028b56bf
change blinded block proposal failures to REST internal errors ( #5501 )
2023-10-12 23:54:24 +02:00
beemeeupnow
afc7912ebf
Add option to compile VC for gnosis ( #5500 )
2023-10-12 21:38:47 +03:00
tersec
eeac00d08e
add RPC signature; add type constraints on proposeBlockMEV ( #5498 )
2023-10-12 11:49:48 +00:00
tersec
40616b6243
update some consensus spec URLs to v1.4.0-beta.2 ( #5497 )
2023-10-12 05:07:41 +00:00
tersec
ec1d98cc3a
implement deneb block and blob unblinding ( #5496 )
2023-10-12 03:40:15 +00:00
tersec
722deedd2b
Revert "ci: adding self-hosted tag for github-runner ( #4886 )" ( #5494 )
...
This reverts commit acbfef9852
.
2023-10-11 20:27:45 +00:00
apentori
acbfef9852
ci: adding self-hosted tag for github-runner ( #4886 )
...
Signed-off-by: Alexis Pentori <alexis@status.im>
2023-10-11 20:26:18 +00:00