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: vulpemventures/ocean
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v0.2.2
Choose a base ref
...
head repository: vulpemventures/ocean
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v0.2.3
Choose a head ref
  • 4 commits
  • 33 files changed
  • 2 contributors

Commits on Jan 31, 2024

  1. Hotfix SignSchnorr api (#78)

    * fix signTaproot
    
    * revert MakeFile
    
    * fix validate
    
    * Fixes after review
    
    ---------
    
    Co-authored-by: Pietralberto Mazza <18440657+altafan@users.noreply.github.com>
    louisinger and altafan authored Jan 31, 2024
    Configuration menu
    Copy the full SHA
    aba56f5 View commit details
    Browse the repository at this point in the history

Commits on Feb 1, 2024

  1. Add block timestamp to domain.Transaction (#79)

    * Add block timestamp info to stored txs
    
    * Fix interface layer
    altafan authored Feb 1, 2024
    Configuration menu
    Copy the full SHA
    efddeef View commit details
    Browse the repository at this point in the history
  2. Notify for utxos spent with and without confirmation (#80)

    * Update core & utxo repo impls to handle utxos spent and utxo spent with confirmation
    
    * Make electrum client notifiy for "spent" and "spent with confirmation" utxos
    
    * Update interface
    altafan authored Feb 1, 2024
    Configuration menu
    Copy the full SHA
    8f3f6d2 View commit details
    Browse the repository at this point in the history
  3. Fix amount conversion from btc to sats unit (#81)

    * Fix amount conversion from btc to sats unit
    
    * Remove dev logs
    altafan authored Feb 1, 2024
    Configuration menu
    Copy the full SHA
    b21c38e View commit details
    Browse the repository at this point in the history
Loading