8000 Tags · Manta-Network/manta-signer · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Tags: Manta-Network/manta-signer

Tags

v0.7.1

Toggle v0.7.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
feat: upgrade tauri, add some messages (#116)

v0.7.0

Toggle v0.7.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Bump version (#110)

BumpBump

v0.6.0

Toggle v0.6.0's commit message

Partially verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
We cannot verify signatures from co-authors, and some of the co-authors attributed to this commit require their commits to be signed.
feat: integrate manta-rs upgrades into signer (#57)

* feat: finish setting up signer library integration
* feat: move mnemonic generation to server
* feat: add signer account creation and login protocols
* feat: improve logging framework
* feat: add transaction summary
* feat: update to new utxo accumulator model naming
* feat: add test server and update e2e test
* feat: add Apple signing keys
* feat: use new auto-integrated SDK objects
* feat: add signer state saving to disk
* feat: add autotag for merging into main
* fix: remove old model from tauri glue code
* fix: remove old signer code
* fix: change state machine text from load seed to load state
* fix: update README.md formatting
* fix: move to main branch from master
* chore: remove unused font files
* chore: bump tauri to rc.11, tauri-build to rc.9

Co-authored-by: tommyjk21 <92386732+tommyjk21@users.noreply.github.com>
Co-authored-by: Kevin Gislason <kevingislason@gmail.com>

v0.5.1

Toggle v0.5.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Merge pull request #41 from Manta-Network/dependabot/npm_and_yarn/ui/…

…follow-redirects-1.14.7

chore(deps): bump follow-redirects from 1.14.5 to 1.14.7 in /ui

v0.5.0

Toggle v0.5.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Merge pull request #36 from Manta-Network/incremental_recovery

Incremental recovery changes

v0.4.1

Toggle v0.4.1's commit message

Partially verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
We cannot verify signatures from co-authors, and some of the co-authors attributed to this commit require their commits to be signed.
Setup for Testnet Release (#25)

* wip: setup release for testnet
* wip: add retry password logic
* fix: remove broken JS
* fix: use proper retries
* fix: move proof-gen to another thread
* chore: update deps
* fix: correct issues with retry/signaling
* show feedback on bad password
* feat: add testing workflow
* fix: correct formatting for test workflow
* prevent close window
* fix cors config
* fix: update build and resource management
* change error highlighting on authorize page
* fix: use tauri auto-generated icons
* fix: update to new icons with backgrounds

Co-authored-by: Kevin Gislason <kevingislason@gmail.com>
0