You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+30-25Lines changed: 30 additions & 25 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -5,48 +5,53 @@ All notable changes to this project will be documented in this file.
5
5
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
6
6
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
7
7
8
-
## [Unreleased]
8
+
## [v0.1.11]
9
9
10
10
### BREAKING CHANGES
11
11
12
12
#### xrpl
13
13
14
-
-Move`Signers` type from `github.com/Peersyst/xrpl-go/xrpl/transaction` package to `github.com/Peersyst/xrpl-go/xrpl/transaction/types`.
14
+
-Moved`Signers` type from `github.com/Peersyst/xrpl-go/xrpl/transaction` package to `github.com/Peersyst/xrpl-go/xrpl/transaction/types`.
15
15
16
16
### Added
17
17
18
18
#### binary-codec
19
19
20
-
- Adds `MPToken` definitions.
21
-
- Adds `Hash192` type.
22
-
- Adds functions to serialize and deserialize `MPTCurrencyAmount`.
23
-
- Adds unit tests for `MPTCurrencyAmount`.
24
-
- Adds `GranularPermissions` and `DelegatablePermissions` entries to definitions.
25
-
- Adds `PermissionValue` serialized type with custom serializer routing.
26
-
- Adds`EncodeForSigningBatch` function.
20
+
- Added `MPToken` definitions.
21
+
- Added `Hash192` type.
22
+
- Added functions to serialize and deserialize `MPTCurrencyAmount`.
23
+
- Added `GranularPermissions` and `DelegatablePermissions` entries to definitions.
24
+
- Added `PermissionValue` serialized type with custom serializer routing.
25
+
- Added`EncodeForSigningBatch` function.
27
26
28
27
#### xrpl
29
28
30
-
- Adds `AMMClawback` transaction type.
31
-
- Adds `MPTokenAuthorize`, `MPTokenIssuanceCreate`, `MPTokenIssuanceDestroy`, `MPTokenIssuanceSet` transactions. It also adds the `types.Holder`, `types.AssetScale`, `types.MPTokenMetadata` and `types.TransferFee` types to represent the holder of the token, the asset scale, the metadata and the transfer fee of the token respectively.
32
-
- Adds `NFTokenMintOffer` support by adding `Amount`, `Expiration`, and `Destination` fields to `NFTokenMint` transaction. Also add `NFTokenMintMetadata` struct to handle transaction metadata with `nftoken_id` and `offer_id` fields.
33
-
- Adds `MPTCurrencyAmount` for currency kinds.
34
-
- Adds unit tests for `MPTCurrencyAmount`.
35
-
- Adds `NFTokenModify` transaction type.
36
-
- Adds `DelegateSet` transaction type (XLS-74d) with validation and error support.
37
-
- Adds `Delegate` ledger entry type (XLS-74d).
38
-
- Adds `PermissionValue` and `Permission` types for delegated permissions.
39
-
- Adds integration tests for `DelegateSet` submission and delegated `Payment` execution (XLS-75d).
40
-
- Adds `Batch` transaction type.
41
-
- Adds `CombineBatchSigners` function to combine the batch signers of a set of transactions into a single transaction.
42
-
- Adds `SignMultiBatch` function to sign a multi-account Batch transaction.
43
-
- Adds `TfInnerBatchTxn` flag.
29
+
- Added `AMMClawback` transaction type.
30
+
- Added `MPTokenAuthorize`, `MPTokenIssuanceCreate`, `MPTokenIssuanceDestroy`, `MPTokenIssuanceSet` transactions. It also adds the `types.Holder`, `types.AssetScale`, `types.MPTokenMetadata` and `types.TransferFee` types to represent the holder of the token, the asset scale, the metadata and the transfer fee of the token respectively.
31
+
- Added `NFTokenMintOffer` support by adding `Amount`, `Expiration`, and `Destination` fields to `NFTokenMint` transaction. Also add `NFTokenMintMetadata` struct to handle transaction metadata with `nftoken_id` and `offer_id` fields.
0 commit comments