-
Notifications
You must be signed in to change notification settings - Fork 129
Merge defi-bridge-project into master (dependent CMake pj support, rollup/ removal, kesha's bigfield fix) #123
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
Merged
Merged
Changes from all commits
Commits
Show all changes
41 commits
Select commit
Hold shift + click to select a range
07e62f6
Fix to bootstrap.sh after move into submodule (#1)
dbanks12 33e0b2d
Contrived change.
charlielye f4a7e85
Revert "Contrived change."
charlielye e1d5577
Revert "Revert "Contrived change.""
charlielye 1c58e01
Introduce cpp to paths.
charlielye 57991a2
More cpp path.
charlielye 1744ff8
Target x86-64 arch so we're compatible with rosetta emulation on m1 m…
charlielye f2276d3
Target skylake but without avx.
charlielye b31bd7e
Fix indent.
charlielye 31c3d20
Fixing fuzzer build (#14)
Rumata888 3b6bc9b
Elide sig check on 'merge' join-split proofs (#42)
ludamad e5e51ba
join_split: Require same account flag for 'merge' (#70)
ludamad 4bd6d08
Add cmake logic to support building of dependent C++/WASM projects (#54)
dbanks12 1733b72
Removed all files in rollup/ not necessary for join split tests
a1f7d02
dockerfile, script, and ci changes now that rollup contents are gone …
c58691b
remove more unused code from rollup/js dir
856a374
attempt at merging dbp into master
503faa0
missed a rollup->grumpkin rename
4ce8c70
removed standard example
34b9daf
rename rollup directory to join_split_example
2cbc9ad
some missing changes to schnorr and dockerfile for merge
0547b02
fix bigfield manual merge scoping
d53b1d8
filter out longer join split tests (leave only one full proof test in…
c73216f
fix dockerfile now that rollup executables were removed
0fba8b8
rename rollup namespace to join_split_example
e1473e2
add rollup notes tests back into bb-tests
1e50799
remove duplicated js test from bb-tests
e3c2025
manually merged in rollup removal while that pr is in progress
1ee0794
fix badly merged config.yml
c17fc52
fix bad schnorr merge
a592714
remove dbp schnorr change and js test changes before merge into master
db63525
add blake 3 to executables in aztec cmakelists
93ffb50
revert dbp schnorr test changes
b62ef79
Removing all `rollup/` contents except join-split as example (#124)
dbanks12 b253642
remove vk constants from join-split
0928de5
merge dbp after rollup removal intomaster-merge branch
0224ef4
fix config yml bad merge
14e02a4
revert join_split.test.cpp to use latest master instead of dbp changes
31f261e
revert verify_signature, fix asset_id hpp
ff58cb4
revert get_composer_name and fix a namespace
7e2e041
constants fix
File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,6 +1,6 @@ | ||
| FROM aztecprotocol/crosstool-ng-arm64:latest | ||
| WORKDIR /usr/src/barretenberg/cpp | ||
| COPY . . | ||
| RUN mkdir build && cd build && cmake -DTOOLCHAIN=arm64-linux-gcc .. && make -j$(nproc) | ||
| RUN mkdir build && cd build && cmake -DTOOLCHAIN=arm64-linux-gcc .. && cmake --build . --parallel | ||
| RUN cd build && qemu-aarch64 ./test/barretenberg_tests | ||
| ENTRYPOINT /bin/bash |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.