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

Export Signer to WASM #78

Closed
wants to merge 56 commits into from
Closed

Export Signer to WASM #78

wants to merge 56 commits into from

Commits on Jan 10, 2023

  1. asset metadata change

    Signed-off-by: zqhxuyuan <zqhxuyuan@gmail.com>
    zqhxuyuan committed Jan 10, 2023
    Configuration menu
    Copy the full SHA
    cc1be97 View commit details
    Browse the repository at this point in the history

Commits on Feb 2, 2023

  1. change signer type

    SupremoUGH committed Feb 2, 2023
    Configuration menu
    Copy the full SHA
    16024bd View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    9e8ebf7 View commit details
    Browse the repository at this point in the history
  3. signer methods

    SupremoUGH committed Feb 2, 2023
    Configuration menu
    Copy the full SHA
    ff6aff0 View commit details
    Browse the repository at this point in the history

Commits on Feb 3, 2023

  1. signer methods work now

    SupremoUGH committed Feb 3, 2023
    Configuration menu
    Copy the full SHA
    8ba2548 View commit details
    Browse the repository at this point in the history

Commits on Feb 6, 2023

  1. signer finished

    SupremoUGH committed Feb 6, 2023
    Configuration menu
    Copy the full SHA
    c17bafe View commit details
    Browse the repository at this point in the history
  2. wallet works

    SupremoUGH committed Feb 6, 2023
    Configuration menu
    Copy the full SHA
    979ea0d View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    ad34d82 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    4ef7815 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    a63e110 View commit details
    Browse the repository at this point in the history
  6. docs

    SupremoUGH committed Feb 6, 2023
    Configuration menu
    Copy the full SHA
    e953d70 View commit details
    Browse the repository at this point in the history

Commits on Feb 7, 2023

  1. Configuration menu
    Copy the full SHA
    c5e8b15 View commit details
    Browse the repository at this point in the history
  2. comments out

    SupremoUGH committed Feb 7, 2023
    Configuration menu
    Copy the full SHA
    29b1470 View commit details
    Browse the repository at this point in the history

Commits on Feb 9, 2023

  1. changed error variant

    SupremoUGH committed Feb 9, 2023
    Configuration menu
    Copy the full SHA
    379702e View commit details
    Browse the repository at this point in the history
  2. expect instead of error

    SupremoUGH committed Feb 9, 2023
    Configuration menu
    Copy the full SHA
    658216b View commit details
    Browse the repository at this point in the history
  3. mnemonic + storage API

    SupremoUGH committed Feb 9, 2023
    Configuration menu
    Copy the full SHA
    ee193b3 View commit details
    Browse the repository at this point in the history

Commits on Feb 10, 2023

  1. Configuration menu
    Copy the full SHA
    6f5ecc2 View commit details
    Browse the repository at this point in the history
  2. dependencies

    SupremoUGH committed Feb 10, 2023
    Configuration menu
    Copy the full SHA
    a94c1d2 View commit details
    Browse the repository at this point in the history

Commits on Feb 12, 2023

  1. update wasmSigner

    Signed-off-by: Daniel <110973578+DanielZhangReal@users.noreply.github.com>
    DanielZhangReal authored Feb 12, 2023
    Configuration menu
    Copy the full SHA
    606e4df View commit details
    Browse the repository at this point in the history
  2. Add Read/Write API for Browser Storage

    Signed-off-by: Daniel <110973578+DanielZhangReal@users.noreply.github.com>
    DanielZhangReal authored Feb 12, 2023
    Configuration menu
    Copy the full SHA
    17736db View commit details
    Browse the repository at this point in the history
  3. Update tsconfig.json

    Signed-off-by: Daniel <110973578+DanielZhangReal@users.noreply.github.com>
    DanielZhangReal authored Feb 12, 2023
    Configuration menu
    Copy the full SHA
    f600873 View commit details
    Browse the repository at this point in the history
  4. Fix parameter error

    Signed-off-by: Daniel <110973578+DanielZhangReal@users.noreply.github.com>
    DanielZhangReal authored Feb 12, 2023
    Configuration menu
    Copy the full SHA
    6ecb24e View commit details
    Browse the repository at this point in the history
  5. new signer constructor

    SupremoUGH committed Feb 12, 2023
    Configuration menu
    Copy the full SHA
    25bea25 View commit details
    Browse the repository at this point in the history

Commits on Feb 13, 2023

  1. add SignerApi

    Signed-off-by: Daniel <110973578+DanielZhangReal@users.noreply.github.com>
    DanielZhangReal authored Feb 13, 2023
    Configuration menu
    Copy the full SHA
    c399084 View commit details
    Browse the repository at this point in the history
  2. Update initWasmSdk

    Signed-off-by: Daniel <110973578+DanielZhangReal@users.noreply.github.com>
    DanielZhangReal authored Feb 13, 2023
    Configuration menu
    Copy the full SHA
    b5ec1fe View commit details
    Browse the repository at this point in the history

