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

Version Packages #54

Merged
merged 1 commit into from
Jan 22, 2025
Merged

Version Packages #54

merged 1 commit into from
Jan 22, 2025

Conversation

github-actions[bot]
Copy link
Contributor

@github-actions github-actions bot commented Apr 16, 2024

This PR was opened by the Changesets release GitHub action. When you're ready to do a release, you can merge this and publish to npm yourself or setup this action to publish automatically. If you're not ready to do a release yet, that's fine, whenever you add more changesets to main, this PR will be updated.

Releases

@poktscan/[email protected]

Minor Changes

  • 4da636b: # Extension

    • Created runWithNetworks function to handle the logic of running requests with custom rpcs and the default network.
    • Added code to handle the following pocket network transactions:
      • Stake Node
      • Unstake Node
      • Unjail Node
      • Stake App
      • Change Param
      • DAO Transfer
      • Upgrade
    • Updated account selectable buttons on Connection Request to emphasize that those are clickable buttons.
    • Added Add recipient to contacts when a send transaction is sent but the recipient is not in the contacts list.
    • Added close button to retry snackbars when title and content are provided.
    • Updated get public key request to open unlock vault modal if the vault is locked.
    • Added GetAllParams, GetApp and GetNode RTK queries.
    • Updated RecipientAutocomplete to accept public keys and to be able to select current selected account as a recipient.
    • Updated Summary to be able to pass a component as a label.

    Vault

    • Added queryApp to Pocket Network protocol service.
    • Added Upgrade transaction to Pocket Network protocol service.
    • Added getAllParamsByHeight to Pocket Network protocol service.
    • Updated build transaction message of DAO Transfer to pass the correct amount.
    • Updated queryNode of Pocket Network protocol service to return null if the node does not exist.
  • fc8c6ad: Concatenate the public and private key for Pocket Network wallets derived from a seed phrase.

  • f87fbbb: Adds support for the new Cosmos protocol. Also adds support for configurations that allow notices and feature disabling.

  • 8ccfae2: Adds support for Sign Personal Messages, Adds support for Sign Transaction. Adds a new validateTransaction message.

  • 15f1f71: Updates Pre-Release workflow name

  • f4446e4: # Extension

    • The UI was replaced with a new one.
    • Added Activities that will have the transactions made with the extensions and the pending mints.
    • Added option to create account as child of HD Seed from Create New Account modal.
    • Removed Blocked Sites in Site Connections.
    • Added Selected Network Price at the bottom of Selected Account view.
    • Added functionality to Seeds to be able to use them with all protocols.

    Vault

    • Added CRUD functionality to manage recovery phrases.
    • Updated addHDWalletAccount method of VaultTeller and createHDWalletAccount method of Protocol Services to only create
      an account from an HD Seed and be able to pass a name for the account.
  • 15ef995: - Accounts - Create from private key - Create from recovery seeds - Retrieve balance - Send transactions (Tokens only)

    Missing functionality:

Patch Changes

  • 8543de8: Updates the pre-release workflow to be explicitly called by the version packages workflow.

  • 5985ffb: Fixed issue with prices of assets due to changes of the api

  • 3f7c2ea: # Extension

    • Fixed bug caused by RTK Query that was causing to not reflect the balance of the wallet was loading when changing the
      network.
    • Fixed issue to prevent make several requests to the price api when loading the UI at the first time.
    • Changed logo for new one.
    • Added option to add new accounts on connection request.
  • 88c2b38: Upgrades webpack and comosjs libraries

  • 6f985db: Added scripts to generate the zipped files for the chromium and firefox builds. Enchanced the CI support changesets and to automatically create the release (with assets) when the PR is merged.

  • 87ce3bf: * Fixed reduce without initial value.

    • Fixed typo "Enabled" in Security Settings when initializing vault.
    • Updated private key input type to password in import account.

@poktscan/[email protected]

Minor Changes

@poktscan/[email protected]

