Skip to content

Commit

Permalink
add
Browse files Browse the repository at this point in the history
  • Loading branch information
Ubuntu committed Aug 26, 2024
1 parent f82d49e commit f2a174b
Show file tree
Hide file tree
Showing 5 changed files with 2 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -17,4 +17,4 @@ jobs:
working-directory: client-programs/fault-proof
- name: Compile the range program
run: cargo build --profile release-client-lto
working-directory: client-programs/range
working-directory: client-programs/range
6 changes: 1 addition & 5 deletions crates/client-utils/src/precompiles/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -75,11 +75,7 @@ where
ContextPrecompiles::new(PrecompileSpecId::from_spec_id(spec_id)).clone();

// Extend with ZKVM-accelerated precompiles and annotated precompiles that track the cycle count.
let override_precompiles = [
ANNOTATED_BN_ADD,
ANNOTATED_BN_MUL,
ANNOTATED_BN_PAIR,
];
let override_precompiles = [ANNOTATED_BN_ADD, ANNOTATED_BN_MUL, ANNOTATED_BN_PAIR];
ctx_precompiles.extend(override_precompiles);

ctx_precompiles
Expand Down
Binary file modified elf/aggregation-elf
Binary file not shown.
Binary file modified elf/fault-proof-elf
Binary file not shown.
Binary file modified elf/range-elf
Binary file not shown.

0 comments on commit f2a174b

Please sign in to comment.