gigawallet
gigawallet copied to clipboard
GigaWallet is the backend for your Dogecoin Business.
Account update request don't work, the problem is [UpdateAccountSettings function](https://github.com/H7-25/gigawallet/blob/9c9f3397759fbc84f3388e921cd134f752e5e716/pkg/api.go#L210) exist but is not used used by webapi if user already exist.
I'm getting a random crash on Gigawallet wen there is alredy a stuck payout and wen I try to send again another payout wen one transaction is still stuck: `gigawallet:...
- Current store tests are light - the internal API needs tests - we need to mock the core apis with some kind of block/txn fixtures so we can pump...
Have some concerns about management and administration of sqlite on an enterprise level, particularly as it relates to user authorization. Authentication appears to be relatively easy to set up, but...
For compliance conscious, custodial implementations in the United States BSA MSB requires AML policy to include flagging and reporting of transactions over $10,000 USD per tx threshold. System admin should...
GigaWallet can be use as a Custodial Service, example, the current financial system have to embrace Dogecoin, eventually, and for that they need to create services like Custodial of their...
- creates a new sub-command of gigawallet 'browser' - launches a terminal UI that allows browsing accounts / invoices / transactions
Being able to payout in a single transaction to multiple addresses enables the 'fee for processing' usecase where a provider of GigaWallet (as a payment service) wants n% or a...
If in a heavily environment we have 1M > unpaid invoices, GigaWallet will always try to check them all, making things slower I propose to set an expired date (calculating...
We need to send an event if it turns out (unlikely but possible) that we have marked an invoice as paid and sent an event, but then a payment to...