Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: TxnLab/use-wallet
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v3.3.0
Choose a base ref
...
head repository: TxnLab/use-wallet
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v3.4.0
Choose a head ref
  • 7 commits
  • 18 files changed
  • 3 contributors

Commits on Sep 13, 2024

  1. feat: add resetNetwork option to WalletManager (#260)

    - Introduce `options` object in `WalletManagerConfig`
    - Add `resetNetwork` as the first option
    - Implement `resetNetwork` functionality in `WalletManager` constructor
    - Update tests to cover `resetNetwork` behavior
    
    This change allows users to configure additional behaviors through the `options` object. The `resetNetwork` option, when true, resets the network to the configured value on each initialization, overriding any persisted network state. (This is the first of several planned configuration options.)
    drichar authored Sep 13, 2024
    Configuration menu
    Copy the full SHA
    70b8454 View commit details
    Browse the repository at this point in the history
  2. chore(deps): update non-major dependencies (#248)

    * chore(deps): update non-major dependencies
    
    * chore(deps): upgrade pnpm to v9.10.0 in ci.yml
    
    ---------
    
    Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
    Co-authored-by: Doug Richar <[email protected]>
    renovate[bot] and drichar authored Sep 13, 2024
    Configuration menu
    Copy the full SHA
    21172b2 View commit details
    Browse the repository at this point in the history
  3. chore(deps): update wallet dependencies (#249)

    Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
    renovate[bot] authored Sep 13, 2024
    Configuration menu
    Copy the full SHA
    9a82c0e View commit details
    Browse the repository at this point in the history
  4. chore(deps): lock file maintenance (#257)

    Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
    renovate[bot] authored Sep 13, 2024
    Configuration menu
    Copy the full SHA
    24b5476 View commit details
    Browse the repository at this point in the history
  5. fix Kibisis init in vue app #203 (#225)

    * fix Kibisis init in vue app #203
    
    i faced the same issue as in #203 the issue is that the import in vuejs has the default, so fixed it the same way as it is done in defly f.e.
    
    * Update kibisis.ts
    
    * prettier fix
    scholtz authored Sep 13, 2024
    Configuration menu
    Copy the full SHA
    470171f View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    b026922 View commit details
    Browse the repository at this point in the history
  7. chore: release v3.4.0

    drichar committed Sep 13, 2024
    Configuration menu
    Copy the full SHA
    98b62a8 View commit details
    Browse the repository at this point in the history
Loading