opencx icon indicating copy to clipboard operation
opencx copied to clipboard

An open-source cryptocurrency exchange toolkit for implementing experimental exchange features

Results 21 opencx issues
Sort by recently updated
recently updated
newest added

**Describe the bug** `ocx` does not build if gmp (libgmp-dev on Ubuntu) is not installed. **To Reproduce** Steps to reproduce the behavior: 1. Uninstall gmp if you have it installed...

bug

**Is your feature request related to a problem? Please describe.** `cmd/opencxd`, while highly configurable, would benefit user-experience wise if there were some form of interactive setup during the first run....

feature
good first issue

**Is your feature request related to a problem? Please describe.** Currently `opencxd` requires building from source, and takes more than a few steps to get up and running. Docker is...

feature

Right now the lit node is fairly baked in to the lightning functionality, whereas I'd like to define an interface on what operations we really need the lit node to...

refactor

Need to figure out a better way for encoding/decoding. Right now we only really need to decode one thing from bytes, AuctionOrder, but it's good practice to have a standard...

good first issue
refactor

Currently if we wanted to add new networking features, like HTTP(S), or custom networking, we would have to make a separate package and basically copy-paste a lot of code. We...

feature

Currently we only have RPC, it may be useful to include a `cxweb` package that is a web API

good first issue

Optimize channel use when doing deposits/withdraws to maximize the use of the total channel capacities.

Bumps [golang.org/x/crypto](https://github.com/golang/crypto) from 0.0.0-20210322153248-0c34fe9e7dc2 to 0.1.0. Commits See full diff in compare view [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=golang.org/x/crypto&package-manager=go_modules&previous-version=0.0.0-20210322153248-0c34fe9e7dc2&new-version=0.1.0)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter...

dependencies

Bumps [golang.org/x/text](https://github.com/golang/text) from 0.3.7 to 0.3.8. Commits 434eadc language: reject excessively large Accept-Language strings 23407e7 go.mod: ignore cyclic dependency for tagging b18d3dd secure/precis: replace bytes.Compare with bytes.Equal 795e854 all: replace...

dependencies