cosmwasm-stargate: Remove old codec

This commit is contained in:
willclarktech 2021-01-28 10:52:16 +00:00
parent 110013c9b3
commit 3a6cf02c8b
No known key found for this signature in database
GPG Key ID: 551A86E2E398ADF7
5 changed files with 0 additions and 8108 deletions

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

View File

@ -1,9 +0,0 @@
import Long from "long";
import protobuf from "protobufjs/minimal";
// Ensure the protobuf module has a Long implementation, which otherwise only works
// in Node.js (see https://github.com/protobufjs/protobuf.js/issues/921#issuecomment-334925145)
protobuf.util.Long = Long;
protobuf.configure();
export { cosmwasm } from "./generated/codecimpl";

File diff suppressed because it is too large Load Diff

View File

@ -1 +0,0 @@
export { cosmwasm } from "./generated/codecimpl";