-
Notifications
You must be signed in to change notification settings - Fork 99
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Remove libsnark, libgmp, mini-gmp #613
Commits on Mar 1, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 444ebdb - Browse repository at this point
Copy the full SHA 444ebdbView commit details -
Configuration menu - View commit details
-
Copy full SHA for e39a7d8 - Browse repository at this point
Copy the full SHA e39a7d8View commit details -
Configuration menu - View commit details
-
Copy full SHA for e494521 - Browse repository at this point
Copy the full SHA e494521View commit details -
Configuration menu - View commit details
-
Copy full SHA for 1b9b181 - Browse repository at this point
Copy the full SHA 1b9b181View commit details -
Configuration menu - View commit details
-
Copy full SHA for 8d6683f - Browse repository at this point
Copy the full SHA 8d6683fView commit details -
Configuration menu - View commit details
-
Copy full SHA for c24418f - Browse repository at this point
Copy the full SHA c24418fView commit details -
Configuration menu - View commit details
-
Copy full SHA for 053f3f8 - Browse repository at this point
Copy the full SHA 053f3f8View commit details -
tests: add boilerplate code for 2nd part of RewardsTest
TODO: solve memory leak in RewardsCalc (seems in few places we totally forgot about call `mpz_clear` to clear the memory allocated for each used variable).
Configuration menu - View commit details
-
Copy full SHA for 53ea5d5 - Browse repository at this point
Copy the full SHA 53ea5d5View commit details -
Configuration menu - View commit details
-
Copy full SHA for 7eac20c - Browse repository at this point
Copy the full SHA 7eac20cView commit details -
Configuration menu - View commit details
-
Copy full SHA for b71c2ff - Browse repository at this point
Copy the full SHA b71c2ffView commit details -
Configuration menu - View commit details
-
Copy full SHA for a564dfc - Browse repository at this point
Copy the full SHA a564dfcView commit details -
tests: RewardsTest Improve compatibility with other tests.
If tests in other translation units leave pblocktree and pcoinsTip in an initialized state, free the memory and set it to nullptr.
Configuration menu - View commit details
-
Copy full SHA for 10946fe - Browse repository at this point
Copy the full SHA 10946feView commit details -
Configuration menu - View commit details
-
Copy full SHA for 8841b60 - Browse repository at this point
Copy the full SHA 8841b60View commit details -
Configuration menu - View commit details
-
Copy full SHA for 79b0f2c - Browse repository at this point
Copy the full SHA 79b0f2cView commit details -
Configuration menu - View commit details
-
Copy full SHA for c612002 - Browse repository at this point
Copy the full SHA c612002View commit details -
Configuration menu - View commit details
-
Copy full SHA for b86a3ec - Browse repository at this point
Copy the full SHA b86a3ecView commit details -
Configuration menu - View commit details
-
Copy full SHA for 86f6a58 - Browse repository at this point
Copy the full SHA 86f6a58View commit details -
Configuration menu - View commit details
-
Copy full SHA for c8d7e33 - Browse repository at this point
Copy the full SHA c8d7e33View commit details -
Configuration menu - View commit details
-
Copy full SHA for 56ce7e5 - Browse repository at this point
Copy the full SHA 56ce7e5View commit details -
Configuration menu - View commit details
-
Copy full SHA for c436434 - Browse repository at this point
Copy the full SHA c436434View commit details -
Configuration menu - View commit details
-
Copy full SHA for 6e85e17 - Browse repository at this point
Copy the full SHA 6e85e17View commit details -
Configuration menu - View commit details
-
Copy full SHA for 4f6f35f - Browse repository at this point
Copy the full SHA 4f6f35fView commit details -
Configuration menu - View commit details
-
Copy full SHA for 45a2dfb - Browse repository at this point
Copy the full SHA 45a2dfbView commit details -
Configuration menu - View commit details
-
Copy full SHA for 39bf8ec - Browse repository at this point
Copy the full SHA 39bf8ecView commit details -
Configuration menu - View commit details
-
Copy full SHA for 1f6ce0d - Browse repository at this point
Copy the full SHA 1f6ce0dView commit details -
Configuration menu - View commit details
-
Copy full SHA for a9d21d3 - Browse repository at this point
Copy the full SHA a9d21d3View commit details -
Configuration menu - View commit details
-
Copy full SHA for 97fe680 - Browse repository at this point
Copy the full SHA 97fe680View commit details -
Configuration menu - View commit details
-
Copy full SHA for 781efa4 - Browse repository at this point
Copy the full SHA 781efa4View commit details -
Remove libsnark from build and depends system.
Unlike ZCash, we still have libsnark included in both the build and dependency systems. Therefore, this commit should remove all the libsnark-related components from both systems. zcash@26a8f68
Configuration menu - View commit details
-
Copy full SHA for bd867d6 - Browse repository at this point
Copy the full SHA bd867d6View commit details -
removal of missed locations that reference libnark
Configuration menu - View commit details
-
Copy full SHA for f9610fc - Browse repository at this point
Copy the full SHA f9610fcView commit details -
Configuration menu - View commit details
-
Copy full SHA for bb60054 - Browse repository at this point
Copy the full SHA bb60054View commit details -
Configuration menu - View commit details
-
Copy full SHA for dcde6da - Browse repository at this point
Copy the full SHA dcde6daView commit details -
Configuration menu - View commit details
-
Copy full SHA for 80327be - Browse repository at this point
Copy the full SHA 80327beView commit details -
Configuration menu - View commit details
-
Copy full SHA for 012dc26 - Browse repository at this point
Copy the full SHA 012dc26View commit details -
Use Sapling JSDescriptions in gtests
TODO: - Migrate test utilities to generate Sapling-type Sprout proofs - Rename methods to include Sprout etc.
Configuration menu - View commit details
-
Copy full SHA for 5a0465f - Browse repository at this point
Copy the full SHA 5a0465fView commit details -
Configuration menu - View commit details
-
Copy full SHA for 044fea0 - Browse repository at this point
Copy the full SHA 044fea0View commit details -
Stop fetching old Sprout parameters
We aren't automatically deleting them yet.
Configuration menu - View commit details
-
Copy full SHA for d05fda5 - Browse repository at this point
Copy the full SHA d05fda5View commit details -
Configuration menu - View commit details
-
Copy full SHA for 6b23a8f - Browse repository at this point
Copy the full SHA 6b23a8fView commit details -
Move AbortNode to the top of main.cpp
It is in an anonymous namespace, so it needs to be above all code in the file that uses it.
Configuration menu - View commit details
-
Copy full SHA for 592b57b - Browse repository at this point
Copy the full SHA 592b57bView commit details -
Configuration menu - View commit details
-
Copy full SHA for cdc6740 - Browse repository at this point
Copy the full SHA cdc6740View commit details -
Configuration menu - View commit details
-
Copy full SHA for c2aa940 - Browse repository at this point
Copy the full SHA c2aa940View commit details -
Configuration menu - View commit details
-
Copy full SHA for 58351c3 - Browse repository at this point
Copy the full SHA 58351c3View commit details -
Configuration menu - View commit details
-
Copy full SHA for 7a2b3a4 - Browse repository at this point
Copy the full SHA 7a2b3a4View commit details -
get rid of check right port condition in dns address seed thread
Since nDefaultPort is always equal to ASSETCHAINS_P2PPORT and DNS records do not contain any information about the port number, the condition to check the correct port will always be true. Therefore, it can be removed.
Configuration menu - View commit details
-
Copy full SHA for 402d1fe - Browse repository at this point
Copy the full SHA 402d1feView commit details -
Configuration menu - View commit details
-
Copy full SHA for cf5690f - Browse repository at this point
Copy the full SHA cf5690fView commit details -
Configuration menu - View commit details
-
Copy full SHA for 10f2938 - Browse repository at this point
Copy the full SHA 10f2938View commit details -
Configuration menu - View commit details
-
Copy full SHA for dc37452 - Browse repository at this point
Copy the full SHA dc37452View commit details -
Configuration menu - View commit details
-
Copy full SHA for 3f3677c - Browse repository at this point
Copy the full SHA 3f3677cView commit details
Commits on Mar 6, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 177ba90 - Browse repository at this point
Copy the full SHA 177ba90View commit details -
Configuration menu - View commit details
-
Copy full SHA for 5400507 - Browse repository at this point
Copy the full SHA 5400507View commit details