Duke Leto
Duke Leto
``` /****************************************************************************** * Copyright © 2014-2018 The SuperNET Developers. * * * * See the AUTHORS, DEVELOPER-AGREEMENT and LICENSE files at * * the top-level directory of this distribution for...
NOTE: Work in progress, needs more testing before merging. This is a port of this from the Hush codebase. I had to make some manual changes in fetch-params, which is...
NOTE: This is a WIP and is not ready to be merged. This patch allows a HUSH node to avoid downloading ~900MB of Sprout param files and fully sync without...
Test suite code such as `rpc.z_sendmany( taddr, recipients, minconf)` generates: ``` JSONRPC error: Invalid parameter, unknown address format: zregtestsapling1mwmz8tlx3xvdq4zjwc9sfe0hsrzn440755h2329yxzygxpal472v3k0uwdeteepdj4z6wwa38un ``` IsValidPaymentAddress() returns false, which causes this exception to be thrown....
I am a fan of not having build-mac.sh at all and making build.sh smarter, but that is a different issue. build-mac.sh should support the same options, like --disable-tests, as build.sh,...
reported by siddhartha on discord ``` [Switching to Thread 0x7fffe8ff9700 (LWP 7389)] std::_Rb_tree::_M_get_insert_unique_pos (__k=@0x7fffe8ff7f38: 0x0, this=0x7fffe8ff7f50) at /usr/include/c++/5/bits/stl_tree.h:1810 1810 /usr/include/c++/5/bits/stl_tree.h: No such file or directory. (gdb) backtrace #0 std::_Rb_tree::_M_get_insert_unique_pos (__k=@0x7fffe8ff7f38:...
This happens when salt=None `Exception: AttributeError: 'NoneType' object has no attribute 'encode'` An exception explaining that a salt is required seems like a more useful error message. Also, thanks for...
See http://smolder.parrot.org/app/projects/feed/1 and http://smolder.parrot.org/app/projects/feed/1/failed for examples. They point to the wrong file/dir, wrong port and the wrong IP. Duke
http://gitgraph.logicalcognition.com/
This is a good intro task for a beginner. It just requires an if statement to check if lanyrd has been configured, and if so, render the proper HTML.