Skip to content

Bump @ensdomains/address-encoder from 0.2.21 to 1.1.2#318

Open
dependabot[bot] wants to merge 1 commit intodevelopfrom
dependabot/npm_and_yarn/develop/ensdomains/address-encoder-1.1.2
Open

Bump @ensdomains/address-encoder from 0.2.21 to 1.1.2#318
dependabot[bot] wants to merge 1 commit intodevelopfrom
dependabot/npm_and_yarn/develop/ensdomains/address-encoder-1.1.2

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Aug 26, 2024

Bumps @ensdomains/address-encoder from 0.2.21 to 1.1.2.

Release notes

Sourced from @​ensdomains/address-encoder's releases.

v1.1.2

What's Changed

Full Changelog: ensdomains/address-encoder@v1.1.1...v1.1.2

v1.1.1

What's Changed

New Contributors

Full Changelog: ensdomains/address-encoder@v1.1.0...v1.1.1

v1.1.0

What's Changed

Full Changelog: ensdomains/address-encoder@v1.0.0...v1.1.0

v1.0.0

address-encoder v1.0.0 is here!

This is a full rewrite of prior versions, which includes:

  • Removal of the Buffer dependency
  • Full tree-shakeability where applicable
  • Async helper functions for dynamic loading of coders
  • Usage of the @noble/* and @scure/base, which are audited, widely-used, and highly regarded.
  • Dramatically reduced overlapping code between coders
  • Reduction of total gzipped bundle size by >50% (80.6kb => 38.3kb)
  • Full TypeScript codebase
  • Easier maintainability (especially for EVM chains)
  • and more!

Breaking Changes:

The API is very different to the prior stable version, and depending on your use-case you may be able to significantly reduce the code you are importing from this library. You should read the README.md.

Coin names in camelCase

Coin names were previously formatted with UPPER_CASE, but have been switched to camelCase since coin names can now be directly imported via the /coins export path.

formatsByName array removed

formatsByName as an array has been removed. To get a coder by coin name you should use getCoderByCoinName or getCoderByCoinNameAsync. Alternatively, if you just want to get the coinType for a coin name, you can use coinNameToTypeMap directly.

formatsByCoinType array removed

formatsByCoinType as an array has been removed. To get a coder by coin type you should use getCoderByCoinType or getCoderByCoinTypeAsync. Alternatively, if you just want to get the coin name for a coin type, you can use coinTypeToNameMap directly.

... (truncated)

Commits
Maintainer changes

This version was pushed to npm by taytems, a new releaser for @​ensdomains/address-encoder since your current version.


Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps [@ensdomains/address-encoder](https://github.com/ensdomains/address-encoder) from 0.2.21 to 1.1.2.
- [Release notes](https://github.com/ensdomains/address-encoder/releases)
- [Commits](https://github.com/ensdomains/address-encoder/commits/v1.1.2)

---
updated-dependencies:
- dependency-name: "@ensdomains/address-encoder"
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants