@bitgo-beta/sdk-coin-coredao 1.0.1-alpha.17 → 1.0.1-alpha.170

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.
Files changed (37) hide show
  1. package/dist/src/coredao.d.ts +17 -3
  2. package/dist/src/coredao.d.ts.map +1 -1
  3. package/dist/src/coredao.js +50 -3
  4. package/dist/src/coredaoToken.d.ts +28 -0
  5. package/dist/src/coredaoToken.d.ts.map +1 -0
  6. package/dist/src/coredaoToken.js +51 -0
  7. package/dist/src/index.d.ts +1 -0
  8. package/dist/src/index.d.ts.map +1 -1
  9. package/dist/src/index.js +2 -1
  10. package/dist/src/lib/transactionBuilder.d.ts +2 -0
  11. package/dist/src/lib/transactionBuilder.d.ts.map +1 -1
  12. package/dist/src/lib/transactionBuilder.js +5 -1
  13. package/dist/src/register.d.ts.map +1 -1
  14. package/dist/src/register.js +5 -1
  15. package/dist/test/resources.d.ts +12 -0
  16. package/dist/test/resources.d.ts.map +1 -0
  17. package/dist/test/resources.js +42 -0
  18. package/dist/test/unit/coredao.d.ts +2 -0
  19. package/dist/test/unit/coredao.d.ts.map +1 -0
  20. package/dist/test/unit/coredao.js +116 -0
  21. package/dist/test/unit/coredaoToken.d.ts +2 -0
  22. package/dist/test/unit/coredaoToken.d.ts.map +1 -0
  23. package/dist/test/unit/coredaoToken.js +30 -0
  24. package/dist/test/unit/getBuilder.d.ts +3 -0
  25. package/dist/test/unit/getBuilder.d.ts.map +1 -0
  26. package/dist/test/unit/getBuilder.js +10 -0
  27. package/dist/test/unit/transactionBuilder/send.d.ts +2 -0
  28. package/dist/test/unit/transactionBuilder/send.d.ts.map +1 -0
  29. package/dist/test/unit/transactionBuilder/send.js +19 -0
  30. package/dist/test/unit/utils.d.ts +2 -0
  31. package/dist/test/unit/utils.d.ts.map +1 -0
  32. package/dist/test/unit/utils.js +29 -0
  33. package/dist/tsconfig.tsbuildinfo +1 -0
  34. package/package.json +14 -9
  35. package/.eslintignore +0 -5
  36. package/.mocharc.yml +0 -8
  37. package/CHANGELOG.md +0 -64
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@bitgo-beta/sdk-coin-coredao",
3
- "version": "1.0.1-alpha.17",
3
+ "version": "1.0.1-alpha.170",
4
4
  "description": "BitGo SDK coin library for Coredao",
5
5
  "main": "./dist/src/index.js",
6
6
  "types": "./dist/src/index.d.ts",
@@ -18,7 +18,7 @@
18
18
  "author": "BitGo SDK Team <sdkteam@bitgo.com>",
19
19
  "license": "MIT",
20
20
  "engines": {
21
- "node": ">=18 <21"
21
+ "node": ">=20 <23"
22
22
  },
23
23
  "repository": {
24
24
  "type": "git",
@@ -40,14 +40,19 @@
40
40
  ]
41
41
  },
42
42
  "dependencies": {
43
- "@bitgo-beta/abstract-eth": "1.2.3-alpha.253",
44
- "@bitgo-beta/sdk-core": "2.4.1-alpha.253",
45
- "@bitgo-beta/statics": "10.0.1-alpha.253",
46
- "@ethereumjs/common": "^2.6.5"
43
+ "@bitgo-beta/abstract-eth": "1.2.3-alpha.407",
44
+ "@bitgo-beta/sdk-core": "2.4.1-alpha.407",
45
+ "@bitgo-beta/statics": "10.0.1-alpha.407",
46
+ "@ethereumjs/common": "^2.6.5",
47
+ "@ethereumjs/tx": "^3.3.0",
48
+ "bn.js": "^5.2.1"
47
49
  },
48
50
  "devDependencies": {
49
- "@bitgo-beta/sdk-api": "1.6.1-alpha.253",
50
- "@bitgo-beta/sdk-test": "^8.0.65"
51
+ "@bitgo-beta/sdk-api": "1.6.1-alpha.407",
52
+ "@bitgo-beta/sdk-test": "^9.1.2"
51
53
  },
