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

Nitro x EigenDA v2.3.3 #14

Closed
wants to merge 82 commits into from
Closed
Changes from 1 commit
Commits
Show all changes
82 commits
Select commit Hold shift + click to select a range
83279f6
Squashed Orbit Progress Commit
afkbyte Apr 6, 2024
794b799
fix(arbitrator): Rebased and updated kzg-bn254 dependencies
ethenotethan May 29, 2024
332c9e0
Merge pull request #3 from Layr-Labs/epociask--fix-jit-compilation-bug
ethenotethan May 29, 2024
d14b0cc
feat(CI): Fix runner pickup failure
ethenotethan May 30, 2024
1565ee6
feat(CI): Add secret env var
ethenotethan May 30, 2024
59aaf9b
feat(CI): Add ssh inputs for failing CI workflows
ethenotethan May 30, 2024
fd1f369
feat(CI): Fix arbitrator compile err
ethenotethan May 30, 2024
ce36742
feat(CI): revert arbitrator change
ethenotethan May 30, 2024
68be441
fix(docker): Fix bugs causing docker builds to fail
ethenotethan May 31, 2024
6ab8d26
fix(docker): Fix bugs causing docker builds to fail - update .gitmodule
ethenotethan May 31, 2024
13aa1d5
fix(docker): Fix bugs causing docker builds to fail - update submodules
ethenotethan May 31, 2024
9915c46
fix(docker): Fix bugs causing docker builds to fail - update submodules
ethenotethan May 31, 2024
7262e1c
fix(docker): Fix bugs causing docker builds to fail - update contract…
ethenotethan May 31, 2024
5af7509
Merge pull request #5 from Layr-Labs/epociask--fixed-testnode-builds
ethenotethan May 31, 2024
4620e82
feat(CI): Fix clippy fmt issues
ethenotethan May 31, 2024
6694c0d
feat(CI): Fix merge conflicts
ethenotethan May 31, 2024
260f088
feat(CI): Update .gitmodules
ethenotethan May 31, 2024
706ca43
feat(CI): Fix clippy
ethenotethan May 31, 2024
6de0953
feat(CI): suppress warning
ethenotethan May 31, 2024
695eee1
feat(CI): rm clippy check && update contracts submodule
ethenotethan May 31, 2024
788e358
feat(CI): upgrade to 2xl runer
ethenotethan May 31, 2024
6fd62bc
feat(CI): fix mockgen
ethenotethan May 31, 2024
9769cc2
feat(CI): fix go mod issue
ethenotethan Jun 1, 2024
06d793a
feat(CI): fix gosec lint issue and update rust-kzg-bn254 dependency t…
ethenotethan Jun 2, 2024
f891162
Delete latest
ethenotethan Jun 3, 2024
27872d9
Merge pull request #4 from Layr-Labs/epociask--fix-ci
ethenotethan Jun 3, 2024
a6dcc88
update kzgbn254 function to work with eigenDA encoded blobs (#2)
afkbyte Jun 5, 2024
2c0d205
start fresh
afkbyte Jun 8, 2024
670432b
try to parse with abi
afkbyte Jun 8, 2024
cd78e91
parsing correctly with the abi decoder now! Bringing other changes ba…
afkbyte Jun 8, 2024
3671179
remove commented out code
afkbyte Jun 8, 2024
ddb75c4
update typo in hash
afkbyte Jun 9, 2024
11b2f7f
brought in historical changes
afkbyte Jun 9, 2024
7c7dcf5
brought in replay script changes
afkbyte Jun 9, 2024
0b37bb8
bring in eigenDA ref to the replay script
afkbyte Jun 9, 2024
48faf73
added all changes
afkbyte Jun 9, 2024
f2a8af7
update inbox multiplexer
afkbyte Jun 9, 2024
6e8489a
modify eigenda file path
afkbyte Jun 10, 2024
fc12d81
add more informative logs
afkbyte Jun 10, 2024
c1f70c2
change no EigenDA configured to a log level error, follow same patter…
afkbyte Jun 10, 2024
616d94a
change to string
afkbyte Jun 10, 2024
77922bf
differentiate between derivation pipeline and fraud proof preimages
afkbyte Jun 10, 2024
acbfdec
bump nitro testnode commit
afkbyte Jun 10, 2024
98231af
modified put and get to be synchronus and blocking
afkbyte Jun 10, 2024
db2f388
fix(batch_poster): Fix cert decoding
ethenotethan Jun 26, 2024
e7adb68
fix(batch_poster): Fix cert decoding - update contracts and sequencer…
ethenotethan Jun 28, 2024
2d3f067
fix(batch_poster): Fix cert decoding - fix sequencer inbox posting an…
ethenotethan Jul 1, 2024
42db7ac
fix(batch_poster): Fix cert decoding - remove debug files
ethenotethan Jul 1, 2024
96e0f74
fix: Updated contracts to better align with nitro deploy tooling and …
ethenotethan Jul 2, 2024
6d2a016
refactors and minor tweaks
ethenotethan Jul 3, 2024
ebac5bc
update go.mod and submodules
ethenotethan Jul 3, 2024
3ab6f9b
update go.mod and submodules
ethenotethan Jul 3, 2024
363ec7e
fix batch header hash calculation bug
ethenotethan Jul 3, 2024
2c02a8a
remove dbug stmts && update system tests
ethenotethan Jul 3, 2024
35b2cae
fix challenge test construction
ethenotethan Jul 3, 2024
104aea9
fix challenge test construction
ethenotethan Jul 3, 2024
fce0728
remove rollup manager dep
ethenotethan Jul 3, 2024
c6ec1ef
patch CI bug
ethenotethan Jul 3, 2024
a1cc5d6
update contracts submodule
ethenotethan Jul 3, 2024
e87827b
update contracts submodule
ethenotethan Jul 3, 2024
ea4c0e9
update CI runner
ethenotethan Jul 3, 2024
4297993
Revert "update contracts submodule"
ethenotethan Jul 3, 2024
7df79ff
Revert "update CI runner"
ethenotethan Jul 3, 2024
385781b
update contracts submodule
ethenotethan Jul 3, 2024
a5ef13c
update gen.go to dump files being read for yul binding generation
ethenotethan Jul 3, 2024
81b1755
update gen.go to dump files being read for yul binding generation
ethenotethan Jul 3, 2024
d609a90
only generate yul artifacts for 4844 reader
ethenotethan Jul 3, 2024
a818fc9
update contracts submodule
ethenotethan Jul 4, 2024
21651dc
update contracts submodule
ethenotethan Jul 4, 2024
693e4a3
feat: GHCR push support
ethenotethan Jul 6, 2024
4c4da1f
feat: GHCR push support - update workflows
ethenotethan Jul 6, 2024
8440263
feat: GHCR push support - add ssh key to docker build workflow
ethenotethan Jul 6, 2024
7750b71
feat: GHCR push support - update workflow
ethenotethan Jul 6, 2024
c7100ee
feat: GHCR push support - update workflow
ethenotethan Jul 6, 2024
ccede87
feat: GHCR push support - update workflow
ethenotethan Jul 7, 2024
18677cf
feat: GHCR push support - use large runner
ethenotethan Jul 7, 2024
2559d21
Merge pull request #12 from Layr-Labs/epociask--fix-batch-poster
ethenotethan Jul 8, 2024
850fa3b
feat: GHCR push support - update README.md
ethenotethan Jul 8, 2024
ac8ad9a
Merge branch 'develop' of github.com:Layr-Labs/nitro into epociask--g…
ethenotethan Jul 8, 2024
1654b67
feat: GHCR push support - update workflow requirements to only run do…
ethenotethan Jul 8, 2024
a94feb0
feat: GHCR push support - update workflow requirements to only run do…
ethenotethan Jul 8, 2024
84efcf8
Merge pull request #13 from Layr-Labs/epociask--ghcr-support
ethenotethan Jul 8, 2024
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
feat: GHCR push support - add ssh key to docker build workflow
ethenotethan committed Jul 6, 2024

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
commit 84402633f83eea591a502d7bbbc60d24ac550d55
1 change: 1 addition & 0 deletions .github/workflows/docker-eigenda.yml
Original file line number Diff line number Diff line change
@@ -24,6 +24,7 @@ jobs:
uses: actions/checkout@v4
with:
submodules: 'recursive'
ssh-key: ${{ secrets.SSH_KEY }}

- name: Set up QEMU
uses: docker/setup-qemu-action@v3