-
Notifications
You must be signed in to change notification settings - Fork 46
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
#303 Upgrade Cosmos SDK #536
Conversation
Signed-off-by: Abdulbois <abdulbois.tursunov@dsr-corporation.com> Signed-off-by: Abdulbois <abdulbois123@gmail.com>
Change package names Signed-off-by: Abdulbois <abdulbois.tursunov@dsr-corporation.com> Signed-off-by: Abdulbois <abdulbois123@gmail.com>
FIx linter errors Signed-off-by: Abdulbois <abdulbois.tursunov@dsr-corporation.com> Signed-off-by: Abdulbois <abdulbois123@gmail.com>
Update docker files Signed-off-by: Abdulbois <abdulbois.tursunov@dsr-corporation.com> Signed-off-by: Abdulbois <abdulbois123@gmail.com>
5afbd21
to
f6b40e9
Compare
- Update version of linter - Fix linter errors Signed-off-by: Abdulbois <abdulbois.tursunov@dsr-corporation.com> Signed-off-by: Abdulbois <abdulbois123@gmail.com>
6f6d429
to
854b173
Compare
- Update version of linter Signed-off-by: Abdulbois <abdulbois.tursunov@dsr-corporation.com> Signed-off-by: Abdulbois <abdulbois123@gmail.com>
854b173
to
a195ea8
Compare
- Update `cosmovisor start` command Signed-off-by: Abdulbois <abdulbois.tursunov@dsr-corporation.com> Signed-off-by: Abdulbois <abdulbois123@gmail.com>
- Update `broadcast-mode` to `sync` Signed-off-by: Abdulbois <abdulbois.tursunov@dsr-corporation.com> Signed-off-by: Abdulbois <abdulbois123@gmail.com>
- Run only 'grpc rest' integration tests Signed-off-by: Abdulbois <abdulbois.tursunov@dsr-corporation.com> Signed-off-by: Abdulbois <abdulbois123@gmail.com>
- Fix unit tests - Modify BroadcastTx of grpc integration tests due to cosmos-sdk API changes Signed-off-by: Abdulbois <abdulbois.tursunov@dsr-corporation.com> Signed-off-by: Abdulbois <abdulbois123@gmail.com>
72d80ab
to
f0b559f
Compare
- Fix unit tests - Update versions of deps Signed-off-by: Abdulbois <abdulbois.tursunov@dsr-corporation.com> Signed-off-by: Abdulbois <abdulbois123@gmail.com>
bb0167d
to
3696139
Compare
- Modify BroadcastTx method - Enable external access of REST and gRPC endpoints Signed-off-by: Abdulbois <abdulbois.tursunov@dsr-corporation.com> Signed-off-by: Abdulbois <abdulbois123@gmail.com>
37c6621
to
b01d163
Compare
- Add extra line into shell tests to get `txn` status Signed-off-by: Abdulbois <abdulbois.tursunov@dsr-corporation.com> Signed-off-by: Abdulbois <abdulbois123@gmail.com>
4cf1027
to
548c2af
Compare
- Setup Validator node with latest binary Signed-off-by: Abdulbois <abdulbois.tursunov@dsr-corporation.com> Signed-off-by: Abdulbois <abdulbois123@gmail.com>
e2ac1b3
to
f41bd43
Compare
- Fix Validator node cli tests Signed-off-by: Abdulbois <abdulbois.tursunov@dsr-corporation.com> Signed-off-by: Abdulbois <abdulbois123@gmail.com>
f41bd43
to
576f325
Compare
- Update docs and helper scripts - Revert Ansible CI changes Signed-off-by: Abdulbois <abdulbois.tursunov@dsr-corporation.com> Signed-off-by: Abdulbois <abdulbois123@gmail.com>
a5981f2
to
d1db4b0
Compare
d1db4b0
to
6ed688d
Compare
- Fix CI lint errors - Temporary disable Molecule actionlint job Signed-off-by: Abdulbois <abdulbois.tursunov@dsr-corporation.com> Signed-off-by: Abdulbois <abdulbois123@gmail.com>
3a7aa57
to
b061ce7
Compare
Signed-off-by: Abdulbois <abdulbois123@gmail.com> # Conflicts: # proto/zigbeealliance/distributedcomplianceledger/pki/genesis.proto # proto/zigbeealliance/distributedcomplianceledger/pki/noc_root_certificates_by_vid_and_skid.proto # proto/zigbeealliance/distributedcomplianceledger/pki/query.proto # x/pki/types/genesis.pb.go # x/pki/types/query.pb.go
b061ce7
to
79c2f3a
Compare
Add CHANGELOG.md file Signed-off-by: Abdulbois <abdulbois.tursunov@dsr-corporation.com> Signed-off-by: Abdulbois <abdulbois123@gmail.com>
docs/how-to.md
Outdated
@@ -47,7 +47,8 @@ Here is the list of supported settings: | |||
- `chain-id <chain id>` - unique chain ID of the network you are going to connect to | |||
- `output <type>` - Output format (text/json) | |||
- `node <node-ip>` - Address `<host>:<port>` of the node to connect. | |||
- `broadcast-mode <mode>` - Write transaction broadcast mode to use (one of: `sync`, `async`, `block`. `block` is default). | |||
- `broadcast-mode <mode>` - Write transaction broadcast mode to use (one of: `sync`, `async`. `sync` is default). | |||
- Note: In `sync` broadcast mode, to get the actual result of transaction(`dcld tx ..`) one more query call with `txHash` must be executed(`dcld query tx=txHash`) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
- Note: In `sync` broadcast mode, to get the actual result of transaction(`dcld tx ..`) one more query call with `txHash` must be executed(`dcld query tx=txHash`) | |
- Note: To get the actual result of transaction(`dcld tx ..`) one more query call with `txHash` must be executed(`dcld query tx=txHash`) |
docs/running-light-client-proxy.md
Outdated
|
||
Please note, that CLI can use a Light Client proxy only for single-value query requests. | ||
A Full Node (Validator or Observer) should be used for multi-value query requests and write requests. | ||
|
||
See the following links for details about a Light Client: | ||
|
||
- <https://docs.tendermint.com/v0.34/tendermint-core/light-client.html> | ||
- <https://docs.cometbft.com/main/explanation/core/light-client> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
- <https://docs.cometbft.com/main/explanation/core/light-client> | |
- <https://docs.cometbft.com/v0.37/core/light-client> |
docs/running-light-client-proxy.md
Outdated
@@ -21,7 +21,7 @@ dcld config node tcp://<light-client-proxy-host>:8888 | |||
|
|||
## Running Light Client Proxy - Detailed | |||
|
|||
See <https://docs.tendermint.com/v0.34/tendermint-core/light-client.html> for details | |||
See <https://docs.cometbft.com/main/explanation/core/light-client> for details |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
See <https://docs.cometbft.com/main/explanation/core/light-client> for details | |
See <https://docs.cometbft.com/v0.37/core/light-client> for details |
genlocalnetconfig.sh
Outdated
# Make REST endpoints available externally | ||
sed -i $SED_EXT 's/address = "tcp:\/\/localhost:1317"/address = "tcp:\/\/0.0.0.0:1317"/g' "$LOCALNET_DIR/${node_name}/config/app.toml" | ||
# Make gRPC endpoints available externally | ||
sed -i $SED_EXT 's/address = "localhost:9090"/address = "0.0.0.0:9090"/g' "$LOCALNET_DIR/${node_name}/config/app.toml" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
These lines are duplicated, see below
|
||
```bash | ||
starport chain build | ||
./scripts/protocgen.sh |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Please add that we can also use the ignite chain build
command.
68f9f41
to
8bbb547
Compare
Fix docs Signed-off-by: Abdulbois <abdulbois.tursunov@dsr-corporation.com> Signed-off-by: Abdulbois <abdulbois123@gmail.com>
8bbb547
to
a7c4b32
Compare
ts-client
folder