atsign-foundation / at_server

The software implementation of Atsign's core technology
https://docs.atsign.com
BSD 3-Clause "New" or "Revised" License
40 stars 12 forks source link

Uptake pubKeyHash changes #2121

Open murali-shris opened 1 month ago

murali-shris commented 1 month ago

Is your feature request related to a problem? Please describe.

pubKeyCS in metadata currently uses md5 checksum which is outdated. Refer https://github.com/atsign-foundation/at_libraries/pull/511

Describe the solution you'd like

Replace pubKeyCS with pubKeyHash using sha512 hash. Changes are done in at_commons - https://github.com/atsign-foundation/at_libraries/pull/511/files pubKeyHash should be included in sync from client to server and vice versa.

Describe alternatives you've considered

No response

Additional context

No response

sitaram-kalluri commented 1 day ago

The changes in at_persistence_secondary_server are completed and changes are available in 2121-uptake-public-key-hash-at-persistence_secondary-server

Pending work is code review and publish the package.