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
With v2 coming to completion the design makes doing things like parallelised execution much simpler to implement, we would like to make this the default in the sdk making it go as fast as possible. The cronos team implemented it for baseapp, they required to make some changes to accommodate the work. (https://github.com/crypto-org-chain/go-block-stm)
Summary
With v2 coming to completion the design makes doing things like parallelised execution much simpler to implement, we would like to make this the default in the sdk making it go as fast as possible. The cronos team implemented it for baseapp, they required to make some changes to accommodate the work. (https://github.com/crypto-org-chain/go-block-stm)
REF
https://arxiv.org/abs/2203.06871
Problem Definition
No response
Proposed Feature
Work with the cronos team to get a version of block-stm working with v2. This should be a default configuration.
There is a concern that cosmwasm wont be able to handle block-stm, this is why it needs to be handled in an optional way.
The text was updated successfully, but these errors were encountered: