Ravencoin icon indicating copy to clipboard operation
Ravencoin copied to clipboard

Ravencoin Core integration/staging tree

Results 133 Ravencoin issues
Sort by recently updated
recently updated
newest added

### Describe the issue It's been a while since I downloaded and and ran the qt from linux. I thought that headers should fully sync, then the blocks sync, but...

Fixed typo of missing character.

Currently, verifier strings are limited to 80 characters. Making a null tag vout for a verifier uses OP_PUSH (https://github.com/RavenProject/Ravencoin/blob/e48d932ec70267a62ec3541bdaf4fe022c149f0e/src/assets/assets.cpp#L4567). Reading the verifier hardcodes an allotment of 1 byte for length...

I'm trying to move some assets and am getting this error, Does anyone know why this happens, and how to fix? On a windows computer. ![rvn bug](https://user-images.githubusercontent.com/44780076/206537743-6ef05823-677d-4986-a1f3-ddec8d759a94.png)

Currently playing with the commands and there appears to be no way to send an asset in a transaction to multiple addresses using a standard command. Using rvn (or the...

Update to include a warning message to a user that provides no entry at all to asset transfer. #1220

I have seen that many people wish to build on Ravencoin but for everyday people it is difficult to edit the raven.config to establish a connection with a script or...

### Balance shown with negative numbers ### Can you reliably reproduce the issue? Yes #### If so, please list the steps to reproduce below: Run command getaddressbalance "{\"addresses\": [\"RNqSvKnzEzBgt9rUvaWCPBTyNtZRogEpo2\"] }"...

My wallet has several assets in it with a balance of zero. Does anyone know why this happens and/or how to fix? I tried -reindex and -rescan multiple times, and...

In Sept-2022 the qt project changed the URL for downloading qt-5.12.11, which broke Ravencoin's build system. Fixing this for the same version of qt requires only updating the URL as...