Skip to content

Commit

Permalink
merge back (#76)
Browse files Browse the repository at this point in the history
* 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]>
  • Loading branch information
3 people authored Sep 18, 2024
1 parent c8f9475 commit 70e608f
Show file tree
Hide file tree
Showing 3 changed files with 707 additions and 41 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Haven Prometheus v4.0.2
# Haven Prometheus v4.1.0

Copyright (c) 2018-2024 Haven.
Portions Copyright (c) 2014-2022 The Monero Project.
Expand Down
Loading

0 comments on commit 70e608f

Please sign in to comment.