-
Notifications
You must be signed in to change notification settings - Fork 54
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
Conversation
wizz-wallet-dev
commented
May 20, 2024
•
edited
Loading
edited
- Make the custom coloring based on the height, also with the particial coloring.
- 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 |
There was a problem hiding this comment.
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.
electrumx/lib/coins.py
Outdated
@@ -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 |
There was a problem hiding this comment.
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
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM