TAC SDK (Frontend)
Changelog
Changelog for the TAC SDK
Changed
- StageName value namings
startTracking
has been improved. Added optional parameters
Removed
ExecutionStagesTableData
typeTrackingOperationResult
type
Changed
- The stage names have been changed
- Changed namings in enums
- OperationType added in the ExecutionStages
- ExecutionStages structure
- Added return value in method
sendShardTransaction
inTonConnectSender
- Added
forceSend
option in methodsendCrossChainTransaction
inTacSdk
startTracking
has been improved. Added optional parameters and return values
Added
OperationType
typeExecutionStagesTableData
typeTrackingOperationResult
typeStageName
enumgetOperationType
inOperationTracker
retrieves theOperationType
foroperationId
Removed
- Deleted
isBridgeOperation
(now it can be determined withgetOperationType
)
Changed
- Changed package name from
tac-sdk
to@tonappchain/sdk
calculateEVMTokenAddress
function now requirestokenUtils
address as deployer andcrossChainLayer
address as constructor params- Renamed
shardedId
->shardsKey
- A
gasLimit
field has been added toEvmProxyMsg
(defaulting to undefined, which will be set through simulation in this case) - Renamed json properties in
buildEvmDataCell
- Renamed urls in
OperationTracker
Added
options
parameter ingetSender
method to modify W5 and Highload V3 walletscustomLiteSequencerEndpoints
parameter inSDKParams
to specify custom lite sequencer endpointssimulateEVMMessage
method inTacSdk
to simulate EVM message execution on TAC side
-
getOperationStatuses
method inOperationTracker
retrieves the statuses of multiple operations based on their respective operationId’s -
getOperationIdsByShardsKeys
method inOperationTracker
retrieves the operationId’s based on their respective shardsKey’s -
getStageProfilings
method inOperationTracker
retrieves the ExecutionStages’s based on their respective operationId’s -
getStageProfiling
method inOperationTracker
retrieves the ExecutionStages for operationId -
Added a pre-check before sending to the blockchain to ensure the transaction will execute successfully on the TAC side using the
simulateEVMMessage
method -
Support for highload V3 wallet as a sender
Changed
orbsOpener4
set as default in SDK
Added
- Contract opener
orbsOpener4
that uses new version TON endpoints
Changed - @tonappchain/artifacts
upgraded to 0.0.14
Added
getUserJettonBalanceExtended
method inTacSdk
to get user jetton balance extended with decimals info:
Changed
AssetBridgingData
now supports multiple formats of asset value: with decimals and without decimals. In case decimals are not provided, the SDK will try to extract it from chain.
Added
- Section in readme about TACHeader
- AddLiquidity uniswap_v2 test
orbsOpener
method to construct custom contractOpener for TacSDK. It uses Orbs Network and does not have rate limits:
Changed
- SDK uses orbsOpener by default
address
field inAssetBridgingData
can now accept either EVM or TVM addressSenderFactory.getSender
requires new parameternetwork
when creating wallet wrapper using mnemonic- Fixed
getContractState
inliteClientOpener
- Fixed all tests for TACHeader logic
- Version
@tonappchain/artifacts
upgraded to 0.0.12-addresses - Request to
/status
endpoint of Sequencer API changed from GET to POST with body - Signature of
getOperationStatus
is changed to:
Removed
test bridgeData
Added
- Custom TONParams and TACParams in SDKParams
- network and customLiteSequencerEndpoints params to OperationTracker constructor
- Static async function create in TacSdk for creating an instance of TacSdk
- Custom errors
- Methods that may construct custom contractOpener for TacSDK. Currently, it provides methods for Sandbox(without export from SDK) and LiteClient openers creation.
- Method
closeConnections
in TacSdk for closing all network connections, e.g. to liteclients, if required - Optional method
closeConnections
toContractOpener
interface which is called inTacSdk.closeConnections
method
Removed
init
function inTacSdk
- Public constructor of
TacSdk
Changed
- Calculate token addresses through emulation
- Renamed
TransactionStatus
toOperationTracker
- Renamed method
OperationTracker.getStatusTransaction()
toOperationTracker.getOperationStatus()
- Renamed method
OperationTracker.getSimpifiedTransactionStatus()
toOperationTracker.getSimplifiedOperationStatus()
- Renamed
TacSDKTonClientParams
toSDKParams
- Changed struct of
SDKParams
- Changed
ton-lite-client
library to its fork@tonappchain/ton-lite-client
Added
- Method to calculate EVM address based on TVM address
- Address calculation support for native token (TON, TAC) wrappers
- Unit tests for SDK
- Support for custom contract provider as alternative to TonClient
@tonappchain/artifacts
package with contract wrappers, TON contract opcodes, and TAC contract ABIs
Was this page helpful?