Releases: perpetual-protocol/sdk-curie
Releases · perpetual-protocol/sdk-curie
Release v1.0.0
Today, we are releasing @perp/v2-sdk 1.0.0. The architecture is:
-
Market:
indexPrice
markPrice
indexTwapPrice
-
Liquidity: Addable pairs for liquidity.
liquidityPendingFee
totalTokenAmountInPoolAndPendingFee
getMakerPositionImpermanent
-
Wallet: Manages user’s assets in his/her connected web3 wallet. (e.g. MetaMask)
Wallet
DepositHistory
WithdrawHistory
-
Vault: Manages user’s assets stored inside Perpetual Protocol.
deposit
withdraw
-
ClearingHouse: Manage transactions.
openPosition
closePosition
addLiquidity
removeLiquidity
-
Position:
Position
PositionDraft
PositionHistory
FundingPaymentHistory
Release v0.1.9
- Copy definition files from src folder to dist folder.
Release v0.1.8
- Upgrade @perp/curie-deployments
- Downgrade ethers
Release v0.1.7
- Use correct cross-env polyfill.
Release v0.1.6
- Replace fetch with cross-fetch.
- Remove GraphReader.
- Fix import json error in test.
Release v.0.1.6-alpha
build: upgrade version to 0.1.6-alpha (#37) Co-authored-by: justin <>
Release testing
v0.1.5-multcollateral chore: fix merge conflict
Release alpha v0.1.5-alpha
build: update package version
Release production v0.1.5
build: update package version
Release production v0.1.4
- Add LICENSE