Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat!: Add PoX-2 methods to @stacks/stacking client (#1354)
BREAKING CHANGE: Remove the getBTCAddress method, since it does not work with modern BTC addresses. A StackingClient will now automatically detect which PoX version to use for Stacking. Adds the following PoX Stacking methods to the StackingClient: `stackExtend`, `stackIncrease`, `delegateStackExtend`, `delegateStackIncrease`, `stackAggregationCommitIndexed`, `stackAggregationIncrease`. Adds the following helper methods to the StackingClient: `getAccountExtendedBalances`, `getAccountBalanceLocked`, `getDelegationStatus`, `getRewardSet`.
- Loading branch information