You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Some tests might need updates if they assume getblocktemplate-rpcs will always be disabled during the test. We should probably delete or disable those tests (ticket #7362).
The text was updated successfully, but these errors were encountered:
Post-Merge TODOs
Motivation
Once we're happy to support the getblocktemplate RPCs, we can turn them on in all Zebra builds, by adding that feature to the default feature list:
zebra/zebrad/Cargo.toml
Lines 53 to 55 in 31426f3
Specifications
https://doc.rust-lang.org/cargo/reference/features.html#the-default-feature
Complex Code or Requirements
This is a well-supported Cargo configuration.
Testing
Some tests might need updates if they assume
getblocktemplate-rpcs
will always be disabled during the test. We should probably delete or disable those tests (ticket #7362).The text was updated successfully, but these errors were encountered: