Ravencoin
Ravencoin copied to clipboard
Ravencoin Core integration/staging tree
I am a beginner in the blockchain world, and I just started to understand some basics. As I understand now ravend and raven-qt are multiwallet softwares. Is there any rpc...
### Describe the issue https://rvnt.cryptoscope.io/tx/?txid=39f584821bfaeb6472969f008d219d6886a9ea430ac948858530a2e252f7ba58 A restricted asset is sent to mnzcdtNKpTY7kpuaW7Th88HPnzxes3BLEd. This h160 is not qualified for the associated tag, but is qualified by the sub qualifier. ``` >>>...
### Describe the issue  ### Can you reliably reproduce the issue? Yes #### If so, please list the steps to reproduce below: 1. Open core GUI...
### Describe the issue configuring with --disable-wallet (actual command `./configure BDB_LIBS="-L/db4/lib -ldb_cxx-4.8" BDB_CFLAGS="-I/db4/include" --prefix=/usr/local --disable-wallet`) fails. This also occurs on the master branch. Built in docker. Might just be a...
Added the mention (requires assetindex to be enabled) into the help return string of the two following rpc calls : - listassetbalancesbyaddress - listaddressesbyasset RPC calls return an error anyway...
There is currently no easy way in the QT gui to view who has sent a transaction to your wallet. I.e to simply view the senders address in the transactions...
10x the default counting periods. Previous period was 2016 blocks or about 1.4 day. Proposed period is 20160 blocks or about 14 days. - The LOCKED_IN period is extended from...
…ments manual backport of bitcoin #10493 picked: 680bc2cbb34d6bedd0e64b17d0555216572be4c8 Origial-author: practicalswift Before this commit: for (std::map::iterator x = y.begin(); x != y.end(); ++x) { } After this commit: for (auto& x...
Look into malformed scripts (trailing 00 has_ipfs flag). Verify whether there are any "in the wild" on mainnet. Attempt to reproduce the problem and fix. Make sure it's compatible with...
This guide is meant to be as easy as possible Closes #1094