* token-2022: limit incoming transfers for confidential transfer extension * token-2022: add maximum pending counter for confidential extension in client * token-2022: update tests for ct configure account * token-2022: cargo fmt * divide pending balance into lo and hi * token-2022: update ct processor for lo and hi pending balances * token-2022: limit confidential transfer deposit and transfer amount in token client * token_2022: rename TokenError::IllegalAmount * token-2022: compare max pending credit as u64 * token-2022: fmt * token-2022: minor fix error from rebase * Update token/program-2022/src/extension/confidential_transfer/processor.rs Co-authored-by: Tyera Eulberg <teulberg@gmail.com> * token-2022: update configure account initialization comments * token-2022: use strict comparison for max pending balance credit counter check * token-2022: update deposit tests to check `pending_balance_hi` populated * token-2022: update deposit tests to check that deposit and transfer fails when max pending exceeded * token-2022: reset pending balance counter on `ApplyPendingBalance` * token-2022: fix cargo test cases for credit counter Co-authored-by: Tyera Eulberg <teulberg@gmail.com> |
||
---|---|---|
.. | ||
burn.rs | ||
confidential_transfer.rs | ||
default_account_state.rs | ||
delegate.rs | ||
freeze.rs | ||
initialize_account.rs | ||
initialize_mint.rs | ||
interest_bearing_mint.rs | ||
memo_transfer.rs | ||
mint_close_authority.rs | ||
program_test.rs | ||
reallocate.rs | ||
sync_native.rs | ||
transfer.rs | ||
transfer_fee.rs |