You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The Unchained plugin is not working well and there is conceptual problems with it so I'm going to re-implement it:
Webhooks delivering transactions should write into a DB collection that resembles the balances of each public key
Webhooks delivering prices should just update a currency conversion table used for conversions in pricing calculation
Webhooks should basically just try to checkout an order or process payment, the plugin should retrieve the transactional data from the db and only accept what is coming from there
Flag transactions used when accepting a payment based on balance in wallet (no replay)
The text was updated successfully, but these errors were encountered:
Reduce middleware to only checkout initiating (= similar like checkoutCart from client), without all the magic
Checkout based on data in specific collection, not what is provided
Pay BTC orders in BTC and pay ETH orders in ETH
Store rates universally
Migrate all Price Converting Plugins to Worker Plugins that update conversion rates, use product-rateconversion for all cases (ecb-interbank, coinbase, cryptopay)
Extend the cryptopay plugin to support XYZ -> ETH by leveraging the rate table
The Unchained plugin is not working well and there is conceptual problems with it so I'm going to re-implement it:
The text was updated successfully, but these errors were encountered: