Replies: 2 comments 2 replies
-
Regarding the name I have no problem with massa-proto-bindings-xxx. I think the Rust ABIs should go in the same repository, only in different folders. |
Beta Was this translation helpful? Give feedback.
-
Overall organizationAfter some discussions today, we are unsure that We (@aoudiamoncef and I) aim to organize
This way a client project for this bindings should be able to depends on it the
About the dependenciesOne aim of Main focus here is given to the ABI and Same scheme should apply the API side but I don't know well this part. @damip @ASAPSegfault @AurelienFT feel free to share your thoughts :) |
Beta Was this translation helpful? Give feedback.
-
@aoudiamoncef @ASAPSegfault
We agreed that this repo should be named
mass-proto
and aim to centralize and factorize ou.proto
files.We agreed that the bindings for different languages we support should be in separate repositories.
I would like to suggest that we use the following convention for the repositories that contain the bindings (that's very close to what we discussed):
massa-proto-bindings-rs
for Rust bindingsmassa-proto-bindings-go
for Go bindingsmassa-proto-bindings-as
for AssemblyScript bindingsI just added
bindings
, but I found it better this way.I have a question:
At least on the Rust side (and probably on the AS side too) we will soon have bindings both for the public API and for the node ABI.
Do you agree that they should both go into
massa-proto-bindings-rs
in different folders? Or do you think we should separate them?Beta Was this translation helpful? Give feedback.
All reactions