@ledgerhq/coin-aptos 2.1.0-nightly.1 → 2.1.0
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/.turbo/turbo-build.log +1 -1
- package/CHANGELOG.md +61 -8
- package/package.json +6 -6
package/.turbo/turbo-build.log
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
1
|
|
|
2
|
-
> @ledgerhq/coin-aptos@2.1.0
|
|
2
|
+
> @ledgerhq/coin-aptos@2.1.0 build /home/runner/work/ledger-live/ledger-live/libs/coin-modules/coin-aptos
|
|
3
3
|
> tsc --outDir lib --module commonjs --moduleResolution node10 && tsc -m ES6 --outDir lib-es
|
|
4
4
|
|
package/CHANGELOG.md
CHANGED
|
@@ -1,26 +1,79 @@
|
|
|
1
1
|
# @ledgerhq/coin-aptos
|
|
2
2
|
|
|
3
|
-
## 2.1.0
|
|
3
|
+
## 2.1.0
|
|
4
|
+
|
|
5
|
+
### Minor Changes
|
|
6
|
+
|
|
7
|
+
- [#10390](https://github.com/LedgerHQ/ledger-live/pull/10390) [`6612406`](https://github.com/LedgerHQ/ledger-live/commit/6612406fd6c212252f5828dc86c2b0b1e939d6c5) Thanks [@pvoliveira](https://github.com/pvoliveira)! - add Aptos Alpaca craftTransaction tokens support
|
|
8
|
+
|
|
9
|
+
- [#10386](https://github.com/LedgerHQ/ledger-live/pull/10386) [`c519437`](https://github.com/LedgerHQ/ledger-live/commit/c5194373fc1a90a05c40d644b697f5da2cb150ab) Thanks [@may01](https://github.com/may01)! - Add tokens operations to the operations list for aptos alpaca api
|
|
10
|
+
|
|
11
|
+
- [#10141](https://github.com/LedgerHQ/ledger-live/pull/10141) [`12af22b`](https://github.com/LedgerHQ/ledger-live/commit/12af22b9690928a409ad81d679575ee3b017a702) Thanks [@pvoliveira](https://github.com/pvoliveira)! - add Aptos Alpaca craftTransaction method
|
|
12
|
+
|
|
13
|
+
- [#10228](https://github.com/LedgerHQ/ledger-live/pull/10228) [`2eec633`](https://github.com/LedgerHQ/ledger-live/commit/2eec63321ea9ec459fc7a0d15634400419e1bca8) Thanks [@jccguimaraes](https://github.com/jccguimaraes)! - Add listOperations to Aptos alpaca
|
|
14
|
+
|
|
15
|
+
- [#10089](https://github.com/LedgerHQ/ledger-live/pull/10089) [`0adc958`](https://github.com/LedgerHQ/ledger-live/commit/0adc958c24693ce0dffefc01fc1c7734eb9dbe5b) Thanks [@pvoliveira](https://github.com/pvoliveira)! - add Aptos Alpaca getBalance method
|
|
16
|
+
|
|
17
|
+
- [#10371](https://github.com/LedgerHQ/ledger-live/pull/10371) [`f5abf5d`](https://github.com/LedgerHQ/ledger-live/commit/f5abf5d75b6cdd65b6ec121e82dc757754ded5ed) Thanks [@jccguimaraes](https://github.com/jccguimaraes)! - Add token support for aptos alpaca estimatefees
|
|
18
|
+
|
|
19
|
+
- [#10012](https://github.com/LedgerHQ/ledger-live/pull/10012) [`d8a1c05`](https://github.com/LedgerHQ/ledger-live/commit/d8a1c0500253b53a25151c47dd3ae36e21baa8bc) Thanks [@pvoliveira](https://github.com/pvoliveira)! - add Aptos Alpaca combine method
|
|
20
|
+
|
|
21
|
+
- [#10398](https://github.com/LedgerHQ/ledger-live/pull/10398) [`b691e4f`](https://github.com/LedgerHQ/ledger-live/commit/b691e4fdc2261960cc7ffe319720ea5cf938f3d3) Thanks [@may01](https://github.com/may01)! - Remove filtering tokens by the CAL list for Aptos Alpaca listOperations
|
|
22
|
+
|
|
23
|
+
### Patch Changes
|
|
24
|
+
|
|
25
|
+
- Updated dependencies [[`4ddfe60`](https://github.com/LedgerHQ/ledger-live/commit/4ddfe6060ab8e4e5c0bb89da91e08a02d8ca50e6), [`f42f353`](https://github.com/LedgerHQ/ledger-live/commit/f42f353a593d0a1cd0a237648765080c85d0eea7), [`ebbbd47`](https://github.com/LedgerHQ/ledger-live/commit/ebbbd47efe76d82047a956cb5849be5831f58772), [`f29e4ba`](https://github.com/LedgerHQ/ledger-live/commit/f29e4bae00a4bf470a0c1ca143e505b731543f95), [`1a4e5e5`](https://github.com/LedgerHQ/ledger-live/commit/1a4e5e5913fe5e12d6127b36f3849e4c81e5e50e)]:
|
|
26
|
+
- @ledgerhq/types-live@6.72.0
|
|
27
|
+
- @ledgerhq/coin-framework@5.2.0
|
|
28
|
+
- @ledgerhq/logs@6.13.0
|
|
29
|
+
- @ledgerhq/devices@8.4.6
|
|
30
|
+
- @ledgerhq/live-network@2.0.9
|
|
31
|
+
|
|
32
|
+
## 2.1.0-next.2
|
|
33
|
+
|
|
34
|
+
### Patch Changes
|
|
35
|
+
|
|
36
|
+
- Updated dependencies [[`ebbbd47`](https://github.com/LedgerHQ/ledger-live/commit/ebbbd47efe76d82047a956cb5849be5831f58772)]:
|
|
37
|
+
- @ledgerhq/logs@6.13.0-next.1
|
|
38
|
+
- @ledgerhq/coin-framework@5.2.0-next.2
|
|
39
|
+
- @ledgerhq/devices@8.4.6-next.1
|
|
40
|
+
- @ledgerhq/live-network@2.0.9-next.1
|
|
41
|
+
|
|
42
|
+
## 2.1.0-next.1
|
|
4
43
|
|
|
5
44
|
### Patch Changes
|
|
6
45
|
|
|
7
|
-
- Updated dependencies [[`
|
|
8
|
-
- @ledgerhq/
|
|
9
|
-
- @ledgerhq/coin-framework@5.2.0-
|
|
46
|
+
- Updated dependencies [[`f29e4ba`](https://github.com/LedgerHQ/ledger-live/commit/f29e4bae00a4bf470a0c1ca143e505b731543f95)]:
|
|
47
|
+
- @ledgerhq/logs@6.13.0-next.0
|
|
48
|
+
- @ledgerhq/coin-framework@5.2.0-next.1
|
|
49
|
+
- @ledgerhq/devices@8.4.6-next.0
|
|
50
|
+
- @ledgerhq/live-network@2.0.9-next.0
|
|
10
51
|
|
|
11
|
-
## 2.1.0-
|
|
52
|
+
## 2.1.0-next.0
|
|
12
53
|
|
|
13
54
|
### Minor Changes
|
|
14
55
|
|
|
56
|
+
- [#10390](https://github.com/LedgerHQ/ledger-live/pull/10390) [`6612406`](https://github.com/LedgerHQ/ledger-live/commit/6612406fd6c212252f5828dc86c2b0b1e939d6c5) Thanks [@pvoliveira](https://github.com/pvoliveira)! - add Aptos Alpaca craftTransaction tokens support
|
|
57
|
+
|
|
58
|
+
- [#10386](https://github.com/LedgerHQ/ledger-live/pull/10386) [`c519437`](https://github.com/LedgerHQ/ledger-live/commit/c5194373fc1a90a05c40d644b697f5da2cb150ab) Thanks [@may01](https://github.com/may01)! - Add tokens operations to the operations list for aptos alpaca api
|
|
59
|
+
|
|
60
|
+
- [#10141](https://github.com/LedgerHQ/ledger-live/pull/10141) [`12af22b`](https://github.com/LedgerHQ/ledger-live/commit/12af22b9690928a409ad81d679575ee3b017a702) Thanks [@pvoliveira](https://github.com/pvoliveira)! - add Aptos Alpaca craftTransaction method
|
|
61
|
+
|
|
62
|
+
- [#10228](https://github.com/LedgerHQ/ledger-live/pull/10228) [`2eec633`](https://github.com/LedgerHQ/ledger-live/commit/2eec63321ea9ec459fc7a0d15634400419e1bca8) Thanks [@jccguimaraes](https://github.com/jccguimaraes)! - Add listOperations to Aptos alpaca
|
|
63
|
+
|
|
64
|
+
- [#10089](https://github.com/LedgerHQ/ledger-live/pull/10089) [`0adc958`](https://github.com/LedgerHQ/ledger-live/commit/0adc958c24693ce0dffefc01fc1c7734eb9dbe5b) Thanks [@pvoliveira](https://github.com/pvoliveira)! - add Aptos Alpaca getBalance method
|
|
65
|
+
|
|
15
66
|
- [#10371](https://github.com/LedgerHQ/ledger-live/pull/10371) [`f5abf5d`](https://github.com/LedgerHQ/ledger-live/commit/f5abf5d75b6cdd65b6ec121e82dc757754ded5ed) Thanks [@jccguimaraes](https://github.com/jccguimaraes)! - Add token support for aptos alpaca estimatefees
|
|
16
67
|
|
|
68
|
+
- [#10012](https://github.com/LedgerHQ/ledger-live/pull/10012) [`d8a1c05`](https://github.com/LedgerHQ/ledger-live/commit/d8a1c0500253b53a25151c47dd3ae36e21baa8bc) Thanks [@pvoliveira](https://github.com/pvoliveira)! - add Aptos Alpaca combine method
|
|
69
|
+
|
|
17
70
|
- [#10398](https://github.com/LedgerHQ/ledger-live/pull/10398) [`b691e4f`](https://github.com/LedgerHQ/ledger-live/commit/b691e4fdc2261960cc7ffe319720ea5cf938f3d3) Thanks [@may01](https://github.com/may01)! - Remove filtering tokens by the CAL list for Aptos Alpaca listOperations
|
|
18
71
|
|
|
19
72
|
### Patch Changes
|
|
20
73
|
|
|
21
|
-
- Updated dependencies [[`1a4e5e5`](https://github.com/LedgerHQ/ledger-live/commit/1a4e5e5913fe5e12d6127b36f3849e4c81e5e50e)]:
|
|
22
|
-
- @ledgerhq/types-live@6.72.0-
|
|
23
|
-
- @ledgerhq/coin-framework@5.
|
|
74
|
+
- Updated dependencies [[`4ddfe60`](https://github.com/LedgerHQ/ledger-live/commit/4ddfe6060ab8e4e5c0bb89da91e08a02d8ca50e6), [`f42f353`](https://github.com/LedgerHQ/ledger-live/commit/f42f353a593d0a1cd0a237648765080c85d0eea7), [`1a4e5e5`](https://github.com/LedgerHQ/ledger-live/commit/1a4e5e5913fe5e12d6127b36f3849e4c81e5e50e)]:
|
|
75
|
+
- @ledgerhq/types-live@6.72.0-next.0
|
|
76
|
+
- @ledgerhq/coin-framework@5.2.0-next.0
|
|
24
77
|
|
|
25
78
|
## 2.0.0
|
|
26
79
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@ledgerhq/coin-aptos",
|
|
3
|
-
"version": "2.1.0
|
|
3
|
+
"version": "2.1.0",
|
|
4
4
|
"description": "Ledger Aptos Coin integration",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"Ledger",
|
|
@@ -90,14 +90,14 @@
|
|
|
90
90
|
"invariant": "^2.2.4",
|
|
91
91
|
"lodash": "^4.17.21",
|
|
92
92
|
"rxjs": "^7.8.1",
|
|
93
|
-
"@ledgerhq/coin-framework": "^5.2.0
|
|
93
|
+
"@ledgerhq/coin-framework": "^5.2.0",
|
|
94
94
|
"@ledgerhq/cryptoassets": "^13.18.0",
|
|
95
|
-
"@ledgerhq/devices": "8.4.
|
|
95
|
+
"@ledgerhq/devices": "8.4.6",
|
|
96
96
|
"@ledgerhq/errors": "^6.21.0",
|
|
97
97
|
"@ledgerhq/live-env": "^2.9.0",
|
|
98
|
-
"@ledgerhq/live-network": "^2.0.
|
|
99
|
-
"@ledgerhq/logs": "^6.
|
|
100
|
-
"@ledgerhq/types-live": "^6.72.0
|
|
98
|
+
"@ledgerhq/live-network": "^2.0.9",
|
|
99
|
+
"@ledgerhq/logs": "^6.13.0",
|
|
100
|
+
"@ledgerhq/types-live": "^6.72.0"
|
|
101
101
|
},
|
|
102
102
|
"devDependencies": {
|
|
103
103
|
"@faker-js/faker": "^9.4.0",
|