Commit Graph

  • 410a51355b
    Add SyncOptions as the second argument to Wallet::sync LLFourn 2022-01-27 16:52:53 +11:00
  • 326bfe82a8
    Remove Blockchain from wallet LLFourn 2022-01-26 15:17:48 +11:00
  • b23a0747b5
    Merge commit 'refs/pull/552/head' of github.com:bitcoindevkit/bdk Steve Myers 2022-02-23 14:10:28 -08:00
  • 022256c91a
    Fix comment on peek_address #522 get_change_address Lloyd Fournier 2022-01-13 15:31:52 +11:00
  • 00f0901bac
    Add API for internal addresses LLFourn 2021-08-19 19:57:35 +10:00
  • 19f028714b
    Merge bitcoindevkit/bdk#502: Refactor verification logic Steve Myers 2022-02-21 19:21:48 -08:00
  • ad65dd5c23
    Merge branch 'master' into verifcation-refactor #502 Steve Myers 2022-02-21 17:47:09 -08:00
  • 1999d97aeb
    Remove verify flag from TransactionDetails via new MIGRATIONS Steve Myers 2022-02-21 14:06:15 -08:00
  • 0195bc0636
    Update CHANGELOG rajarshimaitra 2022-02-11 22:08:17 +05:30
  • 760a6ca1a1
    Merge bitcoindevkit/bdk#551: Fix sent calculation in the RPC backend Alekos Filini 2022-02-20 11:19:14 +01:00
  • 552765bb58
    Bump version to 0.16.2-dev #552 release/0.16.0 Steve Myers 2022-02-19 13:10:04 -08:00
  • f3e479fa7f
    Bump version to 0.16.1 v0.16.1 Steve Myers 2022-02-19 12:46:17 -08:00
  • 5698c683c6
    Pin tokio version to ~1.14 Steve Myers 2022-02-17 11:37:39 -08:00
  • a83aa0461c
    [ci] Pin nightly docs workflow rust version to nightly-2022-01-25 Steve Myers 2022-02-04 08:55:00 -06:00
  • bfd0d13779
    [blockchain] Fix sent calculation in the RPC backend #551 Daniela Brozzoni 2022-02-17 23:39:11 +01:00
  • 128c37595c
    [tests] Pass tx inputs to the testutils macro Daniela Brozzoni 2022-02-17 23:36:40 +01:00
  • 5c5bb7833c
    Merge bitcoindevkit/bdk#550: Pin tokio version to ~1.14 Steve Myers 2022-02-17 18:09:03 -08:00
  • b04bb590f3
    Pin tokio version to ~1.14 #550 Steve Myers 2022-02-17 11:37:39 -08:00
  • 0efbece41a
    Merge bitcoindevkit/bdk#542: Implement XKeyUtils on InnerXKey Alekos Filini 2022-02-14 20:15:57 +01:00
  • b6fe01c466
    Implement XKeyUtils on InnerXKey #542 Gianluca Acerbis 2021-09-14 12:56:00 +00:00
  • 1d7ea89d8a
    Refactor sync time verification rajarshimaitra 2022-01-21 21:43:05 +05:30
  • b05ee78c73
    Remove verifcation flag from compact_filters rajarshimaitra 2022-01-02 15:14:32 +05:30
  • 53c30b0479
    Add verification tests in CI rajarshimaitra 2022-01-02 14:22:39 +05:30
  • 6a09075d1a
    Remove verify flag from sqlite DB rajarshimaitra 2022-01-02 14:22:10 +05:30
  • 61a95d0d15
    Update changelog rajarshimaitra 2021-12-16 22:46:44 +05:30
  • 08f312a82f
    Remove verify flag from TransactionDetails rajarshimaitra 2021-12-16 21:06:59 +05:30
  • acbf0ae08e
    Add sync verification for esplora rajarshimaitra 2021-12-16 20:57:28 +05:30
  • 4761155707
    Add sync verification in electrum rajarshimaitra 2021-12-16 20:53:16 +05:30
  • 98a3b3282a
    Remove sync verification rajarshimaitra 2021-12-16 20:51:18 +05:30
  • e745122bf5
    Merge bitcoindevkit/bdk#539: [ci] Pin nightly docs workflow rust version to nightly-2022-01-25 Alekos Filini 2022-02-07 11:01:36 +01:00
  • 07c270db03
    [ci] Pin nightly docs workflow rust version to nightly-2022-01-25 #539 Steve Myers 2022-02-04 08:55:00 -06:00
  • 375674ffff
    Merge bitcoindevkit/bdk#532: Release/0.16.0 Alekos Filini 2022-01-27 10:44:42 +01:00
  • 8de422dcfd
    Add SyncOptions as the second argument to Wallet::sync remove-blockchain-from-wallet LLFourn 2022-01-27 16:52:53 +11:00
  • 733300623e
    Remove Blockchain from wallet LLFourn 2022-01-26 15:17:48 +11:00
  • fcf422752b
    Fix 0.16.0 changelog, include WIF fix #532 Steve Myers 2022-01-21 14:27:36 -06:00
  • 6fb42fdea1
    Bump version to 0.16.1-dev Steve Myers 2022-01-21 14:27:02 -06:00
  • 3f65e8c64b
    Bump version to 0.16.0 v0.16.0 Steve Myers 2022-01-21 12:35:45 -06:00
  • 3f0101d317
    Bump version to 0.16.0-rc.1 Steve Myers 2022-01-12 18:01:32 +01:00
  • b1346d4ccf
    Merge bitcoindevkit/bdk#505: Using dust value from rust-bitcoin in `is_dust` Steve Myers 2022-01-12 17:47:58 +01:00
  • 5107ff80c1
    Merge bitcoindevkit/bdk#495: Disable reqwest's default features Steve Myers 2022-01-12 09:15:23 +01:00
  • 5ac51dfe74
    fix and test is_dust #505 James Taylor 2022-01-11 18:21:35 -05:00
  • 04d58f7903
    Merge commit 'refs/pull/508/head' of github.com:bitcoindevkit/bdk Steve Myers 2022-01-11 10:08:33 +01:00
  • 380a4f2588
    Disable reqwest's default features #495 Thomas Eizinger 2021-12-07 16:34:03 +11:00
  • 9e30a79027
    Fix CHANGELOG link for v0.15.0 #508 release/0.15.0 Steve Myers 2021-12-29 13:17:11 -08:00
  • fdb272e039
    Merge bitcoindevkit/bdk#511: Fix nightly_docs.yml publish_docs 'Commit' step Alekos Filini 2021-12-29 10:59:24 +01:00
  • d2b6b5545e
    Bump version to 0.15.1-dev Steve Myers 2021-12-23 10:40:42 -08:00
  • db6ffb90f0
    Merge commit 'refs/pull/510/head' of github.com:bitcoindevkit/bdk Steve Myers 2021-12-23 10:34:58 -08:00
  • 947a9c29db
    Fix nightly_docs.yml publish_docs 'Commit' step #511 Steve Myers 2021-12-23 10:22:55 -08:00
  • 61ee2a9c1c
    Merge commit 'refs/pull/504/head' of github.com:bitcoindevkit/bdk Alekos Filini 2021-12-23 12:24:52 +01:00
  • 44e4c5dac5
    Merge commit 'refs/pull/509/head' of github.com:bitcoindevkit/bdk Alekos Filini 2021-12-23 12:22:09 +01:00
  • e09aaf055a
    Add a custom logo to our docs #510 Alekos Filini 2021-12-23 11:36:49 +01:00
  • c40898ba08
    Merge commit 'refs/pull/503/head' of github.com:bitcoindevkit/bdk Alekos Filini 2021-12-23 11:34:34 +01:00
  • 2f98db8549
    Add back old logo to static/bdk.svg #509 Steve Myers 2021-12-22 21:38:54 -08:00
  • 4d7c4bc810
    Bump version to 0.15.0 v0.15.0 Steve Myers 2021-12-22 20:34:38 -08:00
  • a0c140bb29
    add doc comment for IsDust trait James Taylor 2021-12-22 01:50:17 -05:00
  • bf5994b14a
    fixed fee in test, removed unnecessary comment James Taylor 2021-12-19 18:37:05 -05:00
  • ca682819b3
    using dust value from rust-bitcoin James Taylor 2021-12-19 02:55:24 -05:00
  • ee41d88f25
    Test WIF from BIP39 words has correct network #504 mcroad 2021-12-18 15:34:18 -06:00
  • beb1e4114d
    Add fix to changelog mcroad 2021-12-18 15:13:09 -06:00
  • af047f90db
    Set the correct inner private_key network mcroad 2021-12-18 15:10:25 -06:00
  • d01ec6d259
    Add test to ensure WIF uses the correct network mcroad 2021-12-18 15:08:16 -06:00
  • 77bce06caf
    Update logo #497 Alekos Filini 2021-12-10 13:01:21 +01:00
  • 98c26a1ad9
    Bump version to 0.15.0-rc.1 Steve Myers 2021-12-17 21:40:07 -08:00
  • 1a907f8a53
    [ci] Fix publish_docs job #503 Steve Myers 2021-12-17 21:28:39 -08:00
  • e82edbb7ac
    Merge bitcoindevkit/bdk#501: Only run clippy for the stable rust version Steve Myers 2021-12-16 09:28:58 -08:00
  • 57a1185aef
    Only run clippy for the stable rust version #501 Steve Myers 2021-12-14 22:06:06 -08:00
  • 64e88f0e00
    Merge bitcoindevkit/bdk#492: bump electrsd dep to 0.13 Steve Myers 2021-12-01 09:33:07 -08:00
  • f7f9bd2409
    bump electrsd dep to 0.13 #492 Riccardo Casatta 2021-12-01 08:45:32 +01:00
  • 68a3d2b1cc
    Merge bitcoindevkit/bdk#487: Use "Description" instead of "Descriptive Title" in SoB Issue Template Steve Myers 2021-11-30 16:20:31 -08:00
  • aa13186fb0
    Merge bitcoindevkit/bdk#478: Fix typos in comments Steve Myers 2021-11-30 16:19:01 -08:00
  • 02980881ac
    Merge bitcoindevkit/bdk#473: release/0.14.0 Steve Myers 2021-11-30 16:15:21 -08:00
  • 69b184a0a4
    Merge branch 'master' into release/0.14.0 #473 release/0.14.0 Steve Myers 2021-11-30 15:41:41 -08:00
  • 084ec036a5
    Use "Description" instead of "Descriptive Title" #487 rajarshimaitra 2021-11-30 12:26:36 +05:30
  • c1af456e58
    Merge bitcoindevkit/bdk#475: Fix typo in check_miniscript method declaration and use Steve Myers 2021-11-29 14:12:38 -08:00
  • d20b649eb8
    Merge bitcoindevkit/bdk#477: Update issue templates Steve Myers 2021-11-29 10:24:52 -08:00
  • fed4a59728
    Bump version to 0.14.1-dev Steve Myers 2021-11-27 22:13:29 -08:00
  • c175dd2aae
    Bump version to 0.14.0 v0.14.0 Steve Myers 2021-11-27 21:00:19 -08:00
  • 8534cd3943
    Update issue templates #477 Steve Myers 2021-11-15 12:29:28 -08:00
  • 3a07614fdb
    Merge bitcoindevkit/bdk#471: moving the function wallet_name_from_descriptor from blockchain/rpc.rs to wallet/mod.rs as it can be useful not only for rpc Steve Myers 2021-11-24 20:44:27 -08:00
  • b2ac4a0dfd
    Merge bitcoindevkit/bdk#461: Restructure electrum/esplora sync logic Steve Myers 2021-11-24 19:48:19 -08:00
  • 7f8103dd76
    Fix typos in comments #478 thunderbiscuit 2021-11-23 13:40:58 -05:00
  • b9fc06195b
    Fix typo in check_miniscript method declaration and use #475 thunderbiscuit 2021-11-23 12:59:08 -05:00
  • a630685a0a
    Merge branch 'master' into sync_pipeline #461 LLFourn 2021-11-23 11:28:18 +11:00
  • 2fc8114180
    moving the function wallet_name_from_descriptor from blockchain/rpc.rs to wallet/mod.rs as it can be useful not only for rpc #471 Richard Ulrich 2021-11-17 16:26:43 +01:00
  • 6b1cbcc4b7
    Bump version to 0.14.0-rc.1 Steve Myers 2021-11-17 11:54:09 -08:00
  • afa1ab4ff8
    Fix blockchain_tests::test_send_to_bech32m_addr #402 Steve Myers 2021-11-11 13:44:34 -08:00
  • 632422a3ab
    Added wallet blockchain test to send to Bech32m address Sandipan Dey 2021-09-13 22:01:44 +05:30
  • 54f61d17f2
    Added a wallet unit test to send to a Bech32m address Sandipan Dey 2021-09-13 21:59:20 +05:30
  • 5830226216
    [database] Wrap BlockTime in another struct to allow adding more fields in the future #459 Alekos Filini 2021-11-04 15:38:38 +00:00
  • 2c77329333
    Rename ConfirmationTime to BlockTime Alekos Filini 2021-11-03 16:05:30 +00:00
  • 3e5bb077ac
    Update CHANGELOG.md Alekos Filini 2021-10-26 14:38:55 +02:00
  • 7c06f52a07
    [wallet] Store the block height and timestamp after syncing Alekos Filini 2021-10-23 15:25:49 +02:00
  • 12e51b3c06
    [wallet] Expose an immutable reference to a wallet's database Alekos Filini 2021-10-23 15:00:09 +02:00
  • 2892edf94b
    [db] Add the last_sync_time database entry Alekos Filini 2021-10-23 14:51:42 +02:00
  • 9c5770831d
    Make stop_gap a parameter to EsploraBlockchainConfig::new LLFourn 2021-11-05 13:34:30 +11:00
  • 0f0a01a742
    s/vin/vout/ LLFourn 2021-11-05 13:30:41 +11:00
  • 1a64fd9c95
    Delete src/blockchain/utils.rs LLFourn 2021-11-05 12:47:48 +11:00
  • d3779fac73
    Fix comments LLFourn 2021-11-05 12:44:36 +11:00
  • d39401162f
    Less intermediary data states in sync LLFourn 2021-11-05 12:34:17 +11:00
  • dfb63d389b
    s/observed_txs/finished_txs/g LLFourn 2021-11-05 12:14:42 +11:00