forked from breadwallet/breadwallet-core
-
Notifications
You must be signed in to change notification settings - Fork 46
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
🚀[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 <[email protected]> Co-authored-by: Aaron Voisine <[email protected]> Co-authored-by: Adrian Corscadden <[email protected]> Co-authored-by: Luca Vaccaro <[email protected]> Co-authored-by: Loshan T <[email protected]> Co-authored-by: Mohamed Barry <[email protected]>
- Loading branch information
1 parent
46bfe93
commit 4d2d088
Showing
12 changed files
with
87 additions
and
37 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -34,7 +34,7 @@ | |
extern "C" { | ||
#endif | ||
|
||
#if BITCOIN_TESTNET | ||
#if LITECOIN_TESTNET | ||
#pragma message "testnet build" | ||
#endif | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.