Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin' into 1541-escape-hatch-purge-el…
Browse files Browse the repository at this point in the history
…ements-from-stateupdates-and-hotshotcommitments-arrays-once-it-has-over-10-days-of-worth-of-data
  • Loading branch information
alysiahuggins committed Jul 23, 2024
2 parents a2e165f + 1d6f7d3 commit f8556de
Show file tree
Hide file tree
Showing 145 changed files with 7,552 additions and 4,039 deletions.
2 changes: 1 addition & 1 deletion .cargo/config
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
[net]
git-fetch-with-cli = true
git-fetch-with-cli = true
4 changes: 4 additions & 0 deletions .env
Original file line number Diff line number Diff line change
Expand Up @@ -114,6 +114,10 @@ ESPRESSO_SUBMIT_TRANSACTIONS_DELAY=2s
ESPRESSO_SUBMIT_TRANSACTIONS_PUBLIC_PORT=24010
ESPRESSO_SUBMIT_TRANSACTIONS_PRIVATE_PORT=24020

# Benchmarks
ESPRESSO_BENCH_START_BLOCK=50
ESPRESSO_BENCH_END_BLOCK=150

# Query service fetch requests rate limit
ESPRESSO_SEQUENCER_FETCH_RATE_LIMIT=25

Expand Down
2 changes: 1 addition & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ __pycache__/
*.py[cod]
.hypothesis/
wake-coverage.cov
!data/*.bin
!data/**/*.bin

# generated by failing serialization tests
data/*-actual.json
Expand Down
Loading

0 comments on commit f8556de

Please sign in to comment.