Re: [ANN] CampusCash real blockchain applications for students on every campus !!
by
FrankyHollywood
on 29/01/2021, 10:14:11 UTC
Discord announcement copy !!
Hello @everyone, welcome to your radio dev report (Now with actual radio), been a while since we've released a weekly report; the reason as to why is because we've been trying to roll-out a release with Tier 2 fixed while developing the smart contract system. As a result, all of the development team's time went into development. Now onto the news, both good and bad. First, the good news; We have made massive strides toward the completion of the smart-contract system. We will be making a smart contract that relays the CampusCash whitepaper fairly soon for anyone to download; This means that students will be able to store documents on the chain, where the smart contract will relay the information across the network. Students will be able to: save their degree, transcripts, and research on a decentralized blockchain. Meaning, it'll be next to impossible to lose that data. We will also be adding a feature to send and receive files for students and universities via the messaging window. A university or college can send a student through the use of their pub-key, a copy of the student's degree or transcripts. Your employer will also be able to verify it by looking up the pub-key that it was sent from, looking that universities pub-key up on a table, and then verify that the pub-keys match.
Now on to the topic of Tier 2 masternode bugs. We've fortunately uncovered a few issues concerning Tier-2. We re-wrote the masternode system itself in a previous attempt to debug the Tier 2 system (which fixed tier 2 MNs for a single block on a hard-fork), where we've made improvements on how it handles the data. We tried a test a week ago that, unfortunately, failed due to us not having a check for tier 2. The issue was in fMnT2, lines 475-505 of blockparams.cpp. It would not move a block because a masternode had to be online before the blockchain would confirm the PoW block. We have since then added in a new check to resolve this. As a result of our work, we now have a version ready for testing, and we will be testing it locally before sending it to our awesome beta-testers. For those who want to contribute to the codebase, please send a pull request here: https://www.github.com/SaltineChips/CampusCash and for those who wish to contribute to the project in other ways, please consider becoming a beta-tester by messaging either: 'Franky Goes to Hollywood', 'MelonHead', or me. (Discord)
We will make another announcement about the next release once it has passed beta-testing. (Discord)
the releases on this GitHub will have passed testing. You can still follow the original Github; But please note that this new GitHub will only have approved wallets. The original GitHub will have the latest code developments for testing purposes, at which point they will be ported over to the new GitHub.