Skip to content

Commit ab5ff7b

Browse files
authored
Update example to the latest (#71)
* lint * fix ci * format * add execute test * replace hotshot address with light client address * update docs * add logs * update contract * address feedback * address comments
1 parent d703b06 commit ab5ff7b

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

46 files changed

+12663
-5545
lines changed

.env

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,13 +7,13 @@ RUST_LOG_FORMAT=full
77
L1_BLOCK_TIME_SEC=3
88

99
# Internal port inside container
10-
ESPRESSO_SEQUENCER_URL=http://sequencer0:50000
10+
ESPRESSO_SEQUENCER_URL=http://sequencer0:24000/v0/
1111

1212
# Example rollup demo variables
1313
ESPRESSO_DEMO_ROLLUP_PORT=8084
1414
ESPRESSO_DEMO_L1_HTTP_PROVIDER=http://demo-l1-network:8545
1515
ESPRESSO_DEMO_L1_WS_PROVIDER=ws://demo-l1-network:8546
16-
ESPRESSO_DEMO_HOTSHOT_ADDRESS=0x0116686e2291dbd5e317f47fadbfb43b599786ef
16+
ESPRESSO_DEMO_LIGHT_CLIENT_ADDRESS=0xed1db453c3156ff3155a97ad217b3087d5dc5f6e
1717
ESPRESSO_DEMO_ROLLUP_MNEMONIC="test test test test test test test test test test test junk"
1818
ESPRESSO_DEMO_ROLLUP_ACCOUNT_INDEX=7
1919

.github/workflows/lint.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,4 +39,4 @@ jobs:
3939
run: cargo clippy --workspace --all-features --all-targets -- -D warnings
4040

4141
- name: Audit
42-
run: cargo audit --ignore RUSTSEC-2023-0052 --ignore RUSTSEC-2023-0065
42+
run: cargo audit --ignore RUSTSEC-2023-0052 --ignore RUSTSEC-2023-0065 --ignore RUSTSEC-2023-0071 --ignore RUSTSEC-2024-0336

.gitmodules

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,3 +4,6 @@
44
[submodule "contracts/lib/hotshot"]
55
path = contracts/lib/hotshot
66
url = https://github.com/EspressoSystems/espresso-sequencer
7+
[submodule "contracts/lib/espresso-sequencer"]
8+
path = contracts/lib/espresso-sequencer
9+
url = https://github.com/EspressoSystems/espresso-sequencer

0 commit comments

Comments
 (0)