7b6cfb846e
Merge pull request #1937 from jerryfletcher21/increase-test-trade-range
...
increase tests trade range
2025-05-20 08:59:12 +00:00
fffb12e66d
fix typo in tests and update api-latest.yaml
2025-05-17 15:51:15 +02:00
564073430a
increase tests trade range
2025-05-17 15:43:39 +02:00
5042900560
Prerelease fixes
2025-04-30 16:43:09 +02:00
e78d86feba
nostr pubkey for Robot
2025-04-27 18:43:51 +02:00
4a8e371e55
Frontend
2025-04-24 23:27:15 +02:00
26904f7cc2
Tests
2025-04-24 12:46:18 +02:00
a72bd9f454
Merge pull request #1826 from RoboSats/fix-invoice-cleanup
...
Fix invoice cleanup
2025-04-08 10:12:53 +00:00
efae3c4e0a
Update unit tests
2025-03-29 21:28:42 -03:00
c1897458e0
Fix tests
2025-03-25 18:02:28 +01:00
0d932feedb
Set cancel_status if it's not None
2025-03-19 22:44:28 -03:00
f80f1dfb0c
Add cancel_status to POST /api/order
2025-03-19 22:35:41 -03:00
ef20eb32ec
Display market price apis in API
2025-03-15 18:42:27 +01:00
e486b87948
Display amount correctly
2025-03-14 18:17:30 +01:00
c12c579497
Calculate right amount scrow and bond
2025-03-14 16:11:17 +01:00
3a34bdf4ea
Fix tests
2025-03-10 18:11:42 +01:00
ee4fe15c6c
Allow multiple takers
2025-02-28 21:26:08 +01:00
8ba46a4d82
update CLN version
2025-02-26 14:42:13 +01:00
4941af0e3d
Merge pull request #1329 from jerryfletcher21/fix-tests
...
fix some errors while running test
2025-02-22 11:10:47 +00:00
5d18d040fe
Merge branch 'main' into fix-verify-signed-message
2024-10-19 15:00:29 +00:00
7d7a3a39e7
Revert "Store status notifications"
2024-10-01 19:35:57 +00:00
d14c3a6f73
new integration test pipeline
2024-09-18 09:18:11 +02:00
7804009d2d
fix tests
2024-09-17 17:28:48 +02:00
88054a09bb
fix tests
2024-09-17 17:00:12 +02:00
4f2ec020a9
Store status notifications
2024-09-16 15:54:14 +02:00
adbaa60da2
Update test comment
2024-07-09 21:39:15 +02:00
3de8b7e3cc
Test trigger
2024-07-09 21:39:15 +02:00
0175e73ca1
New notifications
2024-07-09 21:39:15 +02:00
1757a9781a
Feat: add notifications api endpoint ( #1347 )
...
* Notifications Endpoint
* Fix tests
* CR
* Check tests
* Fix Tests
* Fix Chat
* Remove unused notifications
* Fix chat
* Fix chat
* Fix chat
2024-06-27 16:47:23 +00:00
20d56bdb6f
fix verify_signed_message
...
verify_signed_message was not checking for the validity of the
signature. The documentation of python-gnupg is not clear about this, it
says that the fiels are set just if the signature is valid.
In this case tests/robots/1/signed_message was signed with the correct
key but with the wrong digest-algo (SHA256 instead of SHA512) as
expressed on the signature.
Running gpg --verify tests/robots/1/signed_message returned:
gpg: WARNING: signature digest conflict in message
gpg: Can't check signature: General error
and a non zero error code, but verify_signed_message was not catching
this because verified.fingerprint was set even though verified.valid was
False.
2024-06-26 19:07:14 +02:00
7bfafc933e
fix test_withdraw_reward_after_unilateral_cancel
2024-06-19 12:05:22 +02:00
e9c25dbe65
fix some tests
2024-06-19 12:05:22 +02:00
62e6258f0f
Feat: fix CLN and reactivate cln integration tests ( #1336 )
...
* update cln holdinvoice plugin
DecodeBolt11 was removed in:
d51fd03390
* update CLN to v24.05 and holdinvoice to v3.0.0
* reactivate CLN integration tests
---------
Co-authored-by: jerryfletcher21 <jerryfletcher@cock.email>
2024-06-17 21:33:49 +00:00
27c07e970d
feat: add tests readme
2024-06-16 21:58:44 +01:00
e2902f13e7
chore: update api schema
2024-06-16 21:49:32 +01:00
9e1216628a
add robot status "Seen Recently" where missing in the documentation ( #1312 )
...
add robot status "Seen Recently" where missing
2024-06-02 08:37:38 +00:00
34ef099573
Feat: add coordinator opt for geoblocked countries ( #1258 )
...
* Add location validator
* Add bad location tests
2024-04-29 22:58:03 +00:00
80b97f355b
Fix order log html format error
2024-01-30 16:22:57 +00:00
bc9f8ae985
Add robot hash ids to order details and robot view
2023-12-01 12:56:55 +00:00
366283488a
Add rewards and automatic dispute resolution tests
2023-11-29 13:21:34 +00:00
19032754aa
Add tests for frontend urls
2023-11-29 12:03:18 +00:00
ddb91b1cc4
Add chat REST tests and improve doc specs
2023-11-28 17:21:27 +00:00
92b041cb31
Add maker_hash_id to book response
2023-11-28 11:13:40 +00:00
01c4a28dae
Refactor trade tests, add onchain payout test
2023-11-23 17:53:39 +00:00
62ef86f1b4
Add order expiry tests
2023-11-22 13:16:25 +00:00
6abb84ff5d
Add historical api tests
2023-11-20 14:54:04 +00:00
dd7534d64a
Add order book test
2023-11-20 14:54:04 +00:00
515133bb8e
Add ticks test
2023-11-20 14:54:04 +00:00
b85a3d655a
Add cancel tests and api limits
2023-11-20 14:54:04 +00:00
b2a130afca
Add LN payout test
2023-11-20 14:54:04 +00:00