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,251 public repositories matching this topic...
-
Updated
Jan 12, 2021 - C#
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
Jan 23, 2021 - C++
Describe the enhancement
freqtrade generates the output of max-drawdown, which is very useful, but lacks an important information.. the real question
of max-drawdown is, does the strategy have a enough money to complete?
i wrote an backtesting tool, and i generate two more columns which i find useful:
df_trades['sum'] = df_trades['profit_abs'].cumsum()
trades_profit_min = df
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
Jan 22, 2021 - C++
-
Updated
Jan 18, 2021 - C#
-
Updated
Jul 30, 2020 - Haskell
-
Updated
Jan 23, 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
Jan 18, 2021 - C++
-
Updated
Dec 7, 2020 - JavaScript
-
Updated
Nov 24, 2020
-
Updated
Feb 2, 2020 - JavaScript
-
Updated
Jan 16, 2021 - Python
minor channel fixes
-
Updated
Jan 23, 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