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

Merge branch 'dev' into experimental #1148

Merged
merged 26 commits into from
Jul 22, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
26 commits
Select commit Hold shift + click to select a range
7b74b8b
chore: add more context to input stream panic (#1091)
mattstam Jul 12, 2024
f11e51a
feat: parallel recursion tracegen (#1095)
ctian1 Jul 12, 2024
c8d61a2
chore: remove XDG_CONFIG_HOME from sp1up (#1109)
mattstam Jul 15, 2024
23841be
ci: use global workspace version (#1102)
mattstam Jul 16, 2024
08184bd
chore(deps): bump clap from 4.5.8 to 4.5.9 (#1107)
dependabot[bot] Jul 16, 2024
b20de3d
chore(deps): bump sysinfo from 0.30.12 to 0.30.13 (#1106)
dependabot[bot] Jul 16, 2024
1796857
chore(deps): bump cc from 1.0.100 to 1.1.5 (#1104)
dependabot[bot] Jul 16, 2024
874d5fd
chore(deps): bump async-trait from 0.1.80 to 0.1.81 (#1105)
dependabot[bot] Jul 16, 2024
90b85a8
chore(deps): bump serde_with from 3.8.3 to 3.9.0 (#1103)
dependabot[bot] Jul 16, 2024
1d76b09
fix: lookup id collisions (#1114)
jtguibas Jul 16, 2024
e7d42d1
fix: global memory assertions (#1083)
tamirhemo Jul 16, 2024
33150c1
perf: prover utilization (#1100)
tamirhemo Jul 16, 2024
eda543c
fix: incorrect checks on deferred digest (#1116)
jtguibas Jul 17, 2024
e62e8a1
fix: Allen's Poseidon2 fixes (#1099)
kevjue Jul 17, 2024
4591c7a
chore: export execution report (#1112)
ratankaliani Jul 17, 2024
1a8509f
fix: BLS381 decompress (#1121)
tamirhemo Jul 17, 2024
22f51bb
perf: poseidon2 parallel tracegen (#1118)
kevjue Jul 17, 2024
6e92b1b
fix: `sp1-helper` workspace build (#1119)
ratankaliani Jul 18, 2024
b17f86e
feat: multi-threaded tracing (#1124)
jtguibas Jul 18, 2024
6ec3378
fix: memory limit (#1123)
ctian1 Jul 19, 2024
f465819
feat: v1.0.0-rc.1 (#1126)
ctian1 Jul 19, 2024
8a1d629
chore: prepare release v1.0.0-rc.1 (#1127)
mattstam Jul 19, 2024
5de8269
chore: organize workspaces (#1129)
mattstam Jul 19, 2024
3bfe5af
chore: bump tendermint input block height (#1130)
ctian1 Jul 19, 2024
46ce208
chore: add audit reports (#1142)
mattstam Jul 19, 2024
7b95b64
Merge branch 'dev' into tqn/merge-dev-into-experimental
tqn Jul 22, 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
5 changes: 3 additions & 2 deletions .github/workflows/release-plz.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,7 @@ permissions:
on:
push:
branches:
- dev
# - main
- main

jobs:
release-plz:
Expand All @@ -23,6 +22,8 @@ jobs:
uses: dtolnay/rust-toolchain@stable
- name: Run release-plz
uses: MarcoIeni/release-plz-action@v0.5
with:
command: release
env:
GITHUB_TOKEN: ${{ secrets.RELEASE_PLZ_TOKEN }}
CARGO_REGISTRY_TOKEN: ${{ secrets.CARGO_REGISTRY_TOKEN }}
116 changes: 53 additions & 63 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading
Loading