Skip to content

Commit

Permalink
circuits: Re-do TxCircuit construction
Browse files Browse the repository at this point in the history
Resolves #229
  • Loading branch information
moCello committed Aug 6, 2024
1 parent f4a8109 commit edd60b1
Show file tree
Hide file tree
Showing 4 changed files with 555 additions and 501 deletions.
11 changes: 11 additions & 0 deletions circuits/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,16 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

### Removed

- Remove `TxInputNote` and `TxOutputNote` from public api [#229]
- Remove `transaction` module [#229]

### Changed

- Change `TxCircuit::new` constructor [#229]
- Move `TxCircuit` from `transaction` module to root module [#229]

## [0.2.1] - 2024-07-03

### Changed
Expand Down Expand Up @@ -55,6 +65,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- Update `poseidon-merkle` to v0.6 [#179]

<!-- ISSUES -->
[#229]: https://github.com/dusk-network/phoenix/issues/229
[#214]: https://github.com/dusk-network/phoenix/issues/214
[#201]: https://github.com/dusk-network/phoenix/issues/201
[#197]: https://github.com/dusk-network/phoenix/issues/197
Expand Down
Loading

0 comments on commit edd60b1

Please sign in to comment.