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: litecoin-foundation/loafwallet-core
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v0.9.0
Choose a base ref
...
head repository: litecoin-foundation/loafwallet-core
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v1.1.0
Choose a head ref
  • 3 commits
  • 13 files changed
  • 7 contributors

Commits on Apr 10, 2022

  1. 🦺[Tech Debt] Update the checkpoints (#23)

    * Updated the checkpoints file
    
    * added new checkpoint
    
    * Added Testnet checkpoint
    kcw-grunt authored Apr 10, 2022

    Verified

    This commit was created on GitHub.com and signed with GitHub’s verified signature.
    Copy the full SHA
    46bfe93 View commit details

Commits on Mar 29, 2023

  1. 🚀[Release v1.0.0] Merge into Main (#30)

    * typo :)
    
    * va_list include
    
    * enable ipv6
    
    * default to ipv6 and fallback to ipv4
    
    * fix ipv4 fallback
    
    * Increase MAX_FEE_PER_KB
    
    * Fix 0 change output
    
    * sha3-256 and keccak-256
    
    * const keywords
    
    * update tx ordering on confirmation
    
    * compiler warnings
    
    * Litecoin: params
    
    * Litecoin: scrypt pow & max_proof_of_work
    
    * Litecoin: disable retarget check
    
    * Litecoin: add new checkpoint
    
    * BIP39_CREATION_TIME -> LoafWallet release date
    
    * update secp
    
    * make sure to call balanceChanged callback whenever balance is updated
    
    * Change bitcoin-testnet with litecoin-testnet
    
    * bech32: update files
    
    * add missing files
    
    * add BRPeerManagerStandardPort method which returns the standard port used for chain params
    
    * 🦺Updated the checkpoints: Android branch (#24)
    
    * Updated the checkpoints
    
    * only 1 checkpoint added
    
    * Added Testnet checkpoint
    
    * added interface to set fpRate (#28)
    
    fpRate: false positive rate for the bloomfilter
    
    * fixed the signature (#29)
    
    ---------
    
    Co-authored-by: LiteBit <LiteBit@users.noreply.github.com>
    Co-authored-by: Aaron Voisine <voisine@gmail.com>
    Co-authored-by: Adrian Corscadden <me@acorscadden.com>
    Co-authored-by: Luca Vaccaro <luck87@gmail.com>
    Co-authored-by: Loshan T <loshan1212@gmail.com>
    Co-authored-by: Mohamed Barry <mosadialiou@gmail.com>
    7 people authored Mar 29, 2023
    Copy the full SHA
    4d2d088 View commit details

Commits on Mar 30, 2023

  1. Copy the full SHA
    06e65ba View commit details
Loading