Nicolas Dorier
e0af3bf493
Fix broken links
2026-04-23 15:23:49 +09:00
nicolas.dorier
7f84ef983c
Fix doc anchor
2025-06-02 18:57:15 +09:00
Nicolas Dorier
f4640c8c4f
Support miniscript derivation scheme ( #523 )
...
* Support miniscript derivation scheme
* Adjustements
* fix
2025-06-02 11:11:28 +09:00
nicolas.dorier
206165736a
Add doc for the fullschema
2025-04-02 21:43:58 +09:00
nicolas.dorier
c64dc124b5
Better docs
2024-11-28 22:30:11 +09:00
nicolas.dorier
0bf9492e1d
Replace from azure to github pages
2024-11-25 17:34:30 +09:00
nicolas.dorier
8275c6effb
Add index.html
2024-11-25 17:27:34 +09:00
nicolas.dorier
8f7371dc47
Make API openapi 3.0 compliant
2024-11-25 16:06:40 +09:00
nicolas.dorier
048eab8625
Document basic auth
2024-11-25 15:55:59 +09:00
nicolas.dorier
1ee089836d
Add missing routes to groups
2024-11-25 12:04:00 +09:00
nicolas.dorier
4c9db11e6c
Fix broken link
2024-11-25 11:48:11 +09:00
nicolas.dorier
d5b56d3206
Add /v1 to all paths, reuse parameters definition
2024-11-25 10:41:42 +09:00
Nicolas Dorier
7fb40b5a81
Add browseable doc ( #484 )
2024-11-18 17:55:58 +09:00
nicolas.dorier
22b8e0b17a
Add matchedInputs to events
2024-06-04 11:45:51 +09:00
nicolas.dorier
a2dc680338
Remove dead code
2024-04-08 16:43:55 +09:00
nicolas.dorier
b20d1567e0
Remove DBTrie
2024-04-08 14:07:00 +09:00
nicolas.dorier
9b6358221a
Add Group API
2024-01-10 21:15:04 +09:00
nicolas.dorier
a858d56552
Allow creation of PSBTs conflicting with mempool with includeOnlyOutpoints
2023-11-15 11:05:24 +09:00
Kukks
ef84e74bbb
Add InputIndex to matched inputs
2023-11-15 10:40:36 +09:00
Lucas Cullen
0534c50898
Update API.md
...
Update grammar
2023-10-15 10:52:23 +10:00
Faruk Terzioglu
994dbfe55b
mergeOutputs
2023-09-13 09:21:23 +03:00
Nicolas Dorier
64cfb2fc90
Add replaced tx ids in transaction events ( #413 )
2023-04-29 22:21:51 +09:00
nicolas.dorier
06aa2b5dcc
Improve grammar
2023-04-10 12:50:49 +09:00
Nicolas Dorier
a064c60932
Add replacedBy to cryptos/{cryptoCode}/transactions/{txId} ( #412 )
2023-03-25 10:42:16 +09:00
Nicolas Dorier
ad90a241a6
Add eventId to real time notifications ( Close #393 ) ( #405 )
2023-02-11 19:45:33 +09:00
Nicolas Dorier
23a8e335e4
Save birthdate of wallet on GenerateWallet ( #391 )
2022-12-12 20:55:00 +09:00
nicolas.dorier
6becdca483
Include Address in the Get UTXOs route
2022-12-08 17:35:04 +09:00
nicolas.dorier
086fc3b42c
Add Address to txevent.outputs
2022-12-08 16:58:34 +09:00
nicolas.dorier
b9fd115c6c
Add confirmations number to block event
2022-12-08 10:32:44 +09:00
nicolas.dorier
1ddf28ee2a
Update doc
2022-11-10 21:24:34 +09:00
nicolas.dorier
a1205d8f97
Support saving keys in descriptors wallets
2022-10-18 21:25:45 +09:00
d11n
5cc4389cda
Docs: References and formatting ( #371 )
...
Some minor updates for better display on the docs website. See btcpayserver/btcpayserver-doc#1160 .
2022-09-16 15:30:38 +09:00
d11n
2075f2200f
Update Postgres-Migration.md ( #366 )
...
See https://github.com/btcpayserver/btcpayserver/pull/3876#issuecomment-1157549182
2022-06-17 19:01:39 +09:00
nicolas.dorier
8e060f545d
Add full schema
2022-06-06 13:05:23 +09:00
nicolas.dorier
1fff142f6f
Improve performance on get unused of big wallets
2022-04-19 14:45:06 +09:00
nicolas.dorier
bdd741e753
Add GetWalletsRecents filtered by code
2022-04-06 16:27:10 +09:00
Andrew Camilleri
acf2db03e2
Liquid: Support Slip77 derivation for blinding keys ( #353 )
2022-04-04 14:16:02 +09:00
nicolas.dorier
79c9196f22
Fix schema link
2022-04-03 19:13:15 +09:00
Nicolas Dorier
7d44d4cb74
Support postgres backend ( #356 )
2022-04-03 19:07:29 +09:00
nicolas.dorier
d466b64836
Add wipe feature
2021-09-02 13:13:23 +09:00
nicolas.dorier
3cc354160b
Add taproot to doc
2021-08-30 11:43:13 +09:00
Manan Sharma
7c5d4942b8
Add taproot derivation scheme ( #335 )
...
* Add taproot derivation scheme
* Modifies the API docs
* Minor Change
2021-08-30 11:17:22 +09:00
nicolas.dorier
04dfb92d43
Can get taproot support from API
2021-08-05 13:15:16 +09:00
Nicolas Dorier
b84337fccf
Document and properly test immature transaction handling ( #324 )
2021-07-31 20:59:53 +09:00
nicolas.dorier
cc548a4aba
[Breaking change] Do not include global xpub by default in the PSBT
2020-09-10 12:10:52 +09:00
Jonathan Underwood
351b4c7919
Add GetLatestEvents ( #268 )
2020-06-11 20:25:35 +09:00
Andrew Camilleri
81b7623e54
Allow attempting to set the full tx for segwit inputs ( #266 )
...
* Allow attempting to set the full tx for segwit inputs
An new option to allow *attempting* to set `non_witness_utxo` for segwit inputs on PSBT create/update.
* rename and fix text
2020-06-10 09:26:28 +09:00
nicolas.dorier
8d989ef3c3
Allow fingerprinting for altcoins
2020-05-27 12:11:20 +09:00
nicolas.dorier
46828bd735
Use fingerprint randomization only on BTC
2020-05-26 17:36:04 +09:00
Nicolas Dorier
713368e6ab
Replaced collection should return more information about replacement ( #263 )
2020-05-24 08:11:17 +09:00