From 23791c06a2c7a3c18cbf816bc8ccc3eb4b856941 Mon Sep 17 00:00:00 2001 From: Daksh Date: Mon, 8 Jan 2024 10:06:40 -0500 Subject: [PATCH] Remove pkg from gitignore --- CHANGELOG.md | 13 ++++++++++++- 1 file changed, 12 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index a6c4ea2..769e262 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,9 +7,20 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [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 + +### 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 -- Add the compact module to make the web assembly API compatiblite on non rust endpoints + +### 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` ## [Old Changelog below]