changelog
0.2.16
Coin.authorAddressis now nullable
0.2.15
removed
getCoinAddressmethod toBclMaster
0.2.14
added
getCoinAddressmethod toBclMaster
0.2.13
BclData.adminis now nullable
0.2.12
parseStoragefunction is removedadded
descriptionandsocialLinksfields toCoinMetadata
0.2.11
better code for encoding/decoding on-chain metadata
now when creating new coin via
sendDeployCoinqueryIdis passed to the coin, it makes coin deployment detection easieradded
socialLinksfield toDeployCoinInput
0.2.11
BclEventBuy.tradernow could be null
0.2.10
added
seed,coinCodeandwalletCodefields toMasterData
0.2.9
updated dependency to
@ton/core
0.2.8
added
MasterData.isEnabledfield which indicates if master contract is enabled nowremoved
Constants.CoinDeploymentFee, you can useBclMaster.getMasterDatato fetch that value from networkadded
forceDeploymentFeeoption tosendDeployCoinwhich could be used to manually specify deployment fee, otherwise it's got automatically fetched from network
0.2.7
changed
Event.ltandEvent.queryIdtypes tobigint
0.2.6
added
parseStoragefunction to decode BclJetton on-chain storage
0.2.5
added
routerAddressandrouterPtonWalletAddressfields toCoinandBclEventDeploymentmoved @ton dependencies to peerDependencies
0.2.4
added
routerAddressandrouterPtonWalletAddressfields toBclDatamoved @ton dependencies to peerDependencies
0.2.3
added
fullPriceTonandfullPriceTonFeesfields toMasterDataandBclData
0.2.2
added
getFirstCoinsForTonsmethod toBclSDKadded
getMasterDatamethod toBclSDK
0.2.1
added
tradingCloseFeefield toCoinandBclEventDeploymentdeployed new versions of contracts
0.2.0
getCoinsForTonsnow does not include gas fees in calculationsAdded
BclMaster.getMasterDatamethod to retrieve master contract data.Added
BclMaster.getCoinsForTonsmethod to calculate the amount of coins that can be bought for a given amount of TONs.
0.1.11
fixed gas amount on sell operation
0.1.10
documented constants
fixed amount of tons sent on coin deploy operation
buyerAddress is now required field when deploying coin with first buy
0.1.9
fixes buy operation
0.1.8
fixed coins deployment again
0.1.7
fixed coins deployment
0.1.6
added
firstBuyfield todeployCoinmethod of SDK
0.1.5
added ability to buy first coins in same transaction as coin deployment
added ability to pass extra metadata fields when deploying coin
fixed gas constants
updated docs
new master contract address
0.1.4
all api endpoints are paginated now
added method to fetch all server events, useful for syncing your server with ton.fun api
removed tonapi from client
updated docs
0.1.3
exported gas constants
improvements in docs
added methods for working with referral system
0.1.2
added ability to pass query id for contract method calls
fixed referall field in sell operation
added external http provider
added types & decoder for on-chain events of contract
0.1.1
First alpha release
Last updated