AcalaNetwork / acala.js

https://developer.acala.network/
Apache License 2.0
59 stars 26 forks source link

remove types and use acala-types.js instead #484

Closed ermalkaleci closed 1 year ago

shunjizhan commented 1 year ago

@ntduan yeah when using this new version, we might need some updates on packages

ermalkaleci commented 1 year ago

@ntduan no, this PR don't change any dependency. the one with polkadot 10 is on beta and it's 5.1.1-2

ntduan commented 1 year ago

@ntduan no, this PR don't change any dependency. the one with polkadot 10 is on beta and it's 5.1.1-2

What I mean is that when we want to update acala.js, we have to update acala-types.js as well, and then now acala-types.js depends on polkadotjs 10, so we have to upgrade the polkadotjs that acala.js depends on to be updated to 10 as well in the next update.


Well, I got one thing wrong, acala-types.js has no dependency on acala.js sdk. So for now it works for me.