runtime: add warp-time feature for "fast" runtime#4913
runtime: add warp-time feature for "fast" runtime#4913mnaamani merged 2 commits intoJoystream:narafrom
Conversation
There was a problem hiding this comment.
@mnaamani are you sure you want to have "two names" for the same "feature"?
warp-time vs fast-block-production
| testing-runtime = [] | ||
| # Configuration suitable for automated integration testing only | ||
| testing-runtime = [ | ||
| "fast-block-production" |
There was a problem hiding this comment.
will not this make testing-runtime with fast-block-production by default?
There was a problem hiding this comment.
That is already the case. The testing runtime uses 1s blocks (but doesn't warp the timing)
|
oh maybe I misunderstood, so fast-block-production it's the regular testing environment and warp-time is the one with block production of 1s right? |
|
Added a "warp-time" cargo feature for use with production runtime configuration to address #4894
To test build and run local chain (with production configration)
┆Issue is synchronized with this Asana task by Unito