Skip to content
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

PKI API compatibility #613

Merged
merged 27 commits into from
Nov 15, 2024
Merged
Changes from 1 commit
Commits
Show all changes
27 commits
Select commit Hold shift + click to select a range
16db1df
PKI API Compatibility Fixes
Artemkaaas Oct 31, 2024
0d299e4
Update openapi.yml
Abdulbois Oct 31, 2024
c0abe76
Added unit tests and added migration
Artemkaaas Nov 1, 2024
4b5d428
Updated upgrade test
Artemkaaas Nov 1, 2024
1493f18
Fixed linter errors
Artemkaaas Nov 2, 2024
0eecf72
Fixed linter errors
Artemkaaas Nov 2, 2024
0f73476
Fixed upgrade test
Artemkaaas Nov 2, 2024
f3c6a84
Fixed CLI test
Artemkaaas Nov 5, 2024
f22ed9f
Rollback pb.gw.go files
Artemkaaas Nov 5, 2024
9981a0e
Renamed endpoints for noc certificates
Artemkaaas Nov 5, 2024
c2f831b
1.4.3 to 1.4.4 upgrade testing
Artemkaaas Nov 6, 2024
78ce383
Added index for certificates by subject
Artemkaaas Nov 7, 2024
38d604a
Updated dev build version
Artemkaaas Nov 7, 2024
2ef3fe9
Generate ts-client
Artemkaaas Nov 7, 2024
2916f4c
Process part of review comments
Abdulbois Nov 11, 2024
81d7f6a
Unified CLI command and improved unit tests for handler
Artemkaaas Nov 12, 2024
a6c98da
Fixed linter errors
Artemkaaas Nov 13, 2024
a8fad6d
Updated Dev Readme
Artemkaaas Nov 13, 2024
0154e69
Updated Dev Readme
Artemkaaas Nov 13, 2024
8066397
Returned `noc-x509-certs` command
Artemkaaas Nov 13, 2024
4b5b302
Added deprecation warning
Artemkaaas Nov 13, 2024
cc3f1eb
Corrected upgrade test
Artemkaaas Nov 13, 2024
f2c4fd6
Corrected upgrade test
Artemkaaas Nov 13, 2024
a4496f0
Updated binary version
Artemkaaas Nov 13, 2024
c280009
Updated dev build version
Artemkaaas Nov 13, 2024
0a7641d
Removed `noc-x509-certs` cli command
Artemkaaas Nov 13, 2024
e796598
Corrected upgrade integration tests
Artemkaaas Nov 13, 2024
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Updated binary version
Artemkaaas committed Nov 13, 2024
commit a4496f072910b25de1324c8b3b24b100bef9d943
4 changes: 2 additions & 2 deletions integration_tests/upgrade/04-test-upgrade-1.4.3-to-1.4.4.sh
Original file line number Diff line number Diff line change
@@ -19,9 +19,9 @@ source integration_tests/cli/common.sh
# Upgrade constants

plan_name="v1.4.4"
upgrade_checksum="sha256:d196eafbe663658ac6efc9f4147e28ac9a41a9bcea348c105bedb589fb2a10e4"
upgrade_checksum="sha256:de813bf3b2e16b23f3dc4e2a4d2a75c1fcf7027cfb599dfd1daa7181d5ce524e"
binary_version_old="v1.4.3"
binary_version_new="v1.4.4-2-dev"
binary_version_new="v1.4.4-3-dev"

wget -O dcld_old "https://github.com/zigbee-alliance/distributed-compliance-ledger/releases/download/$binary_version_old/dcld"
chmod ugo+x dcld_old
2 changes: 1 addition & 1 deletion integration_tests/upgrade/add-new-node-after-upgrade.sh
Original file line number Diff line number Diff line change
@@ -65,7 +65,7 @@ trap cleanup EXIT

check_adding_new_node() {
local stable_binary_version="${1:-0.12.1}"
local latest_binary_version="${2:-1.4.4-2-dev}"
local latest_binary_version="${2:-1.4.4-3-dev}"

echo "1. run $node_name container"
docker run -d --name $node_name --ip $ip -p "$node_p2p_port-$node_client_port:26656-26657" --network $docker_network -i dcledger