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

Apply the activation height to the custom coloring #184

Merged
merged 4 commits into from
May 20, 2024

Conversation

wizz-wallet-dev
Copy link
Collaborator

@wizz-wallet-dev wizz-wallet-dev commented May 20, 2024

  1. Make the custom coloring based on the height, also with the particial coloring.
  2. Push the activation height to 847000 (~4 weeks after).


should_custom_colored_ft_atomicals = is_custom_colored_operation(operations_found_at_inputs)
should_custom_colored_ft_atomicals = is_custom_colored_operation(operations_found_at_inputs) and is_custom_coloring_activated
Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This applies the activation height limit.

@@ -944,7 +945,7 @@ class BitcoinTestnet(BitcoinTestnetMixin, AtomicalsCoinMixin, Coin):
ATOMICALS_ACTIVATION_HEIGHT_COMMITZ = 2543936
ATOMICALS_ACTIVATION_HEIGHT_DENSITY = 2572729
ATOMICALS_ACTIVATION_HEIGHT_DFT_BITWORK_ROLLOVER = 2576412
ATOMICALS_ACTIVATION_SPLIT = 2584936
ATOMICALS_ACTIVATION_HEIGHT_SPLIT = 2584936
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

should be ATOMICALS_ACTIVATION_HEIGHT_CUSTOM_COLORING

Copy link
Owner

@atomicals atomicals left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@atomicals atomicals merged commit 0c39c03 into develop May 20, 2024
2 checks passed
@wizz-wallet-dev wizz-wallet-dev deleted the feat/is-custom-coloring-activated branch May 22, 2024 01:53
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.

3 participants