Skip to content

Commit

Permalink
BN-1247-io-transaction-includes-includes-merging-and-splitting-statem…
Browse files Browse the repository at this point in the history
…ents (#91)
  • Loading branch information
Fernando committed Oct 11, 2023
1 parent 95d72bd commit 355eba4
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 0 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [v2.0.0-alpha6] - Tue Sep 19 20:21:28 UTC 2023

### Added
- Io Transaction includes includes merging and splitting statements

## [Released]

## [v2.0.0-alpha5] - Tue Sep 19 20:21:28 UTC 2023
Expand All @@ -16,6 +21,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- gRPC Health Check
- gRPC Fetch group and series policies
- TAM V2 models, minting, merging and splitting statements

### Changed

- Io Transaction includes minting asset statements
Expand Down
4 changes: 4 additions & 0 deletions proto/brambl/models/transaction/io_transaction.proto
Original file line number Diff line number Diff line change
Expand Up @@ -27,4 +27,8 @@ message IoTransaction {
repeated co.topl.brambl.models.Datum.SeriesPolicy seriesPolicies = 6;
// 0-to-many list of minting asset statements
repeated co.topl.brambl.models.box.AssetMintingStatement mintingStatements = 7;
// 0-to-many list of merging asset statements
repeated co.topl.brambl.models.box.AssetMergingStatement mergingStatements = 8;
// 0-to-many list of splitting asset statements
repeated co.topl.brambl.models.box.AssetSplittingStatement splittingStatements = 9;
}

0 comments on commit 355eba4

Please sign in to comment.