Add CacheMultiStoreForExport to support wasm snapshot export #1799
Annotations
3 errors and 6 warnings
server/mock/store.go#L14
cannot use multiStore{} (value of type multiStore) as "github.com/cosmos/cosmos-sdk/store/types".MultiStore value in variable declaration: multiStore does not implement "github.com/cosmos/cosmos-sdk/store/types".MultiStore (missing method CacheMultiStoreForExport)
|
server/mock/store.go#L242
cannot use multiStore{…} (value of type multiStore) as "github.com/cosmos/cosmos-sdk/store/types".CommitMultiStore value in return statement: multiStore does not implement "github.com/cosmos/cosmos-sdk/store/types".CommitMultiStore (missing method CacheMultiStoreForExport)
|
|
The following actions uses Node.js version which is deprecated and will be forced to run on node20: actions/checkout@v3, actions/setup-python@v3, actions/setup-go@v3, technote-space/[email protected], actions/download-artifact@v3, actions/cache@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
|
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
|
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
|
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
|
The following artifacts were uploaded using a version of actions/upload-artifact that is scheduled for deprecation: "d25dbb96642e9caec0622bdb7821617ef874abe3-00", "d25dbb96642e9caec0622bdb7821617ef874abe3-00-coverage", "d25dbb96642e9caec0622bdb7821617ef874abe3-01", "d25dbb96642e9caec0622bdb7821617ef874abe3-02", "d25dbb96642e9caec0622bdb7821617ef874abe3-03", "d25dbb96642e9caec0622bdb7821617ef874abe3-03-coverage", "d25dbb96642e9caec0622bdb7821617ef874abe3-04", "d25dbb96642e9caec0622bdb7821617ef874abe3-04-coverage", "d25dbb96642e9caec0622bdb7821617ef874abe3-05", "d25dbb96642e9caec0622bdb7821617ef874abe3-05-coverage", "d25dbb96642e9caec0622bdb7821617ef874abe3-06", "d25dbb96642e9caec0622bdb7821617ef874abe3-06-coverage", "d25dbb96642e9caec0622bdb7821617ef874abe3-07", "d25dbb96642e9caec0622bdb7821617ef874abe3-08", "d25dbb96642e9caec0622bdb7821617ef874abe3-08-coverage", "d25dbb96642e9caec0622bdb7821617ef874abe3-09", "d25dbb96642e9caec0622bdb7821617ef874abe3-09-coverage".
Please update your workflow to use v4 of the artifact actions.
Learn more: https://github.blog/changelog/2024-04-16-deprecation-notice-v3-of-the-artifact-actions/
|
This job failed
Loading