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

Fix/initial sync prune issue #150

Merged
merged 6 commits into from
Sep 2, 2023
Merged
Changes from 1 commit
Commits
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
Prev Previous commit
Next Next commit
chore: update doc
  • Loading branch information
DanielZhangReal committed Aug 28, 2023
commit 360c99413e15084d4f70a50eea5311e99d847cd1
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),

## [Unreleased]
### Added
- [\#150](https://github.com/Manta-Network/sdk/pull/150) Add a retry mechanism to the initial_sync api
- [\#148](https://github.com/Manta-Network/sdk/pull/148) Add caching to the getMetadata interface that takes up too much bandwidth
- [\#139](https://github.com/Manta-Network/sdk/pull/139) Add sdk node example
- [\#133](https://github.com/Manta-Network/sdk/pull/133) Restore pruning and add UTXO consolidation && add Api `estimateTransferPostsCount` && add Api `consolidateTransferSend`
Expand Down Expand Up @@ -33,6 +34,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
### Removed

### Fixed
- [\#150](https://github.com/Manta-Network/sdk/pull/150) Fixes a bug which was causing prune not to work on trees initialized by initial_sync. & Add a retry mechanism to the initial_sync api
- [\#136](https://github.com/Manta-Network/sdk/pull/136) Asset selection fix
- [\#129](https://github.com/Manta-Network/sdk/pull/129) Signer bug fix.

Expand Down