包详细信息

@bitgo/sdk-coin-rune

BitGo4.1kMIT1.2.4

BitGo SDK coin library for Thorchain

自述文件

BitGo sdk-coin-rune

SDK coins provide a modular approach to a monolithic architecture. This and all BitGoJS SDK coins allow developers to use only the coins needed for a given project.

Installation

All coins are loaded traditionally through the bitgo package. If you are using coins individually, you will be accessing the coin via the @bitgo/sdk-api package.

In your project install both @bitgo/sdk-api and @bitgo/sdk-coin-rune.

npm i @bitgo/sdk-api @bitgo/sdk-coin-rune

Next, you will be able to initialize an instance of "bitgo" through @bitgo/sdk-api instead of bitgo.

import { BitGoAPI } from '@bitgo/sdk-api';
import { Rune } from '@bitgo/sdk-coin-rune';

const sdk = new BitGoAPI();

sdk.register('thorchain:rune', Rune.createInstance);

Development

Most of the coin implementations are derived from @bitgo/sdk-core, @bitgo/statics, and coin specific packages. These implementations are used to interact with the BitGo API and BitGo platform services.

You will notice that the basic version of common class extensions have been provided to you and must be resolved before the package build will succeed. Upon initiation of a given SDK coin, you will need to verify that your coin has been included in the root tsconfig.packages.json and that the linting, formatting, and testing succeeds when run both within the coin and from the root of BitGoJS.

更新日志

Change Log

All notable changes to this project will be documented in this file. See Conventional Commits for commit guidelines.

1.2.4 (2025-06-25)

Note: Version bump only for package @bitgo/sdk-coin-rune

1.2.3 (2025-06-24)

Note: Version bump only for package @bitgo/sdk-coin-rune

1.2.2 (2025-06-18)

Note: Version bump only for package @bitgo/sdk-coin-rune

1.2.1 (2025-06-10)

Note: Version bump only for package @bitgo/sdk-coin-rune

1.2.0 (2025-06-05)

Features

1.1.40 (2025-06-02)

Note: Version bump only for package @bitgo/sdk-coin-rune

1.1.39 (2025-05-28)

Note: Version bump only for package @bitgo/sdk-coin-rune

1.1.38 (2025-05-22)

Note: Version bump only for package @bitgo/sdk-coin-rune

1.1.37 (2025-05-20)

Bug Fixes

  • support memoid along with address for send transaction (6b6d25a)

1.1.36 (2025-05-07)

Note: Version bump only for package @bitgo/sdk-coin-rune

1.1.35 (2025-04-29)

Note: Version bump only for package @bitgo/sdk-coin-rune

1.1.34 (2025-04-25)

Note: Version bump only for package @bitgo/sdk-coin-rune

1.1.33 (2025-04-15)

Note: Version bump only for package @bitgo/sdk-coin-rune

1.1.32 (2025-04-04)

Note: Version bump only for package @bitgo/sdk-coin-rune

1.1.31 (2025-04-02)

Note: Version bump only for package @bitgo/sdk-coin-rune

1.1.30 (2025-03-28)

Note: Version bump only for package @bitgo/sdk-coin-rune

1.1.29 (2025-03-20)

Note: Version bump only for package @bitgo/sdk-coin-rune

1.1.28 (2025-03-18)

Note: Version bump only for package @bitgo/sdk-coin-rune

1.1.27 (2025-03-06)

Note: Version bump only for package @bitgo/sdk-coin-rune

1.1.26 (2025-03-04)

Bug Fixes

  • address validation for cosmos like coins (2912eab)

1.1.25 (2025-02-26)

Bug Fixes

  • address validation for cosmos like coins (2912eab)

1.1.24 (2025-02-20)

Bug Fixes

  • address validation for cosmos like coins (2912eab)

1.1.23 (2025-02-19)

Note: Version bump only for package @bitgo/sdk-coin-rune

1.1.22 (2025-02-11)

Note: Version bump only for package @bitgo/sdk-coin-rune

1.1.21 (2025-02-05)

Note: Version bump only for package @bitgo/sdk-coin-rune

1.1.20 (2025-01-28)

Note: Version bump only for package @bitgo/sdk-coin-rune

1.1.19 (2025-01-23)

Note: Version bump only for package @bitgo/sdk-coin-rune

1.1.18 (2025-01-23)

Note: Version bump only for package @bitgo/sdk-coin-rune

1.1.17 (2025-01-20)

Note: Version bump only for package @bitgo/sdk-coin-rune

1.1.16 (2025-01-15)

Note: Version bump only for package @bitgo/sdk-coin-rune

1.1.15 (2025-01-09)

Bug Fixes

  • sdk-coin-rune: add native transaction fees for wallet recovery (140f0ce)

1.1.14 (2025-01-03)

Note: Version bump only for package @bitgo/sdk-coin-rune

1.1.13 (2024-12-24)

Note: Version bump only for package @bitgo/sdk-coin-rune

1.1.12 (2024-12-19)

Note: Version bump only for package @bitgo/sdk-coin-rune

1.1.11 (2024-12-17)

Note: Version bump only for package @bitgo/sdk-coin-rune

1.1.10 (2024-12-17)

Note: Version bump only for package @bitgo/sdk-coin-rune

1.1.9 (2024-12-12)

Bug Fixes

  • sdk-coin-rune: validate gas amount (fef971a)

1.1.8 (2024-12-11)

Note: Version bump only for package @bitgo/sdk-coin-rune

1.1.7 (2024-12-03)

Note: Version bump only for package @bitgo/sdk-coin-rune

1.1.6 (2024-11-26)

Note: Version bump only for package @bitgo/sdk-coin-rune

1.1.5 (2024-11-21)

Note: Version bump only for package @bitgo/sdk-coin-rune

1.1.4 (2024-11-19)

Bug Fixes

  • sdk-coin-rune: rename thorchain:rune to tthorchain:rune (27f3afa)

1.1.3 (2024-11-14)

Bug Fixes

  • sdk-coin-rune: rename thorchain:rune to tthorchain:rune (27f3afa)

1.1.2 (2024-11-08)

Note: Version bump only for package @bitgo/sdk-coin-rune

1.1.1 (2024-11-07)

Note: Version bump only for package @bitgo/sdk-coin-rune

1.1.0 (2024-11-01)

Features

  • sdk-coin-rune: new coin generation (64775ca)