Skip to content
This repository has been archived by the owner on Aug 2, 2024. It is now read-only.

Madara <> Celestia #967

Closed
wants to merge 52 commits into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
52 commits
Select commit Hold shift + click to select a range
f20a542
Pair programming session
AbdelStark Jun 6, 2023
14dde6d
update state - ethers
drspacemn Jun 6, 2023
066fd1b
inline abigen
drspacemn Jun 6, 2023
33e93f6
Merge branch 'main' into pair-programming/exploration-team
drspacemn Jun 12, 2023
26a70cd
locataion of lambda
drspacemn Jun 12, 2023
b62e185
redundant import
drspacemn Jun 12, 2023
a0f709a
Merge branch 'main' into pair-programming/exploration-team
drspacemn Jun 14, 2023
aa828e7
move da loc
drspacemn Jun 16, 2023
093bee1
Merge branch 'main' into pair-programming/exploration-team
drspacemn Jun 16, 2023
f161257
db init
drspacemn Jun 19, 2023
0a5147c
Merge branch 'main' into pair-programming/exploration-team
drspacemn Jun 19, 2023
b28b0b5
submit + check + update
drspacemn Jun 20, 2023
d643cb8
linking da worker'
drspacemn Jun 21, 2023
86c8103
correect namee
drspacemn Jun 21, 2023
0b67cd4
test task manager
drspacemn Jun 21, 2023
669d04e
fix examples
drspacemn Jun 27, 2023
cd99d5d
Merge branch 'main' into pair-programming/exploration-team
drspacemn Jun 27, 2023
5ad7a1c
proving hook, backend fact store, sharp interface, ether-rs contract …
drspacemn Jun 28, 2023
539b95a
unused comments
drspacemn Jun 28, 2023
93d840b
save deps
drspacemn Jun 28, 2023
2bbf5ab
Merge branch 'main' into pair-programming/exploration-team
drspacemn Jun 28, 2023
b19e6f4
mock sharp
drspacemn Jun 28, 2023
4af1e42
separate files and rename db
drspacemn Jun 29, 2023
12285c1
sick photo
drspacemn Jun 30, 2023
fc2f1fe
Merge branch 'main' into pair-programming/exploration-team
drspacemn Jul 6, 2023
74581d6
encode chain data
drspacemn Jul 6, 2023
bd50f5d
make l1 node config, extract eth business logic
drspacemn Jul 6, 2023
a9309e2
fix lints and unused example changes
drspacemn Jul 6, 2023
96ed473
remove parts related to prover
mathieu-chauvin Jul 17, 2023
ee10d12
change transaction count in benchmarking
mathieu-chauvin Jul 17, 2023
b3e2b86
feat: added dependency
hooperben Jul 17, 2023
8c03bec
feat: added functional celestia lib
hooperben Jul 18, 2023
4f0a683
construct blob to be sent to celestia
mathieu-chauvin Jul 18, 2023
1b4de54
replace hash with rand generation for namespace
mathieu-chauvin Jul 18, 2023
44a3e12
update
sfyll Jul 18, 2023
971b28b
feat: added README.md
hooperben Jul 18, 2023
360a11b
update
sfyll Jul 18, 2023
efd8306
packagte
sfyll Jul 18, 2023
1c3f32f
cargo lock
sfyll Aug 5, 2023
c2f39e2
git ignore add .env for celestia
sfyll Aug 5, 2023
fda58ea
celestia .env.sample
sfyll Aug 5, 2023
13e4c80
celestia cargo.toml
sfyll Aug 5, 2023
efaa268
cel lib: publish_state_diff_and_verify_inclusion
sfyll Aug 5, 2023
1dd5204
celestia lib update
sfyll Aug 5, 2023
ebc427b
Celestia module
sfyll Aug 5, 2023
a74bd94
celestia module update
sfyll Aug 5, 2023
8afe3c2
celestia network default configuration
sfyll Aug 5, 2023
4ef82a0
celestia utils
sfyll Aug 5, 2023
64fc7d7
cli celestia flags
sfyll Aug 5, 2023
463224b
command pass in celesstia cli flags
sfyll Aug 5, 2023
3aeb03c
new_full service add celestia jobs
sfyll Aug 5, 2023
41a85cd
revert to original readme
sfyll Aug 5, 2023
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
3 changes: 3 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -32,3 +32,6 @@ cairo_venv

# idea
.idea

#.env for celestia JWT
.env
Loading