Skip to content
This repository has been archived by the owner on Dec 7, 2024. It is now read-only.

Write document responses as struct type instead of returning string #38

Open
naomijub opened this issue Jun 22, 2023 · 0 comments
Open
Labels
bug Something isn't working Clojure This issue is clojure related enhancement New feature or request help wanted Extra attention is needed protobuf This issue required protobuf changes Refactor Some refactor might be needed

Comments

@naomijub
Copy link
Owner

Since the introduction of speculative tx, #35, there is the necessity to deal with edn documents

string edn_document = 6;
which currently are dealt as strings and left for the rust side to handle. If we could parse this as a protobuf.google.Value for client to use it as a serde_json::Value

@naomijub naomijub added enhancement New feature or request help wanted Extra attention is needed bug Something isn't working protobuf This issue required protobuf changes Clojure This issue is clojure related Refactor Some refactor might be needed labels Jun 22, 2023
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
bug Something isn't working Clojure This issue is clojure related enhancement New feature or request help wanted Extra attention is needed protobuf This issue required protobuf changes Refactor Some refactor might be needed
Projects
None yet
Development

No branches or pull requests

1 participant