blink icon indicating copy to clipboard operation
blink copied to clipboard

bitcoin banking infrastructure

Results 253 blink issues
Sort by recently updated
recently updated
newest added

health check should make sure we have recent price otherwise should reboot the pod

p3

the idea would be to prevent someone to do a jam channel attack, by sending 100 or 1000 of payments to a node that would not validate the payment (using...

security
p3

at least there should be a temporary lock with a backoff. after 3 attempts. wait 1 min to login after 5 attemps, wait 10 min after 10, wait 1hour, etc...

help wanted
security

do a more proper implementation, with max amount per business. the previous implementation (now removed because a bit hacky) was integrated into Lightning.ts. This is where the logic were. A...

features

There is 3 wallets for BBW. - 1 hot onchain wallet - 1 hot lightning - 1 cold multisg onchain wallet merchants would typically received money on lightning, and sent...

lnd
bounty
lightning

[an example from the log](https://console.cloud.google.com/logs/query;query=resource.labels.namespace_name%3D%22ingress-nginx%22%0AtextPayload:%22mainnet-graphql-4000%22%0AtextPayload:%22POST%20%2Fgraphql%20HTTP%2F2.0%22%0Atimestamp%3D%222021-03-15T09:17:37.332842281Z%22%0AinsertId%3D%221xnkdr2g17oflqm%22;timeRange=PT24H?project=galoyapp) it seems this is because the client closes the connection. I don't know if this is something this could be optimized in the front end,...

bug
p2
infrastructure

`db.getCollection('medici_transactions').find({"type": "onchain_payment", "pending": true}).count()` --> 356 `db.getCollection('medici_transactions').find({"type": "onchain_payment"}).count()` --> 914 looking at the log, it seems this is because the `trigger` Pod didn't receive the notification from lnd. similar to...

bug
onchain
lnd

(note: this is a old ticket and many things has changed since we had this issue, so description might not be up to date) I tried many wallets now that...

p2
lightning
interoperability

If we were to save/stream the oplog, we would have better insurance on the backup of mongodb that we were just saving the database periodically. this is specially relevant for...

mongodb

The Bitcoin Beach mobile app contains views which display a users past transactions. Up to this point this has involved looking at the transactions contained in one wallet (BTCWallet), but...

graphql