Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat!: add
cosmwasmAPIGenerator
to keeper (#41)
* fix: remove pluskeeper * fix: add field of CosmwasmAPIGenerator To be able to decide which API the methods of CosmwasmAPIGenerator will use * perf: define functions and variables to be exposed * test: revert test of dynamiclink and api * fix: revert event attributes * fix: delete unnecessary assertExecuteResponse * feat: add govKeeper To be used when adding contract to inactive * test: add tests for callcallablepoint and validateInterface in inactive contract * refactor: fix to use the wasmAPI defined in x/wasm * fix: fix to use GetCosmwasmAPIGenerator * fix: fix to use SetCosmwasmAPIGenerator * fix: gofmt * fix: reflect golangci-lint * refactor: functions and variables created for x/wasmplus was used, so it has been revised and deleted * docs: add CHANGELOG * fix: reflect comment remove unnecessary variables * fix: reflect comment NewWasmStore is needed as the default function of dynamic link, so it was moved to the wasm directory and changed so that it does not depend on wasmplus. * fix: reflect comment add description
- Loading branch information