-
Hi,
Just got a runtime error (Index out of range) on the node length 13
I tried to use this on a node list of 208 separate content elements, it got stuck at trying to calculate a list of 13 node…
-
Currently, the MerkleMine smart contract allows the caller to generate a single proof for a single recipient in the `generate()` transaction. This issue is about creating a new convenience smart contr…
-
`MerklePath` contains vectors of `bool`. Currently, these are [directly serialized](https://github.com/zcash/zcash/blob/master/src/zcash/IncrementalMerkleTree.hpp#L15), which causes the `bool`s to be …
str4d updated
6 years ago
-
The following steps have been followed, but result in the error, as shown:
* Added the library as a Mix dependency
```
defp deps do
[
{:merkle_tree, "~> 1.1.1", only: [:dev, :test, …
-
I did fork your project some time ago and just wanted to upgrade my fork to your upstream master, but see the following 6 out of 23 tests failing:
- MerkleTreeTest.testGetAndRemove
- MerkleTreeTest.…
-
**What version of ESLint are you using?**
2.8.0
**What parser (default, Babel-ESLint, etc.) are you using?**
babel-eslint ^6.0.4
**Please show your full configuration:**
```
{
"extends": "airbn…
-
This function produces empty summary plots:
```
fn tree_insert(c: &mut Criterion) {
let mut arr = [0; 3];
for i in 0..3 {
arr[i] = i;
}
c.bench_function_over_inputs("ins…
shahn updated
6 years ago
-
/z-nomp/node_modules/stratum-pool/lib/merkleTree.js:9
return Object.values(result)[2].root;
^
TypeError: Object.values is not a function
at calcRoot (/z-nomp/node_modules/stratum-pool/lib/merkle…
-
/root/z-nomp/node_modules/stratum-pool/lib/merkleTree.js:8
return result._65.root;
^
TypeError: Cannot read property 'root' of undefined
at calcRoot (/root/z-nomp/no…
-
Hello PascalCoin Community reading this !
I was once planning on adding some merkle hash tree to some communication program and therefore I wrote a highly advanced THashTree implementation. I actua…