Skip to content

Releases: decentraland/eth-connect

6.3.0

19 Feb 13:59
6006c46
Compare
Choose a tag to compare
feat: EIP-1559 effectiveGasPrice (#558)

6.2.4

01 Jan 15:10
b2fa644
Compare
Choose a tag to compare

What's Changed

Full Changelog: 6.2.2...6.2.4

6.2.2

05 Dec 13:45
7d6cff2
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 6.2.1...6.2.2

6.2.1: chore(deps-dev): bump @well-known-components/test-helpers (#474)

25 Jul 16:53
1f1f0dd
Compare
Choose a tag to compare
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] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

6.2.0

16 Jun 19:58
43c8b65
Compare
Choose a tag to compare
chore: jest and yarn (#456)

6.1.0

31 Jan 03:15
@2fd 2fd
3e0ab15
Compare
Choose a tag to compare

What's Changed

  • feat: build individual files by @2fd in #418

New Contributors

  • @2fd made their first contribution in #418

Full Changelog: 6.0.3...6.1.0

6.0.3 - Accept custom fetch function

30 May 19:32
7ef19e7
Compare
Choose a tag to compare

What's Changed

Used to prevent monkeypatching the globalThis object

Full Changelog: 6.0.2...6.0.3

6.0.2 - Fix personal_sign for arbitrary messages

26 Aug 17:31
b060129
Compare
Choose a tag to compare

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

13 Aug 14:51
bf3b579
Compare
Choose a tag to compare
fix: add more tests for FixedBytesEncoder (#165)

* add more tests

* fix tests

BREAKING CHANGE: New Encoder with tuples support

23 Apr 18:21
c0074e3
Compare
Choose a tag to compare
6.0.0

feat: add toPayload to contract functions (#73)