Skip to content

Commit

Permalink
Develop (#77)
Browse files Browse the repository at this point in the history
* 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>

* merge back (#76)

* 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]>

---------

Co-authored-by: Tay8NWWFKpz9JT4NXU0w <[email protected]>
Co-authored-by: Goshiz <[email protected]>
  • Loading branch information
3 people authored Sep 18, 2024
1 parent 1fb3777 commit 8ce4e9d
Showing 0 changed files with 0 additions and 0 deletions.

0 comments on commit 8ce4e9d

Please sign in to comment.