sei-protocol / sei-js

SeiJS is a monorepo that contains multiple NPM libraries for writing applications that interact with the Sei network.
44 stars 38 forks source link

Add Associate methods to Addr Precompile #196

Closed mj850 closed 1 month ago

mj850 commented 2 months ago

We added new Precompile methods for association using a signature and association using a pubkey.

This PR updates the sei-js addr precompile to support the new association methods.

changeset-bot[bot] commented 2 months ago

🦋 Changeset detected

Latest commit: 1b1e5ecbf34fc7a1ca49330c9d8884ad172ad6d3

The changes in this PR will be included in the next version bump.

This PR includes changesets to release 1 package | Name | Type | | ----------- | ----- | | @sei-js/evm | Patch |

Not sure what this means? Click here to learn what changesets are.

Click here if you're a maintainer who wants to add another changeset to this PR

codecov-commenter commented 2 months ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Project coverage is 84.47%. Comparing base (5e40d59) to head (f1caa9b).

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #196 +/- ## ======================================= Coverage 84.47% 84.47% ======================================= Files 16 16 Lines 161 161 Branches 25 25 ======================================= Hits 136 136 Misses 25 25 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.

dssei commented 2 months ago

@mj850 curious if chain changes are in atlantic-2 and if you were able to test the changes in this PR?