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

Develop #77

Merged
merged 4 commits into from
Sep 18, 2024
Merged

Develop #77

merged 4 commits into from
Sep 18, 2024

Conversation

goshiz
Copy link
Contributor

@goshiz goshiz commented Sep 18, 2024

No description provided.

Tay8NWWFKpz9JT4NXU0w and others added 4 commits August 19, 2024 14:18
* fix floating point arithmetics differences causing difficulty drift

There is a difference in the precision of difficulty calculation between Linux x86_64 and Windows / Linux ARM8.
It seems to relate to floating point arithmetic deviations, most likely coming from the additional -m64 flag (rounding to 53 bits) passed in linux.mk in the make depend configuration.
Changing the type to long double seems to fix the issue and produce consistent results between Linux x86_64 and other Windows / Linux ARM8.

* add a parameter for how long a conversion should remain in the pool

* remove conversions faster from the pool

* create new hardfork, minting of burnt fees in XHV

* add Proof of value rules for transfers with burn

* take into account burn transactions in supply calc

* add new hard fork

* new slippage + mint of XHV validation

* support for burn transactions

* revert changes for CLI-triggered burn transaction

* fix mcap ratio addon was not calculated,formatting

* check that slippage is below converted amount

* formatting and readability changes

* additional security checks

* adjust slippage calculation

* 20% of on/offshore fees to miners

* add mising conf HF_VERSION_OFFSHORE_FEES_V3

---------

Co-authored-by: Tay8NWWFKpz9JT4NXU0w <user.email>
* initial implementation of burn in the CLI

* additional CLI burn related changes

* bugfix - burn tx should not be possible before Haven 4.1

---------

Co-authored-by: Tay8NWWFKpz9JT4NXU0w <user.email>
* initial implementation of burn in the CLI

* additional CLI burn related changes

* bugfix - burn tx should not be possible before Haven 4.1

* fix warning message typo

* finalize hardfork time

* limit txn fee

* add enable-burn-experimental to set values in CLI

* fix display issues with xasset converions

* rewording of CLI help message

---------

Co-authored-by: Tay8NWWFKpz9JT4NXU0w <user.email>
* Haven v4.1.0 (#75)

* Haven 4.1 (#72)

* fix floating point arithmetics differences causing difficulty drift

There is a difference in the precision of difficulty calculation between Linux x86_64 and Windows / Linux ARM8.
It seems to relate to floating point arithmetic deviations, most likely coming from the additional -m64 flag (rounding to 53 bits) passed in linux.mk in the make depend configuration.
Changing the type to long double seems to fix the issue and produce consistent results between Linux x86_64 and other Windows / Linux ARM8.

* add a parameter for how long a conversion should remain in the pool

* remove conversions faster from the pool

* create new hardfork, minting of burnt fees in XHV

* add Proof of value rules for transfers with burn

* take into account burn transactions in supply calc

* add new hard fork

* new slippage + mint of XHV validation

* support for burn transactions

* revert changes for CLI-triggered burn transaction

* fix mcap ratio addon was not calculated,formatting

* check that slippage is below converted amount

* formatting and readability changes

* additional security checks

* adjust slippage calculation

* 20% of on/offshore fees to miners

* add mising conf HF_VERSION_OFFSHORE_FEES_V3

---------

Co-authored-by: Tay8NWWFKpz9JT4NXU0w <user.email>

* initial implementation of burn in the CLI (#73)

* initial implementation of burn in the CLI

* additional CLI burn related changes

* bugfix - burn tx should not be possible before Haven 4.1

---------

Co-authored-by: Tay8NWWFKpz9JT4NXU0w <user.email>

* Haven 4.1 hard fork bugfixing and finalization (#74)

* initial implementation of burn in the CLI

* additional CLI burn related changes

* bugfix - burn tx should not be possible before Haven 4.1

* fix warning message typo

* finalize hardfork time

* limit txn fee

* add enable-burn-experimental to set values in CLI

* fix display issues with xasset converions

* rewording of CLI help message

---------

Co-authored-by: Tay8NWWFKpz9JT4NXU0w <user.email>

---------

Co-authored-by: Tay8NWWFKpz9JT4NXU0w <[email protected]>

* bump version

---------

Co-authored-by: Tay8NWWFKpz9JT4NXU0w <[email protected]>
Co-authored-by: Goshiz <[email protected]>
@goshiz goshiz merged commit 8ce4e9d into master Sep 18, 2024
22 checks 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