nicolas.dorier
522d745883
Update NBXplorer and NBitcoin
2019-05-14 16:06:43 +09:00
nicolas.dorier
8ffb81cdf3
Refactor Selenium tests to properly cleanup resources
2019-05-13 18:42:20 +09:00
nicolas.dorier
ae5254c65e
disable selenium test for a while
2019-05-13 18:14:31 +09:00
nicolas.dorier
9d53888524
fix typo
2019-05-13 18:03:41 +09:00
nicolas.dorier
cd6dd78759
Click around in selenium, and do not forget to run the selenium tests on circleCI
2019-05-13 17:59:15 +09:00
nicolas.dorier
27fd49e61c
Add --allow-admin-registration, useful for tests
2019-05-13 17:00:58 +09:00
nicolas.dorier
d1556eb6cd
bump
2019-05-13 08:55:26 +09:00
nicolas.dorier
702c7f2c30
Fix tests
2019-05-13 00:35:06 +09:00
nicolas.dorier
bf37f44795
Add Wallet settings menu, do not rebase keypaths when create the PSBT
2019-05-13 00:13:55 +09:00
britttttk
698033b0cf
Selenium Chrome Tests
2019-05-12 18:49:28 +09:00
nicolas.dorier
3011fecf0f
Add tests for PSBT
2019-05-12 14:51:24 +09:00
nicolas.dorier
541c748ecb
WalletSendLedger and LedgerConnection only depends on PSBT
2019-05-11 20:02:32 +09:00
nicolas.dorier
79d26b5d95
Push rebase keypath and min fee logic down nbxplorer
2019-05-10 19:30:10 +09:00
nicolas.dorier
602625fc17
Fix tests
2019-05-09 19:14:01 +09:00
nicolas.dorier
51faa39636
Add some tests to check that AccountKeyPath and RootFingerprint are taken into account during PSBT creation
2019-05-09 18:58:14 +09:00
nicolas.dorier
f37bfbf9f9
Add more tests
2019-05-09 18:38:25 +09:00
nicolas.dorier
ba9928831e
Fix tests
2019-05-09 18:11:39 +09:00
nicolas.dorier
2b6bd3d751
Assume ElectrumMapping of BTC if not specified
2019-05-09 17:51:46 +09:00
nicolas.dorier
e96ca21c89
Small refactoring for tests
2019-05-09 17:21:51 +09:00
Kukks
bb3a087d39
Move ElectrumMapping to BtcPayNetwork
2019-05-09 17:16:17 +09:00
nicolas.dorier
5a92fe736f
Fix: Uploading coldcard in derivation scheme would forget to remember some data
2019-05-09 16:11:09 +09:00
nicolas.dorier
f2da64adad
Add parsing of cold card wallet
2019-05-09 00:55:48 +09:00
nicolas.dorier
3a05f7e294
PSBT export support in send from wallet screen
2019-05-08 14:40:16 +09:00
nicolas.dorier
5a46d0e80d
Add cmd tools to generate blocks
2019-05-08 12:19:16 +09:00
Andrew Camilleri
be844978c1
Allow cancelling a non paid pending invoice in payment requests ( #815 )
...
* allow cancel on un paid new invoices in payment requests
* start work on cancel pr payment
* finish up cancel action
* final touch and add tests
2019-05-07 17:26:40 +09:00
nicolas.dorier
93f50451e6
bump deps
2019-05-07 17:05:45 +09:00
nicolas.dorier
d32a24004e
Fix test
2019-05-03 12:59:11 +09:00
nicolas.dorier
1f04e4e6be
Add rpcport for bitcoin-cli
2019-05-03 11:10:01 +09:00
nicolas.dorier
778dcf97b1
update docker compose for bitcoin
2019-05-03 11:04:19 +09:00
nicolas.dorier
957fbdb907
Update NBitcoin, NBXplorer, Bitcoin Core
2019-05-03 10:18:08 +09:00
nicolas.dorier
7fadb4c5ad
Remove some annoying warnings
2019-05-02 21:38:39 +09:00
nicolas.dorier
a20db7f341
bump nbx
2019-05-02 21:35:28 +09:00
Andrew Camilleri
b5f4739ae5
Allow invoice creation to only allow specific payment methods in UI ( #792 )
...
* allow invoice creation to only allow specific payment methods
* add test
* reuse existing feature
* final fixes
2019-05-02 21:29:51 +09:00
Andrew Camilleri
19a990b095
Add U2f Login Support ( #787 )
...
* init u2f
* ux fixes
* Cleanup Manage Controller
* final changes
* remove logs
* remove console log
* fix text for u2f
* Use Is Secure instead of IsHttps
* add some basic u2f tests
* move loaders to before title
* missing commit
* refactor after nicolas wtf moment
2019-05-02 21:01:08 +09:00
nicolas.dorier
87a4f02f18
bump NBXplorer
2019-05-02 20:46:27 +09:00
nicolas.dorier
4a9eadf71a
Bump NBXplorer
2019-05-02 17:28:54 +09:00
nicolas.dorier
b8f6cf4f23
Execute ExternalIntegration tests after
2019-05-02 15:31:51 +09:00
nicolas.dorier
86af585df3
bump nbx in tests
2019-04-29 12:31:21 +09:00
nicolas.dorier
9670f11554
Fix HTTP 500 errors if querying the website in tests
2019-04-28 23:11:24 +09:00
rockstardev
64e7324285
Fixing CanUsePoSApp test
2019-04-26 22:00:12 -05:00
rockstardev
d5bd0ee781
Filtering invoices by StartDate and EndDate
...
Now it's required to separate parameters with comma. Forced to do
this because dates have spaces between date and time part
2019-04-26 22:00:12 -05:00
nicolas.dorier
098dfacce8
Remove segwit limitation for rescan
2019-04-24 22:40:35 +09:00
Andrew Camilleri
44d1419af9
Add itemCode to Invoice Response ( #784 )
...
closes #779
2019-04-24 22:36:35 +09:00
nicolas.dorier
dc04839fab
Run Azure tests in CircleCI
2019-04-22 17:19:04 +09:00
nicolas.dorier
5100c36c06
Uncomment google/amazon code, just disable it in the service registration
2019-04-22 16:45:50 +09:00
Andrew Camilleri
b184360eb7
Abstracted cloud storage - Amazon/Google/Azure/Local ( #708 )
...
* wip
* add in storage system
* ui fixes
* fix settings ui
* Add Files Crud UI
* add titles
* link files to users
* add migration
* set blob to public
* remove base 64 read code
* fix file query model init
* move view model to own file
* fix local root path
* use datadir for local storage
* move to services
* add direct file url
* try fix tests
* remove magic string
* remove other magic strings
* show error message on unsupported provider
* fix asp net version
* redirect to storage settings if provider is not supported
* start writing tests
* fix tests
* fix test again
* add some more to the tests
* more tests
* try making local provider work on tests
* fix formfile
* fix small issue with returning deleted file
* check if returned data is null for deleted file
* validate azure Container name
* more state fixes
* change azure test trait
* add tmp file url generator
* fix tests
* small clean
* disable amazon and google
comment out unused code for now
comment out google/amazon
2019-04-22 16:41:20 +09:00
nicolas.dorier
f7c8a989b6
bump lnd
2019-04-17 13:51:43 +09:00
nicolas.dorier
4067d4b00f
Remove the Facade concept
2019-04-11 23:55:20 +09:00
nicolas.dorier
66e7777b1a
bump nbx
2019-04-08 22:26:52 +09:00
nicolas.dorier
adc42cbba4
Put timeout on tests
2019-04-05 16:28:18 +09:00