You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Since Class-Style functions for Cosmos SDK are added to wasm binding in PR #243. We may delete duplicate C-Style functions and need to update integration-test.
The text was updated successfully, but these errors were encountered:
#244) (#356)
Solution:
Delete C-Style functions (as get_single_bank_send_signed_tx, get_nft_transfer_signed_tx and so on) in wasm binding. Fix to only export class CosmosClient, CosmosMsg and CosmosTx for wasm binding and update integration-test
TODO: For integration-test of wasm binding, suppose to add mod chainmain for organizing the current Cosmos test cases. And mod cronos for organizing new Ethereum test cases.
And we will add another Cosmos-Like chain Terra later.
Since Class-Style functions for Cosmos SDK are added to wasm binding in PR #243. We may delete duplicate C-Style functions and need to update integration-test.
The text was updated successfully, but these errors were encountered: