mirror of
https://github.com/cosmos/cosmjs.git
synced 2025-03-10 13:47:12 +00:00
Remove cosmWasmTypes
This commit is contained in:
parent
2b9b113f86
commit
c882ee69e3
@ -23,6 +23,8 @@ and this project adheres to
|
||||
methods were provided by ts-proto but we never needed them. ([#1329])
|
||||
- @cosmjs/stargate: Rename `fromTendermint34Event` to `fromTendermintEvent` and
|
||||
let it support both Tendermint 0.34 and 0.37 events as input.
|
||||
- @cosmjs/cosmwasm-stargate: Remove `cosmWasmTypes`. Use
|
||||
`createWasmAminoConverters()` instead.
|
||||
|
||||
[#1002]: https://github.com/cosmos/cosmjs/issues/1002
|
||||
[#1240]: https://github.com/cosmos/cosmjs/pull/1240
|
||||
|
@ -2,7 +2,6 @@ export { Code, CodeDetails, Contract, ContractCodeHistoryEntry, CosmWasmClient }
|
||||
export { fromBinary, toBinary } from "./encoding";
|
||||
export { _instantiate2AddressIntermediate, instantiate2Address } from "./instantiate2";
|
||||
export {
|
||||
cosmWasmTypes,
|
||||
createWasmAminoConverters,
|
||||
isMsgClearAdminEncodeObject,
|
||||
isMsgExecuteEncodeObject,
|
||||
|
@ -5,7 +5,6 @@ export {
|
||||
AminoMsgMigrateContract,
|
||||
AminoMsgStoreCode,
|
||||
AminoMsgUpdateAdmin,
|
||||
cosmWasmTypes,
|
||||
createWasmAminoConverters,
|
||||
} from "./wasm/aminomessages";
|
||||
export {
|
||||
|
@ -237,6 +237,3 @@ export function createWasmAminoConverters(): AminoConverters {
|
||||
},
|
||||
};
|
||||
}
|
||||
|
||||
/** @deprecated use `createWasmAminoConverters()` */
|
||||
export const cosmWasmTypes: AminoConverters = createWasmAminoConverters();
|
||||
|
Loading…
x
Reference in New Issue
Block a user