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: add changelog and release system #84

Merged
merged 1 commit into from
Feb 15, 2023
Merged

Conversation

bhgomes
Copy link
Contributor

@bhgomes bhgomes commented Feb 14, 2023

Signed-off-by: Brandon H. Gomes bhgomes@pm.me

Added CHANGELOG.md and release system in the CI.


Before we can merge this PR, please make sure that all the following items have been checked off:

  • Linked to an issue with discussion and accepted design OR have an explanation in the PR that describes this work.
  • Added one line describing your change in CHANGELOG.md and added the appropriate L- label to the PR.
  • Re-reviewed Files changed in the GitHub PR explorer.

Signed-off-by: Brandon H. Gomes <bhgomes@pm.me>
@bhgomes bhgomes added the L-skip Changelog: skip adding these changes to the changelog label Feb 14, 2023
@bhgomes bhgomes marked this pull request as ready for review February 14, 2023 14:36
@bhgomes bhgomes merged commit 16e5524 into main Feb 15, 2023
@bhgomes bhgomes deleted the feat/setup-changelog branch February 15, 2023 15:42
DanielZhangReal added a commit that referenced this pull request Apr 7, 2023
* 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>
DanielZhangReal added a commit that referenced this pull request Apr 11, 2023
* 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>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
L-skip Changelog: skip adding these changes to the changelog
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants