-
Updated
Jul 17, 2020 - Go
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 11,397 public repositories matching this topic...
-
Updated
Jul 12, 2020
-
Updated
Jul 17, 2020 - Go
-
Updated
Jul 17, 2020 - JavaScript
Could be done as a prettifying step in the optimizer or in the printer, or both.
The printer should not just change the kind of literal.
Version: `0.10.0`
OS & Version: linux
Node version: `geth 1.8.2-stable-b8b9f7f4`
It seems that in "Latest transactions" in Ethereum Wallet there are listed pending transactions from all networks (the real network and several test networks) without displaying which network this transaction is of.
So either show it noticeably or l
-
Updated
Jul 17, 2020 - JavaScript
-
Updated
Jul 17, 2020 - Rust
Given that we support CURRENT_TIMESTAMP, the lack of CURRENT_DATE feels like an omission. While you can hack it with date(now), I keep finding myself wishing there was a direct way to reference this. Given that now means CURRENT_TIMESTAMP, I think there's precedent for today meaning CURRENT_DATE. This is supported by all backends we support (and is in the ISO standard I believe).
-
Updated
Jun 19, 2020 - Go
-
Updated
Dec 20, 2019 - C#
To be done on lbrytech repo probably.
The wallet is currently configured as defined originally in ElectrumX, there are some docs for it already in there.
Keep in mind that we added new configuration keys and should clean up the unused ones at some point, so we need something easy
-
Updated
Jul 17, 2020 - Go
When given a wrong argument, some daemon commands fail with "unknown command" error, instead of a meaningful error message.
Examples of useless error messages:
hard_fork_info abc
unknown command: hard_fork_info abc
Monero 'Carbon Chamaeleon' (v0.15.0.0-57854a3e2)
Commands:
...
in_peers abcd
unknown command: in_peers abcd
Monero 'Carbon Chamaeleon' (v0.15.0.0-57854a3e2)
Comm
-
Updated
May 22, 2020 - HTML
The blockchain v2 reactor utilizes concurrency to saturate the bottleneck of writing blocks to disk. This concurrency is internal to the reactor where the reactor itself will launch and manage internal state machines running as go-routines. This configuration makes testing difficult as we don't know when messages processed by internal state machines will be processed and when we can assert that th
-
Updated
Jul 12, 2020
-
Updated
Jul 17, 2020 - Python
-
Updated
Jul 17, 2020 - C++
-
Updated
May 25, 2020
-
Updated
May 9, 2019 - JavaScript
-
Updated
Jul 16, 2020 - JavaScript
-
Updated
Nov 5, 2019 - JavaScript
-
Updated
Jul 17, 2020 - TypeScript
-
Updated
May 17, 2020
I'm looking at the react tutorial at https://github.com/amark/gun/wiki/React-Tutorial and noticed that the code examples are using depreciated lifecycle methods such as componentWillMount.