Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

3.1.0 #98

Merged
merged 41 commits into from
Jan 26, 2024
Merged

3.1.0 #98

merged 41 commits into from
Jan 26, 2024

Conversation

Jeday
Copy link
Contributor

@Jeday Jeday commented Jan 22, 2024

3.1.0

SDK

Added

  • viem version up to 2.0.6
  • Account hoisting support: methods no longer require address/account if it's hoisted to walletClient or available via eth_requestAccounts
  • Stake, Wrap, Withdraw Request & Claim transaction methods now return parsed transaction result
  • waitForTransactionReceiptParameters optional config added to all transaction methods props

Fixed

  • better multisig behavior for transactions
  • Simulate methods now have correct return types

Playground

  • Upped next and viem versions

Testing Notes

We should check that on playground transactions work, and that for stake,wrap,withdraw there is a result field below, with relevant information.

Checklist:

  • Checked the changes locally.
  • Created/updated unit tests.
  • Created/updated README.md.

Jeday and others added 30 commits December 15, 2023 20:20
Bumps [next](https://github.com/vercel/next.js) from 13.4.19 to 13.5.1.
- [Release notes](https://github.com/vercel/next.js/releases)
- [Changelog](https://github.com/vercel/next.js/blob/canary/release.js)
- [Commits](vercel/next.js@v13.4.19...v13.5.1)

---
updated-dependencies:
- dependency-name: next
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>
Bumps [actions/upload-pages-artifact](https://github.com/actions/upload-pages-artifact) from 2 to 3.
- [Release notes](https://github.com/actions/upload-pages-artifact/releases)
- [Commits](actions/upload-pages-artifact@v2...v3)

---
updated-dependencies:
- dependency-name: actions/upload-pages-artifact
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>
Bumps [actions/deploy-pages](https://github.com/actions/deploy-pages) from 3 to 4.
- [Release notes](https://github.com/actions/deploy-pages/releases)
- [Commits](actions/deploy-pages@v3...v4)

---
updated-dependencies:
- dependency-name: actions/deploy-pages
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>
…ions/deploy-pages-4

build(deps): bump actions/deploy-pages from 3 to 4
…ions/upload-pages-artifact-3

build(deps): bump actions/upload-pages-artifact from 2 to 3
…13.5.1

build(deps): bump next from 13.4.19 to 13.5.1
Bumps [actions/upload-pages-artifact](https://github.com/actions/upload-pages-artifact) from 2 to 3.
- [Release notes](https://github.com/actions/upload-pages-artifact/releases)
- [Commits](actions/upload-pages-artifact@v2...v3)

---
updated-dependencies:
- dependency-name: actions/upload-pages-artifact
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>
Bumps [actions/deploy-pages](https://github.com/actions/deploy-pages) from 3 to 4.
- [Release notes](https://github.com/actions/deploy-pages/releases)
- [Commits](actions/deploy-pages@v3...v4)

---
updated-dependencies:
- dependency-name: actions/deploy-pages
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>
Bumps [follow-redirects](https://github.com/follow-redirects/follow-redirects) from 1.15.2 to 1.15.4.
- [Release notes](https://github.com/follow-redirects/follow-redirects/releases)
- [Commits](follow-redirects/follow-redirects@v1.15.2...v1.15.4)

---
updated-dependencies:
- dependency-name: follow-redirects
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <[email protected]>
dependabot bot and others added 8 commits January 18, 2024 08:46
Bumps [actions/cache](https://github.com/actions/cache) from 3 to 4.
- [Release notes](https://github.com/actions/cache/releases)
- [Changelog](https://github.com/actions/cache/blob/main/RELEASES.md)
- [Commits](actions/cache@v3...v4)

---
updated-dependencies:
- dependency-name: actions/cache
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>
…ansaction-return

Meaningful transaction return
…ions/cache-4

build(deps): bump actions/cache from 3 to 4
…w-redirects-1.15.4

build(deps): bump follow-redirects from 1.15.2 to 1.15.4
…ions/deploy-pages-4

build(deps): bump actions/deploy-pages from 3 to 4
…ions/upload-pages-artifact-3

build(deps): bump actions/upload-pages-artifact from 2 to 3
@Jeday Jeday marked this pull request as ready for review January 22, 2024 09:47
@Jeday Jeday requested a review from a team as a code owner January 22, 2024 09:47
@Jeday Jeday merged commit 8778267 into main Jan 26, 2024
3 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants