d11n
|
b12c4c5fa0
|
Improve and unify page headers (#2412)
* Improve and unify page headers
* Altcoin test fixes
* Update BTCPayServer/Views/Apps/UpdateCrowdfund.cshtml
Co-authored-by: Andrew Camilleri <evilkukka@gmail.com>
* Update BTCPayServer/Views/Apps/UpdateCrowdfund.cshtml
Co-authored-by: Andrew Camilleri <evilkukka@gmail.com>
* Fix missing store name in pairing view
* Fix CanUsePairing test
* Bump header navigation font size
* Use partial tag instead of Html.PartialAsync in views
As suggested by @nicolasdorier. These are equivalent, see details [here](https://docs.microsoft.com/en-us/aspnet/core/mvc/views/partial?view=aspnetcore-3.1#partial-tag-helper).
* Fix docs link
As in #2432.
* Update BTCPayServer/Views/Wallets/SignWithSeed.cshtml
Co-authored-by: britttttk <39231115+britttttk@users.noreply.github.com>
* Update BTCPayServer/Views/Wallets/WalletSendVault.cshtml
Co-authored-by: britttttk <39231115+britttttk@users.noreply.github.com>
* Update BTCPayServer/Views/Wallets/WalletTransactions.cshtml
Co-authored-by: britttttk <39231115+britttttk@users.noreply.github.com>
Co-authored-by: Andrew Camilleri <evilkukka@gmail.com>
Co-authored-by: britttttk <39231115+britttttk@users.noreply.github.com>
|
2021-04-08 22:32:42 +09:00 |
|
Konstantin Nosov
|
4575fda10a
|
turn of autocomplete for "BIP39 Seed (12/24 word mnemonic phrase) or HD private key" input
autocomplete not pretend to be safe store for your wallet key
|
2021-03-16 16:05:16 +02:00 |
|
britttttk
|
15c87dc0b6
|
Fix typos on wallet sign with seed page
|
2021-03-07 23:30:40 -07:00 |
|
nicolas.dorier
|
35432d919c
|
Refactor common data structure for wallet into SigningContext
|
2020-05-25 06:29:06 +09:00 |
|
nicolas.dorier
|
25e6f82aa3
|
Refactor parameter passing in wallet functions
|
2020-05-25 04:55:28 +09:00 |
|
Kukks
|
065be9be64
|
Revert back to original transaction if payjoined tx does not work
|
2020-03-27 10:45:13 +01:00 |
|
Kukks
|
10fcfab233
|
remove bpu TempData
|
2020-03-27 10:45:13 +01:00 |
|
nicolas.dorier
|
1174178771
|
Remove reliance on ambient routing values
|
2019-10-23 13:52:22 +09:00 |
|
nicolas.dorier
|
55a48ff84a
|
Add some notice in sign with seed
|
2019-05-17 14:42:28 +09:00 |
|
nicolas.dorier
|
a68915d6cf
|
WalletPSBTReady show the summary of the transaction, signing with the seed respect the keypath of the wallet settings
|
2019-05-15 15:00:09 +09:00 |
|
Andrew Camilleri
|
eb54a18fcd
|
Wallet & PSBT: Sign with seed or key (#840)
* Allow signing a PSBT with an extkey/wif or mnemonic seed
* reword things
* small text
|
2019-05-15 01:03:48 +09:00 |
|