mirror of
https://github.com/alexgo-io/stacks.js.git
synced 2026-01-12 17:52:41 +08:00
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`.
4 lines
105 B
JavaScript
4 lines
105 B
JavaScript
const makeJestConfig = require('../../configs/jestConfig');
|
|
|
|
module.exports = makeJestConfig(__dirname);
|