kralverde
kralverde
Does reflection in mc use the spigot translated names or the original obfuscated names?
It looks like fdov's test3 is the latest that is able to sync from scratch https://github.com/fdoving/Ravencoin/releases/tag/v4.7.0test3-fdov
This is causing an issue on test3 as well now... unsure of what the issue could be edit: invalidating the best chain at block 1126000 and reconsidering fixes the issue....
The invalidateblock reconsiderblock spam works on all versions
It does appear to be a fast fail from the cache: Printout: `ADD 2 false #KYCTEST mnzcdtNKpTY7kpuaW7Th88HPnzxes3BLEd` From ``` setIterator = passets->setNewQualifierAddressToAdd.find(cachedQualifierAddress); if (setIterator != passets->setNewQualifierAddressToAdd.end()) { // Return true...
Actually this isn't quite correct; another sync resulted in `ADD 2 true #KYCTEST mnzcdtNKpTY7kpuaW7Th88HPnzxes3BLEd`... there error must lie in how the cache is populated...
I find this fairly problematic since these are technically invalid, un-parsable scripts that are being accepted. I'm not sure about the changes in the next update, but if its the...
From what I can tell, the worst is garbage on the chain.
If i'm understanding correctly, this has to do with VINs not VOUTs; the special asset order should not be affected @jeroz1
You can always try to run an old version of RavenCore and see if you can unlock it that way.