Message Version: 12
. If you’re not on version 12, you’re running on a fork and any blocks found will not count for a reward. Instructions on how to check that are here, and the full details of what was changed can be found in our #announcements channel and can be found here.feat/mining-pool
is in final review and is scheduled for merge into snarkOS
by end of the week. The official Aleo pool should be up and running shortly thereafter, and we will start accepting members of the community to participate. Stay tuned for more details in the coming days.ZK
option to MarlinMode
, and propagate everywhere. - Adds a flag to make Marlin proofs optionally non-zero-knowledge.swift-mx
. Looks like it adds an eprintln to print that the coinbase reward less transaction fees is less than or equal to the block reward. Review required.mmadd-2007-bl
doesn’t work for two edge cases: 1. Infinite points; and 2. Equal points. msm
tests was successful because it’s less likely that this case would be generated by random input data. This fix just detects these cases and returns the appropriate results. Suggestions in bug to better detect these cases before calling cuda. Review required by Howard and Max.to_decrypted_records
on the Transactions struct. This will be used by the snarkOS cli to decrypt records belonging to the given account view key. Transactions
implements Deref
to convert a reference into a vector; however, you cannot dereference a struct inside of a map. This prevents you from taking advantage of rayon’s into_par_iter
methods we want to use. Pending review by Howard Wu.cargo test test_msm_cuda --features cuda -- --nocapture
the test passes. Needs a review request. Suggested: Max or Howard. I, damons, went ahead and requested review as the author asked for it in a comment, but didn’t actually follow the official process. Thank you Semi Okur, https://github.com/kernel32uiuc for your contrbutions!xander988
https://github.com/xander988 Needs a review request. Ray suggested.N/A