-
When I execute tiesdb it raises this exception:
CompilerOracle: inline org/apache/cassandra/utils/vint/VIntCoding.encodeVInt (JI)[B
Exception in thread "TiesServiceDaemon:TEST" java.lang.RuntimeExce…
-
Not so much an issue, but curious as to how your faucet is able to handle parallel blockchain calls. Do you have your own nonce-management system via web3 subprovider? Or is there something else
-
#### System information
Geth version: `geth version`
OS & Version: OSX 10.13 Beta (17A330h)
Commit hash : (if `develop`)
#### Expected behaviour
Geth synchronization should complete normall…
-
Corda insists to to bind (I believe Artemis) to the interface with public hostname/IP address. This doesn't necessary equal IP address visible in the internet. Actually, in cloud (Azure for sure) it's…
-
# Aragon Nest Proposal: Open source incentivization app for Aragon
## Abstract
Blockchains were born to solve the [Tragedy of the Commons](https://en.wikipedia.org/wiki/Tragedy_of_the_commons) p…
-
... I think bug was introduced with https://github.com/ethereum/go-ethereum/pull/16810
with double linked list management and I think `db.newest` has invalid value here
https://github.com/ethereum/g…
-
Need to reorganize RChain-API for NPM. Package name would be "rchain.js".
Installation using NPM: npm install --save rchain
Inclusion in Node.js: const { RNode, RCore } = requir…
-
_From @crypto-coder on October 3, 2018 6:49_
Need to reorganize RChain-API for NPM. Package name would be "rchain.js".
Installation using NPM: npm install --save rchain
Inclusion in Node…
-
ganache-core uses EIP-155 hashes to identify transactions. This causes JSON-RPC calls like `eth_sendRawTransaction` to return unexpected values. The EIP-155 hash should be used to generate a signature…
-
This is important in order to build IPFS reproducibly in offline build environment without IPFS run-time dependencies. Thanks.