spacemeshos / explorer-backend

Spacemesh explorer backend designed to provide data for explorer-frontends
GNU General Public License v3.0
6 stars 2 forks source link

AccountMeshQuery will return MeshTransaction (instead of Transaction) as a part of AccountMeshData #10

Closed dshulyak closed 2 years ago

dshulyak commented 3 years ago

for details see protobuf changes in this PR https://github.com/spacemeshos/api/pull/155

I looked at the code and built both services with new golang bindings, it appears that this endpoint is not used in the code. But still wanted to notify just in case.

avive commented 3 years ago

for details see protobuf changes in this PR spacemeshos/api#155

I looked at the code and built both services with new golang bindings, it appears that this endpoint is not used in the code. But still wanted to notify just in case.

Thank you @dshulyak for the notice. It is good to publish breaking api changes here as an fyi.

mephistopheles1010 commented 2 years ago

Thank you for notification. We haven't used it yet. But we will pay attention if we do this.