0xlorance::call

Results 10 comments of 0xlorance::call

Test results: build source code on OSX 11.4 Big Sur The instruction I followed: https://github.com/RavenProject/Ravencoin/blob/6b0a90872854d38377d0877c4596dbd5c2b20ede/doc/build-osx.md Result: checking for Berkeley DB C++ headers... no configure: error: libdb_cxx headers missing, Raven Core...

Cool, thank you for the update, I will follow the link and report the result here if I still have issue.

Test results (build: 27dec57fc): build source code on OSX 11.4 Big Sur Command and output: > ``` $ /Applications/Raven-Qt.app/Contents/MacOS/Raven-Qt -testnet qt.network.ssl: Error receiving trust for a CA certificate dbus[84964]: Dynamic...

Test results (build: 27dec57): build source code on OSX 11.4 Big Sur - No progress on syncing, same as Windows 10 binary. No network traffic. ![image](https://user-images.githubusercontent.com/84116812/120056166-8c3cd380-c008-11eb-96ed-b69ccf1385c1.png) ![image](https://user-images.githubusercontent.com/84116812/120056172-8fd05a80-c008-11eb-86bb-f89722f50590.png) ![Screen Shot 2021-05-28...

The issue of no-network traffic is caused by no outbound node. Manually adding the below nodes using debug console had solved the issue. ``` addnode [2a02:c207:2031:9577::1]:18770 add addnode 144.91.102.155:18770 add...

https://github.com/RavenProject/Ravencoin/issues/984#issuecomment-851557194 This is designated situation, but might need to state somewhere in GUI (when reissue?)

In case of sub-asset, when try to re-issue, the 'UNIT' field is not locked. The result does not change the unit, however, it would be good to make consistent with...

Error issue on OSX 11.4 Big Sur, - Xcode = Version 12.5 (12E262) ```source wallet/wallet.cpp:2754:5: error: use of undeclared identifier '**random_shuffle**' random_shuffle(vCoins.begin(), vCoins.end(), GetRandInt); ^ wallet/wallet.cpp:2957:5: error: use of undeclared...

After applied the change posted on #1041, I success on building. Some issue can happen if both qt (ver 6) and qt@5 are installed together. After removing both and re-installing...

This will be not an issue but `install_cli.sh` is not executable after build need to grant permission to be executable `chmod +x install_cli.sh` during build process