Blockchain
A blockchain is a digitized, decentralized ledger of transactions. Blockchains record a continuously growing list of records, called blocks, which are linked and secured using cryptography.
Here are 12,513 public repositories matching this topic...
-
Updated
Dec 23, 2020 - JavaScript
-
Updated
Dec 24, 2020 - Go
Error: There was a timeout while attempting to connect to the network.
Check to see that your provider is valid.
If you have a slow internet connection, try configuring a longer timeout in your Truffle config. Use the networks[networ
If A is a constant that divides 2**256 (so basically of the form 2**N), then the two expressions should be the same. mod(mul(X, Y), A) costs 10 and mulmod(X, Y, A) costs 8 (excluding the shorter deploy code.)
-
Updated
Dec 21, 2020 - JavaScript
-
Updated
Nov 1, 2020 - Rust
-
Updated
Dec 23, 2020 - Go
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
Dec 23, 2020 - 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
-
Updated
Dec 21, 2020 - HTML
A parametrized option to set the blocksize would be useful to experiment with. As quorum is used in a private setting I think this option should be available
Triggered by tendermint/tendermint#5805
We should modify our logger to format byte slices as base 16 (upper case) automatically, which will remove the need for fmt.Sprintf("%X", hash) calls.
-
Updated
Jul 12, 2020
Clients that support multiple server connections would like to have a way to decide which server connection is best able to handle a query. Servers currently "sort of" expose their load as fees, but there's no real exposure of server load in a useful way. Some parameter should be added to the "server" publication stream that clients can just compare across servers to decide which is most likely to
-
Updated
Dec 23, 2020 - Python
-
Updated
May 25, 2020
-
Updated
May 9, 2019 - JavaScript
-
Updated
Nov 5, 2019 - JavaScript
-
Updated
Dec 24, 2020 - JavaScript
-
Updated
Dec 23, 2020 - TypeScript
-
Updated
Oct 31, 2020
If we config the cache options in the config file, then it will be overwritten.