Code Monkey home page Code Monkey logo

coinjoin-backend's People

Contributors

onvej-sl avatar szymonlesisz avatar vdovhanych avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar

coinjoin-backend's Issues

Are the binaries for middleware going to be in a release?

Currently the provided binaries for coinjoin middleware ( https://github.com/trezor/coinjoin-backend/actions/runs/3235111698#artifacts) are the artifacts of a GitHub actions job, that makes it downloadable manually when I am logged in to GitHub but does not allow to download them from a script without logging in.

Are there plans to include those binaries as releases anytime?

I guess there is no rush for that downloading then manually now is fine, but just curious about the plans.

Binary for linux-x64 is not working as expected.

When running the binary linux-x64 from https://github.com/trezor/coinjoin-backend/pkgs/container/coinjoin-backend and then sending a POST request to http://127.0.0.1:37128/Cryptography/analyze-transaction I get 500 http error and the logs from the binary throw error like below. It looks like is looking for file called WalletWasabi.WabiSabiClientLibrary.xml and it is not there.

fail: Microsoft.AspNetCore.Server.Kestrel[13]
      Connection id "0HMLAPAE515K9", Request id "0HMLAPAE515K9:00000002": An unhandled exception was thrown by the application.
      System.IO.FileNotFoundException: Could not find file '/home/user/linux-x64/WalletWasabi.WabiSabiClientLibrary.xml'.

For clarification I used the simple nodejs script bellow for sending the http POST request:

const fetch = require('cross-fetch');

fetch('http://127.0.0.1:37128/Cryptography/analyze-transaction', {
    method: 'POST',
    headers: {
        'Content-Type': 'application/json-patch+json',
    },
    body: JSON.stringify({ transactions: [] }),
}).then(resp => {
    console.log('resp', resp);
});

Any idea why this could be happening? is it working for someone else?

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.