Skip to content

Commit

Permalink
Finish rebase
Browse files Browse the repository at this point in the history
  • Loading branch information
Manav-Aggarwal committed Jul 25, 2022
1 parent 42c660a commit 207b382
Show file tree
Hide file tree
Showing 8 changed files with 1,092 additions and 227 deletions.
175 changes: 35 additions & 140 deletions docs/core/proto-docs.md
Original file line number Diff line number Diff line change
Expand Up @@ -169,6 +169,8 @@
- [SnapshotExtensionPayload](#cosmos.base.snapshots.v1beta1.SnapshotExtensionPayload)
- [SnapshotIAVLItem](#cosmos.base.snapshots.v1beta1.SnapshotIAVLItem)
- [SnapshotItem](#cosmos.base.snapshots.v1beta1.SnapshotItem)
- [SnapshotKVItem](#cosmos.base.snapshots.v1beta1.SnapshotKVItem)
- [SnapshotSchema](#cosmos.base.snapshots.v1beta1.SnapshotSchema)
- [SnapshotStoreItem](#cosmos.base.snapshots.v1beta1.SnapshotStoreItem)

- [cosmos/base/store/v1beta1/commit_info.proto](#cosmos/base/store/v1beta1/commit_info.proto)
Expand All @@ -179,15 +181,6 @@
- [cosmos/base/store/v1beta1/listening.proto](#cosmos/base/store/v1beta1/listening.proto)
- [StoreKVPair](#cosmos.base.store.v1beta1.StoreKVPair)

- [cosmos/base/store/v1beta1/snapshot.proto](#cosmos/base/store/v1beta1/snapshot.proto)
- [SnapshotExtensionMeta](#cosmos.base.store.v1beta1.SnapshotExtensionMeta)
- [SnapshotExtensionPayload](#cosmos.base.store.v1beta1.SnapshotExtensionPayload)
- [SnapshotIAVLItem](#cosmos.base.store.v1beta1.SnapshotIAVLItem)
- [SnapshotItem](#cosmos.base.store.v1beta1.SnapshotItem)
- [SnapshotKVItem](#cosmos.base.store.v1beta1.SnapshotKVItem)
- [SnapshotSchema](#cosmos.base.store.v1beta1.SnapshotSchema)
- [SnapshotStoreItem](#cosmos.base.store.v1beta1.SnapshotStoreItem)

- [cosmos/base/tendermint/v1beta1/query.proto](#cosmos/base/tendermint/v1beta1/query.proto)
- [GetBlockByHeightRequest](#cosmos.base.tendermint.v1beta1.GetBlockByHeightRequest)
- [GetBlockByHeightResponse](#cosmos.base.tendermint.v1beta1.GetBlockByHeightResponse)
Expand Down Expand Up @@ -2817,6 +2810,39 @@ SnapshotItem is an item contained in a rootmulti.Store snapshot.
| `iavl` | [SnapshotIAVLItem](#cosmos.base.snapshots.v1beta1.SnapshotIAVLItem) | | |
| `extension` | [SnapshotExtensionMeta](#cosmos.base.snapshots.v1beta1.SnapshotExtensionMeta) | | |
| `extension_payload` | [SnapshotExtensionPayload](#cosmos.base.snapshots.v1beta1.SnapshotExtensionPayload) | | |
| `kv` | [SnapshotKVItem](#cosmos.base.snapshots.v1beta1.SnapshotKVItem) | | |
| `schema` | [SnapshotSchema](#cosmos.base.snapshots.v1beta1.SnapshotSchema) | | |






<a name="cosmos.base.snapshots.v1beta1.SnapshotKVItem"></a>

### SnapshotKVItem
SnapshotKVItem is an exported Key/Value Pair


| Field | Type | Label | Description |
| ----- | ---- | ----- | ----------- |
| `key` | [bytes](#bytes) | | |
| `value` | [bytes](#bytes) | | |






<a name="cosmos.base.snapshots.v1beta1.SnapshotSchema"></a>

### SnapshotSchema
SnapshotSchema is an exported schema of smt store


| Field | Type | Label | Description |
| ----- | ---- | ----- | ----------- |
| `keys` | [bytes](#bytes) | repeated | |



Expand Down Expand Up @@ -2942,137 +2968,6 @@ Since: cosmos-sdk 0.43



<!-- end messages -->

<!-- end enums -->

<!-- end HasExtensions -->

<!-- end services -->



<a name="cosmos/base/store/v1beta1/snapshot.proto"></a>
<p align="right"><a href="#top">Top</a></p>

## cosmos/base/store/v1beta1/snapshot.proto



<a name="cosmos.base.store.v1beta1.SnapshotExtensionMeta"></a>

### SnapshotExtensionMeta



| Field | Type | Label | Description |
| ----- | ---- | ----- | ----------- |
| `name` | [string](#string) | | |
| `format` | [uint32](#uint32) | | |






<a name="cosmos.base.store.v1beta1.SnapshotExtensionPayload"></a>

### SnapshotExtensionPayload



| Field | Type | Label | Description |
| ----- | ---- | ----- | ----------- |
| `payload` | [bytes](#bytes) | | |






<a name="cosmos.base.store.v1beta1.SnapshotIAVLItem"></a>

### SnapshotIAVLItem
SnapshotIAVLItem is an exported IAVL node.


| Field | Type | Label | Description |
| ----- | ---- | ----- | ----------- |
| `key` | [bytes](#bytes) | | |
| `value` | [bytes](#bytes) | | |
| `version` | [int64](#int64) | | |
| `height` | [int32](#int32) | | |






<a name="cosmos.base.store.v1beta1.SnapshotItem"></a>

### SnapshotItem
SnapshotItem is an item contained in a rootmulti.Store snapshot.


| Field | Type | Label | Description |
| ----- | ---- | ----- | ----------- |
| `store` | [SnapshotStoreItem](#cosmos.base.store.v1beta1.SnapshotStoreItem) | | |
| `iavl` | [SnapshotIAVLItem](#cosmos.base.store.v1beta1.SnapshotIAVLItem) | | |
| `extension` | [SnapshotExtensionMeta](#cosmos.base.store.v1beta1.SnapshotExtensionMeta) | | |
| `extension_payload` | [SnapshotExtensionPayload](#cosmos.base.store.v1beta1.SnapshotExtensionPayload) | | |
| `kv` | [SnapshotKVItem](#cosmos.base.store.v1beta1.SnapshotKVItem) | | |
| `schema` | [SnapshotSchema](#cosmos.base.store.v1beta1.SnapshotSchema) | | |






<a name="cosmos.base.store.v1beta1.SnapshotKVItem"></a>

### SnapshotKVItem



| Field | Type | Label | Description |
| ----- | ---- | ----- | ----------- |
| `key` | [bytes](#bytes) | | |
| `value` | [bytes](#bytes) | | |






<a name="cosmos.base.store.v1beta1.SnapshotSchema"></a>

### SnapshotSchema



| Field | Type | Label | Description |
| ----- | ---- | ----- | ----------- |
| `keys` | [bytes](#bytes) | repeated | |






<a name="cosmos.base.store.v1beta1.SnapshotStoreItem"></a>

### SnapshotStoreItem
SnapshotStoreItem contains metadata about a snapshotted store.


| Field | Type | Label | Description |
| ----- | ---- | ----- | ----------- |
| `name` | [string](#string) | | |





<!-- end messages -->

<!-- end enums -->
Expand Down
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,6 @@ require (
github.com/lazyledger/smt v0.2.1-0.20210709230900-03ea40719554
github.com/magiconair/properties v1.8.6
github.com/mattn/go-isatty v0.0.14
github.com/mitchellh/mapstructure v1.5.0 // indirect
github.com/onsi/gomega v1.18.1 // indirect
github.com/otiai10/copy v1.6.0
github.com/pelletier/go-toml/v2 v2.0.2 // indirect
Expand Down Expand Up @@ -104,6 +103,7 @@ require (
github.com/matttproud/golang_protobuf_extensions v1.0.1 // indirect
github.com/mimoo/StrobeGo v0.0.0-20181016162300-f8f6d4d2b643 // indirect
github.com/minio/highwayhash v1.0.2 // indirect
github.com/mitchellh/mapstructure v1.5.0 // indirect
github.com/mtibben/percent v0.2.1 // indirect
github.com/onsi/ginkgo v1.16.4 // indirect
github.com/pelletier/go-toml v1.9.5 // indirect
Expand Down
Loading

0 comments on commit 207b382

Please sign in to comment.