From 58c928beff4bdc41b3b7c35544ac4d9f0e23e7f7 Mon Sep 17 00:00:00 2001 From: Daksh Date: Fri, 7 Jun 2024 00:09:15 -0400 Subject: [PATCH] Undo changelog --- CHANGELOG.md | 23 ----------------------- 1 file changed, 23 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 5c2f56d..b5ff2cd 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 @@ -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