dni ⚡
cf3b169480
FEAT: ignore extensions for checks, linting, prettier ( #1617 )
2023-04-13 07:57:14 +02:00
dni ⚡
7be46587db
do not ignore core and wallets for pyright, bug probably got introduced while rebasing...
2023-04-04 07:35:04 +02:00
Pavol Rusnak
9cf43dcea1
simplify exclude syntax for mypy in pyproject.toml
2023-03-17 18:05:43 +01:00
dni ⚡
552f253b5d
bump to version 0.10.3
2023-03-10 14:01:46 +01:00
Arc
17cdf57b8f
Merge pull request #1576 from prusnak/shortuuid-bump
...
Bump shortuuid dependency to fix build on Python 3.10
2023-03-10 12:59:04 +00:00
Pavol Rusnak
f860c170fc
Bump shortuuid dependency to fix build on Python 3.10
2023-03-10 11:54:23 +01:00
dni ⚡
c58fac39cd
fix flake error: #1088
2023-03-09 14:50:11 +01:00
dni ⚡
f2849a6e68
update version ( #1570 )
2023-03-08 13:55:58 +01:00
dni ⚡
e93fbd24be
FEAT: add funding source fallback and VoidWallet warning for frontend
2023-03-02 12:03:58 +01:00
dni ⚡
a5edcc94ff
fix version to 0.10.0
2023-03-01 16:48:19 +01:00
Arc
741f1a3daf
Merge pull request #1469 from lnbits/pyright4-extensions-only
...
pyright but only for extensions
2023-02-10 09:49:00 +00:00
dni ⚡
b151004476
fix/unused deps ( #1473 )
...
* remove unused packages
fixup
* typo in log
2023-02-07 18:09:22 +01:00
dni ⚡
16679c0d65
exclude core from pyright
2023-02-06 13:41:26 +01:00
dni ⚡
0dffb2c1a0
moving build file into tools, keep rootdir clean ( #1434 )
...
* moving build file into tools, keep rootdir clean
* formatting
* make flake happy
2023-02-01 17:19:56 +01:00
Pavol Rusnak
c8efe41e1a
add flake8 and pylint as dev dependencies
2023-01-30 11:46:43 +00:00
calle
80a94aa9ce
Fix/cashu update protocol ( #1433 )
...
* updates NOTE: fix pyproject and requirements
* revert GET to POST
* update cashu on pip and change name of models
* adjust client to spendable
* refactor spendable
2023-01-30 09:29:44 +01:00
calle
86d1ce2d6e
merely updates the version tag in pyproject.toml ( #1421 )
2023-01-26 14:28:10 +01:00
calle
12d037901e
Dependencies: update protobuf and grpcio to latest versions ( #1420 )
...
* update protobuf and grpcio to latest versions
* fix their versions
2023-01-26 14:24:17 +01:00
calle
9a39a5d5ba
fix all library versions ( #1419 )
2023-01-26 13:51:12 +01:00
calle
f6e0301209
Dependencies: fix cashu and boltz version ( #1418 )
...
* fix cashu version
* fix boltz version
2023-01-26 13:35:27 +01:00
Pavol Rusnak
a089188664
add pyright to the project ( #1367 )
...
* add pyright to project + bump prettier to latest
* reformat to match the latest prettier rules
2023-01-23 10:29:17 +01:00
dni ⚡
d89a6a337a
boltz extension v2, recurring swaps ( #981 )
...
* add status to statusdialog
* first commits for boltz update
* formatting
* add latest boltz-clien package
* big refactor, depending on boltz_client package, clean up, mypy issues, not tested yet
* blacking, sorting and stuff
* remove unused req_wrap helper
* remove api docs from frontend
* bug: frontend boltz limits error
* clean up buttons
* update to boltz-client 0.0.8
* fix tests to poetry version 1.3.1
* update requirements
* formatting
* recurring swap works now, need more finetuning
* add exceptions for multiple auto swaps and swapping in with active auto swap
* black
* auto reverse swap actually works :)
* remove swap status dialogs
* update to boltz_client 0.0.9
* update to boltz-client 0.1.1, and fix startup
* update requirement.txt for boltz-client
* fixup columns in table, remove unused payment.extra, change deezy label
* remove balance check for auto swap out
* update boltzc-lient to 0.1.2, fix mypy issue inside boltz package
* nitpicks calle tasks.py
* calle nitpicks crud
* calle nitpicks crud
* refactor
* fix formatting
* circular import
* black :)
Co-authored-by: callebtc <93376500+callebtc@users.noreply.github.com>
2023-01-19 10:30:47 +01:00
calle
17f5b734b2
Cashu 0.8 ( #1370 )
...
* support cashu 0.8
* dont comment out script
* update cashu logo on mint page
* fixing versions
* installing cashu from pypi works
* update requirements.txt
2023-01-15 11:24:11 +01:00
calle
97fd5eac8f
Update pyproject.toml
2023-01-12 15:47:42 +01:00
dni ⚡
08c485e34b
add only 1 general author
2023-01-12 07:54:30 +01:00
calle
a3f7636db0
Update pyproject.toml
2023-01-12 07:53:22 +01:00
dni ⚡
1cc3801e38
invalid author string -.-
2023-01-12 07:53:22 +01:00
dni ⚡
12688efd5f
add additional data
2023-01-12 07:53:22 +01:00
callebtc
c3ded0b51c
come on bro
2023-01-11 18:01:21 +01:00
callebtc
6afdff0f29
relative import
2023-01-11 12:49:11 +01:00
callebtc
c57ddf6aff
ignore livestream
2023-01-11 12:40:02 +01:00
calle
b8dd74299d
Merge pull request #1336 from lnbits/mypy_fix_ignore_missing_imports
...
fix: mypy - constrain `ignore_missing_imports = "True"`
2023-01-11 12:12:53 +01:00
dni ⚡
31c8973f93
remove livestream from mypy ignore and remove dead code from smtp
2023-01-10 11:09:09 +01:00
Vlad Stan
9ed5a19bd0
Revert "fix: narrow down the list of ignore_missing_imports
modules"
...
This reverts commit 7b6dfe1f498646cefe1bd8a5f25f3abe2d341b36.
2023-01-10 09:45:12 +02:00
Vlad Stan
c54a0b4f2a
fix: narrow down the list of ignore_missing_imports
modules
2023-01-10 09:45:12 +02:00
Vlad Stan
5ce79d9440
chore: use list[]
instead of csv
for ignore_missing_imports
2023-01-10 09:45:12 +02:00
Vlad Stan
c370bd18c6
refactor: remove redundant # type: ignore
2023-01-10 09:45:12 +02:00
Vlad Stan
e97fb086cc
feat: explicitly specify for which modules to ignore_missing_imports
2023-01-10 09:44:52 +02:00
dni ⚡
66c0aac3a1
fix mypy lnurldevices issues
2023-01-09 16:35:42 +01:00
dni ⚡
6ea5069835
fix mypy watchonly issues
2023-01-09 10:30:09 +01:00
calle
3ecdad42a5
Merge pull request #1296 from lnbits/fix/mypy-lnaddress
...
fix lnaddress mypy issues
2023-01-05 13:09:01 +01:00
calle
997d3726f0
Merge pull request #1297 from lnbits/fix/mypy-boltscard
...
fix boltscard mypy issue
2023-01-05 13:03:34 +01:00
dni ⚡
6e1d0cf109
fix mypy satspay issues
2023-01-05 12:47:53 +01:00
dni ⚡
2949253cb2
fix boltscard mypy issue
2023-01-05 12:27:43 +01:00
dni ⚡
8b60c64ade
fix lnaddress mypy issue
2023-01-05 12:02:23 +01:00
Arc
301a784e95
Merge pull request #1282 from lnbits/fix/mypy-streamalerts
...
fix streamalert mypy issues
2023-01-05 07:54:51 +00:00
dni ⚡
30eccab53c
fix invoices mypy issues
2023-01-04 22:49:10 +01:00
dni ⚡
6800e93d7a
fix mypy streamalerts issues
2023-01-04 21:51:38 +01:00
ben
71f2923ee1
Merge branch 'main' into fix/mypy-offlineshop
2023-01-04 19:39:01 +00:00
Arc
c18ba12ca9
Merge pull request #1288 from lnbits/fix/mypy-lndhub
...
fix lndhub mypy issues
2023-01-04 19:33:43 +00:00