Skip to content

Commit

Permalink
Undo changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
Daksh14 committed Jun 7, 2024
1 parent fd4867e commit 58c928b
Showing 1 changed file with 0 additions and 23 deletions.
23 changes: 0 additions & 23 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,28 +5,6 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [0.3.1]

### Added
- Add the compact module to make the web assembly API compatiblite on non rust endpoints
- Add support for phoenix_core methods
- Add support for stake contract functions
- Add support for transfer contract functions
- Update dependencies for new phoenix_core

### Changed
- Change the whole api to support `wasm32-unkonwn-unknown`
- Set json as the function argument and return value format with types defined in assets/schema.json

### Fixed
- Pass in the Fee and the crossover instead of creating it from rng at wallet-core side which caused courrpted proof
- Fix the input selecting algorithm from custom new one to old wallet-core to fix wrong picking of notes
- Fix the execute to work with only one public spend key and one `Transaction`
- Fix double rkyv serialization bug #113
- Fix memory allocation bug with `mem::forget`

## [Old Changelog below]

## [Unreleased]

### Added
Expand Down Expand Up @@ -135,7 +113,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- Expose `NodeClient` and `Store` through FFI
- Define FFI and compile it only for WASM

[#113]: https://github.com/dusk-network/wallet-core/issues/113
[#58]: https://github.com/dusk-network/wallet-core/issues/58
[#55]: https://github.com/dusk-network/wallet-core/issues/55
[#53]: https://github.com/dusk-network/wallet-core/issues/53
Expand Down

0 comments on commit 58c928b

Please sign in to comment.