52
- "gitHead": "5671e0d1e270358b568a6349a83fb31392641d61"
54
+ "gitHead": "49e14685723d7487dc2db5c18f1a3f4aac57a49f",
55
+ "files": [
56
+ "dist"
57
+ ]
53
58
  }
package/.eslintignore DELETED
@@ -1,5 +0,0 @@
1
- node_modules
2
- .idea
3
- public
4
- dist
5
-
package/.mocharc.yml DELETED
@@ -1,8 +0,0 @@
1
- require: 'ts-node/register'
2
- timeout: '120000'
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,64 +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.2.12](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-coredao@1.2.11...@bitgo/sdk-coin-coredao@1.2.12) (2025-01-20)
7
-
8
- **Note:** Version bump only for package @bitgo/sdk-coin-coredao
9
-
10
- ## [1.2.11](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-coredao@1.2.10...@bitgo/sdk-coin-coredao@1.2.11) (2025-01-15)
11
-
12
- **Note:** Version bump only for package @bitgo/sdk-coin-coredao
13
-
14
- ## [1.2.10](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-coredao@1.2.9...@bitgo/sdk-coin-coredao@1.2.10) (2025-01-09)
15
-
16
- **Note:** Version bump only for package @bitgo/sdk-coin-coredao
17
-
18
- ## [1.2.9](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-coredao@1.2.8...@bitgo/sdk-coin-coredao@1.2.9) (2025-01-03)
19
-
20
- **Note:** Version bump only for package @bitgo/sdk-coin-coredao
21
-
22
- ## [1.2.8](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-coredao@1.2.7...@bitgo/sdk-coin-coredao@1.2.8) (2024-12-24)
23
-
24
- **Note:** Version bump only for package @bitgo/sdk-coin-coredao
25
-
26
- ## [1.2.7](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-coredao@1.2.6...@bitgo/sdk-coin-coredao@1.2.7) (2024-12-19)
27
-
28
- **Note:** Version bump only for package @bitgo/sdk-coin-coredao
29
-
30
- ## [1.2.6](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-coredao@1.2.4...@bitgo/sdk-coin-coredao@1.2.6) (2024-12-17)
31
-
32
- **Note:** Version bump only for package @bitgo/sdk-coin-coredao
33
-
34
- ## [1.2.5](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-coredao@1.2.4...@bitgo/sdk-coin-coredao@1.2.5) (2024-12-17)
35
-
36
- **Note:** Version bump only for package @bitgo/sdk-coin-coredao
37
-
38
- ## [1.2.4](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-coredao@1.2.3...@bitgo/sdk-coin-coredao@1.2.4) (2024-12-12)
39
-
40
- **Note:** Version bump only for package @bitgo/sdk-coin-coredao
41
-
42
- ## [1.2.3](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-coredao@1.2.2...@bitgo/sdk-coin-coredao@1.2.3) (2024-12-11)
43
-
44
- **Note:** Version bump only for package @bitgo/sdk-coin-coredao
45
-
46
- ## [1.2.2](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-coredao@1.2.1...@bitgo/sdk-coin-coredao@1.2.2) (2024-12-03)
47
-
48
- **Note:** Version bump only for package @bitgo/sdk-coin-coredao
49
-
50
- ## [1.2.1](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-coredao@1.2.0...@bitgo/sdk-coin-coredao@1.2.1) (2024-11-26)
51
-
52
- **Note:** Version bump only for package @bitgo/sdk-coin-coredao
53
-
54
- # [1.2.0](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-coredao@1.1.0...@bitgo/sdk-coin-coredao@1.2.0) (2024-11-21)
55
-
56
- ### Features
57
-
58
- - **sdk-coin-coredao:** add coredao keypair ([4865752](https://github.com/BitGo/BitGoJS/commit/4865752749e5d771bc7206aeb90485a544e63761))
59
-
60
- # 1.1.0 (2024-11-19)
61
-
62
- ### Features
63
-
64
- - **sdk-coin-coredao:** add coredao sdk skeleton ([0e6ce18](https://github.com/BitGo/BitGoJS/commit/0e6ce183f378968ea1453395ba28f7eb5ab26d96))