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
Begin block was made optional in v0.50 and its API changed, resulting in our BeginBlock implementations not being run. We should implement the new interface and add tests to fail if begin block functions are not run
For e2e's:
add start/stop to a test (maybe to genesis)
add assertion in localhost that height is greater than what it started (localhost is being updated)
For Admin Use
Not duplicate issue
Appropriate labels applied
Appropriate contributors tagged/assigned
The text was updated successfully, but these errors were encountered:
Summary
Begin block was made optional in v0.50 and its API changed, resulting in our BeginBlock implementations not being run. We should implement the new interface and add tests to fail if begin block functions are not run
For e2e's:
For Admin Use
The text was updated successfully, but these errors were encountered: