@staratlas/anchor
Advanced tools
Changelog
[0.25.0] - 2022-07-05
realloc
, realloc::payer
, and realloc::zero
as a new constraint group for program accounts (#1986).PartialEq
and Eq
for anchor_lang::Error
(#1544).--skip-build
to anchor publish
(#1786).--program-keypair
to anchor deploy
(#1786).build
now adds docs to idl. This can be turned off with --no-docs
(#1561).b
and t
aliases for build
and test
respectively (#1823).TokenAccount
to Mint
(#1818).sync_native
token program CPI wrapper function (#1833).anchor run
(#1914).program.coder.types
for encoding/decoding user-defined types (#1931).ANCHOR_WALLET
variable when using NodeWallet.local()
(#1958).MethodsBuilder#accountsStrict
for strict typing on ix account input (#2019).overflow-checks
into workspace Cargo.toml
so that it will not be ignored by compiler (#1806).init
or zero
(#1800).BROWSER
env variable to ANCHOR_BROWSER
(#1233).EventCallback
parameters (#1851).EventParser#parseLogs
implementation to be a generator instead of callback function (#2018).&mut reallocs: BTreeSet<Pubkey>
argument to Accounts::try_accounts
(#1986).