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
Remove the remaining mechanism for swappable payload marshal for signing (#927)
Previous versions of go-f3 made marshal for signing swappable during
tests to help tests run faster. This has caused much confusion in
debugging false negative test failures.
As a result, the fake marshal for signing was changed to use a format
consistent with the real network (#923).
As a result we no longer need the types and mechanisms in code to make
marshalling of payload for signing swappable. Remove them all.
0 commit comments