injectivejs 1.6.5 → 1.7.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/binary.d.ts +1 -1
- package/binary.js +1 -1
- package/cosmos/auth/v1beta1/auth.d.ts +4 -0
- package/cosmos/auth/v1beta1/auth.js +14 -11
- package/cosmos/auth/v1beta1/query.d.ts +20 -0
- package/cosmos/auth/v1beta1/query.js +51 -54
- package/cosmos/auth/v1beta1/query.rpc.func.js +20 -10
- package/cosmos/authz/v1beta1/authz.d.ts +4 -0
- package/cosmos/authz/v1beta1/authz.js +12 -9
- package/cosmos/authz/v1beta1/tx.d.ts +6 -0
- package/cosmos/authz/v1beta1/tx.js +14 -18
- package/cosmos/authz/v1beta1/tx.rpc.func.d.ts +3 -3
- package/cosmos/authz/v1beta1/tx.rpc.func.js +6 -3
- package/cosmos/bank/v1beta1/bank.d.ts +7 -0
- package/cosmos/bank/v1beta1/bank.js +21 -16
- package/cosmos/bank/v1beta1/query.d.ts +27 -0
- package/cosmos/bank/v1beta1/query.js +82 -61
- package/cosmos/bank/v1beta1/query.rpc.func.js +26 -13
- package/cosmos/bank/v1beta1/tx.d.ts +8 -0
- package/cosmos/bank/v1beta1/tx.js +21 -21
- package/cosmos/bank/v1beta1/tx.rpc.func.d.ts +4 -4
- package/cosmos/bank/v1beta1/tx.rpc.func.js +8 -4
- package/cosmos/base/abci/v1beta1/abci.d.ts +11 -0
- package/cosmos/base/abci/v1beta1/abci.js +29 -28
- package/cosmos/base/query/v1beta1/pagination.d.ts +2 -0
- package/cosmos/base/query/v1beta1/pagination.js +4 -7
- package/cosmos/base/v1beta1/coin.d.ts +4 -0
- package/cosmos/base/v1beta1/coin.js +8 -13
- package/cosmos/crypto/ed25519/keys.d.ts +2 -0
- package/cosmos/crypto/ed25519/keys.js +4 -7
- package/cosmos/crypto/multisig/v1beta1/multisig.d.ts +2 -0
- package/cosmos/crypto/multisig/v1beta1/multisig.js +4 -7
- package/cosmos/crypto/secp256k1/keys.d.ts +2 -0
- package/cosmos/crypto/secp256k1/keys.js +4 -7
- package/cosmos/crypto/secp256r1/keys.d.ts +2 -0
- package/cosmos/crypto/secp256r1/keys.js +4 -7
- package/cosmos/distribution/v1beta1/distribution.d.ts +12 -0
- package/cosmos/distribution/v1beta1/distribution.js +36 -27
- package/cosmos/distribution/v1beta1/tx.d.ts +14 -0
- package/cosmos/distribution/v1beta1/tx.js +34 -37
- package/cosmos/distribution/v1beta1/tx.rpc.func.d.ts +7 -7
- package/cosmos/distribution/v1beta1/tx.rpc.func.js +14 -7
- package/cosmos/feegrant/v1beta1/tx.d.ts +6 -0
- package/cosmos/feegrant/v1beta1/tx.js +12 -18
- package/cosmos/feegrant/v1beta1/tx.rpc.func.d.ts +3 -3
- package/cosmos/feegrant/v1beta1/tx.rpc.func.js +6 -3
- package/cosmos/gov/v1/gov.d.ts +9 -0
- package/cosmos/gov/v1/gov.js +24 -23
- package/cosmos/gov/v1/tx.d.ts +14 -0
- package/cosmos/gov/v1/tx.js +94 -37
- package/cosmos/gov/v1/tx.rpc.func.d.ts +7 -7
- package/cosmos/gov/v1/tx.rpc.func.js +14 -7
- package/cosmos/gov/v1beta1/gov.d.ts +9 -0
- package/cosmos/gov/v1beta1/gov.js +86 -22
- package/cosmos/gov/v1beta1/query.d.ts +16 -0
- package/cosmos/gov/v1beta1/query.js +48 -38
- package/cosmos/gov/v1beta1/query.rpc.func.js +16 -8
- package/cosmos/gov/v1beta1/tx.d.ts +8 -0
- package/cosmos/gov/v1beta1/tx.js +81 -22
- package/cosmos/gov/v1beta1/tx.rpc.func.d.ts +4 -4
- package/cosmos/gov/v1beta1/tx.rpc.func.js +8 -4
- package/cosmos/group/v1/tx.d.ts +28 -0
- package/cosmos/group/v1/tx.js +64 -79
- package/cosmos/group/v1/tx.rpc.func.d.ts +14 -14
- package/cosmos/group/v1/tx.rpc.func.js +28 -14
- package/cosmos/group/v1/types.d.ts +11 -0
- package/cosmos/group/v1/types.js +31 -29
- package/cosmos/ics23/v1/proofs.d.ts +13 -0
- package/cosmos/ics23/v1/proofs.js +44 -30
- package/cosmos/staking/v1beta1/query.d.ts +28 -0
- package/cosmos/staking/v1beta1/query.js +84 -64
- package/cosmos/staking/v1beta1/query.rpc.func.js +28 -14
- package/cosmos/staking/v1beta1/staking.d.ts +21 -0
- package/cosmos/staking/v1beta1/staking.js +58 -53
- package/cosmos/staking/v1beta1/tx.d.ts +14 -0
- package/cosmos/staking/v1beta1/tx.js +37 -35
- package/cosmos/staking/v1beta1/tx.rpc.func.d.ts +7 -7
- package/cosmos/staking/v1beta1/tx.rpc.func.js +14 -7
- package/cosmos/tx/signing/v1beta1/signing.d.ts +5 -0
- package/cosmos/tx/signing/v1beta1/signing.js +16 -12
- package/cosmos/tx/v1beta1/service.d.ts +18 -0
- package/cosmos/tx/v1beta1/service.js +53 -45
- package/cosmos/tx/v1beta1/service.rpc.func.js +18 -9
- package/cosmos/tx/v1beta1/tx.d.ts +13 -0
- package/cosmos/tx/v1beta1/tx.js +40 -31
- package/cosmos/upgrade/v1beta1/upgrade.d.ts +4 -0
- package/cosmos/upgrade/v1beta1/upgrade.js +13 -10
- package/cosmos/vesting/v1beta1/tx.d.ts +6 -0
- package/cosmos/vesting/v1beta1/tx.js +15 -16
- package/cosmos/vesting/v1beta1/tx.rpc.func.d.ts +3 -3
- package/cosmos/vesting/v1beta1/tx.rpc.func.js +6 -3
- package/cosmos/vesting/v1beta1/vesting.d.ts +6 -0
- package/cosmos/vesting/v1beta1/vesting.js +20 -13
- package/cosmos_proto/cosmos.d.ts +2 -0
- package/cosmos_proto/cosmos.js +4 -5
- package/cosmwasm/wasm/v1/proposal_legacy.d.ts +13 -0
- package/cosmwasm/wasm/v1/proposal_legacy.js +59 -27
- package/cosmwasm/wasm/v1/query.d.ts +29 -0
- package/cosmwasm/wasm/v1/query.js +78 -71
- package/cosmwasm/wasm/v1/query.rpc.func.js +28 -14
- package/cosmwasm/wasm/v1/tx.d.ts +34 -0
- package/cosmwasm/wasm/v1/tx.js +77 -95
- package/cosmwasm/wasm/v1/tx.rpc.func.d.ts +17 -17
- package/cosmwasm/wasm/v1/tx.rpc.func.js +34 -17
- package/cosmwasm/wasm/v1/types.d.ts +8 -0
- package/cosmwasm/wasm/v1/types.js +19 -21
- package/esm/binary.js +1 -1
- package/esm/cosmos/auth/v1beta1/auth.js +14 -11
- package/esm/cosmos/auth/v1beta1/query.js +51 -54
- package/esm/cosmos/auth/v1beta1/query.rpc.func.js +20 -10
- package/esm/cosmos/authz/v1beta1/authz.js +12 -9
- package/esm/cosmos/authz/v1beta1/tx.js +14 -18
- package/esm/cosmos/authz/v1beta1/tx.rpc.func.js +6 -3
- package/esm/cosmos/bank/v1beta1/bank.js +21 -16
- package/esm/cosmos/bank/v1beta1/query.js +82 -61
- package/esm/cosmos/bank/v1beta1/query.rpc.func.js +26 -13
- package/esm/cosmos/bank/v1beta1/tx.js +21 -21
- package/esm/cosmos/bank/v1beta1/tx.rpc.func.js +8 -4
- package/esm/cosmos/base/abci/v1beta1/abci.js +29 -28
- package/esm/cosmos/base/query/v1beta1/pagination.js +4 -7
- package/esm/cosmos/base/v1beta1/coin.js +8 -13
- package/esm/cosmos/crypto/ed25519/keys.js +4 -7
- package/esm/cosmos/crypto/multisig/v1beta1/multisig.js +4 -7
- package/esm/cosmos/crypto/secp256k1/keys.js +4 -7
- package/esm/cosmos/crypto/secp256r1/keys.js +4 -7
- package/esm/cosmos/distribution/v1beta1/distribution.js +36 -27
- package/esm/cosmos/distribution/v1beta1/tx.js +34 -37
- package/esm/cosmos/distribution/v1beta1/tx.rpc.func.js +14 -7
- package/esm/cosmos/feegrant/v1beta1/tx.js +12 -18
- package/esm/cosmos/feegrant/v1beta1/tx.rpc.func.js +6 -3
- package/esm/cosmos/gov/v1/gov.js +24 -23
- package/esm/cosmos/gov/v1/tx.js +94 -37
- package/esm/cosmos/gov/v1/tx.rpc.func.js +14 -7
- package/esm/cosmos/gov/v1beta1/gov.js +86 -22
- package/esm/cosmos/gov/v1beta1/query.js +48 -38
- package/esm/cosmos/gov/v1beta1/query.rpc.func.js +16 -8
- package/esm/cosmos/gov/v1beta1/tx.js +82 -23
- package/esm/cosmos/gov/v1beta1/tx.rpc.func.js +8 -4
- package/esm/cosmos/group/v1/tx.js +65 -80
- package/esm/cosmos/group/v1/tx.rpc.func.js +28 -14
- package/esm/cosmos/group/v1/types.js +31 -29
- package/esm/cosmos/ics23/v1/proofs.js +44 -30
- package/esm/cosmos/staking/v1beta1/query.js +84 -64
- package/esm/cosmos/staking/v1beta1/query.rpc.func.js +28 -14
- package/esm/cosmos/staking/v1beta1/staking.js +58 -53
- package/esm/cosmos/staking/v1beta1/tx.js +37 -35
- package/esm/cosmos/staking/v1beta1/tx.rpc.func.js +14 -7
- package/esm/cosmos/tx/signing/v1beta1/signing.js +16 -12
- package/esm/cosmos/tx/v1beta1/service.js +53 -45
- package/esm/cosmos/tx/v1beta1/service.rpc.func.js +18 -9
- package/esm/cosmos/tx/v1beta1/tx.js +40 -31
- package/esm/cosmos/upgrade/v1beta1/upgrade.js +13 -10
- package/esm/cosmos/vesting/v1beta1/tx.js +15 -16
- package/esm/cosmos/vesting/v1beta1/tx.rpc.func.js +6 -3
- package/esm/cosmos/vesting/v1beta1/vesting.js +20 -13
- package/esm/cosmos_proto/cosmos.js +4 -5
- package/esm/cosmwasm/wasm/v1/proposal_legacy.js +59 -27
- package/esm/cosmwasm/wasm/v1/query.js +78 -71
- package/esm/cosmwasm/wasm/v1/query.rpc.func.js +28 -14
- package/esm/cosmwasm/wasm/v1/tx.js +77 -95
- package/esm/cosmwasm/wasm/v1/tx.rpc.func.js +34 -17
- package/esm/cosmwasm/wasm/v1/types.js +19 -21
- package/esm/extern.js +1 -1
- package/esm/google/api/http.js +9 -5
- package/esm/google/protobuf/any.js +2 -1
- package/esm/google/protobuf/descriptor.js +117 -43
- package/esm/google/protobuf/duration.js +2 -3
- package/esm/google/protobuf/timestamp.js +2 -3
- package/esm/helper-func-types.js +8 -1
- package/esm/helpers.js +1 -1
- package/esm/ibc/applications/transfer/v1/transfer.js +7 -9
- package/esm/ibc/applications/transfer/v1/tx.js +12 -11
- package/esm/ibc/applications/transfer/v1/tx.rpc.func.js +4 -2
- package/esm/ibc/core/channel/v1/channel.js +23 -23
- package/esm/ibc/core/channel/v1/tx.js +105 -96
- package/esm/ibc/core/channel/v1/tx.rpc.func.js +38 -19
- package/esm/ibc/core/channel/v1/upgrade.js +8 -9
- package/esm/ibc/core/client/v1/client.js +11 -15
- package/esm/ibc/core/client/v1/tx.js +29 -42
- package/esm/ibc/core/client/v1/tx.rpc.func.js +14 -7
- package/esm/ibc/core/commitment/v1/commitment.js +7 -9
- package/esm/ibc/core/connection/v1/connection.js +19 -19
- package/esm/ibc/core/connection/v1/tx.js +28 -26
- package/esm/ibc/core/connection/v1/tx.rpc.func.js +10 -5
- package/esm/injective/auction/v1beta1/auction.js +13 -13
- package/esm/injective/auction/v1beta1/genesis.js +5 -2
- package/esm/injective/auction/v1beta1/query.js +20 -13
- package/esm/injective/auction/v1beta1/query.rpc.func.js +8 -4
- package/esm/injective/auction/v1beta1/tx.js +10 -9
- package/esm/injective/auction/v1beta1/tx.rpc.func.js +4 -2
- package/esm/injective/crypto/v1beta1/ethsecp256k1/keys.js +4 -7
- package/esm/injective/exchange/v1beta1/authz.js +44 -22
- package/esm/injective/exchange/v1beta1/events.js +105 -46
- package/esm/injective/exchange/v1beta1/exchange.js +123 -83
- package/esm/injective/exchange/v1beta1/genesis.js +77 -21
- package/esm/injective/exchange/v1beta1/proposal.js +101 -43
- package/esm/injective/exchange/v1beta1/query.js +324 -210
- package/esm/injective/exchange/v1beta1/query.rpc.func.js +120 -60
- package/esm/injective/exchange/v1beta1/tx.js +181 -166
- package/esm/injective/exchange/v1beta1/tx.rpc.func.js +70 -35
- package/esm/injective/insurance/v1beta1/events.js +16 -6
- package/esm/injective/insurance/v1beta1/genesis.js +5 -2
- package/esm/injective/insurance/v1beta1/insurance.js +7 -7
- package/esm/injective/insurance/v1beta1/query.js +30 -19
- package/esm/injective/insurance/v1beta1/query.rpc.func.js +12 -6
- package/esm/injective/insurance/v1beta1/tx.js +20 -17
- package/esm/injective/insurance/v1beta1/tx.rpc.func.js +8 -4
- package/esm/injective/ocr/v1beta1/genesis.js +28 -12
- package/esm/injective/ocr/v1beta1/ocr.js +54 -38
- package/esm/injective/ocr/v1beta1/query.js +38 -22
- package/esm/injective/ocr/v1beta1/query.rpc.func.js +14 -7
- package/esm/injective/ocr/v1beta1/tx.js +41 -41
- package/esm/injective/ocr/v1beta1/tx.rpc.func.js +18 -9
- package/esm/injective/oracle/v1beta1/events.js +24 -21
- package/esm/injective/oracle/v1beta1/genesis.js +16 -4
- package/esm/injective/oracle/v1beta1/oracle.js +61 -38
- package/esm/injective/oracle/v1beta1/proposal.js +47 -22
- package/esm/injective/oracle/v1beta1/query.js +93 -58
- package/esm/injective/oracle/v1beta1/query.rpc.func.js +34 -17
- package/esm/injective/oracle/v1beta1/tx.js +35 -37
- package/esm/injective/oracle/v1beta1/tx.rpc.func.js +16 -8
- package/esm/injective/peggy/v1/attestation.js +4 -5
- package/esm/injective/peggy/v1/batch.js +6 -3
- package/esm/injective/peggy/v1/events.js +36 -33
- package/esm/injective/peggy/v1/genesis.js +11 -2
- package/esm/injective/peggy/v1/msgs.js +59 -68
- package/esm/injective/peggy/v1/msgs.rpc.func.js +28 -14
- package/esm/injective/peggy/v1/params.js +3 -3
- package/esm/injective/peggy/v1/pool.js +4 -5
- package/esm/injective/peggy/v1/proposal.js +6 -2
- package/esm/injective/peggy/v1/query.js +99 -70
- package/esm/injective/peggy/v1/query.rpc.func.js +42 -21
- package/esm/injective/peggy/v1/types.js +11 -10
- package/esm/injective/permissions/v1beta1/events.js +3 -2
- package/esm/injective/permissions/v1beta1/genesis.js +4 -2
- package/esm/injective/permissions/v1beta1/params.js +2 -4
- package/esm/injective/permissions/v1beta1/permissions.js +16 -10
- package/esm/injective/permissions/v1beta1/query.js +28 -21
- package/esm/injective/permissions/v1beta1/query.rpc.func.js +12 -6
- package/esm/injective/permissions/v1beta1/tx.js +45 -39
- package/esm/injective/permissions/v1beta1/tx.rpc.func.js +14 -7
- package/esm/injective/stream/v1beta1/query.js +70 -33
- package/esm/injective/tokenfactory/v1beta1/authorityMetadata.js +2 -3
- package/esm/injective/tokenfactory/v1beta1/events.js +13 -8
- package/esm/injective/tokenfactory/v1beta1/genesis.js +7 -3
- package/esm/injective/tokenfactory/v1beta1/params.js +3 -3
- package/esm/injective/tokenfactory/v1beta1/query.js +19 -14
- package/esm/injective/tokenfactory/v1beta1/query.rpc.func.js +8 -4
- package/esm/injective/tokenfactory/v1beta1/tx.js +28 -27
- package/esm/injective/tokenfactory/v1beta1/tx.rpc.func.js +12 -6
- package/esm/injective/types/v1beta1/account.js +5 -2
- package/esm/injective/types/v1beta1/tx_ext.js +2 -3
- package/esm/injective/types/v1beta1/tx_response.js +5 -4
- package/esm/injective/wasmx/v1/events.js +6 -7
- package/esm/injective/wasmx/v1/genesis.js +7 -3
- package/esm/injective/wasmx/v1/proposal.js +23 -10
- package/esm/injective/wasmx/v1/query.js +15 -10
- package/esm/injective/wasmx/v1/query.rpc.func.js +6 -3
- package/esm/injective/wasmx/v1/tx.js +26 -29
- package/esm/injective/wasmx/v1/tx.rpc.func.js +12 -6
- package/esm/injective/wasmx/v1/wasmx.js +5 -5
- package/esm/registry.js +1 -1
- package/esm/tendermint/abci/types.js +156 -73
- package/esm/tendermint/crypto/keys.js +2 -3
- package/esm/tendermint/crypto/proof.js +12 -9
- package/esm/tendermint/types/block.js +6 -2
- package/esm/tendermint/types/evidence.js +14 -5
- package/esm/tendermint/types/params.js +19 -14
- package/esm/tendermint/types/types.js +47 -20
- package/esm/tendermint/types/validator.js +9 -4
- package/esm/tendermint/version/types.js +4 -5
- package/esm/types.js +1 -1
- package/esm/utf8.js +1 -1
- package/esm/varint.js +1 -1
- package/extern.d.ts +1 -1
- package/extern.js +1 -1
- package/google/api/http.d.ts +3 -0
- package/google/api/http.js +9 -5
- package/google/protobuf/any.d.ts +1 -0
- package/google/protobuf/any.js +2 -1
- package/google/protobuf/descriptor.d.ts +33 -0
- package/google/protobuf/descriptor.js +117 -43
- package/google/protobuf/duration.d.ts +1 -0
- package/google/protobuf/duration.js +2 -3
- package/google/protobuf/timestamp.d.ts +1 -0
- package/google/protobuf/timestamp.js +2 -3
- package/helper-func-types.d.ts +6 -3
- package/helper-func-types.js +8 -1
- package/helpers.d.ts +1 -1
- package/helpers.js +1 -1
- package/ibc/applications/transfer/v1/transfer.d.ts +3 -0
- package/ibc/applications/transfer/v1/transfer.js +7 -9
- package/ibc/applications/transfer/v1/tx.d.ts +4 -0
- package/ibc/applications/transfer/v1/tx.js +12 -11
- package/ibc/applications/transfer/v1/tx.rpc.func.d.ts +2 -2
- package/ibc/applications/transfer/v1/tx.rpc.func.js +4 -2
- package/ibc/core/channel/v1/channel.d.ts +9 -0
- package/ibc/core/channel/v1/channel.js +23 -23
- package/ibc/core/channel/v1/tx.d.ts +38 -0
- package/ibc/core/channel/v1/tx.js +105 -96
- package/ibc/core/channel/v1/tx.rpc.func.d.ts +19 -19
- package/ibc/core/channel/v1/tx.rpc.func.js +38 -19
- package/ibc/core/channel/v1/upgrade.d.ts +3 -0
- package/ibc/core/channel/v1/upgrade.js +8 -9
- package/ibc/core/client/v1/client.d.ts +5 -0
- package/ibc/core/client/v1/client.js +11 -15
- package/ibc/core/client/v1/tx.d.ts +14 -0
- package/ibc/core/client/v1/tx.js +29 -42
- package/ibc/core/client/v1/tx.rpc.func.d.ts +7 -7
- package/ibc/core/client/v1/tx.rpc.func.js +14 -7
- package/ibc/core/commitment/v1/commitment.d.ts +3 -0
- package/ibc/core/commitment/v1/commitment.js +7 -9
- package/ibc/core/connection/v1/connection.d.ts +7 -0
- package/ibc/core/connection/v1/connection.js +19 -19
- package/ibc/core/connection/v1/tx.d.ts +10 -0
- package/ibc/core/connection/v1/tx.js +28 -26
- package/ibc/core/connection/v1/tx.rpc.func.d.ts +5 -5
- package/ibc/core/connection/v1/tx.rpc.func.js +10 -5
- package/injective/auction/v1beta1/auction.d.ts +6 -0
- package/injective/auction/v1beta1/auction.js +13 -13
- package/injective/auction/v1beta1/genesis.d.ts +1 -0
- package/injective/auction/v1beta1/genesis.js +5 -2
- package/injective/auction/v1beta1/query.d.ts +8 -0
- package/injective/auction/v1beta1/query.js +20 -13
- package/injective/auction/v1beta1/query.rpc.func.js +8 -4
- package/injective/auction/v1beta1/tx.d.ts +4 -0
- package/injective/auction/v1beta1/tx.js +10 -9
- package/injective/auction/v1beta1/tx.rpc.func.d.ts +2 -2
- package/injective/auction/v1beta1/tx.rpc.func.js +4 -2
- package/injective/crypto/v1beta1/ethsecp256k1/keys.d.ts +2 -0
- package/injective/crypto/v1beta1/ethsecp256k1/keys.js +4 -7
- package/injective/exchange/v1beta1/authz.d.ts +11 -0
- package/injective/exchange/v1beta1/authz.js +44 -22
- package/injective/exchange/v1beta1/events.d.ts +36 -0
- package/injective/exchange/v1beta1/events.js +105 -46
- package/injective/exchange/v1beta1/exchange.d.ts +51 -0
- package/injective/exchange/v1beta1/exchange.js +123 -83
- package/injective/exchange/v1beta1/genesis.d.ts +17 -0
- package/injective/exchange/v1beta1/genesis.js +77 -21
- package/injective/exchange/v1beta1/proposal.d.ts +21 -0
- package/injective/exchange/v1beta1/proposal.js +101 -43
- package/injective/exchange/v1beta1/query.d.ts +131 -0
- package/injective/exchange/v1beta1/query.js +324 -210
- package/injective/exchange/v1beta1/query.rpc.func.js +120 -60
- package/injective/exchange/v1beta1/tx.d.ts +77 -0
- package/injective/exchange/v1beta1/tx.js +181 -166
- package/injective/exchange/v1beta1/tx.rpc.func.d.ts +35 -35
- package/injective/exchange/v1beta1/tx.rpc.func.js +70 -35
- package/injective/insurance/v1beta1/events.d.ts +5 -0
- package/injective/insurance/v1beta1/events.js +16 -6
- package/injective/insurance/v1beta1/genesis.d.ts +1 -0
- package/injective/insurance/v1beta1/genesis.js +5 -2
- package/injective/insurance/v1beta1/insurance.d.ts +3 -0
- package/injective/insurance/v1beta1/insurance.js +7 -7
- package/injective/insurance/v1beta1/query.d.ts +12 -0
- package/injective/insurance/v1beta1/query.js +30 -19
- package/injective/insurance/v1beta1/query.rpc.func.js +12 -6
- package/injective/insurance/v1beta1/tx.d.ts +8 -0
- package/injective/insurance/v1beta1/tx.js +20 -17
- package/injective/insurance/v1beta1/tx.rpc.func.d.ts +4 -4
- package/injective/insurance/v1beta1/tx.rpc.func.js +8 -4
- package/injective/ocr/v1beta1/genesis.d.ts +8 -0
- package/injective/ocr/v1beta1/genesis.js +28 -12
- package/injective/ocr/v1beta1/ocr.d.ts +21 -0
- package/injective/ocr/v1beta1/ocr.js +54 -38
- package/injective/ocr/v1beta1/query.d.ts +14 -0
- package/injective/ocr/v1beta1/query.js +38 -22
- package/injective/ocr/v1beta1/query.rpc.func.js +14 -7
- package/injective/ocr/v1beta1/tx.d.ts +18 -0
- package/injective/ocr/v1beta1/tx.js +41 -41
- package/injective/ocr/v1beta1/tx.rpc.func.d.ts +9 -9
- package/injective/ocr/v1beta1/tx.rpc.func.js +18 -9
- package/injective/oracle/v1beta1/events.d.ts +11 -0
- package/injective/oracle/v1beta1/events.js +24 -21
- package/injective/oracle/v1beta1/genesis.d.ts +2 -0
- package/injective/oracle/v1beta1/genesis.js +16 -4
- package/injective/oracle/v1beta1/oracle.d.ts +24 -0
- package/injective/oracle/v1beta1/oracle.js +61 -38
- package/injective/oracle/v1beta1/proposal.d.ts +11 -0
- package/injective/oracle/v1beta1/proposal.js +47 -22
- package/injective/oracle/v1beta1/query.d.ts +37 -0
- package/injective/oracle/v1beta1/query.js +93 -58
- package/injective/oracle/v1beta1/query.rpc.func.js +34 -17
- package/injective/oracle/v1beta1/tx.d.ts +16 -0
- package/injective/oracle/v1beta1/tx.js +35 -37
- package/injective/oracle/v1beta1/tx.rpc.func.d.ts +8 -8
- package/injective/oracle/v1beta1/tx.rpc.func.js +16 -8
- package/injective/peggy/v1/attestation.d.ts +2 -0
- package/injective/peggy/v1/attestation.js +4 -5
- package/injective/peggy/v1/batch.d.ts +2 -0
- package/injective/peggy/v1/batch.js +6 -3
- package/injective/peggy/v1/events.d.ts +17 -0
- package/injective/peggy/v1/events.js +36 -33
- package/injective/peggy/v1/genesis.d.ts +1 -0
- package/injective/peggy/v1/genesis.js +11 -2
- package/injective/peggy/v1/msgs.d.ts +28 -0
- package/injective/peggy/v1/msgs.js +59 -68
- package/injective/peggy/v1/msgs.rpc.func.d.ts +14 -14
- package/injective/peggy/v1/msgs.rpc.func.js +28 -14
- package/injective/peggy/v1/params.d.ts +1 -0
- package/injective/peggy/v1/params.js +3 -3
- package/injective/peggy/v1/pool.d.ts +2 -0
- package/injective/peggy/v1/pool.js +4 -5
- package/injective/peggy/v1/proposal.d.ts +2 -0
- package/injective/peggy/v1/proposal.js +6 -2
- package/injective/peggy/v1/query.d.ts +42 -0
- package/injective/peggy/v1/query.js +99 -70
- package/injective/peggy/v1/query.rpc.func.js +42 -21
- package/injective/peggy/v1/types.d.ts +5 -0
- package/injective/peggy/v1/types.js +11 -10
- package/injective/permissions/v1beta1/events.d.ts +1 -0
- package/injective/permissions/v1beta1/events.js +3 -2
- package/injective/permissions/v1beta1/genesis.d.ts +1 -0
- package/injective/permissions/v1beta1/genesis.js +4 -2
- package/injective/permissions/v1beta1/params.d.ts +1 -0
- package/injective/permissions/v1beta1/params.js +2 -4
- package/injective/permissions/v1beta1/permissions.d.ts +6 -0
- package/injective/permissions/v1beta1/permissions.js +16 -10
- package/injective/permissions/v1beta1/query.d.ts +12 -0
- package/injective/permissions/v1beta1/query.js +28 -21
- package/injective/permissions/v1beta1/query.rpc.func.js +12 -6
- package/injective/permissions/v1beta1/tx.d.ts +18 -0
- package/injective/permissions/v1beta1/tx.js +45 -39
- package/injective/permissions/v1beta1/tx.rpc.func.d.ts +7 -7
- package/injective/permissions/v1beta1/tx.rpc.func.js +14 -7
- package/injective/stream/v1beta1/query.d.ts +22 -0
- package/injective/stream/v1beta1/query.js +70 -33
- package/injective/tokenfactory/v1beta1/authorityMetadata.d.ts +1 -0
- package/injective/tokenfactory/v1beta1/authorityMetadata.js +2 -3
- package/injective/tokenfactory/v1beta1/events.d.ts +5 -0
- package/injective/tokenfactory/v1beta1/events.js +13 -8
- package/injective/tokenfactory/v1beta1/genesis.d.ts +2 -0
- package/injective/tokenfactory/v1beta1/genesis.js +7 -3
- package/injective/tokenfactory/v1beta1/params.d.ts +1 -0
- package/injective/tokenfactory/v1beta1/params.js +3 -3
- package/injective/tokenfactory/v1beta1/query.d.ts +8 -0
- package/injective/tokenfactory/v1beta1/query.js +19 -14
- package/injective/tokenfactory/v1beta1/query.rpc.func.js +8 -4
- package/injective/tokenfactory/v1beta1/tx.d.ts +12 -0
- package/injective/tokenfactory/v1beta1/tx.js +28 -27
- package/injective/tokenfactory/v1beta1/tx.rpc.func.d.ts +6 -6
- package/injective/tokenfactory/v1beta1/tx.rpc.func.js +12 -6
- package/injective/types/v1beta1/account.d.ts +1 -0
- package/injective/types/v1beta1/account.js +5 -2
- package/injective/types/v1beta1/tx_ext.d.ts +1 -0
- package/injective/types/v1beta1/tx_ext.js +2 -3
- package/injective/types/v1beta1/tx_response.d.ts +2 -0
- package/injective/types/v1beta1/tx_response.js +5 -4
- package/injective/wasmx/v1/events.d.ts +3 -0
- package/injective/wasmx/v1/events.js +6 -7
- package/injective/wasmx/v1/genesis.d.ts +2 -0
- package/injective/wasmx/v1/genesis.js +7 -3
- package/injective/wasmx/v1/proposal.d.ts +5 -0
- package/injective/wasmx/v1/proposal.js +23 -10
- package/injective/wasmx/v1/query.d.ts +6 -0
- package/injective/wasmx/v1/query.js +15 -10
- package/injective/wasmx/v1/query.rpc.func.js +6 -3
- package/injective/wasmx/v1/tx.d.ts +12 -0
- package/injective/wasmx/v1/tx.js +26 -29
- package/injective/wasmx/v1/tx.rpc.func.d.ts +6 -6
- package/injective/wasmx/v1/tx.rpc.func.js +12 -6
- package/injective/wasmx/v1/wasmx.d.ts +2 -0
- package/injective/wasmx/v1/wasmx.js +5 -5
- package/package.json +2 -2
- package/registry.d.ts +1 -1
- package/registry.js +1 -1
- package/tendermint/abci/types.d.ts +47 -0
- package/tendermint/abci/types.js +156 -73
- package/tendermint/crypto/keys.d.ts +1 -0
- package/tendermint/crypto/keys.js +2 -3
- package/tendermint/crypto/proof.d.ts +5 -0
- package/tendermint/crypto/proof.js +12 -9
- package/tendermint/types/block.d.ts +1 -0
- package/tendermint/types/block.js +6 -2
- package/tendermint/types/evidence.d.ts +4 -0
- package/tendermint/types/evidence.js +14 -5
- package/tendermint/types/params.d.ts +7 -0
- package/tendermint/types/params.js +19 -14
- package/tendermint/types/types.d.ts +15 -0
- package/tendermint/types/types.js +47 -20
- package/tendermint/types/validator.d.ts +3 -0
- package/tendermint/types/validator.js +9 -4
- package/tendermint/version/types.d.ts +2 -0
- package/tendermint/version/types.js +4 -5
- package/types.d.ts +2 -1
- package/types.js +1 -1
- package/utf8.d.ts +1 -1
- package/utf8.js +1 -1
- package/varint.d.ts +1 -1
- package/varint.js +1 -1
|
@@ -1,7 +1,6 @@
|
|
|
1
1
|
import { Header, Data, Commit } from "./types";
|
|
2
2
|
import { EvidenceList } from "./evidence";
|
|
3
3
|
import { BinaryReader, BinaryWriter } from "../../binary";
|
|
4
|
-
import { GlobalDecoderRegistry } from "../../registry";
|
|
5
4
|
function createBaseBlock() {
|
|
6
5
|
return {
|
|
7
6
|
header: Header.fromPartial({}),
|
|
@@ -105,6 +104,11 @@ export const Block = {
|
|
|
105
104
|
typeUrl: "/tendermint.types.Block",
|
|
106
105
|
value: Block.encode(message).finish()
|
|
107
106
|
};
|
|
107
|
+
},
|
|
108
|
+
registerTypeUrl() {
|
|
109
|
+
Header.registerTypeUrl();
|
|
110
|
+
Data.registerTypeUrl();
|
|
111
|
+
EvidenceList.registerTypeUrl();
|
|
112
|
+
Commit.registerTypeUrl();
|
|
108
113
|
}
|
|
109
114
|
};
|
|
110
|
-
GlobalDecoderRegistry.register(Block.typeUrl, Block);
|
|
@@ -3,7 +3,6 @@ import { Timestamp } from "../../google/protobuf/timestamp";
|
|
|
3
3
|
import { Validator } from "./validator";
|
|
4
4
|
import { BinaryReader, BinaryWriter } from "../../binary";
|
|
5
5
|
import { toTimestamp, fromTimestamp } from "../../helpers";
|
|
6
|
-
import { GlobalDecoderRegistry } from "../../registry";
|
|
7
6
|
function createBaseEvidence() {
|
|
8
7
|
return {
|
|
9
8
|
duplicateVoteEvidence: undefined,
|
|
@@ -83,9 +82,12 @@ export const Evidence = {
|
|
|
83
82
|
typeUrl: "/tendermint.types.Evidence",
|
|
84
83
|
value: Evidence.encode(message).finish()
|
|
85
84
|
};
|
|
85
|
+
},
|
|
86
|
+
registerTypeUrl() {
|
|
87
|
+
DuplicateVoteEvidence.registerTypeUrl();
|
|
88
|
+
LightClientAttackEvidence.registerTypeUrl();
|
|
86
89
|
}
|
|
87
90
|
};
|
|
88
|
-
GlobalDecoderRegistry.register(Evidence.typeUrl, Evidence);
|
|
89
91
|
function createBaseDuplicateVoteEvidence() {
|
|
90
92
|
return {
|
|
91
93
|
voteA: undefined,
|
|
@@ -201,9 +203,11 @@ export const DuplicateVoteEvidence = {
|
|
|
201
203
|
typeUrl: "/tendermint.types.DuplicateVoteEvidence",
|
|
202
204
|
value: DuplicateVoteEvidence.encode(message).finish()
|
|
203
205
|
};
|
|
206
|
+
},
|
|
207
|
+
registerTypeUrl() {
|
|
208
|
+
Vote.registerTypeUrl();
|
|
204
209
|
}
|
|
205
210
|
};
|
|
206
|
-
GlobalDecoderRegistry.register(DuplicateVoteEvidence.typeUrl, DuplicateVoteEvidence);
|
|
207
211
|
function createBaseLightClientAttackEvidence() {
|
|
208
212
|
return {
|
|
209
213
|
conflictingBlock: undefined,
|
|
@@ -322,9 +326,12 @@ export const LightClientAttackEvidence = {
|
|
|
322
326
|
typeUrl: "/tendermint.types.LightClientAttackEvidence",
|
|
323
327
|
value: LightClientAttackEvidence.encode(message).finish()
|
|
324
328
|
};
|
|
329
|
+
},
|
|
330
|
+
registerTypeUrl() {
|
|
331
|
+
LightBlock.registerTypeUrl();
|
|
332
|
+
Validator.registerTypeUrl();
|
|
325
333
|
}
|
|
326
334
|
};
|
|
327
|
-
GlobalDecoderRegistry.register(LightClientAttackEvidence.typeUrl, LightClientAttackEvidence);
|
|
328
335
|
function createBaseEvidenceList() {
|
|
329
336
|
return {
|
|
330
337
|
evidence: []
|
|
@@ -395,6 +402,8 @@ export const EvidenceList = {
|
|
|
395
402
|
typeUrl: "/tendermint.types.EvidenceList",
|
|
396
403
|
value: EvidenceList.encode(message).finish()
|
|
397
404
|
};
|
|
405
|
+
},
|
|
406
|
+
registerTypeUrl() {
|
|
407
|
+
Evidence.registerTypeUrl();
|
|
398
408
|
}
|
|
399
409
|
};
|
|
400
|
-
GlobalDecoderRegistry.register(EvidenceList.typeUrl, EvidenceList);
|
|
@@ -1,6 +1,5 @@
|
|
|
1
1
|
import { Duration } from "../../google/protobuf/duration";
|
|
2
2
|
import { BinaryReader, BinaryWriter } from "../../binary";
|
|
3
|
-
import { GlobalDecoderRegistry } from "../../registry";
|
|
4
3
|
function createBaseConsensusParams() {
|
|
5
4
|
return {
|
|
6
5
|
block: undefined,
|
|
@@ -116,9 +115,15 @@ export const ConsensusParams = {
|
|
|
116
115
|
typeUrl: "/tendermint.types.ConsensusParams",
|
|
117
116
|
value: ConsensusParams.encode(message).finish()
|
|
118
117
|
};
|
|
118
|
+
},
|
|
119
|
+
registerTypeUrl() {
|
|
120
|
+
BlockParams.registerTypeUrl();
|
|
121
|
+
EvidenceParams.registerTypeUrl();
|
|
122
|
+
ValidatorParams.registerTypeUrl();
|
|
123
|
+
VersionParams.registerTypeUrl();
|
|
124
|
+
ABCIParams.registerTypeUrl();
|
|
119
125
|
}
|
|
120
126
|
};
|
|
121
|
-
GlobalDecoderRegistry.register(ConsensusParams.typeUrl, ConsensusParams);
|
|
122
127
|
function createBaseBlockParams() {
|
|
123
128
|
return {
|
|
124
129
|
maxBytes: BigInt(0),
|
|
@@ -198,9 +203,9 @@ export const BlockParams = {
|
|
|
198
203
|
typeUrl: "/tendermint.types.BlockParams",
|
|
199
204
|
value: BlockParams.encode(message).finish()
|
|
200
205
|
};
|
|
201
|
-
}
|
|
206
|
+
},
|
|
207
|
+
registerTypeUrl() { }
|
|
202
208
|
};
|
|
203
|
-
GlobalDecoderRegistry.register(BlockParams.typeUrl, BlockParams);
|
|
204
209
|
function createBaseEvidenceParams() {
|
|
205
210
|
return {
|
|
206
211
|
maxAgeNumBlocks: BigInt(0),
|
|
@@ -292,9 +297,9 @@ export const EvidenceParams = {
|
|
|
292
297
|
typeUrl: "/tendermint.types.EvidenceParams",
|
|
293
298
|
value: EvidenceParams.encode(message).finish()
|
|
294
299
|
};
|
|
295
|
-
}
|
|
300
|
+
},
|
|
301
|
+
registerTypeUrl() { }
|
|
296
302
|
};
|
|
297
|
-
GlobalDecoderRegistry.register(EvidenceParams.typeUrl, EvidenceParams);
|
|
298
303
|
function createBaseValidatorParams() {
|
|
299
304
|
return {
|
|
300
305
|
pubKeyTypes: []
|
|
@@ -365,9 +370,9 @@ export const ValidatorParams = {
|
|
|
365
370
|
typeUrl: "/tendermint.types.ValidatorParams",
|
|
366
371
|
value: ValidatorParams.encode(message).finish()
|
|
367
372
|
};
|
|
368
|
-
}
|
|
373
|
+
},
|
|
374
|
+
registerTypeUrl() { }
|
|
369
375
|
};
|
|
370
|
-
GlobalDecoderRegistry.register(ValidatorParams.typeUrl, ValidatorParams);
|
|
371
376
|
function createBaseVersionParams() {
|
|
372
377
|
return {
|
|
373
378
|
app: BigInt(0)
|
|
@@ -435,9 +440,9 @@ export const VersionParams = {
|
|
|
435
440
|
typeUrl: "/tendermint.types.VersionParams",
|
|
436
441
|
value: VersionParams.encode(message).finish()
|
|
437
442
|
};
|
|
438
|
-
}
|
|
443
|
+
},
|
|
444
|
+
registerTypeUrl() { }
|
|
439
445
|
};
|
|
440
|
-
GlobalDecoderRegistry.register(VersionParams.typeUrl, VersionParams);
|
|
441
446
|
function createBaseHashedParams() {
|
|
442
447
|
return {
|
|
443
448
|
blockMaxBytes: BigInt(0),
|
|
@@ -517,9 +522,9 @@ export const HashedParams = {
|
|
|
517
522
|
typeUrl: "/tendermint.types.HashedParams",
|
|
518
523
|
value: HashedParams.encode(message).finish()
|
|
519
524
|
};
|
|
520
|
-
}
|
|
525
|
+
},
|
|
526
|
+
registerTypeUrl() { }
|
|
521
527
|
};
|
|
522
|
-
GlobalDecoderRegistry.register(HashedParams.typeUrl, HashedParams);
|
|
523
528
|
function createBaseABCIParams() {
|
|
524
529
|
return {
|
|
525
530
|
voteExtensionsEnableHeight: BigInt(0)
|
|
@@ -587,6 +592,6 @@ export const ABCIParams = {
|
|
|
587
592
|
typeUrl: "/tendermint.types.ABCIParams",
|
|
588
593
|
value: ABCIParams.encode(message).finish()
|
|
589
594
|
};
|
|
590
|
-
}
|
|
595
|
+
},
|
|
596
|
+
registerTypeUrl() { }
|
|
591
597
|
};
|
|
592
|
-
GlobalDecoderRegistry.register(ABCIParams.typeUrl, ABCIParams);
|
|
@@ -4,7 +4,6 @@ import { Timestamp } from "../../google/protobuf/timestamp";
|
|
|
4
4
|
import { ValidatorSet } from "./validator";
|
|
5
5
|
import { BinaryReader, BinaryWriter } from "../../binary";
|
|
6
6
|
import { bytesFromBase64, base64FromBytes, toTimestamp, fromTimestamp, isSet } from "../../helpers";
|
|
7
|
-
import { GlobalDecoderRegistry } from "../../registry";
|
|
8
7
|
/** SignedMsgType is a type of signed message in the consensus. */
|
|
9
8
|
export var SignedMsgType;
|
|
10
9
|
(function (SignedMsgType) {
|
|
@@ -131,9 +130,9 @@ export const PartSetHeader = {
|
|
|
131
130
|
typeUrl: "/tendermint.types.PartSetHeader",
|
|
132
131
|
value: PartSetHeader.encode(message).finish()
|
|
133
132
|
};
|
|
134
|
-
}
|
|
133
|
+
},
|
|
134
|
+
registerTypeUrl() { }
|
|
135
135
|
};
|
|
136
|
-
GlobalDecoderRegistry.register(PartSetHeader.typeUrl, PartSetHeader);
|
|
137
136
|
function createBasePart() {
|
|
138
137
|
return {
|
|
139
138
|
index: 0,
|
|
@@ -225,9 +224,11 @@ export const Part = {
|
|
|
225
224
|
typeUrl: "/tendermint.types.Part",
|
|
226
225
|
value: Part.encode(message).finish()
|
|
227
226
|
};
|
|
227
|
+
},
|
|
228
|
+
registerTypeUrl() {
|
|
229
|
+
Proof.registerTypeUrl();
|
|
228
230
|
}
|
|
229
231
|
};
|
|
230
|
-
GlobalDecoderRegistry.register(Part.typeUrl, Part);
|
|
231
232
|
function createBaseBlockID() {
|
|
232
233
|
return {
|
|
233
234
|
hash: new Uint8Array(),
|
|
@@ -307,9 +308,11 @@ export const BlockID = {
|
|
|
307
308
|
typeUrl: "/tendermint.types.BlockID",
|
|
308
309
|
value: BlockID.encode(message).finish()
|
|
309
310
|
};
|
|
311
|
+
},
|
|
312
|
+
registerTypeUrl() {
|
|
313
|
+
PartSetHeader.registerTypeUrl();
|
|
310
314
|
}
|
|
311
315
|
};
|
|
312
|
-
GlobalDecoderRegistry.register(BlockID.typeUrl, BlockID);
|
|
313
316
|
function createBaseHeader() {
|
|
314
317
|
return {
|
|
315
318
|
version: Consensus.fromPartial({}),
|
|
@@ -533,9 +536,12 @@ export const Header = {
|
|
|
533
536
|
typeUrl: "/tendermint.types.Header",
|
|
534
537
|
value: Header.encode(message).finish()
|
|
535
538
|
};
|
|
539
|
+
},
|
|
540
|
+
registerTypeUrl() {
|
|
541
|
+
Consensus.registerTypeUrl();
|
|
542
|
+
BlockID.registerTypeUrl();
|
|
536
543
|
}
|
|
537
544
|
};
|
|
538
|
-
GlobalDecoderRegistry.register(Header.typeUrl, Header);
|
|
539
545
|
function createBaseData() {
|
|
540
546
|
return {
|
|
541
547
|
txs: []
|
|
@@ -606,9 +612,9 @@ export const Data = {
|
|
|
606
612
|
typeUrl: "/tendermint.types.Data",
|
|
607
613
|
value: Data.encode(message).finish()
|
|
608
614
|
};
|
|
609
|
-
}
|
|
615
|
+
},
|
|
616
|
+
registerTypeUrl() { }
|
|
610
617
|
};
|
|
611
|
-
GlobalDecoderRegistry.register(Data.typeUrl, Data);
|
|
612
618
|
function createBaseVote() {
|
|
613
619
|
return {
|
|
614
620
|
type: 0,
|
|
@@ -784,9 +790,11 @@ export const Vote = {
|
|
|
784
790
|
typeUrl: "/tendermint.types.Vote",
|
|
785
791
|
value: Vote.encode(message).finish()
|
|
786
792
|
};
|
|
793
|
+
},
|
|
794
|
+
registerTypeUrl() {
|
|
795
|
+
BlockID.registerTypeUrl();
|
|
787
796
|
}
|
|
788
797
|
};
|
|
789
|
-
GlobalDecoderRegistry.register(Vote.typeUrl, Vote);
|
|
790
798
|
function createBaseCommit() {
|
|
791
799
|
return {
|
|
792
800
|
height: BigInt(0),
|
|
@@ -893,9 +901,12 @@ export const Commit = {
|
|
|
893
901
|
typeUrl: "/tendermint.types.Commit",
|
|
894
902
|
value: Commit.encode(message).finish()
|
|
895
903
|
};
|
|
904
|
+
},
|
|
905
|
+
registerTypeUrl() {
|
|
906
|
+
BlockID.registerTypeUrl();
|
|
907
|
+
CommitSig.registerTypeUrl();
|
|
896
908
|
}
|
|
897
909
|
};
|
|
898
|
-
GlobalDecoderRegistry.register(Commit.typeUrl, Commit);
|
|
899
910
|
function createBaseCommitSig() {
|
|
900
911
|
return {
|
|
901
912
|
blockIdFlag: 0,
|
|
@@ -999,9 +1010,9 @@ export const CommitSig = {
|
|
|
999
1010
|
typeUrl: "/tendermint.types.CommitSig",
|
|
1000
1011
|
value: CommitSig.encode(message).finish()
|
|
1001
1012
|
};
|
|
1002
|
-
}
|
|
1013
|
+
},
|
|
1014
|
+
registerTypeUrl() { }
|
|
1003
1015
|
};
|
|
1004
|
-
GlobalDecoderRegistry.register(CommitSig.typeUrl, CommitSig);
|
|
1005
1016
|
function createBaseExtendedCommit() {
|
|
1006
1017
|
return {
|
|
1007
1018
|
height: BigInt(0),
|
|
@@ -1108,9 +1119,12 @@ export const ExtendedCommit = {
|
|
|
1108
1119
|
typeUrl: "/tendermint.types.ExtendedCommit",
|
|
1109
1120
|
value: ExtendedCommit.encode(message).finish()
|
|
1110
1121
|
};
|
|
1122
|
+
},
|
|
1123
|
+
registerTypeUrl() {
|
|
1124
|
+
BlockID.registerTypeUrl();
|
|
1125
|
+
ExtendedCommitSig.registerTypeUrl();
|
|
1111
1126
|
}
|
|
1112
1127
|
};
|
|
1113
|
-
GlobalDecoderRegistry.register(ExtendedCommit.typeUrl, ExtendedCommit);
|
|
1114
1128
|
function createBaseExtendedCommitSig() {
|
|
1115
1129
|
return {
|
|
1116
1130
|
blockIdFlag: 0,
|
|
@@ -1238,9 +1252,9 @@ export const ExtendedCommitSig = {
|
|
|
1238
1252
|
typeUrl: "/tendermint.types.ExtendedCommitSig",
|
|
1239
1253
|
value: ExtendedCommitSig.encode(message).finish()
|
|
1240
1254
|
};
|
|
1241
|
-
}
|
|
1255
|
+
},
|
|
1256
|
+
registerTypeUrl() { }
|
|
1242
1257
|
};
|
|
1243
|
-
GlobalDecoderRegistry.register(ExtendedCommitSig.typeUrl, ExtendedCommitSig);
|
|
1244
1258
|
function createBaseProposal() {
|
|
1245
1259
|
return {
|
|
1246
1260
|
type: 0,
|
|
@@ -1380,9 +1394,11 @@ export const Proposal = {
|
|
|
1380
1394
|
typeUrl: "/tendermint.types.Proposal",
|
|
1381
1395
|
value: Proposal.encode(message).finish()
|
|
1382
1396
|
};
|
|
1397
|
+
},
|
|
1398
|
+
registerTypeUrl() {
|
|
1399
|
+
BlockID.registerTypeUrl();
|
|
1383
1400
|
}
|
|
1384
1401
|
};
|
|
1385
|
-
GlobalDecoderRegistry.register(Proposal.typeUrl, Proposal);
|
|
1386
1402
|
function createBaseSignedHeader() {
|
|
1387
1403
|
return {
|
|
1388
1404
|
header: undefined,
|
|
@@ -1462,9 +1478,12 @@ export const SignedHeader = {
|
|
|
1462
1478
|
typeUrl: "/tendermint.types.SignedHeader",
|
|
1463
1479
|
value: SignedHeader.encode(message).finish()
|
|
1464
1480
|
};
|
|
1481
|
+
},
|
|
1482
|
+
registerTypeUrl() {
|
|
1483
|
+
Header.registerTypeUrl();
|
|
1484
|
+
Commit.registerTypeUrl();
|
|
1465
1485
|
}
|
|
1466
1486
|
};
|
|
1467
|
-
GlobalDecoderRegistry.register(SignedHeader.typeUrl, SignedHeader);
|
|
1468
1487
|
function createBaseLightBlock() {
|
|
1469
1488
|
return {
|
|
1470
1489
|
signedHeader: undefined,
|
|
@@ -1544,9 +1563,12 @@ export const LightBlock = {
|
|
|
1544
1563
|
typeUrl: "/tendermint.types.LightBlock",
|
|
1545
1564
|
value: LightBlock.encode(message).finish()
|
|
1546
1565
|
};
|
|
1566
|
+
},
|
|
1567
|
+
registerTypeUrl() {
|
|
1568
|
+
SignedHeader.registerTypeUrl();
|
|
1569
|
+
ValidatorSet.registerTypeUrl();
|
|
1547
1570
|
}
|
|
1548
1571
|
};
|
|
1549
|
-
GlobalDecoderRegistry.register(LightBlock.typeUrl, LightBlock);
|
|
1550
1572
|
function createBaseBlockMeta() {
|
|
1551
1573
|
return {
|
|
1552
1574
|
blockId: BlockID.fromPartial({}),
|
|
@@ -1650,9 +1672,12 @@ export const BlockMeta = {
|
|
|
1650
1672
|
typeUrl: "/tendermint.types.BlockMeta",
|
|
1651
1673
|
value: BlockMeta.encode(message).finish()
|
|
1652
1674
|
};
|
|
1675
|
+
},
|
|
1676
|
+
registerTypeUrl() {
|
|
1677
|
+
BlockID.registerTypeUrl();
|
|
1678
|
+
Header.registerTypeUrl();
|
|
1653
1679
|
}
|
|
1654
1680
|
};
|
|
1655
|
-
GlobalDecoderRegistry.register(BlockMeta.typeUrl, BlockMeta);
|
|
1656
1681
|
function createBaseTxProof() {
|
|
1657
1682
|
return {
|
|
1658
1683
|
rootHash: new Uint8Array(),
|
|
@@ -1744,6 +1769,8 @@ export const TxProof = {
|
|
|
1744
1769
|
typeUrl: "/tendermint.types.TxProof",
|
|
1745
1770
|
value: TxProof.encode(message).finish()
|
|
1746
1771
|
};
|
|
1772
|
+
},
|
|
1773
|
+
registerTypeUrl() {
|
|
1774
|
+
Proof.registerTypeUrl();
|
|
1747
1775
|
}
|
|
1748
1776
|
};
|
|
1749
|
-
GlobalDecoderRegistry.register(TxProof.typeUrl, TxProof);
|
|
@@ -1,7 +1,6 @@
|
|
|
1
1
|
import { PublicKey } from "../crypto/keys";
|
|
2
2
|
import { BinaryReader, BinaryWriter } from "../../binary";
|
|
3
3
|
import { bytesFromBase64, base64FromBytes } from "../../helpers";
|
|
4
|
-
import { GlobalDecoderRegistry } from "../../registry";
|
|
5
4
|
/** BlockIdFlag indicates which BlockID the signature is for */
|
|
6
5
|
export var BlockIDFlag;
|
|
7
6
|
(function (BlockIDFlag) {
|
|
@@ -144,9 +143,11 @@ export const ValidatorSet = {
|
|
|
144
143
|
typeUrl: "/tendermint.types.ValidatorSet",
|
|
145
144
|
value: ValidatorSet.encode(message).finish()
|
|
146
145
|
};
|
|
146
|
+
},
|
|
147
|
+
registerTypeUrl() {
|
|
148
|
+
Validator.registerTypeUrl();
|
|
147
149
|
}
|
|
148
150
|
};
|
|
149
|
-
GlobalDecoderRegistry.register(ValidatorSet.typeUrl, ValidatorSet);
|
|
150
151
|
function createBaseValidator() {
|
|
151
152
|
return {
|
|
152
153
|
address: new Uint8Array(),
|
|
@@ -250,9 +251,11 @@ export const Validator = {
|
|
|
250
251
|
typeUrl: "/tendermint.types.Validator",
|
|
251
252
|
value: Validator.encode(message).finish()
|
|
252
253
|
};
|
|
254
|
+
},
|
|
255
|
+
registerTypeUrl() {
|
|
256
|
+
PublicKey.registerTypeUrl();
|
|
253
257
|
}
|
|
254
258
|
};
|
|
255
|
-
GlobalDecoderRegistry.register(Validator.typeUrl, Validator);
|
|
256
259
|
function createBaseSimpleValidator() {
|
|
257
260
|
return {
|
|
258
261
|
pubKey: undefined,
|
|
@@ -332,6 +335,8 @@ export const SimpleValidator = {
|
|
|
332
335
|
typeUrl: "/tendermint.types.SimpleValidator",
|
|
333
336
|
value: SimpleValidator.encode(message).finish()
|
|
334
337
|
};
|
|
338
|
+
},
|
|
339
|
+
registerTypeUrl() {
|
|
340
|
+
PublicKey.registerTypeUrl();
|
|
335
341
|
}
|
|
336
342
|
};
|
|
337
|
-
GlobalDecoderRegistry.register(SimpleValidator.typeUrl, SimpleValidator);
|
|
@@ -1,5 +1,4 @@
|
|
|
1
1
|
import { BinaryReader, BinaryWriter } from "../../binary";
|
|
2
|
-
import { GlobalDecoderRegistry } from "../../registry";
|
|
3
2
|
function createBaseApp() {
|
|
4
3
|
return {
|
|
5
4
|
protocol: BigInt(0),
|
|
@@ -79,9 +78,9 @@ export const App = {
|
|
|
79
78
|
typeUrl: "/tendermint.version.App",
|
|
80
79
|
value: App.encode(message).finish()
|
|
81
80
|
};
|
|
82
|
-
}
|
|
81
|
+
},
|
|
82
|
+
registerTypeUrl() { }
|
|
83
83
|
};
|
|
84
|
-
GlobalDecoderRegistry.register(App.typeUrl, App);
|
|
85
84
|
function createBaseConsensus() {
|
|
86
85
|
return {
|
|
87
86
|
block: BigInt(0),
|
|
@@ -161,6 +160,6 @@ export const Consensus = {
|
|
|
161
160
|
typeUrl: "/tendermint.version.Consensus",
|
|
162
161
|
value: Consensus.encode(message).finish()
|
|
163
162
|
};
|
|
164
|
-
}
|
|
163
|
+
},
|
|
164
|
+
registerTypeUrl() { }
|
|
165
165
|
};
|
|
166
|
-
GlobalDecoderRegistry.register(Consensus.typeUrl, Consensus);
|
package/esm/types.js
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
/**
|
|
2
|
-
* This file and any referenced files were automatically generated by @cosmology/telescope@1.11.
|
|
2
|
+
* This file and any referenced files were automatically generated by @cosmology/telescope@1.11.8
|
|
3
3
|
* DO NOT MODIFY BY HAND. Instead, download the latest proto files for your chain
|
|
4
4
|
* and run the transpile command or npm scripts command that is used to regenerate this bundle.
|
|
5
5
|
*/
|
package/esm/utf8.js
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
/**
|
|
2
|
-
* This file and any referenced files were automatically generated by @cosmology/telescope@1.11.
|
|
2
|
+
* This file and any referenced files were automatically generated by @cosmology/telescope@1.11.8
|
|
3
3
|
* DO NOT MODIFY BY HAND. Instead, download the latest proto files for your chain
|
|
4
4
|
* and run the transpile command or npm scripts command that is used to regenerate this bundle.
|
|
5
5
|
*/
|
package/esm/varint.js
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
/**
|
|
2
|
-
* This file and any referenced files were automatically generated by @cosmology/telescope@1.11.
|
|
2
|
+
* This file and any referenced files were automatically generated by @cosmology/telescope@1.11.8
|
|
3
3
|
* DO NOT MODIFY BY HAND. Instead, download the latest proto files for your chain
|
|
4
4
|
* and run the transpile command or npm scripts command that is used to regenerate this bundle.
|
|
5
5
|
*/
|
package/extern.d.ts
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
/**
|
|
2
|
-
* This file and any referenced files were automatically generated by @cosmology/telescope@1.11.
|
|
2
|
+
* This file and any referenced files were automatically generated by @cosmology/telescope@1.11.8
|
|
3
3
|
* DO NOT MODIFY BY HAND. Instead, download the latest proto files for your chain
|
|
4
4
|
* and run the transpile command or npm scripts command that is used to regenerate this bundle.
|
|
5
5
|
*/
|
package/extern.js
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
/**
|
|
3
|
-
* This file and any referenced files were automatically generated by @cosmology/telescope@1.11.
|
|
3
|
+
* This file and any referenced files were automatically generated by @cosmology/telescope@1.11.8
|
|
4
4
|
* DO NOT MODIFY BY HAND. Instead, download the latest proto files for your chain
|
|
5
5
|
* and run the transpile command or npm scripts command that is used to regenerate this bundle.
|
|
6
6
|
*/
|
package/google/api/http.d.ts
CHANGED
|
@@ -733,6 +733,7 @@ export declare const Http: {
|
|
|
733
733
|
fromProtoMsg(message: HttpProtoMsg): Http;
|
|
734
734
|
toProto(message: Http): Uint8Array;
|
|
735
735
|
toProtoMsg(message: Http): HttpProtoMsg;
|
|
736
|
+
registerTypeUrl(): void;
|
|
736
737
|
};
|
|
737
738
|
export declare const HttpRule: {
|
|
738
739
|
typeUrl: string;
|
|
@@ -747,6 +748,7 @@ export declare const HttpRule: {
|
|
|
747
748
|
fromProtoMsg(message: HttpRuleProtoMsg): HttpRule;
|
|
748
749
|
toProto(message: HttpRule): Uint8Array;
|
|
749
750
|
toProtoMsg(message: HttpRule): HttpRuleProtoMsg;
|
|
751
|
+
registerTypeUrl(): void;
|
|
750
752
|
};
|
|
751
753
|
export declare const CustomHttpPattern: {
|
|
752
754
|
typeUrl: string;
|
|
@@ -761,4 +763,5 @@ export declare const CustomHttpPattern: {
|
|
|
761
763
|
fromProtoMsg(message: CustomHttpPatternProtoMsg): CustomHttpPattern;
|
|
762
764
|
toProto(message: CustomHttpPattern): Uint8Array;
|
|
763
765
|
toProtoMsg(message: CustomHttpPattern): CustomHttpPatternProtoMsg;
|
|
766
|
+
registerTypeUrl(): void;
|
|
764
767
|
};
|
package/google/api/http.js
CHANGED
|
@@ -2,7 +2,6 @@
|
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
3
|
exports.CustomHttpPattern = exports.HttpRule = exports.Http = void 0;
|
|
4
4
|
const binary_1 = require("../../binary");
|
|
5
|
-
const registry_1 = require("../../registry");
|
|
6
5
|
function createBaseHttp() {
|
|
7
6
|
return {
|
|
8
7
|
rules: [],
|
|
@@ -85,9 +84,11 @@ exports.Http = {
|
|
|
85
84
|
typeUrl: "/google.api.Http",
|
|
86
85
|
value: exports.Http.encode(message).finish()
|
|
87
86
|
};
|
|
87
|
+
},
|
|
88
|
+
registerTypeUrl() {
|
|
89
|
+
exports.HttpRule.registerTypeUrl();
|
|
88
90
|
}
|
|
89
91
|
};
|
|
90
|
-
registry_1.GlobalDecoderRegistry.register(exports.Http.typeUrl, exports.Http);
|
|
91
92
|
function createBaseHttpRule() {
|
|
92
93
|
return {
|
|
93
94
|
selector: "",
|
|
@@ -266,9 +267,12 @@ exports.HttpRule = {
|
|
|
266
267
|
typeUrl: "/google.api.HttpRule",
|
|
267
268
|
value: exports.HttpRule.encode(message).finish()
|
|
268
269
|
};
|
|
270
|
+
},
|
|
271
|
+
registerTypeUrl() {
|
|
272
|
+
exports.CustomHttpPattern.registerTypeUrl();
|
|
273
|
+
exports.HttpRule.registerTypeUrl();
|
|
269
274
|
}
|
|
270
275
|
};
|
|
271
|
-
registry_1.GlobalDecoderRegistry.register(exports.HttpRule.typeUrl, exports.HttpRule);
|
|
272
276
|
function createBaseCustomHttpPattern() {
|
|
273
277
|
return {
|
|
274
278
|
kind: "",
|
|
@@ -348,6 +352,6 @@ exports.CustomHttpPattern = {
|
|
|
348
352
|
typeUrl: "/google.api.CustomHttpPattern",
|
|
349
353
|
value: exports.CustomHttpPattern.encode(message).finish()
|
|
350
354
|
};
|
|
351
|
-
}
|
|
355
|
+
},
|
|
356
|
+
registerTypeUrl() { }
|
|
352
357
|
};
|
|
353
|
-
registry_1.GlobalDecoderRegistry.register(exports.CustomHttpPattern.typeUrl, exports.CustomHttpPattern);
|
package/google/protobuf/any.d.ts
CHANGED