-
Notifications
You must be signed in to change notification settings - Fork 44
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
Commits on Jan 25, 2024
-
#303 Upgrade Cosmos-SDK to v0.47.3
Signed-off-by: Abdulbois <[email protected]> Signed-off-by: Abdulbois <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for f0a142e - Browse repository at this point
Copy the full SHA f0a142eView commit details -
#303 Upgrade Cosmos-SDK to v0.47.3
Change package names Signed-off-by: Abdulbois <[email protected]> Signed-off-by: Abdulbois <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 153cb7b - Browse repository at this point
Copy the full SHA 153cb7bView commit details -
#303 Upgrade Cosmos-SDK to v0.47.3
FIx linter errors Signed-off-by: Abdulbois <[email protected]> Signed-off-by: Abdulbois <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for c5ece4d - Browse repository at this point
Copy the full SHA c5ece4dView commit details
Commits on Jan 26, 2024
-
#303 Upgrade Cosmos-SDK to v0.47.3
Update docker files Signed-off-by: Abdulbois <[email protected]> Signed-off-by: Abdulbois <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for f6b40e9 - Browse repository at this point
Copy the full SHA f6b40e9View commit details
Commits on Jan 29, 2024
-
#303 Upgrade Cosmos-SDK to v0.47.3
- Update version of linter - Fix linter errors Signed-off-by: Abdulbois <[email protected]> Signed-off-by: Abdulbois <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for ed4bd87 - Browse repository at this point
Copy the full SHA ed4bd87View commit details -
#303 Upgrade Cosmos-SDK to v0.47.3
- Update version of linter Signed-off-by: Abdulbois <[email protected]> Signed-off-by: Abdulbois <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for a195ea8 - Browse repository at this point
Copy the full SHA a195ea8View commit details -
#303 Upgrade Cosmos-SDK to v0.47.3
- Update `cosmovisor start` command Signed-off-by: Abdulbois <[email protected]> Signed-off-by: Abdulbois <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 43e0a4c - Browse repository at this point
Copy the full SHA 43e0a4cView commit details -
#303 Upgrade Cosmos-SDK to v0.47.3
- Update `broadcast-mode` to `sync` Signed-off-by: Abdulbois <[email protected]> Signed-off-by: Abdulbois <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for b6944c9 - Browse repository at this point
Copy the full SHA b6944c9View commit details -
#303 Upgrade Cosmos-SDK to v0.47.3
- Run only 'grpc rest' integration tests Signed-off-by: Abdulbois <[email protected]> Signed-off-by: Abdulbois <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for e9279cc - Browse repository at this point
Copy the full SHA e9279ccView commit details
Commits on Jan 30, 2024
-
#303 Upgrade Cosmos-SDK to v0.47.3
- Fix unit tests - Modify BroadcastTx of grpc integration tests due to cosmos-sdk API changes Signed-off-by: Abdulbois <[email protected]> Signed-off-by: Abdulbois <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for f0b559f - Browse repository at this point
Copy the full SHA f0b559fView commit details
Commits on Jan 31, 2024
-
#303 Upgrade Cosmos-SDK to v0.47.3
- Fix unit tests - Update versions of deps Signed-off-by: Abdulbois <[email protected]> Signed-off-by: Abdulbois <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 2552f31 - Browse repository at this point
Copy the full SHA 2552f31View commit details
Commits on Feb 1, 2024
-
#303 Upgrade Cosmos-SDK to v0.47.3
- Modify BroadcastTx method - Enable external access of REST and gRPC endpoints Signed-off-by: Abdulbois <[email protected]> Signed-off-by: Abdulbois <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for bd62778 - Browse repository at this point
Copy the full SHA bd62778View commit details
Commits on Feb 3, 2024
-
#303 Upgrade Cosmos-SDK to v0.47.3
- Add extra line into shell tests to get `txn` status Signed-off-by: Abdulbois <[email protected]> Signed-off-by: Abdulbois <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for f672d50 - Browse repository at this point
Copy the full SHA f672d50View commit details
Commits on Feb 5, 2024
-
#303 Upgrade Cosmos-SDK to v0.47.3
- Change structure of proto folder to generate .pb files with `buf` util Signed-off-by: Abdulbois <[email protected]> Signed-off-by: Abdulbois <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 4762bcd - Browse repository at this point
Copy the full SHA 4762bcdView commit details -
#303 Upgrade Cosmos-SDK to v0.47.3
- Enable running light client through `cometbft` cli Signed-off-by: Abdulbois <[email protected]> Signed-off-by: Abdulbois <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for c49d40b - Browse repository at this point
Copy the full SHA c49d40bView commit details
Commits on Feb 6, 2024
-
#303 Upgrade Cosmos-SDK to v0.47.3
- Temporary comment passed tests Signed-off-by: Abdulbois <[email protected]> Signed-off-by: Abdulbois <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 5bc5b16 - Browse repository at this point
Copy the full SHA 5bc5b16View commit details -
#303 Upgrade Cosmos-SDK to v0.47.3
- Replace 'cometbft' repo with fork due to light Proxy issue - tendermint/tendermint#7641 - Enable accessing lightclient0 endpoint Signed-off-by: Abdulbois <[email protected]> Signed-off-by: Abdulbois <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for fabb960 - Browse repository at this point
Copy the full SHA fabb960View commit details
Commits on Feb 7, 2024
-
#303 Upgrade Cosmos-SDK to v0.47.3
- Temporary comment passed tests Signed-off-by: Abdulbois <[email protected]> Signed-off-by: Abdulbois <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 2488685 - Browse repository at this point
Copy the full SHA 2488685View commit details -
#303 Upgrade Cosmos-SDK to v0.47.3
- Update docs Signed-off-by: Abdulbois <[email protected]> Signed-off-by: Abdulbois <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 33a7261 - Browse repository at this point
Copy the full SHA 33a7261View commit details
Commits on Feb 8, 2024
-
#303 Upgrade Cosmos-SDK to v0.47.3
- Replace `cometbft` with fork(contains fixes of light client) Signed-off-by: Abdulbois <[email protected]> Signed-off-by: Abdulbois <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 949ee0f - Browse repository at this point
Copy the full SHA 949ee0fView commit details
Commits on Apr 15, 2024
-
Merge branch 'master' into #303-Upgrade-Cosmos-SDK
Signed-off-by: Abdulbois <[email protected]> # Conflicts: # integration_tests/cli/compliance-demo.sh # integration_tests/cli/compliance-provisioning.sh # integration_tests/cli/compliance-revocation.sh # integration_tests/cli/model-demo.sh # integration_tests/cli/modelversion-demo.sh # integration_tests/cli/pki-demo.sh # integration_tests/cli/pki-revocation-points.sh # integration_tests/cli/vendorinfo-demo.sh # integration_tests/light_client_proxy/pki.sh # proto/zigbeealliance/distributedcomplianceledger/pki/approved_certificates.proto # proto/zigbeealliance/distributedcomplianceledger/pki/genesis.proto # proto/zigbeealliance/distributedcomplianceledger/pki/noc_certificates.proto # proto/zigbeealliance/distributedcomplianceledger/pki/noc_root_certificates.proto # proto/zigbeealliance/distributedcomplianceledger/pki/query.proto # proto/zigbeealliance/distributedcomplianceledger/pki/revoked_noc_root_certificates.proto # types/pki/errors.go # x/compliance/types/compliance_info.pb.go # x/compliance/types/device_software_compliance.pb.go # x/compliance/types/genesis.pb.go # x/compliance/types/tx.pb.go # x/model/types/model.pb.go # x/model/types/model_version.pb.go # x/model/types/tx.pb.go # x/pki/keeper/msg_server_add_x_509_cert.go # x/pki/keeper/msg_server_propose_add_x_509_root_cert.go # x/pki/keeper/msg_server_revoke_x_509_cert.go # x/pki/types/approved_certificates.pb.go # x/pki/types/certificate.pb.go # x/pki/types/genesis.pb.go # x/pki/types/pki_revocation_distribution_point.pb.go # x/pki/types/proposed_certificate.pb.go # x/pki/types/proposed_certificate_revocation.pb.go # x/pki/types/query.pb.go # x/pki/types/rejected_certificate.pb.go # x/pki/types/revoked_certificates.pb.go # x/pki/types/tx.pb.go # x/vendorinfo/types/tx.pb.go # x/vendorinfo/types/vendor_info.pb.go
Configuration menu - View commit details
-
Copy full SHA for 034ef55 - Browse repository at this point
Copy the full SHA 034ef55View commit details -
Merge branch 'master' into #303-Upgrade-Cosmos-SDK
Signed-off-by: Abdulbois <[email protected]> # Conflicts: # integration_tests/cli/compliance-demo.sh # integration_tests/cli/compliance-provisioning.sh # integration_tests/cli/compliance-revocation.sh # integration_tests/cli/model-demo.sh # integration_tests/cli/modelversion-demo.sh # integration_tests/cli/pki-demo.sh # integration_tests/cli/pki-revocation-points.sh # integration_tests/cli/vendorinfo-demo.sh # integration_tests/light_client_proxy/pki.sh # proto/zigbeealliance/distributedcomplianceledger/pki/approved_certificates.proto # proto/zigbeealliance/distributedcomplianceledger/pki/genesis.proto # proto/zigbeealliance/distributedcomplianceledger/pki/noc_certificates.proto # proto/zigbeealliance/distributedcomplianceledger/pki/noc_root_certificates.proto # proto/zigbeealliance/distributedcomplianceledger/pki/query.proto # proto/zigbeealliance/distributedcomplianceledger/pki/revoked_noc_root_certificates.proto # types/pki/errors.go # x/compliance/types/compliance_info.pb.go # x/compliance/types/device_software_compliance.pb.go # x/compliance/types/genesis.pb.go # x/compliance/types/tx.pb.go # x/model/types/model.pb.go # x/model/types/model_version.pb.go # x/model/types/tx.pb.go # x/pki/keeper/msg_server_add_x_509_cert.go # x/pki/keeper/msg_server_propose_add_x_509_root_cert.go # x/pki/keeper/msg_server_revoke_x_509_cert.go # x/pki/types/approved_certificates.pb.go # x/pki/types/certificate.pb.go # x/pki/types/genesis.pb.go # x/pki/types/pki_revocation_distribution_point.pb.go # x/pki/types/proposed_certificate.pb.go # x/pki/types/proposed_certificate_revocation.pb.go # x/pki/types/query.pb.go # x/pki/types/rejected_certificate.pb.go # x/pki/types/revoked_certificates.pb.go # x/pki/types/tx.pb.go # x/vendorinfo/types/tx.pb.go # x/vendorinfo/types/vendor_info.pb.go
Configuration menu - View commit details
-
Copy full SHA for 75c2f3d - Browse repository at this point
Copy the full SHA 75c2f3dView commit details
Commits on Apr 16, 2024
-
#303 Upgrade Cosmos-SDK to v0.47.8
- Enable light-client-proxy tests Signed-off-by: Abdulbois <[email protected]> Signed-off-by: Abdulbois <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for b2ac10c - Browse repository at this point
Copy the full SHA b2ac10cView commit details -
Merge remote-tracking branch 'origin/improve-upgrade-tests' into #303-…
…Upgrade-Cosmos-SDK # Conflicts: # integration_tests/run-all.sh # integration_tests/upgrade/test-upgrade-0.12-to-1.2.sh # integration_tests/upgrade/test-upgrade-1.2-to-1.3.sh
Configuration menu - View commit details
-
Copy full SHA for 4fcecc8 - Browse repository at this point
Copy the full SHA 4fcecc8View commit details
Commits on Apr 18, 2024
-
#303 Upgrade Cosmos-SDK to v0.47.8
Upgrade binary version and checksum Signed-off-by: Abdulbois <[email protected]> Signed-off-by: Abdulbois <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for dd7fe6e - Browse repository at this point
Copy the full SHA dd7fe6eView commit details -
#303 Upgrade Cosmos-SDK to v0.47.8
Upgrade binary version and checksum Signed-off-by: Abdulbois <[email protected]> Signed-off-by: Abdulbois <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 9aa900e - Browse repository at this point
Copy the full SHA 9aa900eView commit details -
Configuration menu - View commit details
-
Copy full SHA for 53b276c - Browse repository at this point
Copy the full SHA 53b276cView commit details -
Merge branch 'master' into #303-Upgrade-Cosmos-SDK
Signed-off-by: Abdulbois <[email protected]> # Conflicts: # integration_tests/cli/model-demo.sh # x/model/types/tx.pb.go
Configuration menu - View commit details
-
Copy full SHA for b7cfb33 - Browse repository at this point
Copy the full SHA b7cfb33View commit details -
#303 Upgrade Cosmos-SDK to v0.47.8
- Setup Validator node with latest binary Signed-off-by: Abdulbois <[email protected]> Signed-off-by: Abdulbois <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 3eff4e7 - Browse repository at this point
Copy the full SHA 3eff4e7View commit details -
#303 Upgrade Cosmos-SDK to v0.47.8
- Fix Validator node cli tests Signed-off-by: Abdulbois <[email protected]> Signed-off-by: Abdulbois <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 576f325 - Browse repository at this point
Copy the full SHA 576f325View commit details
Commits on Apr 19, 2024
-
#303 Upgrade Cosmos-SDK to v0.47.8
- Update docs and helper scripts - Revert Ansible CI changes Signed-off-by: Abdulbois <[email protected]> Signed-off-by: Abdulbois <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for d606863 - Browse repository at this point
Copy the full SHA d606863View commit details
Commits on Apr 20, 2024
-
#303 Upgrade Cosmos-SDK to v0.47.8
- Fix CI lint errors - Temporary disable Molecule actionlint job Signed-off-by: Abdulbois <[email protected]> Signed-off-by: Abdulbois <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for f562122 - Browse repository at this point
Copy the full SHA f562122View commit details
Commits on Apr 22, 2024
-
Merge branch 'master' into #303-Upgrade-Cosmos-SDK
Signed-off-by: Abdulbois <[email protected]> # 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
Configuration menu - View commit details
-
Copy full SHA for 79c2f3a - Browse repository at this point
Copy the full SHA 79c2f3aView commit details
Commits on Apr 25, 2024
-
#303 Upgrade Cosmos-SDK to v0.47.8
Add CHANGELOG.md file Signed-off-by: Abdulbois <[email protected]> Signed-off-by: Abdulbois <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 6c5aa27 - Browse repository at this point
Copy the full SHA 6c5aa27View commit details
Commits on Apr 27, 2024
-
#303 Upgrade Cosmos-SDK to v0.47.8
Fix docs Signed-off-by: Abdulbois <[email protected]> Signed-off-by: Abdulbois <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for a7c4b32 - Browse repository at this point
Copy the full SHA a7c4b32View commit details