feat: add datastore chain metadata changeset#75
Conversation
|
👋 giogam, thanks for creating this pull request! To help reviewers, please consider creating future PRs as drafts first. This allows you to self-review and make any final changes before notifying the team. Once you're ready, you can mark it as "Ready for review" to request feedback. Thanks! |
graham-chainlink
left a comment
There was a problem hiding this comment.
Side question, do you think we could have jsut provide a single sequence or similar where it accepts all 4 metadata and if provided, it will delete? So users dont have to call 4 operations if they want to delete 4 types of metadata?
Interesting idea. We can definitely add something like that, and perhaps another endpoint for upsert/add operations. There’s a refactor I’d like to prioritize first, but I’ll create a couple of tickets for this afterward. |
|
🤖 I have created a release *beep* *boop* --- ## [0.6.0](v0.5.0...v0.6.0) (2026-06-02) ### Features * add datastore chain metadata changeset ([#75](#75)) ([7d0c300](7d0c300)) * add datastore contract metadata changeset ([#74](#74)) ([4b75d9b](4b75d9b)) * add datastore delete address ref changeset ([#72](#72)) ([11308c8](11308c8)) --- This PR was generated with [Release Please](https://github.com/googleapis/release-please). See [documentation](https://github.com/googleapis/release-please#release-please). Co-authored-by: app-token-issuer-ops-platform[bot] <275822481+app-token-issuer-ops-platform[bot]@users.noreply.github.com>


This pull request introduces a new changeset and supporting operation for deleting chain metadata entries in the Catalog service or from local datastore files
CLD-2303