sihamon
73f8c277b9
Fix: TypeError in burn token ( #152 )
...
* Fix: TypeError in burn token
* Make format
2023-03-31 23:42:51 +02:00
callebtc
ce08e083fb
Merge branch 'main' of github.com:callebtc/cashu
2023-03-29 03:40:41 +02:00
calle
e316ae4b7f
bump to 0.11.0 ( #153 )
2023-03-29 03:40:17 +02:00
callebtc
a673077005
bump to 0.11.0
2023-03-29 03:38:17 +02:00
calle
db27105d17
TokenV3 and new Mint startup in tests ( #149 )
...
* tokenv3 send and receive
* receive v2 and v1 tokens with tests
2023-03-28 22:35:22 +02:00
sihamon
258de87a9a
Fix: Mints are sorted by balance which can suddenly change ( #145 )
...
* Sort mints by URL when displaying balances
* Use mint with largest balance as default when spending
* Make format
* Display mint with largest balance in prompt
2023-03-19 15:09:03 +01:00
Tim Bouma
2267fbe9a4
Postgres with Dockerfile changes ( #148 )
...
* added postgres support
* added libpq-dev
2023-03-19 15:07:44 +01:00
calle
4784163a0e
bump version to 0.10.0 ( #146 )
2023-03-16 01:48:48 +01:00
dyKiU
3952979a56
CLI: error handling invalid nostr client key ( #144 )
...
* improve error handling, catch and handle exception around nostr client creation
* add makefile
* apply formatting as per PR feedback
---------
Co-authored-by: callebtc <93376500+callebtc@users.noreply.github.com >
2023-03-16 01:48:34 +01:00
calle
70828b59d5
NUT-08 Lightning fee return ( #114 )
...
* skeleton
* works
* comments
* docsctrings ledger.py
* bump version to 0.10.
* fixes mypy stuff
* make format
* remove unwanted changes
2023-03-16 01:28:33 +01:00
sihamon
9ae222740a
Add ability to force-delete pending token by send ID ( #142 )
...
* Add ability to force-delete pending token by send ID
* Make format
2023-03-16 01:07:30 +01:00
calle
f3a31fd09e
use settings module ( #136 )
...
* use settings module
2023-03-16 00:59:50 +01:00
callebtc
51156799b9
add makefile
2023-03-15 16:10:11 +01:00
calle
e8011a0f78
Type annotations for bdhke ( #140 )
...
* annotate dhke
* raise for errors
* remove backwards compatibility
* remove old code
* remove test code
2023-03-09 17:45:50 +01:00
calle
2d3a29ad94
make format ( #139 )
2023-03-08 19:27:01 +01:00
sihamon
4d391382b1
Allow to receive all pending tokens ( #132 )
2023-03-08 19:10:19 +01:00
sihamon
cd1fddb524
Add ability to show n pending tokens starting from offset ( #135 )
2023-03-08 19:08:56 +01:00
calle
3333102327
lightning: add fakewallet ( #134 )
...
* lightning: add fakewallet
* make format
* fix mypy
* make backend configurable
* weird mypy
2023-03-07 17:49:27 +01:00
callebtc
3828da294b
update readme
2023-03-07 11:03:31 +01:00
calle
52d3cdecc1
readme: add tests ( #133 )
2023-03-07 11:02:20 +01:00
calle
5fdeecdc08
fix defaults for socks proxy and sat -> msat when ln is connected ( #130 )
2023-03-05 17:18:58 +01:00
calle
39e71b20d8
Mint database setting ( #126 )
...
* mint: new .env variable MINT_DATABASE
* make format
2023-03-05 11:13:55 +01:00
calle
a2cdd002d8
cli logger refactor, poetry update ( #125 )
2023-03-05 03:29:55 +01:00
calle
fe802c00fe
wallet: fix variable assignments ( #124 )
2023-03-05 03:16:28 +01:00
calle
a7eef68c97
wallet: load keys without keysets ( #123 )
...
* wallet: load keys without keysets
* fix cli
2023-03-05 02:51:20 +01:00
calle
e696e19479
wallet: invalidate proofs without checking with mint ( #122 )
2023-03-04 22:02:24 +01:00
calle
23f2b58430
wallet: mint specific amounts ( #121 )
...
* wallet: mint specific amounts
* make format
2023-03-04 21:49:39 +01:00
calle
2d66aeb79c
Fix invoice asyncio wrapper ( #113 )
...
* mypy: fix lightning backend warnings
* fix asyncio invoice creation
* ignore weird mypy error
2023-02-25 16:44:51 +01:00
callebtc
a1c3538b50
comments
2023-02-25 14:52:57 +01:00
calle
d1c32e4c69
nostr: send to nip05 ( #112 )
...
* nostr: add sleep after send before closing threads
* cli: nostr send <amount> <npub> without option flag
* parse domain.com nip-05 addresses without user
2023-02-25 14:34:15 +01:00
calle
da2d003291
fix manifest ( #111 )
2023-02-25 13:23:33 +01:00
calle
46eeb2c36e
Nostr-p2nip5 ( #110 )
...
* move cli
* set_requests decorator
* fix wrapper
* refactor nostr.py
* ignore coroutine unpack error
* nostr lib 0.8
* make format
2023-02-25 12:27:33 +01:00
calle
5ec2c3604e
Nostr bech32 dm ( #109 )
...
* nostr: bech32 keys and remember last DM check
* cump to 0.9.2
* make format
2023-02-13 23:19:19 +01:00
calle
53aa73b7c7
Fix/multimind_redeem_unused_keysets ( #108 )
...
* multmind fix
* bump version
* fix verify_mints
2023-02-03 23:44:05 +01:00
callebtc
75662462b4
update checking message
2023-01-30 21:03:11 +01:00
calle
7e39e1b036
BREAKING: PostMeltRequest, CheckSpendableResponse ` ( #106 )
...
* fix PostMeltRequest and /checkfees to GET
* POST /check -> GET /check
* fix GetCheckSpendableResponse
* rename models
* make format
* revert GET
* bump version to 0.9
* skip nostr test
2023-01-30 09:13:46 +01:00
calle
e63db82641
update readme and errors for mint ( #107 )
2023-01-28 00:08:33 +01:00
calle
01d9cef407
fix nostr relay and refactor nostr_send and nostr_receive ( #100 )
...
* fix nostr relay and refactor nostr_send and nostr_receive
* bump to 0.8.4
* make format
* check test
* close nostr
2023-01-25 01:50:02 +01:00
calle
9acac156a7
Testing/click ( #99 )
...
* annotate context
* remove whitespace
* test CLI
* make format
* github action with submodule checkout
* maybe now
* vllt ja nu
* und no?
* back to normal mint running
* githuuuuub
* COME OOOON!
* SO. CLOSE.
* make format
* new test
* fix it
* make format
* receive v1 token test
2023-01-19 14:13:54 +01:00
calle
aa20572150
Update README.md
2023-01-19 13:50:03 +01:00
calle
2dd9fd356f
Fix/tokenv2mints ( #98 )
...
* adjust tokenv2 and make it backwards compatible
* fix dict to list
* use pydantic object and not the dtoken
* make format
* fix typo in _meltrequest_include_fields
* reorder functions
* fixes and tests working
* bump version to 0.8.3
2023-01-19 08:35:32 +01:00
callebtc
68b5b54c9b
bump version
2023-01-15 19:21:58 +01:00
callebtc
f956938a2d
update importlib versions
2023-01-15 11:08:22 +01:00
callebtc
6e801145e5
bump to 0.8.1
2023-01-15 11:02:30 +01:00
callebtc
8184664fcb
fix requirements
2023-01-15 11:00:01 +01:00
calle
344210d266
fix versions ( #97 )
2023-01-15 10:59:17 +01:00
callebtc
f2327409c4
allow cors
2023-01-15 10:03:37 +01:00
calle
56e78de78a
adds cors ( #96 )
...
* adds cors
* make format
2023-01-15 09:57:55 +01:00
calle
428cd386b8
Merge pull request #95 from cashubtc/update/pyproject
...
update pyproject for lnbits
2023-01-15 01:31:55 +01:00
callebtc
2575cd8653
linting poetry
2023-01-15 01:30:20 +01:00