Skip to content

Commit

Permalink
Feat: upgrade asset system (#283)
Browse files Browse the repository at this point in the history
* key system upgraded in manta-accounting
* it compiles
* fmt and sort
* clippy issues
* final touches
* fmt
* build documentation fix
* documentation
* changelog
* asset is compatible with transfer now
* wallet compiles
* everything compiles
* documentation fixed
* key system upgraded to bip0039
* clippy
* clippy issue fixed
* AccountCollection exposure from Account and Accounttable
* fixed bug note encryption
* chore: fix input impl
* chore: simplify reading

Signed-off-by: Francisco Hernandez Iglesias <f.hernandeziglesias@outlook.com>
Signed-off-by: Brandon H. Gomes <bhgomes@pm.me>
Co-authored-by: Brandon H. Gomes <bhgomes@pm.me>
  • Loading branch information
SupremoUGH and bhgomes authored Nov 22, 2022
1 parent 7302863 commit b45ecb5
Show file tree
Hide file tree
Showing 20 changed files with 1,452 additions and 974 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
### Added

### Changed
- [\#283](https://github.com/Manta-Network/manta-rs/pull/283) Upgrade asset system.
- [\#284](https://github.com/Manta-Network/manta-rs/pull/284) Moved `R1CS` implementation to `manta-crypto`
- [\#282](https://github.com/Manta-Network/manta-rs/pull/282) Upgrade key system.

Expand Down
Loading

0 comments on commit b45ecb5

Please sign in to comment.