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
It may be clearer for testability to move the contents of process_transfer to the phase 1 doc, and move the corresponding tests. I'd even argue to remove the transfers field from BeaconBlockBody (it's cleaner, see item 8 in #1054) but @djrtwo disagrees :)
In v0.7.0, the block tests for transfer are removed but the tests for process_transfer remain as these are isolated from the block operation size checks.
Will keep it in this state until we decide how we want to test forks. Then we'll have a fork test that tests changing config to activate transfers
For all our config the
MAX_TRANSFERS
value is 0. However, we have tests that contain transfer, and it's expected to not error!The text was updated successfully, but these errors were encountered: