You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Point definition might be useful for 3rd party projects (e.g. amaru) that do not need to depend on the full pallas-network.
Would it make sense to move it to pallas-primitives?
The text was updated successfully, but these errors were encountered:
I've had this problem on other contexts too. The Point struct is defined in the networking spec but its commonly used as part of the interface between modules. I'm happy to have one in the primitives crate to avoid unnecessary coupling.
Point definition might be useful for 3rd party projects (e.g.
amaru
) that do not need to depend on the fullpallas-network
.Would it make sense to move it to
pallas-primitives
?The text was updated successfully, but these errors were encountered: