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 13,054 public repositories matching this topic...
We recently took the time to consolidate a number of various implementations of our json-rpc client into a single implementation. The only piece of functionality that's missing in the new implementation is the ability to configure the client to [broadcast a request to N endpoints](https://github.com/diem/diem/blob/master/client/json-rpc/src/async_client/cl
-
Updated
Mar 6, 2021 - JavaScript
-
Updated
Mar 5, 2021 - 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
Raised in ethereum/solidity#10768 (comment)
Possible functions to add:
std::string createFunction(
std::string const& _name,
std::function<std::string(std::string&, std::string&, std::string&)> const& _creator
);
_creator function should have arguments represent function arguments, return values and function body.
than some of our yul u
-
Updated
Mar 6, 2021 - JavaScript
Is it supported at the moment to have 'serialize_as' and 'deserialize_as' on the single field in the sturcture as shown below?
#[derive(Identifiable, Queryable, PartialEq, Debug, Serialize, Deserialize, Insertable)]
#[table_name = "blah"]
pub struct Data {
#[diesel(serialize_as = "SensitiveStringSerializer")]
#[diesel(deserialize_as = "SensitiveStringDeserializer")]
-
Updated
Nov 1, 2020 - Rust
-
Updated
Jan 21, 2021 - Go
-
Updated
Feb 17, 2021 - C#
-
Updated
Mar 7, 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.
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
Jan 26, 2021 - 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
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
Jul 12, 2020
-
Updated
Mar 8, 2021 - Python
-
Updated
Feb 2, 2021
-
Updated
Nov 5, 2019 - JavaScript
-
Updated
May 9, 2019 - JavaScript
-
Updated
Mar 3, 2021 - JavaScript
If we config the cache options in the config file, then it will be overwritten.