Minor Changes

  • fc8c6ad: Concatenate the public and private key for Pocket Network wallets derived from a seed phrase.

  • f965d2d: * Introduces the new RecoveryPhrase objects that are stored within the vault

    • Updates the "importRecoveryPhrase" so that it only adds a new Phrase to the vault without creating any accounts.
    • Updates the addHDWallet functionality to expect a recoveryPhraseId
    • Adds a new listRecoveryPhrase method
    • Adds a new set of permissions for "seed" objects.

    One key different is that operations involving HDWallet use the recoveryPhraseID instead of the actual recovery phrase. For instance, addHDWalletAccount now expects the recoveryPhraseId and it automatically takes care of creating the master key account if needed.

  • f87fbbb: Adds support for the new Cosmos protocol. Also adds support for configurations that allow notices and feature disabling.

  • 67ef1e0: * Uses the gas price (on EVM networks) when unable to fetch a suggested gas or priority fee. This enables support for all EVMs. Officially, we're adding Polygon, Avalance C, Arbitrum One, Gnosis, Binance Smart Chain, Fantom and Optimism.

  • 8ccfae2: Adds support for Sign Personal Messages, Adds support for Sign Transaction. Adds a new validateTransaction message.

  • f4446e4: # Extension

    • The UI was replaced with a new one.
    • Added Activities that will have the transactions made with the extensions and the pending mints.
    • Added option to create account as child of HD Seed from Create New Account modal.
    • Removed Blocked Sites in Site Connections.
    • Added Selected Network Price at the bottom of Selected Account view.
    • Added functionality to Seeds to be able to use them with all protocols.

    Vault

    • Added CRUD functionality to manage recovery phrases.
    • Updated addHDWalletAccount method of VaultTeller and createHDWalletAccount method of Protocol Services to only create
      an account from an HD Seed and be able to pass a name for the account.
  • 15ef995: - Accounts - Create from private key - Create from recovery seeds - Retrieve balance - Send transactions (Tokens only)

    Missing functionality:

Patch Changes

  • 4da636b: # Extension

    • Created runWithNetworks function to handle the logic of running requests with custom rpcs and the default network.
    • Added code to handle the following pocket network transactions:
      • Stake Node
      • Unstake Node
      • Unjail Node
      • Stake App
      • Change Param
      • DAO Transfer
      • Upgrade
    • Updated account selectable buttons on Connection Request to emphasize that those are clickable buttons.
    • Added Add recipient to contacts when a send transaction is sent but the recipient is not in the contacts list.
    • Added close button to retry snackbars when title and content are provided.
    • Updated get public key request to open unlock vault modal if the vault is locked.
    • Added GetAllParams, GetApp and GetNode RTK queries.
    • Updated RecipientAutocomplete to accept public keys and to be able to select current selected account as a recipient.
    • Updated Summary to be able to pass a component as a label.

    Vault

    • Added queryApp to Pocket Network protocol service.
    • Added Upgrade transaction to Pocket Network protocol service.
    • Added getAllParamsByHeight to Pocket Network protocol service.
    • Updated build transaction message of DAO Transfer to pass the correct amount.
    • Updated queryNode of Pocket Network protocol service to return null if the node does not exist.
  • 88c2b38: Upgrades webpack and comosjs libraries

@poktscan/[email protected]

Minor Changes

  • f965d2d: * Introduces the new RecoveryPhrase objects that are stored within the vault

    • Updates the "importRecoveryPhrase" so that it only adds a new Phrase to the vault without creating any accounts.
    • Updates the addHDWallet functionality to expect a recoveryPhraseId
    • Adds a new listRecoveryPhrase method
    • Adds a new set of permissions for "seed" objects.

    One key different is that operations involving HDWallet use the recoveryPhraseID instead of the actual recovery phrase. For instance, addHDWalletAccount now expects the recoveryPhraseId and it automatically takes care of creating the master key account if needed.

  • f87fbbb: Adds support for the new Cosmos protocol. Also adds support for configurations that allow notices and feature disabling.

  • 8ccfae2: Adds support for Sign Personal Messages, Adds support for Sign Transaction. Adds a new validateTransaction message.

  • 15ef995: - Accounts - Create from private key - Create from recovery seeds - Retrieve balance - Send transactions (Tokens only)

    Missing functionality:

Patch Changes

@github-actions github-actions bot force-pushed the changeset-release/main branch 7 times, most recently from 7c12527 to 173734c Compare April 26, 2024 18:02
@github-actions github-actions bot force-pushed the changeset-release/main branch 3 times, most recently from 7f3aee6 to 73e5d97 Compare April 30, 2024 19:56
@github-actions github-actions bot force-pushed the changeset-release/main branch from 73e5d97 to 02744cd Compare June 24, 2024 19:52
@github-actions github-actions bot force-pushed the changeset-release/main branch from 02744cd to 32ac114 Compare January 22, 2025 20:50
@jhenriquez jhenriquez merged commit 224cbf1 into main Jan 22, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant