Anchor-Protocol / anchor-earn

The Earn JavaScript SDK for Anchor Protocol.
Apache License 2.0
45 stars 24 forks source link

Update Columbus-5 #13

Closed ALPAC-4 closed 3 years ago

ALPAC-4 commented 3 years ago

Update terra.js to latest version.

MSNTCS commented 3 years ago

@ALPAC-4 I published the 1.1.0-alpha.0 version.

corymsmith commented 3 years ago

@MSNTCS This will need to be updated for bombay-12 as well now, since columbus-5 goes live very soon are there plans to get this rolled out ASAP?

kjessec commented 3 years ago

@corymsmith since we can't merge this to master yet (will break compat with col-4) we will release versions of this off this branch. Will keep you noticed. Will happen in hours

kjessec commented 3 years ago

@corymsmith published as 1.1.0-alpha.1 or under the tag bombay -- the internal structure is the same, only the chain ID changed. In the future we will move to a configurable network (which anchor-earn didn't really target to do)

MSNTCS commented 3 years ago

Due to the instability of terra.js 2.1.x, we had to use terra.js 2.0.x, therefore, we release 1.1.0-alpha.2 that use 2.0.10 as a dependency.

corymsmith commented 3 years ago

I tested this out and worked great other than 1 thing I noticed (which I don't think is related to the upgrade). Would love it if you could have a peek and let me know: https://github.com/Anchor-Protocol/anchor-earn/issues/14

kjessec commented 3 years ago

@ALPAC-4 @MSNTCS can we merge this?