Cryptocurrency
A cryptocurrency is a digital currency that only has value dependent on those who back it. For security, cryptocurrencies rely on blockchaining: a database organized in such a way that records are kept secure through peer-to-peer networks. Each record is kept within a block, and each block holds a timestamp and link to the block before it. The first cryptocurrency was Bitcoin, implemented in 2009 by Satoshi Nakamoto.
Here are 7,296 public repositories matching this topic...
-
Updated
Jan 25, 2021 - C#
Describe your environment
- Operating system: Linux
- Python Version: 3.8.6
- CCXT version:1.40.99
- Freqtrade Version: 2021.1
Describe the enhancement
Add ping support to the rest_client.py script.
I'm using the rest_client.py script to monitor my freqtrade bot using a custom shell+python script, and it looks like I cannot use the ping command to verify that
Right now the docs correspond to what's on master. We need docs for each daemon release so developers can see what's available in the version they are using.
https://github.com/jimporter/mike may be helpful.
-
Updated
Feb 1, 2021 - C++
Background
When a node has multiple private channels with the same peer, the hop hints in their payment requests will be populated with multiple channels. The purpose of these hop hints is to specify the next node's key and indicate the fees and cltv delta needed for route construction.
In pathfinding, due to non-strict forwarding, an LND node paying to this destination will only use the
Currently stratumserver has no unit tests. This will improve the quality and allow future commits to be TDD safe. All units will be tested to ensure the module as a unit itself is tested.
Tendermint version (use tendermint version or git rev-parse --verify HEAD if installed from source):
Tip of the master branch https://github.com/tendermint/tendermint/tree/1d16e39c0ea72a1e337662c35e4d50641a3df5fa
In this method:
https://github.com/tendermint/tendermint/blob/1d16e39c0ea72a1e337662c35e4d50641a3df5fa/store/store.go#L419-L472
Parts of the block, block metadata, commi
-
Updated
Feb 1, 2021 - C++
-
Updated
Feb 1, 2021 - C#
-
Updated
Jul 30, 2020 - Haskell
-
Updated
Feb 2, 2021 - TypeScript
-
Updated
May 25, 2020
-
Updated
Oct 5, 2020
-
Updated
Nov 5, 2019 - JavaScript
-
Updated
Jan 11, 2021
Add custom clj-kondo hooks for macroses to ensure that lint rules are followed inside them.
Macros to be handled:
fx/defn- similarly to defn with check on metadata for::eventsfx/merge- seems like it could be lint'ed as thread macro, plus warn on limitationsdefviewletsubs- lint as let + check on types for
-
Updated
Oct 15, 2020 - Go
-
Updated
Feb 1, 2021 - C++
-
Updated
Dec 7, 2020 - JavaScript
-
Updated
Nov 24, 2020
-
Updated
Feb 1, 2021 - Python
-
Updated
Feb 2, 2020 - JavaScript
minor channel fixes
-
Updated
Feb 2, 2021 - C++
-
Updated
Jan 5, 2021 - Python
-
Updated
Mar 17, 2020 - Go
There are many reports of the test being flaky: bitcoin/bitcoin#20672 (comment)
Thus, it should be made more robust, as described in bitcoin/bitcoin#20538 (comment)
Useful skills:
Want to work on this issue?
For guidance on