Commits on Feb 15, 2023

  1. add spending_key & viewing_key

    Signed-off-by: Daniel <110973578+DanielZhangReal@users.noreply.github.com>
    DanielZhangReal authored Feb 15, 2023
    Configuration menu
    Copy the full SHA
    73a0909 View commit details
    Browse the repository at this point in the history
  2. Update read/write api

    Signed-off-by: Daniel <110973578+DanielZhangReal@users.noreply.github.com>
    DanielZhangReal authored Feb 15, 2023
    Configuration menu
    Copy the full SHA
    33df0e6 View commit details
    Browse the repository at this point in the history

Commits on Feb 16, 2023

  1. style change

    Signed-off-by: Daniel <danielnickreal@gmail.com>
    DanielZhangReal committed Feb 16, 2023
    Configuration menu
    Copy the full SHA
    5861636 View commit details
    Browse the repository at this point in the history

Commits on Feb 21, 2023

  1. Key Dependent Signer Function APIs (#85)

    * changed branch
    
    * new signer + load/drop accounts
    
    * new methods
    
    * changelog
    
    * mnemonic from phrase
    
    * fix: update signer initial
    
    * fix: update signer initial
    
    * changed from parameters to full parameters
    
    * new storage methods
    
    * get and set storage methods for wallet + docs
    
    * fix: init signer
    
    * fix: init signer bugs
    
    * fix: init Parameters & ProvingContext
    
    ---------
    
    Co-authored-by: Daniel <danielnickreal@gmail.com>
    SupremoUGH and DanielZhangReal authored Feb 21, 2023
    Configuration menu
    Copy the full SHA
    acfbada View commit details
    Browse the repository at this point in the history
  2. RawFullParameters

    SupremoUGH committed Feb 21, 2023
    Configuration menu
    Copy the full SHA
    51d85ea View commit details
    Browse the repository at this point in the history

Commits on Feb 22, 2023

  1. RawMultiProvingContext

    SupremoUGH committed Feb 22, 2023
    Configuration menu
    Copy the full SHA
    2843c7f View commit details
    Browse the repository at this point in the history
  2. default method

    SupremoUGH committed Feb 22, 2023
    Configuration menu
    Copy the full SHA
    fa7e531 View commit details
    Browse the repository at this point in the history
  3. new_with_random_context

    SupremoUGH committed Feb 22, 2023
    Configuration menu
    Copy the full SHA
    1739bce View commit details
    Browse the repository at this point in the history
  4. last one

    SupremoUGH committed Feb 22, 2023
    Configuration menu
    Copy the full SHA
    1499acf View commit details
    Browse the repository at this point in the history
  5. fix: add test code

    DanielZhangReal committed Feb 22, 2023
    Configuration menu
    Copy the full SHA
    7acb74e View commit details
    Browse the repository at this point in the history
  6. fix: rm debugger

    DanielZhangReal committed Feb 22, 2023
    Configuration menu
    Copy the full SHA
    7b6f2bd View commit details
    Browse the repository at this point in the history

Commits on Feb 23, 2023

  1. bug fix

    SupremoUGH committed Feb 23, 2023
    Configuration menu
    Copy the full SHA
    716c53d View commit details
    Browse the repository at this point in the history
  2. point at release

    SupremoUGH committed Feb 23, 2023
    Configuration menu
    Copy the full SHA
    e53b4b1 View commit details
    Browse the repository at this point in the history

Commits on Feb 24, 2023

  1. Configuration menu
    Copy the full SHA
    83a1d3d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    175b999 View commit details
    Browse the repository at this point in the history
  3. fix: add test code

    DanielZhangReal committed Feb 24, 2023
    Configuration menu
    Copy the full SHA
    5af95be View commit details
    Browse the repository at this point in the history

Commits on Mar 15, 2023

  1. Save while syncing (#105)

    * fix: update test demo
    
    * fix: save utxos to local
    
    * fix: change account
    
    * storage state changes
    
    * fix: storage data
    
    * fix: save data when data is available
    
    * async methods
    
    * fix: update demo
    
    * undo async
    
    * fix: update save utxos
    
    * storage state is JsValue now
    
    * fix: change storage data to JsValue
    
    * test fixed
    
    * fix: add initial seed phrase
    
    * fix: rm unsafe-eval lib scale-codec, temporarily use the old version pull_ledger_diff interface to sync data
    
    * fix: rm polkadotSigner in build transaction
    
    * fix: replace private with zk
    
    * fix: api changed
    
    * fix: replace scale-codec with manta-scale-codec, fix CSP issues
    
    * updated manta-rs dependencies
    
    * changelog
    
    * changelog
    
    * fix: add publicAddress in toPublic, refer:  #102
    
    * fix: update package name
    
    * fix: update name
    
    * fix: move storage logic to external
    
    * fix: upgrade sdk version
    
    * new method
    
    * feat: Save storage state while syncing
    
    * fix: move reset_state to initialWalletSync
    
    * fix: revert max pull size
    
    * swapped get and set storage names
    
    * changelog
    
    ---------
    
    Co-authored-by: Daniel <danielnickreal@gmail.com>
    SupremoUGH and DanielZhangReal authored Mar 15, 2023
    Configuration menu
    Copy the full SHA
    b543ef2 View commit details
    Browse the repository at this point in the history

Commits on Mar 30, 2023

  1. Initial signer sync (#108)

    * initial sync
    
    * feat: optimization initial sync
    
    * it works
    
    * fix: add multi balance api
    
    * chore: add initial_pull
    
    * fix: initial new account optimize
    
    * fix: utxos decode
    
    * chore: add debugger for test
    
    * names changed
    
    * fix: replace initial_pull to dense_initial_pull
    
    * fix: add isInitialed logic
    
    * fix: add resetState
    
    * chore: upgrade version
    
    * fix: update resetState
    
    * remove reset state for initial sync
    
    * mut to immut
    
    * docs
    
    * changelog
    
    * fix: upgrade @PolkaDot package version && remove useless package
    
    ---------
    
    Co-authored-by: Daniel <danielnickreal@gmail.com>
    SupremoUGH and DanielZhangReal authored Mar 30, 2023
    Configuration menu
    Copy the full SHA
    51d1410 View commit details
    Browse the repository at this point in the history

Commits on Apr 7, 2023

  1. Feature/sbt extension (#114)

    * wip
    
    * add SBTWallet interface
    
    Signed-off-by: Charles Ferrell <charlie@manta.network>
    
    * remove duplicate code
    
    Signed-off-by: Charles Ferrell <charlie@manta.network>
    
    * add reserveSbt call
    
    Signed-off-by: Charles Ferrell <charlie@manta.network>
    
    * single TransferPost and fix compile
    
    Signed-off-by: zqhxuyuan <zqhxuyuan@gmail.com>
    
    * fix metadata function
    
    Signed-off-by: Charles Ferrell <charlie@manta.network>
    
    * add get metadata helper function
    
    Signed-off-by: Charles Ferrell <charlie@manta.network>
    
    * add sign_with_transaction_data
    
    Signed-off-by: zqhxuyuan <zqhxuyuan@gmail.com>
    
    * return transaction data when mintSBT
    
    Signed-off-by: zqhxuyuan <zqhxuyuan@gmail.com>
    
    * fix metadata bug in mintSbt
    
    Signed-off-by: Charles Ferrell <charlie@manta.network>
    
    * fix example
    
    Signed-off-by: Charles Ferrell <charlie@manta.network>
    
    * Add identity proof to sdk
    
    Signed-off-by: Charles Ferrell <charlie@manta.network>
    
    * fix identity and do clippy lints
    
    Signed-off-by: Charles Ferrell <charlie@manta.network>
    
    * add callback methods
    
    Signed-off-by: Charles Ferrell <charlie@manta.network>
    
    * make only build tx and change example
    
    Signed-off-by: Charles Ferrell <charlie@manta.network>
    
    * remove duplicate ledger
    
    Signed-off-by: Charles Ferrell <charlie@manta.network>
    
    * change storage for sbt metadata
    
    Signed-off-by: Charles Ferrell <charlie@manta.network>
    
    * feat: add changelog and release system (#84)
    
    Signed-off-by: Brandon H. Gomes <bhgomes@pm.me>
    
    * add asset info of mint sbt result and verifiy feature
    
    Signed-off-by: zqhxuyuan <zqhxuyuan@gmail.com>
    
    * back to using separate rpc
    
    Signed-off-by: Charles Ferrell <charlie@manta.network>
    
    * fix rpc used
    
    Signed-off-by: Charles Ferrell <charlie@manta.network>
    
    * fix asset id
    
    Signed-off-by: zqhxuyuan <zqhxuyuan@gmail.com>
    
    * fix get metadata
    
    Signed-off-by: Charles Ferrell <charlie@manta.network>
    
    * init private wallet without connected api (#86)
    
    * init private wallet without connected api
    
    * update readme / examples
    
    * bump version
    
    * update changelog
    
    * refactor check api is ready
    
    * fix broken merge
    
    Signed-off-by: Charles Ferrell <charlie@manta.network>
    
    * add sbt sdk readme
    
    Signed-off-by: zqhxuyuan <zqhxuyuan@gmail.com>
    
    * Include Sinks in ToPublic Transaction (#102)
    
    * update to new manta-rs version
    
    Signed-off-by: Charles Ferrell <charlie@manta.network>
    
    * correct encoding of account
    
    Signed-off-by: Charles Ferrell <charlie@manta.network>
    
    * fix wasm module Post definition
    
    Signed-off-by: Charles Ferrell <charlie@manta.network>
    
    * Changelog and add to manta-config
    
    Signed-off-by: Charles Ferrell <charlie@manta.network>
    
    * update to main
    
    Signed-off-by: Charles Ferrell <charlie@manta.network>
    
    * fix typo
    
    Signed-off-by: Charles Ferrell <charlie@manta.network>
    
    * bump to v0.5.12
    
    Signed-off-by: Charles Ferrell <charlie@manta.network>
    
    * use 0.10.2 scale-codec
    
    Signed-off-by: Charles Ferrell <charlie@manta.network>
    
    * fix assetId encoding
    
    Signed-off-by: Charles Ferrell <charlie@manta.network>
    
    * update changelog
    
    Signed-off-by: Charles Ferrell <charlie@manta.network>
    
    * bump package version
    
    Signed-off-by: Charles Ferrell <charlie@manta.network>
    
    ---------
    
    Signed-off-by: Charles Ferrell <charlie@manta.network>
    
    * update doc
    
    Signed-off-by: zqhxuyuan <zqhxuyuan@gmail.com>
    
    * rename
    
    Signed-off-by: zqhxuyuan <zqhxuyuan@gmail.com>
    
    * Change all occurrences of private address to zkAddress (#88)
    
    * Change all occurences of private address to zk address, and fix spelling mistake in initalWlaletSync
    
    Signed-off-by: Georgi Zlatarev <georgi.zlatarev@manta.network>
    
    * Update changelog
    
    Signed-off-by: Georgi Zlatarev <georgi.zlatarev@manta.network>
    
    * Remove redundant comment
    
    Signed-off-by: Georgi Zlatarev <georgi.zlatarev@manta.network>
    
    ---------
    
    Signed-off-by: Georgi Zlatarev <georgi.zlatarev@manta.network>
    Signed-off-by: Georgi Zlatarev <45011053+ghzlatarev@users.noreply.github.com>
    
    * initial sync
    
    * feat: optimization initial sync
    
    * it works
    
    * fix: add multi balance api
    
    * chore: add initial_pull
    
    * fix: initial new account optimize
    
    * fix: utxos decode
    
    * chore: add debugger for test
    
    * names changed
    
    * fix: replace initial_pull to dense_initial_pull
    
    * fix: add isInitialed logic
    
    * fix: add resetState
    
    * chore: upgrade version
    
    * fix: update resetState
    
    * remove reset state for initial sync
    
    * mut to immut
    
    * docs
    
    * changelog
    
    * fix: upgrade @PolkaDot package version && remove useless package
    
    * fix: upgrade version && update resetState logic
    
    * feat: refactor sdk logic
    
    * feat: refactor sdk logic
    
    * Delete baseWallet.ts
    
    Signed-off-by: Daniel <110973578+DanielZhangReal@users.noreply.github.com>
    
    * Delete privateWallet.ts
    
    Signed-off-by: Daniel <110973578+DanielZhangReal@users.noreply.github.com>
    
    * fix: rpc config bugs
    
    * fix: sign_with_sbt_transaction_data
    
    * fix: export wallet
    
    * chore: update sdk types
    
    * fix: update sbt
    
    * fix: rm useless auth_context code
    
    * feat: add extension example
    
    * chore: update name
    
    * fix: sbt toPrivate bugs
    
    * fix: ui bugs
    
    * chore: update log
    
    * feat: update api logic
    
    * fix: wasm error type
    
    * fix: wasm error type
    
    * fix: wasm error type
    
    * feat: add identityProof
    
    * fix: update extension example
    
    * fix: example
    
    * fix: update example
    
    * chore: update style
    
    * feat: add doc
    
    * feat: update sdk-example doc
    
    * chore: doc update
    
    * get auth
    
    * fix: update sbt logic
    
    * fix bugs
    
    * feat: add sdk docs
    
    * fix: docs
    
    * fix: private wallet
    
    * fix: update docs
    
    * fix: add changelog & fix bugs
    
    * chore: update docs
    
    * fix: update docs
    
    * chore: rm useless file
    
    * fix: update sdk example
    
    * fix: update sdk example
    
    * fix: build sbt posts docs
    
    * update: sbt docs
    
    * update: sdk docs
    
    * sbt sync
    
    * downgrade to 0.5.13
    
    * chore: update sdk example
    
    * chore: remove sign_with_transaction_data method
    
    * update sign_with_transaction_data to convert TransferPost in wasm-wallet
    
    Signed-off-by: Charles Ferrell <charlie@manta.network>
    
    * use old format
    
    Signed-off-by: Charles Ferrell <charlie@manta.network>
    
    * chore: upgrade sdk version
    
    * chore: optimize balance
    
    * impl suggestion
    
    * fix: format multiSbtPostBuild response
    
    * chore: upgrade version
    
    * chore: update config.json
    
    * update: update changelog doc
    
    ---------
    
    Signed-off-by: Charles Ferrell <charlie@manta.network>
    Signed-off-by: zqhxuyuan <zqhxuyuan@gmail.com>
    Signed-off-by: Brandon H. Gomes <bhgomes@pm.me>
    Signed-off-by: Georgi Zlatarev <georgi.zlatarev@manta.network>
    Signed-off-by: Georgi Zlatarev <45011053+ghzlatarev@users.noreply.github.com>
    Signed-off-by: Daniel <110973578+DanielZhangReal@users.noreply.github.com>
    Co-authored-by: alexparshh <alexparshh@gmail.com>
    Co-authored-by: Charles Ferrell <charlie@manta.network>
    Co-authored-by: zqhxuyuan <zqhxuyuan@gmail.com>
    Co-authored-by: Brandon H. Gomes <bhgomes@pm.me>
    Co-authored-by: Kevin Gislason <33131270+Kevingislason@users.noreply.github.com>
    Co-authored-by: Georgi Zlatarev <45011053+ghzlatarev@users.noreply.github.com>
    Co-authored-by: SupremoUGH <francisco@manta.network>
    8 people authored Apr 7, 2023
    Configuration menu
    Copy the full SHA
    e10167b View commit details
    Browse the repository at this point in the history

Commits on Apr 11, 2023

  1. Upgrade to v0.5.14 (#115)

    * wip
    
    * add SBTWallet interface
    
    Signed-off-by: Charles Ferrell <charlie@manta.network>
    
    * remove duplicate code
    
    Signed-off-by: Charles Ferrell <charlie@manta.network>
    
    * add reserveSbt call
    
    Signed-off-by: Charles Ferrell <charlie@manta.network>
    
    * single TransferPost and fix compile
    
    Signed-off-by: zqhxuyuan <zqhxuyuan@gmail.com>
    
    * fix metadata function
    
    Signed-off-by: Charles Ferrell <charlie@manta.network>
    
    * add get metadata helper function
    
    Signed-off-by: Charles Ferrell <charlie@manta.network>
    
    * add sign_with_transaction_data
    
    Signed-off-by: zqhxuyuan <zqhxuyuan@gmail.com>
    
    * return transaction data when mintSBT
    
    Signed-off-by: zqhxuyuan <zqhxuyuan@gmail.com>
    
    * fix metadata bug in mintSbt
    
    Signed-off-by: Charles Ferrell <charlie@manta.network>
    
    * fix example
    
    Signed-off-by: Charles Ferrell <charlie@manta.network>
    
    * Add identity proof to sdk
    
    Signed-off-by: Charles Ferrell <charlie@manta.network>
    
    * fix identity and do clippy lints
    
    Signed-off-by: Charles Ferrell <charlie@manta.network>
    
    * add callback methods
    
    Signed-off-by: Charles Ferrell <charlie@manta.network>
    
    * make only build tx and change example
    
    Signed-off-by: Charles Ferrell <charlie@manta.network>
    
    * remove duplicate ledger
    
    Signed-off-by: Charles Ferrell <charlie@manta.network>
    
    * change storage for sbt metadata
    
    Signed-off-by: Charles Ferrell <charlie@manta.network>
    
    * feat: add changelog and release system (#84)
    
    Signed-off-by: Brandon H. Gomes <bhgomes@pm.me>
    
    * add asset info of mint sbt result and verifiy feature
    
    Signed-off-by: zqhxuyuan <zqhxuyuan@gmail.com>
    
    * back to using separate rpc
    
    Signed-off-by: Charles Ferrell <charlie@manta.network>
    
    * fix rpc used
    
    Signed-off-by: Charles Ferrell <charlie@manta.network>
    
    * fix asset id
    
    Signed-off-by: zqhxuyuan <zqhxuyuan@gmail.com>
    
    * fix get metadata
    
    Signed-off-by: Charles Ferrell <charlie@manta.network>
    
    * init private wallet without connected api (#86)
    
    * init private wallet without connected api
    
    * update readme / examples
    
    * bump version
    
    * update changelog
    
    * refactor check api is ready
    
    * fix broken merge
    
    Signed-off-by: Charles Ferrell <charlie@manta.network>
    
    * add sbt sdk readme
    
    Signed-off-by: zqhxuyuan <zqhxuyuan@gmail.com>
    
    * Include Sinks in ToPublic Transaction (#102)
    
    * update to new manta-rs version
    
    Signed-off-by: Charles Ferrell <charlie@manta.network>
    
    * correct encoding of account
    
    Signed-off-by: Charles Ferrell <charlie@manta.network>
    
    * fix wasm module Post definition
    
    Signed-off-by: Charles Ferrell <charlie@manta.network>
    
    * Changelog and add to manta-config
    
    Signed-off-by: Charles Ferrell <charlie@manta.network>
    
    * update to main
    
    Signed-off-by: Charles Ferrell <charlie@manta.network>
    
    * fix typo
    
    Signed-off-by: Charles Ferrell <charlie@manta.network>
    
    * bump to v0.5.12
    
    Signed-off-by: Charles Ferrell <charlie@manta.network>
    
    * use 0.10.2 scale-codec
    
    Signed-off-by: Charles Ferrell <charlie@manta.network>
    
    * fix assetId encoding
    
    Signed-off-by: Charles Ferrell <charlie@manta.network>
    
    * update changelog
    
    Signed-off-by: Charles Ferrell <charlie@manta.network>
    
    * bump package version
    
    Signed-off-by: Charles Ferrell <charlie@manta.network>
    
    ---------
    
    Signed-off-by: Charles Ferrell <charlie@manta.network>
    
    * update doc
    
    Signed-off-by: zqhxuyuan <zqhxuyuan@gmail.com>
    
    * rename
    
    Signed-off-by: zqhxuyuan <zqhxuyuan@gmail.com>
    
    * Change all occurrences of private address to zkAddress (#88)
    
    * Change all occurences of private address to zk address, and fix spelling mistake in initalWlaletSync
    
    Signed-off-by: Georgi Zlatarev <georgi.zlatarev@manta.network>
    
    * Update changelog
    
    Signed-off-by: Georgi Zlatarev <georgi.zlatarev@manta.network>
    
    * Remove redundant comment
    
    Signed-off-by: Georgi Zlatarev <georgi.zlatarev@manta.network>
    
    ---------
    
    Signed-off-by: Georgi Zlatarev <georgi.zlatarev@manta.network>
    Signed-off-by: Georgi Zlatarev <45011053+ghzlatarev@users.noreply.github.com>
    
    * initial sync
    
    * feat: optimization initial sync
    
    * it works
    
    * fix: add multi balance api
    
    * chore: add initial_pull
    
    * fix: initial new account optimize
    
    * fix: utxos decode
    
    * chore: add debugger for test
    
    * names changed
    
    * fix: replace initial_pull to dense_initial_pull
    
    * fix: add isInitialed logic
    
    * fix: add resetState
    
    * chore: upgrade version
    
    * fix: update resetState
    
    * remove reset state for initial sync
    
    * mut to immut
    
    * docs
    
    * changelog
    
    * fix: upgrade @PolkaDot package version && remove useless package
    
    * fix: upgrade version && update resetState logic
    
    * feat: refactor sdk logic
    
    * feat: refactor sdk logic
    
    * Delete baseWallet.ts
    
    Signed-off-by: Daniel <110973578+DanielZhangReal@users.noreply.github.com>
    
    * Delete privateWallet.ts
    
    Signed-off-by: Daniel <110973578+DanielZhangReal@users.noreply.github.com>
    
    * fix: rpc config bugs
    
    * fix: sign_with_sbt_transaction_data
    
    * fix: export wallet
    
    * chore: update sdk types
    
    * fix: update sbt
    
    * fix: rm useless auth_context code
    
    * feat: add extension example
    
    * chore: update name
    
    * fix: sbt toPrivate bugs
    
    * fix: ui bugs
    
    * chore: update log
    
    * feat: update api logic
    
    * fix: wasm error type
    
    * fix: wasm error type
    
    * fix: wasm error type
    
    * feat: add identityProof
    
    * fix: update extension example
    
    * fix: example
    
    * fix: update example
    
    * chore: update style
    
    * feat: add doc
    
    * feat: update sdk-example doc
    
    * chore: doc update
    
    * get auth
    
    * fix: update sbt logic
    
    * fix bugs
    
    * feat: add sdk docs
    
    * fix: docs
    
    * fix: private wallet
    
    * fix: update docs
    
    * fix: add changelog & fix bugs
    
    * chore: update docs
    
    * fix: update docs
    
    * chore: rm useless file
    
    * fix: update sdk example
    
    * fix: update sdk example
    
    * fix: build sbt posts docs
    
    * update: sbt docs
    
    * update: sdk docs
    
    * sbt sync
    
    * downgrade to 0.5.13
    
    * upgrade
    
    * chore: update sdk example
    
    * chore: remove sign_with_transaction_data method
    
    * update sign_with_transaction_data to convert TransferPost in wasm-wallet
    
    Signed-off-by: Charles Ferrell <charlie@manta.network>
    
    * use old format
    
    Signed-off-by: Charles Ferrell <charlie@manta.network>
    
    * chore: upgrade sdk version
    
    * chore: optimize balance
    
    * impl suggestion
    
    * feat: update authorization_context logics
    
    * chore: upgrade version
    
    * update: update manta-rs version
    
    * chore: add authContext Type
    
    * fix: authContext type
    
    * chore: update extension demo
    
    * update: extension example
    
    * chore: update sdk example endpoint
    
    * fix: upgrade manta-rs version
    
    * fix: upgrade version
    
    * fix: wrap wallet is busy
    
    ---------
    
    Signed-off-by: Charles Ferrell <charlie@manta.network>
    Signed-off-by: zqhxuyuan <zqhxuyuan@gmail.com>
    Signed-off-by: Brandon H. Gomes <bhgomes@pm.me>
    Signed-off-by: Georgi Zlatarev <georgi.zlatarev@manta.network>
    Signed-off-by: Georgi Zlatarev <45011053+ghzlatarev@users.noreply.github.com>
    Signed-off-by: Daniel <110973578+DanielZhangReal@users.noreply.github.com>
    Co-authored-by: alexparshh <alexparshh@gmail.com>
    Co-authored-by: Charles Ferrell <charlie@manta.network>
    Co-authored-by: zqhxuyuan <zqhxuyuan@gmail.com>
    Co-authored-by: Brandon H. Gomes <bhgomes@pm.me>
    Co-authored-by: Kevin Gislason <33131270+Kevingislason@users.noreply.github.com>
    Co-authored-by: Georgi Zlatarev <45011053+ghzlatarev@users.noreply.github.com>
    Co-authored-by: Daniel <danielnickreal@gmail.com>
    Co-authored-by: Daniel <110973578+DanielZhangReal@users.noreply.github.com>
    9 people authored Apr 11, 2023
    Configuration menu
    Copy the full SHA
    3d3e5dd View commit details
    Browse the repository at this point in the history

Commits on Apr 16, 2023

  1. Fix/download file bug (#119)

    * fix: file download failed
    
    * feat: support http provider
    
    * fix: update endpoint
    
    * chore: add build script
    
    * fix: provider logs
    
    * chore: upgrade version
    
    * from_js result without panic
    
    Signed-off-by: zqhxuyuan <zqhxuyuan@gmail.com>
    
    * fix: pull ledger error
    
    * chore: upgrade version
    
    * chore: update changelog
    
    * chore: rm useless file
    
    * fix: httpProvider isReady bugs
    
    ---------
    
    Signed-off-by: zqhxuyuan <zqhxuyuan@gmail.com>
    Co-authored-by: zqhxuyuan <zqhxuyuan@gmail.com>
    DanielZhangReal and zqhxuyuan authored Apr 16, 2023
    Configuration menu
    Copy the full SHA
    f3dbd4f View commit details
    Browse the repository at this point in the history

Commits on Apr 28, 2023

  1. Pruning (#118)

    * pruning
    
    * removed update functions
    
    * changelog
    
    * fix: update auth_context
    
    * fix: add prune before we store the storageData
    
    * feat: add transaction_data
    
    * feat: add transaction_data
    
    * change branch
    
    * everything works
    
    * chore: rm useless code
    
    * chore: upgrade version
    
    * chore: type support
    
    * fix: new account sync issues
    
    * error in initial sync + removed unnecessary code
    
    * fix: rm ledger error callback
    
    * feat: optimize isWalletBusy logic
    
    * fix: task schedule bugs
    
    * chore: upgrade version
    
    * chore: update docs
    
    * chore: add tips
    
    * update: add sub accounts
    
    * fix: rm useless code
    
    ---------
    
    Co-authored-by: Daniel <danielnickreal@gmail.com>
    SupremoUGH and DanielZhangReal authored Apr 28, 2023
    Configuration menu
    Copy the full SHA
    b5b6817 View commit details
    Browse the repository at this point in the history
  2. Upgrade to 0.5.15 (#124)

    * upgrade to 0.5.15
    
    * changelog
    
    * chore: upgrade version
    
    ---------
    
    Co-authored-by: Daniel <danielnickreal@gmail.com>
    SupremoUGH and DanielZhangReal authored Apr 28, 2023
    Configuration menu
    Copy the full SHA
    1fc7bc9 View commit details
    Browse the repository at this point in the history

Commits on May 10, 2023

  1. Disable pruning feature (#125)

    * remove pruning feature
    
    * fix: remove pruning
    
    * chore: upgrade version
    
    * fix: update prune
    
    * update: changelog
    
    * from branch to tag
    
    ---------
    
    Co-authored-by: Daniel <danielnickreal@gmail.com>
    SupremoUGH and DanielZhangReal authored May 10, 2023
    Configuration menu
    Copy the full SHA
    2dc2951 View commit details
    Browse the repository at this point in the history

Commits on May 11, 2023

  1. Bug/reproduce extra balance (#126)

    * upgrade to 0.5.15
    
    * changelog
    
    * chore: upgrade version
    
    * feat: add balance-issue example
    
    * fix: update balance issue
    
    * fix: build bug
    
    * add: match transaction result
    
    * chore: optimize code
    
    * chore: update sdk demo
    
    * chore: update changelog
    
    ---------
    
    Co-authored-by: SupremoUGH <francisco@manta.network>
    DanielZhangReal and SupremoUGH authored May 11, 2023
    Configuration menu
    Copy the full SHA
    56656db View commit details
    Browse the repository at this point in the history

Commits on May 15, 2023

  1. feat: add syncProgress (#127)

    * feat: add syncProgress
    
    * chore: update changelog
    
    * chore: rename
    
    * fix: synced total
    
    * chore: upgrade version
    
    * chore: update types
    DanielZhangReal authored May 15, 2023
    Configuration menu
    Copy the full SHA
    1706946 View commit details
    Browse the repository at this point in the history

Commits on May 17, 2023

  1. feat: add total ledger count (#128)

    * feat: add total ledger count
    
    * chore: update changelog
    
    * fix: the initial mode needs to add 256, because the number is calculated in the sdk
    DanielZhangReal authored May 17, 2023
    Configuration menu
    Copy the full SHA
    63256fb View commit details
    Browse the repository at this point in the history

Commits on May 24, 2023

  1. Signer bug fix (#129)

    * bugfix
    
    * changelog
    
    * chore: upgrade version
    
    * fix: update max batch transaction limit
    
    * optimization
    
    * fix: upgrade version
    
    * chore: rever max batch limit
    
    * chore: upgrade version
    
    * update manta-rs dep
    
    ---------
    
    Co-authored-by: Daniel <danielnickreal@gmail.com>
    SupremoUGH and DanielZhangReal authored May 24, 2023
    Configuration menu
    Copy the full SHA
    5e588d8 View commit details
    Browse the repository at this point in the history

Commits on May 30, 2023

  1. feat: add ledger api (#131)

    * feat: add ledger api
    
    * chore: update docs
    DanielZhangReal authored May 30, 2023
    Configuration menu
    Copy the full SHA
    0ba9349 View commit details
    Browse the repository at this point in the history

Commits on Jun 22, 2023

  1. Restore pruning functionality (#133)

    * changed branch
    
    * fix: update sdk example
    
    * chore: update sdk example
    
    * asset list method
    
    * asset list returns JsValue
    
    * feat: add total utxo list api
    
    * chore: upgrade sdk version
    
    * fix: update getAllUtxoList
    
    * consolidate
    
    * feat: add consolidate logic
    
    * estimate transferposts
    
    * docs and changelog
    
    * feat: add estimate transfer posts count
    
    * feat: add estimateTransferPostsCount api
    
    * changed branch
    
    * chore: upgrade sdk version
    
    * chore: update privateWallet state
    
    * chore: upgrade version
    
    * chore: rm logs
    
    * chore: upgrade version && upgrade manta-rs version
    
    * chore: update config
    
    * chore: update changelog
    
    ---------
    
    Co-authored-by: Daniel <danielnickreal@gmail.com>
    SupremoUGH and DanielZhangReal authored Jun 22, 2023
    Configuration menu
    Copy the full SHA
    fc69d04 View commit details
    Browse the repository at this point in the history

Commits on Jun 26, 2023

  1. fix: select utxo bug (#136)

    * fix: select utxo bug
    
    * chore: upgrade manta-rs version
    
    * chore: update changelog
    DanielZhangReal authored Jun 26, 2023
    Configuration menu
    Copy the full SHA
    d458167 View commit details
    Browse the repository at this point in the history