Giter Site home page Giter Site logo

Comments (3)

ecbtln avatar ecbtln commented on August 24, 2024

Use this API calls to get orders

also show a checkbox to filter whether or not to show expired, but default to false in UI

get_orders(filters={'field': 'address', 'op': '==', 'value': BTC_ADDRESS}})

then show order matches (only of specific addresses)

get_order_matches(filters={'field': 'address', 'op': '==', 'value': BTC_ADDRESS}, is_mine=True)

from xcp-gui.

ecbtln avatar ecbtln commented on August 24, 2024

for the order matches, we only care about those that require BTCPay (one of the assets is BTC). We'll then separate the ones that we are awaiting payment for with the ones where we only have a certain amount of time to pay

from xcp-gui.

ecbtln avatar ecbtln commented on August 24, 2024

b337845 fixes this

from xcp-gui.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.