File tree Expand file tree Collapse file tree 3 files changed +3
-2
lines changed
Expand file tree Collapse file tree 3 files changed +3
-2
lines changed Original file line number Diff line number Diff line change 5050 cargo test -p light-array-map --all-features
5151 cargo test -p light-hasher --all-features
5252 cargo test -p light-compressed-account --all-features
53- cargo test -p light-compressed-account --features new-unique,poseidon
5453 cargo test -p light-account-checks --all-features
5554 cargo test -p light-verifier --all-features
5655 cargo test -p light-merkle-tree-metadata --all-features
Original file line number Diff line number Diff line change @@ -379,6 +379,8 @@ impl ZCompressedAccount<'_> {
379379
380380#[ cfg( all( not( feature = "pinocchio" ) , test, feature = "poseidon" ) ) ]
381381mod tests {
382+ use borsh:: BorshSerialize ;
383+ use light_hasher:: hash_to_field_size:: hash_to_bn254_field_size_be;
382384 use light_hasher:: Poseidon ;
383385 use light_zero_copy:: traits:: ZeroCopyAt ;
384386 use num_bigint:: BigUint ;
Original file line number Diff line number Diff line change @@ -65,7 +65,7 @@ pub fn derive_noop(_input: TokenStream) -> TokenStream {
6565 TokenStream :: new ( )
6666}
6767
68- /// Derives a Light Protocol CPI signer PDA at runtime
68+ /// Derives a Light Protocol CPI signer PDA at compile time
6969///
7070/// This macro computes the CPI signer PDA using the "cpi_authority" seed
7171/// for the given program ID. Uses `solana_pubkey` with `solana` feature,
You can’t perform that action at this time.
0 commit comments