@tradeport/sui-trading-sdk 0.1.109 → 0.2.1

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/CHANGELOG.md CHANGED
@@ -1,52 +1,28 @@
1
1
  # @tradeport/sui-trading-sdk
2
2
 
3
- ## 0.1.109
3
+ ## 0.2.1
4
4
 
5
5
  ### Patch Changes
6
6
 
7
- - b611ff5: Performance improvements/batching for bulk operations
7
+ - 376afa8: Added user for migrateNftsFromUnsharedKiosks
8
8
 
9
- ## 0.1.108
9
+ ## 0.2.0
10
10
 
11
- ### Patch Changes
12
-
13
- - 88ab94f: Added error handling for listing nonces that are not found, and refactored the deleted bid nonce error handling
14
-
15
- ## 0.1.107
16
-
17
- ### Patch Changes
18
-
19
- - b6aeaa9: Fixed error handling message for deleted bid in one spot
20
-
21
- ## 0.1.106
22
-
23
- ### Patch Changes
24
-
25
- - ccc8281: Added error handling for sui object fetch
26
- - 33fb6c4: Fixed error handling for accepting deleted bids
27
-
28
- ## 0.1.105
29
-
30
- ### Patch Changes
31
-
32
- - c6cc55a: Updated transfer nfts validation for recipient address
33
-
34
- ## 0.1.104
35
-
36
- ### Patch Changes
11
+ ### Minor Changes
37
12
 
38
- - 63f48f8: Removed analytics-node dependency
13
+ - 2c14d7d: Reverted parallel batching of txs because it doesnt work with Sui trying to access the same objects at same time
39
14
 
40
15
  ## 0.1.103
41
16
 
42
17
  ### Patch Changes
43
18
 
44
- - 61923bd: Reenabled only removing solo bids for the flagged Deloreans
19
+ - 924b52c: Reverted parallel batching of txs because it doesnt work with Sui trying to access the same objects at same time
45
20
 
46
21
  ## 0.1.102
47
22
 
48
23
  ### Patch Changes
49
24
 
25
+ - 032ffe5: Reverted parallel batching of txs because it doesnt work with Sui trying to access the same objects at same time
50
26
  - 03e03db: Disabled trading for 900 Delorean NFTs that were flagged
51
27
 
52
28
  ## 0.1.100