diff --git a/CHANGELOG.md b/CHANGELOG.md index 6e02b09c9b..60817a756d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -529,7 +529,7 @@ See the [Anchor 0.29 release notes](https://www.anchor-lang.com/release-notes/0. - spl: Re-export the `spl_token` crate ([#1665](https://github.com/coral-xyz/anchor/pull/1665)). - lang, cli, spl: Update solana toolchain to v1.9.13 ([#1653](https://github.com/coral-xyz/anchor/pull/1653) and [#1751](https://github.com/coral-xyz/anchor/pull/1751)). - lang: `Program` type now deserializes `programdata_address` only on demand ([#1723](https://github.com/coral-xyz/anchor/pull/1723)). -- ts: Make `Provider` an interface and adjust its signatures and add `AnchorProvider` implementor class ([#1707](https://github.com/coral-xyz/anchor/pull/1707)). +- ts: Make `Provider` an interface and adjust its signatures and add `AnchorProvider` implementer class ([#1707](https://github.com/coral-xyz/anchor/pull/1707)). - spl: Change "to" to "from" in `token::burn` ([#1080](https://github.com/coral-xyz/anchor/pull/1080)). ## [0.23.0] - 2022-03-20 diff --git a/tests/lockup/docs/staking.md b/tests/lockup/docs/staking.md index c64f54d196..d477cc9918 100644 --- a/tests/lockup/docs/staking.md +++ b/tests/lockup/docs/staking.md @@ -123,7 +123,7 @@ the reward is automatically received by owners of the staking pool token upon re known as "gulping"--since dropping rewards increases the total value of the pool while their proportion of the pool remained constant. -However, there are enough downsides with using an AMM style pool to offset the convience. +However, there are enough downsides with using an AMM style pool to offset the convince, convenience. Unfortunately, it loses the nice balance isolation property **Member** accounts have, because tokens have to be pooled into the same vault, which is an additional security concern that could easily lead to loss of funds, e.g., if there's a bug in the redemption calculation. Moreover, dropping