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
A contextual validity check was added to the getblocktemplate RPC method in #5630.
While this would needlessly hurt performance in production, it's useful for testing that the getblocktemplate response will be contextually valid and accepted if submitted with a valid solution before another block is committed.
Motivation
A contextual validity check was added to the getblocktemplate RPC method in #5630.
While this would needlessly hurt performance in production, it's useful for testing that the getblocktemplate response will be contextually valid and accepted if submitted with a valid solution before another block is committed.
Designs
#[cfg(test)]
to the new code so that it will only run when Zebra is built for testingThe text was updated successfully, but these errors were encountered: