Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[DO NOT MERGE] working diff of latest changes against boonet #2335

Draft
wants to merge 363 commits into
base: boonet
Choose a base branch
from
Draft
Changes from 1 commit
Commits
Show all changes
363 commits
Select commit Hold shift + click to select a range
8e4bcd6
lint and fix test case
shotes Dec 21, 2024
d9a51e8
Fix inclusion proof depth calculation and explicitly label constants
shotes Dec 23, 2024
f8e4240
lint
shotes Dec 23, 2024
4060ee9
test(e2e): improve e2e suite and fix flakiness (#30)
calbera Dec 23, 2024
a941b69
chore(ci): update docker image name (#38)
chuck-bear Dec 23, 2024
2104783
fix: docker hub login for ci (#37)
gummybera Dec 23, 2024
1f09470
3/n Remove AvailabilityStoreT generic type (#34)
fridrik01 Dec 24, 2024
85879d2
Remove BlockStoreT generic type (#35)
fridrik01 Dec 24, 2024
9319883
Remove beacon KVStoreT genereric type (#36)
fridrik01 Dec 24, 2024
945a27c
moved comet consensus parameters to consensus package
abi87 Dec 25, 2024
487a98f
nit
abi87 Dec 25, 2024
2c45edf
consolidated consensus parameters
abi87 Dec 26, 2024
d8b3c5e
leftover cleanups
abi87 Dec 26, 2024
3e5cd43
Remove all generics from Blockchain service
fridrik01 Dec 26, 2024
bcfd38d
Add core team to CODEOWNERS
fridrik01 Dec 27, 2024
13733af
Merge branch 'main' of github.com:berachain/beacon-kit-internal into …
calbera Dec 27, 2024
d4a32e6
comment out unused state processor funcs
calbera Dec 27, 2024
6beaa01
lint
calbera Dec 27, 2024
37a1963
lint
shotes Dec 28, 2024
2e7ff34
fix thing that golangci-fix broke
shotes Dec 28, 2024
8337f50
Merge branch 'main' into comet-consensus-config-cleanup-1
abi87 Dec 28, 2024
ffd1564
set default configs to Bartio ones
abi87 Dec 28, 2024
6ad5022
Merge branch 'main' of github.com:berachain/beacon-kit-internal into …
shotes Dec 28, 2024
daffe66
Merge pull request #31 from berachain/fix-gen-deps
abi87 Dec 28, 2024
c274cf7
Merge branch 'main' into comet-consensus-config-cleanup-1
abi87 Dec 28, 2024
6d86c7c
Merge pull request #42 from berachain/remove-generics-chainservice
abi87 Dec 28, 2024
6c772a3
Merge branch 'main' into comet-consensus-config-cleanup-1
abi87 Dec 28, 2024
a175270
Merge branch 'main' into fix-show-validator-cmd
abi87 Dec 28, 2024
9e2d995
Extend permissions
fridrik01 Dec 28, 2024
2691e39
Merge pull request #52 from berachain/add-core-to-codeowners
abi87 Dec 28, 2024
09d7350
Merge pull request #41 from berachain/comet-consensus-config-cleanup-1
abi87 Dec 28, 2024
af5d2c1
Update codeowners
fridrik01 Dec 28, 2024
6fa128a
Merge pull request #53 from berachain/update-codeowners
abi87 Dec 28, 2024
cb6e75b
Merge branch 'main' into fix-show-validator-cmd
abi87 Dec 28, 2024
44746c1
Remove ConsensusSidecars concrete type and refactor verifySidecars
fridrik01 Dec 26, 2024
cae37af
Remove all generics from Node API Backend
fridrik01 Dec 26, 2024
3cb3394
Remove all New() functions of concrete types
fridrik01 Dec 28, 2024
74ef773
Merge pull request #54 from berachain/remove-all-new2
abi87 Dec 28, 2024
c2c4ea0
dropped extra vscode config
abi87 Dec 28, 2024
f4c8fce
Merge pull request #49 from berachain/fix-show-validator-cmd
abi87 Dec 28, 2024
abdc571
simplified KVStoreService
abi87 Dec 28, 2024
501fafa
nit
abi87 Dec 28, 2024
0905a33
minor cleanup
abi87 Dec 28, 2024
9ea1e51
some more minor cleanup
abi87 Dec 29, 2024
77d3c46
Merge pull request #55 from berachain/simplify-kvstore-service
abi87 Dec 30, 2024
73fe858
fixed range DB pruning
abi87 Dec 30, 2024
d1a9756
nit
abi87 Dec 30, 2024
f78fe4b
fixed files deletions and UTs
abi87 Dec 30, 2024
b3d0827
move fileDB type assertion to constructor
abi87 Dec 30, 2024
026c49e
fileDB improved error handling
abi87 Dec 30, 2024
1495cbe
Install dev-dependencies as binaries outside of go.mod
fridrik01 Dec 29, 2024
dbfa03c
Merge pull request #58 from berachain/fix-range-db-pruning
abi87 Dec 30, 2024
f4975fc
Merge branch 'main' into node-api-blobs
abi87 Dec 30, 2024
2ea04c0
Merge pull request #56 from berachain/12-29-install_dev-dependencies_…
abi87 Dec 30, 2024
17708a3
Merge branch 'main' into node-api-blobs
abi87 Dec 30, 2024
ad27665
get current slot in node-api backend
calbera Dec 30, 2024
3aedea0
Merge branch 'node-api-blobs' of github.com:berachain/beacon-kit-inte…
calbera Dec 30, 2024
07ba9fa
enforce block max size via CometBFT pameters
abi87 Dec 30, 2024
b03b5d1
debugging blob e2e test
calbera Dec 30, 2024
50be245
explicitly nil-led mempool size parameters
abi87 Dec 30, 2024
e43330b
nit better error msg
calbera Dec 30, 2024
9efa1cf
enabled pbst
abi87 Dec 30, 2024
48d8818
Get slot from node
shotes Dec 31, 2024
066d27d
fix nits
shotes Dec 31, 2024
fa05005
appease gosec
shotes Dec 31, 2024
df4fa95
lint
shotes Dec 31, 2024
5362227
Merge pull request #39 from berachain/node-api-blobs
shotes Dec 31, 2024
4e7321a
fix(consensus): enforce block max size via CometBFT parameters (#60)
abi87 Dec 31, 2024
b52e6c9
Merge branch 'main' into enable_pbst
calbera Dec 31, 2024
60a90ad
Merge pull request #61 from berachain/enable_pbst
abi87 Dec 31, 2024
046c3e7
appease linter
abi87 Jan 1, 2025
57a7d1a
Merge pull request #65 from berachain/happy_lint_happy_life
abi87 Jan 1, 2025
8772f4b
Remove WithinDAPeriod check during blob Persist
shotes Jan 2, 2025
aba7ded
Cleanup Persist and fix testcase
shotes Jan 2, 2025
eeda22f
remove sc copy
shotes Jan 2, 2025
2bd2790
replaced timeout commit with next block delay
abi87 Jan 2, 2025
f923001
chore(blockchain): Introduce the `SignedBeaconBlock` (#63)
shotes Jan 2, 2025
82c0c5b
Merge branch 'main' into replace-timeout-commit-with-next-block-delay
abi87 Jan 2, 2025
216b2de
nit
abi87 Jan 2, 2025
71a7b83
Merge branch 'main' of github.com:berachain/beacon-kit-internal into …
calbera Jan 2, 2025
6248705
nit
abi87 Jan 2, 2025
08e32e0
Merge pull request #66 from berachain/persist-blobs-regardless-da-period
shotes Jan 3, 2025
4d21909
Merge branch 'main' into replace-timeout-commit-with-next-block-delay
abi87 Jan 3, 2025
6e6da6a
nit
abi87 Jan 3, 2025
ef7f9f9
Merge pull request #67 from berachain/replace-timeout-commit-with-nex…
abi87 Jan 3, 2025
5364c90
chore(networks): blob testing devnet configs (#69)
calbera Jan 5, 2025
8934580
chore(kurtosis) : Configure chainID and chainSpec (#51)
nidhi-singh02 Jan 6, 2025
f10b6ea
fix(e2e): Add wait to blob e2e test (#76)
shotes Jan 6, 2025
357a2bf
feature(blockchain): `go-eth2-client` compatibility (#57)
shotes Jan 6, 2025
c616516
fix(blockchain): make `ProcessProposal` and `FinalizeBlock` return er…
shotes Jan 7, 2025
a6134c1
Switch to berachain cometbft fork + fix for privkey serialization (#80)
fridrik01 Jan 7, 2025
aa90610
fix(consensus): reverted `nextBlockDelay` in favor of `timeoutCommit`…
abi87 Jan 7, 2025
6696e2d
fix: flush unsaved writes used by pebbledb in deposit store on exit (…
fridrik01 Jan 7, 2025
d3fe46f
perf(randao): skip verifying randao signature in finalize block (#83)
calbera Jan 8, 2025
3c7dfdb
updated make start-devnet configs
abi87 Jan 8, 2025
68190a2
Merge pull request #89 from berachain/cleanup-make-start-devnet-configs
fridrik01 Jan 8, 2025
c73b7e5
chore(kurtosis): use latest blockscout smart contract verifier image …
calbera Jan 9, 2025
59cdb80
fix: prometheus regex in kurtosis script
fridrik01 Jan 9, 2025
2d58d37
changed empty blocks error handling (#95)
abi87 Jan 9, 2025
e3349e0
fix(consensus): enforce minimal CometBFT timeout (#100)
abi87 Jan 10, 2025
c11e3d0
patched CometBFT timestamp validations (#106)
abi87 Jan 10, 2025
6f08c05
Switch to use spamoor for spamming blobs in kurtosis tests
fridrik01 Jan 10, 2025
ddd87b5
chore(codeowners): update codeowners (#109)
chuck-bear Jan 10, 2025
f2ffc06
chore(codeowners): use team for codeowners file (#2345)
chuck-bear Jan 10, 2025
8f4cc11
[1/n] chore(chain-spec): clean up chain spec implementation and usage…
calbera Jan 11, 2025
baaf235
chore(deposits): Add Further Visibility on Problematic Deposits (#110)
rezbera Jan 11, 2025
1a31289
fix(blobs): un-deduplicate the blob sidecar check (#99)
shotes Jan 11, 2025
e11d868
chore(ci): fix kurtosis install (#116)
chuck-bear Jan 12, 2025
31ddfe7
fix(consensus): some more error handling fixed (#121)
abi87 Jan 13, 2025
1a9aeae
fix(consensus): fix optimistic payload errors (#122)
abi87 Jan 14, 2025
dba63d0
fix(security): Fixes vulnerability with golang.org/x/net #125
rezbera Jan 14, 2025
b444e81
feat(bls): upgrade comet to use BLS signatures aggregation (#118)
calbera Jan 14, 2025
c211f8f
chore(mainnet): chain spec values for mainnet (#107)
calbera Jan 14, 2025
002a1ff
feat: Add support for otterscan when running make-erigon (#127)
fridrik01 Jan 14, 2025
ff4f077
improved sidecars logging (#126)
abi87 Jan 14, 2025
3f6c98a
fix: add required CHAIN_SPEC env varuiable to vscode launch targets
fridrik01 Jan 14, 2025
66f893e
nit
abi87 Jan 14, 2025
0f067aa
Revert "nit"
abi87 Jan 14, 2025
c830d32
feat: Detect if beacond was unsafely shutdown (#84)
fridrik01 Jan 14, 2025
d417d05
validate consensus params (#128)
abi87 Jan 14, 2025
2e9cec4
fix(consensus): fixed ErrAcceptedPayloadStatus handling (#129)
abi87 Jan 14, 2025
673e57b
add cli genesis set storage command
nidhi-singh02 Jan 13, 2025
1c27824
geth primitivies needed
nidhi-singh02 Jan 13, 2025
405fb75
unit test added
nidhi-singh02 Jan 13, 2025
e3759ce
chainSpec in setstorage as func arg
nidhi-singh02 Jan 15, 2025
757394b
Merge pull request #120 from berachain/cli-deposit
nidhi-singh02 Jan 15, 2025
0c98111
chore(chain-spec): use a default chain spec of mainnet if no env var …
calbera Jan 15, 2025
5d9fb51
chore(types): enforce eth1 withdrawal credentials to eth2 spec (#134)
calbera Jan 15, 2025
b3ad6f5
fix(cli): set-deposit-storage -- only modify slot0, slot1 in eth-gene…
calbera Jan 16, 2025
887332d
chore(metrics): Add Block Gas Used Gauge (#139)
rezbera Jan 16, 2025
fbed58c
fix(metrics): only report EL gas used in FinalizeBlock (#140)
calbera Jan 16, 2025
b2ea040
Release Workflow - Sign Build Artefacts (#141)
gummybera Jan 17, 2025
043c153
fix(state-transition): Correctly enforce local validation of beacon b…
calbera Jan 17, 2025
1381d8d
chore(codeowners): use team for codeowners file (#2345)
chuck-bear Jan 10, 2025
9ba376e
Merge remote-tracking branch 'origin' into rebase-beaconkit-internal
abi87 Jan 18, 2025
4779a08
Merge pull request #2362 from berachain/rebase-beaconkit-internal
abi87 Jan 18, 2025
1d3cc46
chore(scripts): fix docker push to public ghcr (#2363)
calbera Jan 18, 2025
3674116
explicitly check consensus txs count
abi87 Jan 18, 2025
d03f029
Merge pull request #2365 from berachain/harden-consensus-txs-check
abi87 Jan 18, 2025
e7afc59
LICENSE: Update change date and contact info (#2351)
fridrik01 Jan 18, 2025
39c4ebe
fix(consensus): validate block slot (#2368)
abi87 Jan 18, 2025
ce54f45
fix(state-transition): Deposit's signature domain must be fork-agnost…
abi87 Jan 18, 2025
7b02411
fix(state-transition): Correctly enforce deposits length to avoid pan…
calbera Jan 18, 2025
487a5d1
chore(license): Update LICENSE to 2025 (#2372)
calbera Jan 18, 2025
b91c4b6
chore(state-transition): allow validators with non-eth1 withdrawal cr…
calbera Jan 18, 2025
c5c04b8
chore(README): cleanup (#2374)
abi87 Jan 18, 2025
395085d
fix(execution-client): duplicated payload duration metric (#2367)
abi87 Jan 18, 2025
5dfa536
fix: handle sigterm properly in case genesis is in the future (#2380)
fridrik01 Jan 19, 2025
4dc9ae7
Wrap pebble DB to use SetSync always with deposit store. (#2381)
GrizzlyBera Jan 20, 2025
a5f27ba
chore(engine): Remove Unused Errors and Functions (#2384)
rezbera Jan 21, 2025
1a275ea
feat(api): add debug endpoint to beacon API (#2387)
calbera Jan 22, 2025
c1ae2d7
1/2 fix(cli): Align `genesis validator-root` cmd with processing of g…
calbera Jan 22, 2025
d720486
Fix - Release workflow (#2395)
gummybera Jan 22, 2025
dddd9d2
chore(kurtosis): kurtosis setup to get deposit contract storage slots…
nidhi-singh02 Jan 22, 2025
3e35bb4
feat: print results from create-validator in json for easier parsing …
fridrik01 Jan 23, 2025
890fd41
fix(cli): `beacond deposit validate` had wrong number of args (#2397)
abi87 Jan 23, 2025
419cd66
2/2 chore(cli): improve tooling around deposits (#2392)
calbera Jan 23, 2025
74489a6
fix(initchain): Enforce stricter handling on InitChain Requests (#2413)
rezbera Jan 26, 2025
bc27fce
update uint256 package
abi87 Jan 26, 2025
6d740dc
Revert "update uint256 package"
abi87 Jan 26, 2025
2afec05
chore(update deps): update uint256 package v1.3.2 (#2416)
abi87 Jan 26, 2025
74518b1
chore(genesis deposit) : Change in local network setup with single no…
nidhi-singh02 Jan 27, 2025
9097bf3
Remove uses of context.Background() (#2376)
fridrik01 Jan 27, 2025
fad4b87
[3/n] refactor(version): Simplify usage of version type (#2427)
calbera Jan 27, 2025
350c7e9
chore(e2e): Add verification during deposit e2e test (#2398)
shotes Jan 27, 2025
b167c79
[4/n] refactor(chain-spec): handling values for planned fork upgrades…
calbera Jan 28, 2025
d2f518b
[5/n] refactor(spec): introducing fork version activated specs based …
calbera Jan 28, 2025
8a04847
chore(forks): Deneb1 Values (#2425)
calbera Jan 28, 2025
f87d1d5
feat(cli): Tool to display all formats of public key (#2426)
calbera Jan 29, 2025
8e97ffd
fix(deposits): Enforce deposit inclusion (#2407)
shotes Jan 29, 2025
05c37d0
chore(types): Remove abstraction for Gwei (#2433)
rezbera Jan 29, 2025
66bc722
chore(block-builder): a few minor cleanups (#2412)
abi87 Jan 29, 2025
cd3c709
fix(flags): Fix Payload Builder Flags (#2442)
rezbera Jan 30, 2025
6581265
upgrade geth depdency from 1.14.7 to 1.14.13 (#2444)
fridrik01 Jan 31, 2025
97c9cb2
fix(engineAPI): error on ACCEPTED payload status (#2439)
shotes Jan 31, 2025
73c9861
refactor(deposits): Modularize Deposit Command for Easier Testing in …
rezbera Jan 31, 2025
8fd8dac
refactor(deposit-storage): Refactor set-deposit-storage and execution…
rezbera Jan 31, 2025
f5c7b3e
chore(types): Introduce canonical sorting of common.Version (#2437)
calbera Jan 31, 2025
1f207be
chore(ci): add manual run/approval for e2e tests (#2447)
chuck-bear Jan 31, 2025
acfdbb3
Revert "chore(ci): add manual run/approval for e2e tests (#2447)" (#2…
rezbera Jan 31, 2025
a908148
chore(ci): make e2e-test run manual (#2453)
chuck-bear Jan 31, 2025
d4cf42b
fix(ci): Speed up CI, Add t.Parallel and Fix Test Parallelism Issue (…
rezbera Feb 1, 2025
928024c
chore(api): Dropped node api context generic (#2456)
abi87 Feb 2, 2025
2309cc5
chore(types): Cleanup unused types/funcs and expose Service Registry …
rezbera Feb 2, 2025
2271084
chore(logger): Drop logger generic (#2460)
abi87 Feb 3, 2025
1aff871
chore(kurtosis): Clean up Kurtosis and Support for Cloud Deployments …
rezbera Feb 3, 2025
061701b
Explicitly set bash shell in Kurtosis Makefile
fridrik01 Feb 4, 2025
a61bade
chore(deps): bumped go version to 1.23.5 (#2472)
abi87 Feb 4, 2025
623dc89
fix(blob): hardened blob checks (#2473)
abi87 Feb 4, 2025
1287d6f
chore(comet): bumped cometBFT version (#2474)
abi87 Feb 4, 2025
7abf2d8
Build Process - Fix Linux arm64 (#2475)
gummybera Feb 4, 2025
8bd60c6
chore(state-transition): flipped transaction context attributes logic…
abi87 Feb 4, 2025
5476afd
refactor(cli): Refactor CollectGenesisDeposits to be callable from ru…
rezbera Feb 5, 2025
3ae16e4
chore(networks): 80094 network configs (#2484)
calbera Feb 6, 2025
1ef508a
fix(ci): Update Test Configs to work with new Geth version (#2489)
rezbera Feb 7, 2025
a6c25b6
refactor(depinject): Replace Concrete CometBFT implementation with In…
rezbera Feb 7, 2025
86b5b48
chore(e2e): Initialize `finalBlockNum` before wait loop in `WaitForFi…
shotes Feb 7, 2025
558c903
fix(cli): unlocking rollback (#2478)
abi87 Feb 8, 2025
412f08e
chore(generics): Remove Generics from Node Builder (#2500)
rezbera Feb 10, 2025
d708c71
fix(engine api): [1/3] error on engine API errors (#2485)
shotes Feb 10, 2025
c07d885
Merge branch 'main' into 02-04-explicitly_set_bash_shell_in_kurtosis_…
shotes Feb 11, 2025
edf93d2
Merge pull request #2470 from berachain/02-04-explicitly_set_bash_she…
fridrik01 Feb 11, 2025
bb02b8e
Fix broken CI due to using newest go version which is not supported b…
fridrik01 Feb 12, 2025
f0bba57
chore: Cleanup devtools.mk make targets (#2421)
fridrik01 Feb 12, 2025
a0013aa
do not reject PRs based on missing period in a comment (#2504)
fridrik01 Feb 12, 2025
7d43017
Revert "fix(engine api): [1/3] error on engine API errors (#2485)" (#…
rezbera Feb 12, 2025
50e8eec
fix(types): avoid panic on unmarshalling of empty inputs (#2511)
abi87 Feb 14, 2025
70cb888
fix(state-processor): stricter timestamp enforcement on execution-pay…
abi87 Feb 14, 2025
2dc5822
chore(types): Fix error type and clean up interface definition (#2515)
rezbera Feb 15, 2025
ac596fd
chore(engine): splitted up NotifyAndVerifyNewPayload (#2495)
abi87 Feb 15, 2025
5e3edfa
chore(state-transition): cleaned up state in state-transition UTs (#2…
abi87 Feb 17, 2025
9af4d0d
fix(errors): Ignore requests Txs + RPC Error Handlings Fixes (#2517)
rezbera Feb 18, 2025
d90756b
fix(blobs): cleanup logging and node-api handling of blobs (#2486)
calbera Feb 19, 2025
ff5fb07
fix(node-api): Implement validators endpoint filtering properly (#2467)
shotes Feb 19, 2025
30a666e
fix(engine api): [1/3] error on engine API errors (revive #2485) (#2508)
shotes Feb 19, 2025
73dee6e
fix(engine api): [2/3] Add force head in FinalizeBlock (#2488)
shotes Feb 19, 2025
9d5a4ba
chore(ci): Set go version to `1.23.5` in release workflow (#2525)
shotes Feb 20, 2025
ef03c26
chore(config): activate bera minting on testnet since block 1 (#2527)
abi87 Feb 20, 2025
552115f
fix(testnet): Activate Deneb1 for EVM inflation (#2528)
calbera Feb 20, 2025
192f142
add a mainnet launch target to vscode (#2386)
fridrik01 Feb 20, 2025
72234ad
Improvements to signal handling (#2379)
fridrik01 Feb 22, 2025
4da5095
Ask to delete EL data dir on make start-[client] (#2479)
fridrik01 Feb 22, 2025
0f8e6a1
chore(networks): add bepolia testnet (#2532)
chuck-bear Feb 22, 2025
3368070
chore(testing): modified start-geth to enforce syncmode full (#2535)
abi87 Feb 24, 2025
a23a74a
Add new script for rollbacking CL to EL height (#2498)
fridrik01 Feb 24, 2025
902f432
chore(testing): modified start-reth to enforce persistence (#2536)
abi87 Feb 25, 2025
10258a0
fix(API): fix slot selection in validator API (#2538)
abi87 Feb 25, 2025
f09c436
fix(node-api): Fix param in validator endpoint (#2539)
shotes Feb 25, 2025
0029ba8
chore(debug): fixed launch.json (#2540)
abi87 Feb 26, 2025
4234b9f
chore(networks): add EL bootnodes (#2542)
chuck-bear Feb 26, 2025
dfdf54e
chore(node-api): Validator balance endpoints and getStateValidator (#…
nidhi-singh02 Feb 28, 2025
c35eba7
chore(payload): clean fcu signature (#2550)
abi87 Feb 28, 2025
1099372
chore(primitives): consolidated `ParseUint` usage into `U64FromString…
abi87 Feb 28, 2025
e8e3242
fix starlark error when geth is not set (#2544)
fridrik01 Feb 28, 2025
467c070
chore(networks):decommission bArtio and fix `make start` for Bepolia …
chuck-bear Mar 2, 2025
c763a60
chore(config): cleared example config (#2556)
abi87 Mar 2, 2025
9581efb
chore(state-processor): Add UTs for payload timestamp verification (#…
abi87 Mar 3, 2025
bced588
fix(state-transition): fixed ReadOnlyBeaconState interface - revive m…
abi87 Mar 3, 2025
d5cfaff
chore(node-api): cleanup of DataResponse and refactor its usage (#2557)
nidhi-singh02 Mar 3, 2025
5c579a9
fix(payload): `forceSyncUponProcess` even when block building is disa…
abi87 Mar 3, 2025
f47be70
feat(simulated): Testing Framework with Simulated CometBFT (1/n) (#2411)
rezbera Mar 3, 2025
bada927
fix(coverage): Fixes to Ensure Test Coverage reflects actuality (2/n)…
rezbera Mar 3, 2025
4189ed7
fix(builder): Flush PayloadID cache (#2547)
shotes Mar 3, 2025
55af78b
chore(config): Disable optimistic builds by default (#2546)
shotes Mar 3, 2025
ed7a2dd
chore(node): Remove public FetchServiceRegistry (#2569)
rezbera Mar 4, 2025
6315cfb
refactor(scripts): Scripts to start mainnet node (#2567)
calbera Mar 4, 2025
c30f56d
perf(blobs): don't process blobs outside of DA period (#2522)
shotes Mar 5, 2025
feeced0
test(simulated): Add Simulation Tests for Malicious Proposer, Crashed…
rezbera Mar 5, 2025
e0884c5
chore(deps): bump github.com/labstack/echo/v4 from 4.12.0 to 4.13.3 (…
dependabot[bot] Mar 5, 2025
b299534
chore(ci): remove GCP container registry info (#2571)
chuck-bear Mar 5, 2025
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Revert "update uint256 package"
This reverts commit bc27fce.
  • Loading branch information
abi87 committed Jan 26, 2025
commit 6d740dc9220fe869f40f0ac6edba6b9b9289e1dd
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
@@ -30,7 +30,7 @@ require (
github.com/golang-jwt/jwt/v5 v5.2.1
github.com/hashicorp/go-metrics v0.5.3
github.com/hashicorp/golang-lru/v2 v2.0.7
github.com/holiman/uint256 v1.3.2
github.com/holiman/uint256 v1.3.1
github.com/karalabe/ssz v0.2.1-0.20240724074312-3d1ff7a6f7c4
github.com/labstack/echo/v4 v4.12.0
github.com/minio/sha256-simd v1.0.1
4 changes: 2 additions & 2 deletions go.sum
Original file line number Diff line number Diff line change
@@ -405,8 +405,8 @@ github.com/holiman/billy v0.0.0-20240216141850-2abb0c79d3c4/go.mod h1:5GuXa7vkL8
github.com/holiman/bloomfilter/v2 v2.0.3 h1:73e0e/V0tCydx14a0SCYS/EWCxgwLZ18CZcZKVu0fao=
github.com/holiman/bloomfilter/v2 v2.0.3/go.mod h1:zpoh+gs7qcpqrHr3dB55AMiJwo0iURXE7ZOP9L9hSkA=
github.com/holiman/uint256 v1.2.0/go.mod h1:y4ga/t+u+Xwd7CpDgZESaRcWy0I7XMlTMA25ApIH5Jw=
github.com/holiman/uint256 v1.3.2 h1:a9EgMPSC1AAaj1SZL5zIQD3WbwTuHrMGOerLjGmM/TA=
github.com/holiman/uint256 v1.3.2/go.mod h1:EOMSn4q6Nyt9P6efbI3bueV4e1b3dGlUCXeiRV4ng7E=
github.com/holiman/uint256 v1.3.1 h1:JfTzmih28bittyHM8z360dCjIA9dbPIBlcTI6lmctQs=
github.com/holiman/uint256 v1.3.1/go.mod h1:EOMSn4q6Nyt9P6efbI3bueV4e1b3dGlUCXeiRV4ng7E=
github.com/hpcloud/tail v1.0.0/go.mod h1:ab1qPbhIpdTxEkNHXyeSf5vhxWSCs/tWer42PpOxQnU=
github.com/huandu/go-assert v1.1.5 h1:fjemmA7sSfYHJD7CUqs9qTwwfdNAx7/j2/ZlHXzNB3c=
github.com/huandu/go-assert v1.1.5/go.mod h1:yOLvuqZwmcHIC5rIzrBhT7D3Q9c3GFnd0JrPVhn/06U=