cryptocurrencies
Here are 1,008 public repositories matching this topic...
-
Updated
Dec 21, 2021 - Go
The instructions and infrastructure for building on windows are not very good. It takes too long and there are too many manual steps and too much ambiguity and it takes too long between each manual step. We need to do better. I followed the instructions at build options on nano.org. I did not try to follow the steps taken by the CI build which maybe would been better because at least there would b
Some suggestions to make it easier to run the backend without the front end. Some of these suggestions might be *ix only:
- a command line parameter to indicate that the back end should start with everything that is pending without waiting for a front end to be available in the browser.
- some instruction to make it work as a daemon (Linux) or service (Windows) to gain independence from the te
-
Updated
Sep 22, 2021 - Python
-
Updated
Dec 20, 2021 - JavaScript
-
Updated
Aug 22, 2021 - HTML
-
Updated
Jun 10, 2021 - Python
Abstract
After merging rotki/rotki#3443 there have been no tests written to deserialize fiat/orders and fiat/payments:
https://binance-docs.github.io/apidocs/spot/en/#get-swap-history-user_data
Relevant part of the tests code:
https://github.com/rotki/rotki/blob/2c9ed5d892c4c571b86edb701c80838b9222bff1/rotkehlchen/tests/exchanges/test_binance.py#L590-L598
https:
-
Updated
Jan 9, 2020 - JavaScript
A useful feature where the user specifies the quantity to take in an orderbook and callback returns the average price paid for that lot size. For example if the offers in the order book for BTC-USD was the following:
Price | size
11,000 | 1
10,500 | 1
10,000 | 1
If the user specified quantity 3, the callback would return 10,500.
-
Updated
Oct 11, 2021 - JavaScript
I believe this is incorrect behavior. Both false and null are intended to derive an X-address without a tag, but null seems to derive the same result as the tag 0.
> xrpl.deriveXAddress({publicKey: "ED02C98225BD1C79E9A4F95C6978026D300AFB7CA2A34358920BCFBCEBE6AFCD6A", tag: false, test: false})
'X7FbrqVEqdTNoX5qq94rTdarGjeVYmkxi8A1TKAJUnyLL9g'
> xrpl.deriveXAddress({publicKey: "ED0
-
Updated
Dec 3, 2021 - Python
-
Updated
Nov 2, 2021 - JavaScript
-
Updated
Jan 3, 2022 - Python
-
Updated
Apr 29, 2021 - Python
-
Updated
Jul 9, 2021 - Python
Description
The app doesn't close when pressing the CTRL-C hotkey immediately after start. Pressing it again and again doesn't change the behavior
Steps to reproduce
- Run
go-spacemesh - Immediately press
CTRL-C
Actual Behavior
Th
-
Updated
Nov 16, 2021 - TypeScript
Our current JSON-RPC wiki is outdated.
A lot of commands were changed, new commands were added and some were removed.
Some description might need to be rewritten in a more comprehensible way.
This is a good first issue for anyone who wants to start familiarizing with the PIVX sources.
-
Updated
Oct 1, 2021 - Go
-
Updated
Nov 30, 2021 - Python
-
Updated
Nov 13, 2021 - Python
This bounty is to improve test coverage on the Matic contracts repo. The repo contains the following contracts:
- Plasma MoreVP (https://blog.matic.network/finer-details-of-matics-plasma-implementation/)
- Predicates (https://plasma.build/t/predicates-in-matic-plasma/86/3)
- ERC20, ERC721 and Marketplace
- Matic Proof-of-Stake management
- Genesis Bor contracts
For an overview of
Refactor test suite
-
Updated
Jun 6, 2020 - JavaScript
Add createwallet
Can this library be use to handle more than 1 wallet, bitcoin-cli.exe have the createwallet command with a unique id and the connection can have the --rpcwallet with the same id.
What are the alternative if I need to handle more than 1 wallet. Thanks
-
Updated
May 6, 2019
-
Updated
Jan 3, 2022 - C#
Improve this page
Add a description, image, and links to the cryptocurrencies topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the cryptocurrencies topic, visit your repo's landing page and select "manage topics."
Describe the enhancement
In the docs, I'm not seeing any
/api/v1/healthcheckendpoint or whatnot (heartbeat specific, not referencingping). Potentially returning the time of last heartbeat and any errors (if present).This would be highly useful for monitoring and ensuring nothing crazy is going wrong. This would make monitoring from another server much easier and with some simple sc