Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Adding 3 new features to extension #29

Open
wants to merge 8 commits into
base: main
Choose a base branch
from

Conversation

leesalminen
Copy link

@leesalminen leesalminen commented Feb 21, 2024

This PR adds 3 new features to Boltcards extension:

  1. Card expiration date - you can now set a YYYY-MM-DD expiration date for a card and it will not allow withdrawals after that date.
  2. Monthly spend limit - you can now set a monthly spend limit for a card and it will not allow withdrawals above that amount in a given calendar month
  3. Limit type - you can now choose to track daily & monthly limits in fiat. This leverages the fiat tracking functionality in core and must be enabled to function properly.

Can use/try this update from Bitcoin Jungle's lnbits extensions repo: https://raw.githubusercontent.com/Bitcoin-Jungle/lnbits-extensions/main/extensions.json

@leesalminen
Copy link
Author

Hey - just checking in on this. Are you open to accepting this PR?

@arbadacarbaYK
Copy link
Contributor

tested the version on the bitcoin jungle instance, works perfect. @dni

@prusnak prusnak requested review from arcbtc and dni August 20, 2024 12:01
@@ -19,6 +20,8 @@ class Card(BaseModel):
counter: int
tx_limit: int
daily_limit: int
monthly_limit: int
limit_type: str
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

shouldn't the limit_type be some kind of an enum?

https://docs.pydantic.dev/1.10/usage/types/#enums-and-choices

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants