2021-12-24 12:52:08 +00:00
|
|
|
name: cw_bitcoin
|
|
|
|
description: A new Flutter package project.
|
|
|
|
version: 0.0.1
|
2022-01-14 12:19:25 +00:00
|
|
|
publish_to: none
|
|
|
|
author: Cake Wallet
|
|
|
|
homepage: https://cakewallet.com
|
2021-12-24 12:52:08 +00:00
|
|
|
|
|
|
|
environment:
|
2022-10-12 17:09:57 +00:00
|
|
|
sdk: ">=2.17.5 <3.0.0"
|
|
|
|
flutter: ">=1.20.0"
|
2021-12-24 12:52:08 +00:00
|
|
|
|
|
|
|
dependencies:
|
|
|
|
flutter:
|
|
|
|
sdk: flutter
|
2022-10-12 17:09:57 +00:00
|
|
|
path_provider: ^2.0.11
|
2023-08-18 15:37:17 +00:00
|
|
|
http: ^1.1.0
|
2022-10-12 17:09:57 +00:00
|
|
|
mobx: ^2.0.7+4
|
|
|
|
flutter_mobx: ^2.0.6+1
|
2023-08-18 15:37:17 +00:00
|
|
|
intl: ^0.18.0
|
2021-12-24 12:52:08 +00:00
|
|
|
cw_core:
|
|
|
|
path: ../cw_core
|
2022-01-13 14:12:22 +00:00
|
|
|
bitcoin_flutter:
|
|
|
|
git:
|
|
|
|
url: https://github.com/cake-tech/bitcoin_flutter.git
|
2023-12-08 14:05:52 +00:00
|
|
|
ref: cake-update-v4
|
2023-10-12 22:50:16 +00:00
|
|
|
bitbox:
|
|
|
|
git:
|
|
|
|
url: https://github.com/cake-tech/bitbox-flutter.git
|
2024-04-08 14:54:58 +00:00
|
|
|
ref: Add-Support-For-OP-Return-data
|
2022-10-12 17:09:57 +00:00
|
|
|
rxdart: ^0.27.5
|
2022-01-14 12:19:25 +00:00
|
|
|
unorm_dart: ^0.2.0
|
2022-10-12 17:09:57 +00:00
|
|
|
cryptography: ^2.0.5
|
Btc address types (#1263)
* inital migration changes
* feat: rest of changes
* minor fix [skip ci]
* fix: P2wshAddress & wallet address index
* fix: address review comments
* fix: address type restore
* feat: add testnet
* Fix review comments
Remove bitcoin_base from cw_core
* Fix address not matching selected type on start
* remove un-necessary parameter [skip ci]
* Remove bitcoin specific code from main lib
Fix possible runtime exception from list wrong access
* Minor fix
* fix: fixes for Testnet
* fix: bitcoin receive option dependency breaks monerocom
* Fix issues when building Monero.com
* feat: Transaction Builder changes
* fix: discover addresses, testnet restoring, duplicate unspent coins, and taproot address vs schnorr sig tweak
* fix: remove print
* feat: improve error when failed broadcast response
* feat: create fish shell env script
* fix: unmodifiable maps
* fix: build
* fix: build
* fix: computed observable side effect bug
* feat: add nix script for android build_all
* fix: wrong keypairs used for signing
* fix: wrong addresses when using fromScriptPubKey scripts
* fix(actual commit): testnet tx expanded + wrong addresses when using fromScriptPubKey scripts (update bitcoin_base deps)
* fix: self-send [skip ci]
* fix: p2wsh
* fix: testnet fees
* New versions
* Update macos build number
Minor UI fix
* fix: use new bitcoin_base ref, fix tx list wrong hex value & refactor hidden vs hd use
- if always use sideHd for isHidden, it is easier to simplify the functions instead of passing both which can be error prone
- (ps: now this could probably be changed, for example from isHidden to isChange since with address list we now see "hidden" addresses)
* Fix if condition to handle litecoin case
* fix: self-send, change address was always making direction incoming
* refactor: improve estimation function, add more inputs if balance missing
* fix: new bitcoin_base update, fixes script issues
* Update evm chain wallet service arguments
* Fix translation [skip ci]
* Fix translation [skip ci]
* Update strings_fr.arb [skip ci]
* fix: async isChange function not being awaited, refactor to reduce looping into a single place
* fix: _address vs address, missing p2sh
* fix: minor mistake in storing p2sh page type [skip ci]
* refactor: use already matched addresses property
* feat: improved perfomance for fetching transaction histories
* feat: continue perfomance change, improve address discovery only to last address by type with history
* fix: make sure transaction list is sorted by date
* refactor: isTestnet only for bitcoin
* fix: walletInfo type null case
* fix: deprecated p2pk
* refactor: make condition more readable
* refactor: remove unnecessary Str variant
* refactor: make condition more readable
* fix: infinite loop possible
* Revert removing isTestnet from other wallets [skip ci]
* refactor: rename addresses when matched by receive type
* Make the beta build [skip ci]
Remove app_env.fish
---------
Co-authored-by: OmarHatem <omarh.ismail1@gmail.com>
2024-02-23 16:13:30 +00:00
|
|
|
bitcoin_base:
|
|
|
|
git:
|
|
|
|
url: https://github.com/cake-tech/bitcoin_base.git
|
2024-03-21 02:51:57 +00:00
|
|
|
ref: cake-update-v2
|
|
|
|
blockchain_utils: ^2.1.1
|
2023-08-04 17:01:49 +00:00
|
|
|
|
2021-12-24 12:52:08 +00:00
|
|
|
dev_dependencies:
|
|
|
|
flutter_test:
|
|
|
|
sdk: flutter
|
2024-04-18 18:10:58 +00:00
|
|
|
build_runner: ^2.1.11
|
2022-10-12 17:09:57 +00:00
|
|
|
build_resolvers: ^2.0.9
|
|
|
|
mobx_codegen: ^2.0.7
|
|
|
|
hive_generator: ^1.1.3
|
2021-12-24 12:52:08 +00:00
|
|
|
|
|
|
|
# For information on the generic Dart part of this file, see the
|
|
|
|
# following page: https://dart.dev/tools/pub/pubspec
|
|
|
|
|
|
|
|
# The following section is specific to Flutter.
|
|
|
|
flutter:
|
|
|
|
|
|
|
|
# To add assets to your package, add an assets section, like this:
|
|
|
|
# assets:
|
|
|
|
# - images/a_dot_burr.jpeg
|
|
|
|
# - images/a_dot_ham.jpeg
|
|
|
|
#
|
|
|
|
# For details regarding assets in packages, see
|
|
|
|
# https://flutter.dev/assets-and-images/#from-packages
|
|
|
|
#
|
|
|
|
# An image asset can refer to one or more resolution-specific "variants", see
|
|
|
|
# https://flutter.dev/assets-and-images/#resolution-aware.
|
|
|
|
|
|
|
|
# To add custom fonts to your package, add a fonts section here,
|
|
|
|
# in this "flutter" section. Each entry in this list should have a
|
|
|
|
# "family" key with the font family name, and a "fonts" key with a
|
|
|
|
# list giving the asset and other descriptors for the font. For
|
|
|
|
# example:
|
|
|
|
# fonts:
|
|
|
|
# - family: Schyler
|
|
|
|
# fonts:
|
|
|
|
# - asset: fonts/Schyler-Regular.ttf
|
|
|
|
# - asset: fonts/Schyler-Italic.ttf
|
|
|
|
# style: italic
|
|
|
|
# - family: Trajan Pro
|
|
|
|
# fonts:
|
|
|
|
# - asset: fonts/TrajanPro.ttf
|
|
|
|
# - asset: fonts/TrajanPro_Bold.ttf
|
|
|
|
# weight: 700
|
|
|
|
#
|
|
|
|
# For details regarding fonts in packages, see
|
|
|
|
# https://flutter.dev/custom-fonts/#from-packages
|