Skip to content
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

Merge branch 'static-dev' into static #77

Merged
merged 105 commits into from
Aug 20, 2024
Merged

Merge branch 'static-dev' into static #77

merged 105 commits into from
Aug 20, 2024

Conversation

DeckerSU
Copy link
Owner

No description provided.

DeckerSU and others added 30 commits February 1, 2024 22:06
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).
If tests in other translation units leave pblocktree and pcoinsTip
in an initialized state, free the memory and set it to nullptr.
This reverts commit daad2c273657233735a100e5011fcc2fd1a88b75.
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/zcash@26a8f68
DeckerSU added 29 commits May 17, 2024 21:51
add NotaryChecker class and its instance
allow -ac_private for the ZOMBIE test chain
In the real KMD chain (not in the first blocks),
block.nBits will always be greater than KOMODO_MINDIFF_NBITS.
Therefore, the control will never enter this conditional statement.

Also "fee stealing" is impossible, since we have notary
proof tx (last tx in notary mined block).
For some reason, we were not allowed to have additional
vouts in the coinbase transaction if their total was
greater than 0.1 KMD. Therefore, a coinbase transaction
with 2.8 KMD in vout[0] and 0.2 KMD in vout[1] was forbidden.

Since this release, we are allowing such transactions.
We are not using height activation here to keep the code simple;
instead, we have just removed the restriction itself.
fix datacarrier related command-line args
error: integer value -1 is outside the valid range of values [0, 3] for this enumeration type

- https://trac.macports.org/ticket/69103
- boostorg/numeric_conversion@50a1eae
- KomodoPlatform/komodo@9363d9e
S8 preps: new pubkeys, KIP-0002, KIP-0003, etc.
The KIP0003 consensus rule was added in the `dev` branch
as "logging only", i.e. as disabled. However, in the
`patch-s8-prepare-hf-test` branch, which we used for
testing on hfnet, it's already enabled
(as seen in [this commit](KomodoPlatform/komodo@783fc1f)).
For the release, we should enable this rule and make the
logging optional using the hfnet category.

- KomodoPlatform/komodo#626
 Merge branch 'static-experimental' into static-dev
@DeckerSU DeckerSU merged commit b75c2a8 into static Aug 20, 2024
1 check passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants