p2panda / fishy

Create, manage and deploy p2panda schemas
GNU Affero General Public License v3.0
9 stars 1 forks source link

Fishy doesnt deploy generated schema #10

Closed Corban-Dallas closed 10 months ago

Corban-Dallas commented 10 months ago

Can't publish freshly generated schema.lock using last version of fishy. Got this error:

Error: Could not publish schemas to node

Caused by:
    GraphQL request to node failed: 
    GQLClient Error: Look at json field for more details
    Message: data did not match any variant of untagged enum PlainValue

rollback to tag=v0.1.0 fixed the problem. Maybe some breaking changes happened and there is inconsistency with aquadogo 0.5.0?

adzialocha commented 10 months ago

Oh good find, the p2panda-rs dependency needs bouncing to it's latest release.

adzialocha commented 10 months ago

I've updated the version in https://github.com/p2panda/fishy/commit/ee7e21745288ce29d0d6f2f8558595989c46a376, can you see if it works now @Corban-Dallas? Thank you!

Corban-Dallas commented 10 months ago

Yeah, it works now, thanks! But I had to switch from aquadogo 0.5.0 to the its last sha in cargo.toml. It is not big problem, but feels kinda dirty