Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Feat: upgrade asset system #283

Merged
merged 25 commits into from
Nov 22, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
25 commits
Select commit Hold shift + click to select a range
8ba38d2
key system upgraded in manta-accounting
SupremoUGH Nov 15, 2022
82fa7a8
it compiles
SupremoUGH Nov 15, 2022
076d182
fmt and sort
SupremoUGH Nov 15, 2022
8bb9a83
clippy issues
SupremoUGH Nov 15, 2022
8ec1b9f
final touches
SupremoUGH Nov 15, 2022
44d0394
fmt
SupremoUGH Nov 15, 2022
149f3c1
build documentation fix
SupremoUGH Nov 15, 2022
15e9c47
documentation
SupremoUGH Nov 15, 2022
a9a1ca2
changelog
SupremoUGH Nov 15, 2022
b33ac61
asset is compatible with transfer now
SupremoUGH Nov 15, 2022
20a84da
wallet compiles
SupremoUGH Nov 16, 2022
ba43ed5
everything compiles
SupremoUGH Nov 16, 2022
07a23b3
documentation fixed
SupremoUGH Nov 16, 2022
f6a3177
key system upgraded to bip0039
SupremoUGH Nov 16, 2022
50f04f0
Merge branch 'feat/new-circuits-key-system' into feat/new-circuits-asset
SupremoUGH Nov 16, 2022
1678fab
clippy
SupremoUGH Nov 16, 2022
bba3b85
Merge branch 'feat/new-circuits-key-system' into feat/new-circuits-asset
SupremoUGH Nov 16, 2022
e3509b5
clippy issue fixed
SupremoUGH Nov 16, 2022
f3130c6
AccountCollection exposure from Account and Accounttable
SupremoUGH Nov 17, 2022
b77b650
Merge branch 'feat/new-circuits-key-system' into feat/new-circuits-asset
SupremoUGH Nov 17, 2022
732c5da
fixed bug note encryption
SupremoUGH Nov 17, 2022
cb5a974
Merge branch 'main' into feat/new-circuits-asset
bhgomes Nov 18, 2022
579176a
Merge branch 'main' into feat/new-circuits-asset
bhgomes Nov 22, 2022
1de881a
chore: fix input impl
bhgomes Nov 22, 2022
6d70fff
chore: simplify reading
bhgomes Nov 22, 2022
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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