Releases: decentraland/eth-connect
Releases · decentraland/eth-connect
6.3.0
6.2.4
What's Changed
- fix: temporarily remove id validation by @meelrossi in #555
Full Changelog: 6.2.2...6.2.4
6.2.2
What's Changed
- chore(deps-dev): bump rollup from 3.26.3 to 3.27.1 by @dependabot in #497
- chore(deps): bump @babel/traverse from 7.22.5 to 7.23.2 by @dependabot in #529
- chore(deps-dev): bump @dcl/eslint-config from 1.1.8 to 1.1.13 by @dependabot in #542
- fix: valid undefined error by @meelrossi in #545
New Contributors
- @meelrossi made their first contribution in #545
Full Changelog: 6.2.1...6.2.2
6.2.1: chore(deps-dev): bump @well-known-components/test-helpers (#474)
Bumps [@well-known-components/test-helpers](https://github.com/well-known-components/test-helpers) from 1.5.2 to 1.5.3. - [Release notes](https://github.com/well-known-components/test-helpers/releases) - [Commits](https://github.com/well-known-components/test-helpers/compare/1.5.2...1.5.3) --- updated-dependencies: - dependency-name: "@well-known-components/test-helpers" dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
6.2.0
chore: jest and yarn (#456)
6.1.0
6.0.3 - Accept custom fetch function
What's Changed
- feat: update geth command by @nachomazzara in #338
- chore: enable request modes by @menduz in #262
Used to prevent monkeypatching the globalThis object
Full Changelog: 6.0.2...6.0.3
6.0.2 - Fix personal_sign for arbitrary messages
Prevents personal_sign
from throwing when using a message that's not previously transformed to hex
6.0.1 - Minor fixes to accept bytes32 function and method parameters
fix: add more tests for FixedBytesEncoder (#165) * add more tests * fix tests
BREAKING CHANGE: New Encoder with tuples support
6.0.0 feat: add toPayload to contract functions (#73)