Coder Social home page Coder Social logo

thorchain-arb's People

Contributors

hoodieonwho avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar

thorchain-arb's Issues

Cannot seem to install secp256k1==0.13.2

ERROR: Could not find a version that satisfies the requirement secp256k1==0.13.2 (from xchainpy-thorchain) (from versions: 0.1.1, 0.1.2, 0.1.5, 0.2.0, 0.3.0, 0.3.1, 0.5.1, 0.7.0, 0.7.2, 0.8.1, 0.8.2, 0.8.5, 0.9.0, 0.10.0, 0.11.0, 0.11.1, 0.12.0, 0.12.1, 0.13.0, 0.13.1, 0.13.2)

Update xchainpy_ethereum source

I believe the new source of xchainpy_ethereum is:
https://github.com/xchainjs/xchainpy-lib
As opposed to the testnet version as stated in the README?

Using this new version it solves account.py line 5's import error:
from xchainpy_ethereum.models.client_types import XChainClientParams

For others:

  • Git clone from repo above
  • cd into xchainpy/
  • run pip install xchainpy_ethereum/

thornode client doesn't seem to be the right one ?

Hi there,

I was trying to get this to run last night, finally got all the various pips installed. But it seemed like the thornode client that i pulled in (using the instructions) is not what the code is expecting. The API being called on in the code is not to be found in source of the venv thornode client.

This is what i have ...

(venv) ronoc@Conors-MacBook-Pro thorchain-arb % ls venv/lib/python3.8/site-packages/thor*
venv/lib/python3.8/site-packages/thornode_client:
__init__.py             api                     api_client.py           configuration.py        models                  rest.py

venv/lib/python3.8/site-packages/thornode_client-1.0.0.dist-info:
INSTALLER       METADATA        RECORD          REQUESTED       WHEEL           top_level.txt
(venv) ronoc@Conors-MacBook-Pro thorchain-arb %

In oracle.py (from line 57),
none of these method calls seem supported by the above dependency ?

        self.thorNode_network = thornode_client.NetworkApi()
        self.thorNode_node = thornode_client.NodesApi()
        self.thorNode_pool = thornode_client.PoolsApi()
        self.thorNode_tx = thornode_client.TxApi()
        self.thorNode_vault = thornode_client.VaultsApi()
grep -r NodesApi venv/lib/python3.8/site-packages/thornode_client

MONGO missing from main.py

Latest commit removed from line 20:

    cred = open("secret/mongodb", 'r')
    MONGO = DB(cred=cred.read())
    cred.close()

This breaks the code which follows when making calls to the db, since MONGO is not defined. Was this intentional?

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.