@bitgo-beta/abstract-substrate 1.0.1-beta.136 → 1.0.1-beta.1361

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@bitgo-beta/abstract-substrate",
3
- "version": "1.0.1-beta.136",
3
+ "version": "1.0.1-beta.1361",
4
4
  "description": "BitGo SDK coin library for Substrate base implementation",
5
5
  "main": "./dist/src/index.js",
6
6
  "types": "./dist/src/index.d.ts",
@@ -8,7 +8,7 @@
8
8
  "build": "npm run prepare",
9
9
  "build-ts": "yarn tsc --build --incremental --verbose .",
10
10
  "fmt": "prettier --write .",
11
- "check-fmt": "prettier --check .",
11
+ "check-fmt": "prettier --check '**/*.{ts,js,json}'",
12
12
  "clean": "rm -r ./dist",
13
13
  "lint": "eslint --quiet .",
14
14
  "prepare": "npm run build-ts"
@@ -16,7 +16,7 @@
16
16
  "author": "BitGo SDK Team <sdkteam@bitgo.com>",
17
17
  "license": "MIT",
18
18
  "engines": {
19
- "node": ">=14 <21"
19
+ "node": ">=20"
20
20
  },
21
21
  "repository": {
22
22
  "type": "git",
@@ -38,23 +38,26 @@
38
38
  ]
39
39
  },
40
40
  "dependencies": {
41
- "@bitgo-beta/sdk-core": "8.2.1-beta.774",
42
- "@bitgo-beta/sdk-lib-mpc": "8.2.0-beta.766",
43
- "@bitgo-beta/statics": "15.1.1-beta.777",
44
- "@polkadot/api": "14.1.1",
45
- "@polkadot/keyring": "13.3.1",
46
- "@polkadot/types": "14.1.1",
47
- "@polkadot/util": "13.3.1",
48
- "@polkadot/util-crypto": "13.3.1",
49
- "@substrate/txwrapper-core": "7.5.2",
50
- "@substrate/txwrapper-polkadot": "7.5.2",
41
+ "@bitgo-beta/sdk-core": "8.2.1-beta.2002",
42
+ "@bitgo-beta/sdk-lib-mpc": "8.2.0-beta.2005",
43
+ "@bitgo-beta/statics": "15.1.1-beta.2024",
44
+ "@polkadot/api": "16.5.6",
45
+ "@polkadot/keyring": "14.0.3",
46
+ "@polkadot/types": "16.5.6",
47
+ "@polkadot/util": "14.0.3",
48
+ "@polkadot/util-crypto": "14.0.3",
49
+ "@substrate/txwrapper-core": "7.5.3",
50
+ "@substrate/txwrapper-polkadot": "7.5.3",
51
51
  "@substrate/txwrapper-registry": "7.5.3",
52
52
  "bignumber.js": "^9.1.2",
53
53
  "bs58": "^4.0.1",
54
54
  "hi-base32": "^0.5.1",
55
55
  "joi": "^17.4.0",
56
- "lodash": "^4.17.15",
56
+ "lodash": "^4.18.0",
57
57
  "tweetnacl": "^1.0.3"
58
58
  },
59
- "gitHead": "43b76dd507712cdcd730f160587cde73371eee30"
59
+ "gitHead": "e679c7acdb4a1350933f16eae9f46ffe432c01c3",
60
+ "files": [
61
+ "dist"
62
+ ]
60
63
  }
