Muralidharan
Muralidharan
Discussion from architecture call. While deleting non existent keys, throw KeyNotFoundException instead of data:null. Review the impact of changes on app/client side.
Updated server pull request https://github.com/atsign-foundation/at_server/pull/966 with latest changes for throwing KeyNotFoundException. Working on changes in at_client
https://github.com/atsign-foundation/at_client_sdk/pull/768/files client PR review comments addressed. Pending final review and merge
> https://github.com/atsign-foundation/at_client_sdk/pull/768/files client PR review comments addressed. Pending final review and merge Test scenarios covered test 1: put a key using at_client and then delete the key. Delete should return...
published version 3.2.6 https://pub.dev/packages/at_client_mobile/score null safety issue has to be fixed
@XavierChanth @TylerTrott I documented few minor changes required on at client sdk and server documentation. https://docs.google.com/document/d/1DGj49jVsAqr4gS5wN6HlcEyWT9M-tHEF--MsW6_hyjo/edit If you are fine with the changes, I can request @purnimavenkatasubbu to work on...
Spent 8SP in this sprint. https://github.com/atsign-foundation/at_client_sdk/pull/698 When app or client is init for the first time, we have to read the private key from keychain and pass it to at_client_impl...
> Was this discussed, and what was the conclusion? not yet Gary.Arch call discussion pending.
discussion in architecture call. * persisting private key from keychain to keystore should be independent of at client --> create * work on design and finalise implementation approach in PR48
tests will fail due to pending changes