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

chore!: update to ACVM 0.13.0 #1393

Merged
merged 33 commits into from
Jun 1, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
33 commits
Select commit Hold shift + click to select a range
4f139ee
chore!: Update to ACVM 0.12.0
phated May 11, 2023
133e261
feat: adapted to heterogeneous bb calls
sirasistant May 10, 2023
57d1cbf
chore: update cargo tomls
sirasistant May 10, 2023
9375d3b
test: re enabled sort test
sirasistant May 10, 2023
2132c0a
fix: improve variable resolution
sirasistant May 10, 2023
d22be54
feat: use dummy constructor for bb call
sirasistant May 11, 2023
b71f690
updates for latest
phated May 15, 2023
e1f5b61
feat!: Move WitnessMap type into ACVM to avoid leaking BTreeMap type
phated May 1, 2023
fc9df35
Merge branch 'master' into phated/acvm-0.12.0
TomAFrench May 18, 2023
140587b
feat(nargo): Consume CommonReferenceString functions & manage caching…
phated May 22, 2023
3316fb9
Merge branch 'master' into phated/acvm-0.12.0
TomAFrench May 22, 2023
56a237d
switch to published acvm and backend
phated May 22, 2023
6a2330c
fix compilation issue
phated May 22, 2023
8ca4ec6
chore: Remove usage of `acvm::default_is_opcode_supported` (#1366)
vezenovm May 23, 2023
60ba165
add issue numbers to TODOs
phated May 23, 2023
29c6f66
chore: update to ACVM 0.13.0
TomAFrench May 24, 2023
d62cb23
chore: fix broken import
TomAFrench May 24, 2023
c8c91d7
chore: bump commit
TomAFrench May 24, 2023
b46bf1d
merge conflcits with master
vezenovm May 31, 2023
e0ecfb1
chore: Update Acvm 0.13.0 branch (#1465)
vezenovm Jun 1, 2023
fabc8b3
Update Cargo.toml
kevaundray Jun 1, 2023
e3aa026
Update Cargo.toml
kevaundray Jun 1, 2023
a2defce
update flake.lock
kevaundray Jun 1, 2023
9ed1068
feat!: var message size for keccak in stdlib (#1481)
guipublic Jun 1, 2023
6fa8e73
chore: update pedersen test case for domain separator (#1482)
guipublic Jun 1, 2023
cf50120
chore: add pedersen hash with domain separator in stdlib (#1483)
guipublic Jun 1, 2023
afd58af
update to acvm 0.13.0 and new acvm-backend-bberg
vezenovm Jun 1, 2023
f50d246
update cargo lock
vezenovm Jun 1, 2023
fa26a5b
update MockBackend in sort test
vezenovm Jun 1, 2023
944eba3
update merkle_insert and simple_shield for updated pedersen in bberg
vezenovm Jun 1, 2023
8b756d0
try ubuntu-large
kevaundray Jun 1, 2023
2e6d0fa
remove patch and update to acvm-backend-bberg 0.3.0
vezenovm Jun 1, 2023
4f7b1f4
cargo.lock
vezenovm Jun 1, 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
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
fail-fast: false
matrix:
include:
- os: ubuntu-latest
- os: ubuntu-large
target: x86_64-linux
- os: macos-latest
target: x86_64-darwin
Expand Down
Loading