package/.eslintignore DELETED
@@ -1,5 +0,0 @@
1
- node_modules
2
- .idea
3
- public
4
- dist
5
- resources
package/.mocharc.yml DELETED
@@ -1,8 +0,0 @@
1
- require: 'ts-node/register'
2
- timeout: '60000'
3
- reporter: 'min'
4
- reporter-option:
5
- - 'cdn=true'
6
- - 'json=false'
7
- exit: true
8
- spec: ['test/unit/**/*.ts']
package/CHANGELOG.md DELETED
@@ -1,85 +0,0 @@
1
- # Change Log
2
-
3
- All notable changes to this project will be documented in this file.
4
- See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
5
-
6
- ## [1.4.2](https://github.com/BitGo/BitGoJS/compare/@bitgo/abstract-substrate@1.4.1...@bitgo/abstract-substrate@1.4.2) (2025-03-20)
7
-
8
- **Note:** Version bump only for package @bitgo/abstract-substrate
9
-
10
- ## [1.4.1](https://github.com/BitGo/BitGoJS/compare/@bitgo/abstract-substrate@1.4.0...@bitgo/abstract-substrate@1.4.1) (2025-03-18)
11
-
12
- ### Bug Fixes
13
-
14
- - **sdk-core:** set default multisig if empty ([e2727df](https://github.com/BitGo/BitGoJS/commit/e2727dfc89dd314a607b737e761e5eff824606af))
15
-
16
- # [1.4.0](https://github.com/BitGo/BitGoJS/compare/@bitgo/abstract-substrate@1.3.0...@bitgo/abstract-substrate@1.4.0) (2025-03-06)
17
-
18
- ### Features
19
-
20
- - **abstract-substrate:** add wrw for tao ([9f30890](https://github.com/BitGo/BitGoJS/commit/9f3089000330d47696ab057891cd8d1083004a2a))
21
-
22
- # [1.3.0](https://github.com/BitGo/BitGoJS/compare/@bitgo/abstract-substrate@1.1.5...@bitgo/abstract-substrate@1.3.0) (2025-03-04)
23
-
24
- ### Bug Fixes
25
-
26
- - **sdk-coin-tao:** change amount and netuid type to string ([bbb92aa](https://github.com/BitGo/BitGoJS/commit/bbb92aa3e9def1e6260a074761cdf4a38888ebd6))
27
-
28
- ### Features
29
-
30
- - **abstract-substrate:** add common types to abstract-substrate ([6298a42](https://github.com/BitGo/BitGoJS/commit/6298a42c0b476e87b3a5e0a3cd5e57cc5c262f50))
31
- - **abstract-substrate:** add missing methods for TAO stake/unstake ([635854c](https://github.com/BitGo/BitGoJS/commit/635854cbd04f473c20d20820d03d1b82f8d013e9))
32
-
33
- # [1.2.0](https://github.com/BitGo/BitGoJS/compare/@bitgo/abstract-substrate@1.1.5...@bitgo/abstract-substrate@1.2.0) (2025-02-26)
34
-
35
- ### Features
36
-
37
- - **abstract-substrate:** add common types to abstract-substrate ([6298a42](https://github.com/BitGo/BitGoJS/commit/6298a42c0b476e87b3a5e0a3cd5e57cc5c262f50))
38
- - **abstract-substrate:** add missing methods for TAO stake/unstake ([635854c](https://github.com/BitGo/BitGoJS/commit/635854cbd04f473c20d20820d03d1b82f8d013e9))
39
-
40
- ## [1.1.6](https://github.com/BitGo/BitGoJS/compare/@bitgo/abstract-substrate@1.1.5...@bitgo/abstract-substrate@1.1.6) (2025-02-20)
41
-
42
- **Note:** Version bump only for package @bitgo/abstract-substrate
43
-
44
- ## [1.1.5](https://github.com/BitGo/BitGoJS/compare/@bitgo/abstract-substrate@1.1.3...@bitgo/abstract-substrate@1.1.5) (2025-02-19)
45
-
46
- ### Bug Fixes
47
-
48
- - **abstract-substrate:** fix abstract-substrate implementation ([1c986da](https://github.com/BitGo/BitGoJS/commit/1c986daa817353ca522c0e8e72e67a6dffa00fac))
49
- - **abstract-substrate:** fix Material specName type ([2971d82](https://github.com/BitGo/BitGoJS/commit/2971d82879879c04190b45454a21f48473d13181))
50
- - **abstract-substrate:** use correct error for isWalletAddress ([f50c557](https://github.com/BitGo/BitGoJS/commit/f50c557df66a331b30c1a790884ab1d69b635390))
51
-
52
- ## [1.1.4](https://github.com/BitGo/BitGoJS/compare/@bitgo/abstract-substrate@1.1.3...@bitgo/abstract-substrate@1.1.4) (2025-02-11)
53
-
54
- ### Bug Fixes
55
-
56
- - **abstract-substrate:** fix abstract-substrate implementation ([1c986da](https://github.com/BitGo/BitGoJS/commit/1c986daa817353ca522c0e8e72e67a6dffa00fac))
57
- - **abstract-substrate:** fix Material specName type ([2971d82](https://github.com/BitGo/BitGoJS/commit/2971d82879879c04190b45454a21f48473d13181))
58
-
59
- ## [1.1.3](https://github.com/BitGo/BitGoJS/compare/@bitgo/abstract-substrate@1.1.2...@bitgo/abstract-substrate@1.1.3) (2025-02-05)
60
-
61
- **Note:** Version bump only for package @bitgo/abstract-substrate
62
-
63
- ## [1.1.2](https://github.com/BitGo/BitGoJS/compare/@bitgo/abstract-substrate@1.1.1...@bitgo/abstract-substrate@1.1.2) (2025-01-28)
64
-
65
- **Note:** Version bump only for package @bitgo/abstract-substrate
66
-
67
- ## [1.1.1](https://github.com/BitGo/BitGoJS/compare/@bitgo/abstract-substrate@1.1.0...@bitgo/abstract-substrate@1.1.1) (2025-01-23)
68
-
69
- **Note:** Version bump only for package @bitgo/abstract-substrate
70
-
71
- # [1.1.0](https://github.com/BitGo/BitGoJS/compare/@bitgo/abstract-substrate@1.0.2...@bitgo/abstract-substrate@1.1.0) (2025-01-23)
72
-
73
- ### Features
74
-
75
- - implement abstract substrate functions ([20d831b](https://github.com/BitGo/BitGoJS/commit/20d831b3be8a2cb987eda6e842b6f1db34067c17))
76
-
77
- ## [1.0.2](https://github.com/BitGo/BitGoJS/compare/@bitgo/abstract-substrate@1.0.1...@bitgo/abstract-substrate@1.0.2) (2025-01-20)
78
-
79
- **Note:** Version bump only for package @bitgo/abstract-substrate
80
-
81
- ## 1.0.1 (2025-01-15)
82
-
83
- ### Bug Fixes
84
-
85
- - **abstract-substrate:** fix package.json bitgo libs version ([1ed939b](https://github.com/BitGo/BitGoJS/commit/1ed939b3bbb469b40d0e1759ea229891e765f933))