jediswaplabs / web3-starknet-react

A Starknet React Provider and Connectors inspired by web3-react library
MIT License
4 stars 8 forks source link

Bump starknet from 4.3.0 to 4.17.1 #52

Closed dependabot[bot] closed 1 year ago

dependabot[bot] commented 1 year ago

Bumps starknet from 4.3.0 to 4.17.1.

Release notes

Sourced from starknet's releases.

v4.17.1

4.17.1 (2022-12-14)

Bug Fixes

  • estimateAccountDeployFee set nonce to constant 0 (2110ef0)
  • nonce fixed for deploy account to 0 (c8a38e5)
  • rpc deployAccountContract request (9576335)

v4.17.0

4.17.0 (2022-12-13)

Bug Fixes

Features

  • contract factory deploy arguments (9eff7f4)
  • update contractFactory docs (76f8440)

v4.16.0

4.16.0 (2022-12-12)

FIX - RPC 2.0.1 work with Pathfinder 0.4.3 >= Deploy return address[] (multi-deploy rework)

Bug Fixes

  • blockIdentifier null on call from constructed function (c88fbf0)
  • default pathfinder does't have pending block (4619188)
  • sequencer defaults, remove defaultProvider default blockIdentifier, spelling, class (555a9a3)

Features

  • multi deploy reimplemented (10e609a)
  • return precalculated address from deploy (5e40224)

v4.15.1

4.15.1 (2022-12-07)

... (truncated)

Changelog

Sourced from starknet's changelog.

4.17.1 (2022-12-14)

Bug Fixes

  • estimateAccountDeployFee set nonce to constant 0 (2110ef0)
  • nonce should be fixed for deploy account to 0 (c8a38e5)
  • rpc deployAccountContract request, rpc nonce hotfix (9576335)

4.17.0 (2022-12-13)

Bug Fixes

Features

  • contract factory deploy arguments (9eff7f4)
  • update contractFactory docs (76f8440)

4.16.0 (2022-12-12)

Bug Fixes

  • blockIdentifier null on call from constructed function (c88fbf0)
  • default pathfinder does't have pending block (4619188)
  • sequencer defaults, remove defaultProvider default blockIdentifier, spelling, class (555a9a3)

Features

  • multi deploy reimplemented (10e609a)
  • return precalculated address from deploy (5e40224)

4.15.1 (2022-12-07)

Bug Fixes

4.15.0 (2022-12-05)

Bug Fixes

  • add deterministic tests (ff8e06e)
  • add string function to test (bf24d7f)
  • delete functions from interface (1cb96a3)
  • docs starknet id (69b5bcc)
  • fix Ivan comments (7ab252a)
  • revert waitfortransaction to original interface (bb2a8cd)

... (truncated)

Commits
  • 066797a chore(release): 4.17.1 [skip ci]
  • 6cd7f98 Merge pull request #455 from 0xs34n/rpc/deploy-account-fix
  • 2110ef0 fix: estimateAccountDeployFee set nonce to constant 0
  • a127cfa Merge branch 'rpc/deploy-account-fix' of github.com:0xs34n/starknet.js into r...
  • c8a38e5 fix: nonce should be fixed for deploy account to 0
  • c0a8133 chore: fix
  • 9576335 fix: rpc deployAccountContract request, rpc nonce hotfix
  • a3b223a chore(release): 4.17.0 [skip ci]
  • aa4d750 Merge pull request #450 from irisdv/feat/contract-factory-deploy-args
  • 6f947df Merge pull request #454 from 0xs34n/guides-updates
  • Additional commits viewable in compare view


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 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)
dependabot[bot] commented 1 year ago

Superseded by #61.