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

fix(deps): update dependency starknet to v4.22.0 #12

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Mar 22, 2023

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
starknet 4.9.0 -> 4.22.0 age adoption passing confidence

Release Notes

starknet-io/starknet.js (starknet)

v4.22.0

Compare Source

Features
  • move starkname to provider (8e88ed0)

v4.21.1

Compare Source

Bug Fixes
  • repair hex prefix removal to be case insensitive (53323d4)
  • repair decodeShortString for integer strings (1d6adf0)

v4.21.0

Compare Source

Features
  • add get_block_traces support in sequencer (b8dec62)

v4.20.0

Compare Source

Features
  • add support for get_state_update in provider (76035a1)

v4.19.3

Compare Source

Features
  • move the simulateTransaction method to the Account class (be7b792)

v4.19.2

Compare Source

Bug Fixes
  • repair and unify transaction retrieval error (ea5e646)

v4.19.1

Compare Source

Bug Fixes
  • rework estimateFeeBulk return type (084d89e)

v4.19.0

Compare Source

Features
  • add estimate_fee_bulk support (1352e78)

v4.18.0

Compare Source

Features
  • simulate_transaction support on sequencer (304c3cc)
  • update simulate tx (8f3ea55)
  • update simulate tx in sequencer (d79a9fa)

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)

v4.17.1

Compare Source

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)

v4.17.0

Compare Source

Features
  • contract factory deploy arguments (9eff7f4)

v4.16.0

Compare Source

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

v4.15.1

Compare Source

Bug Fixes

v4.15.0

Compare Source

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)
  • test on account (81f5d71)
  • waitfortransaction usage (67c2031)
Features
  • add starknet.id getters (855854a)
  • allow usage of chainId to define network, cleanup (6cffaad)
  • set testnet2 chain id, cleanup (16cdfd4)

v4.14.0

Compare Source

Bug Fixes
  • account test removed provider deployContract (605c2a9)
  • cleanup after refactor and remove branch split (f695629)
  • properly parse blockIdentifier in buildCall function (d09affd)
  • remove deployMaxFee from deploy (6d5fa24)
  • rpc tests (cd913ee)
  • split getNonce interface (7b7acd9)
  • tiping issue (78aa340)
  • udc require L2 status for deployed contract to be awailable to use (afba8d0)
Features
  • account deployContract ts overide base class (dd4502d)
  • extend acc interface, use deploy estimate fee (da7392a)
  • r p.deployCo. C tests, CF fixtures, cleanHex, DeclareDeploy, F Provider, seq.waitFor ret.txRec (bb50f53)
  • return from wait Transaction,Account deployContract and declareDeploy (724975d)

4.13.2 (2022-11-25)

Bug Fixes

4.13.1 (2022-11-23)

Bug Fixes
  • ci: adjust build script (880ef27)
  • flatten main type export and import (869f470)

v4.13.2

Compare Source

Bug Fixes

v4.13.1

Compare Source

Bug Fixes
  • ci: adjust build script (880ef27)
  • flatten main type export and import (869f470)

v4.13.0

Compare Source

Bug Fixes
  • add estimateDeployFee (3bc11be)
  • adjust fetch parameter types (dfe876a)
  • anotate deprecate all providers deployContract (65eed1f)
  • restore rpc node url to provided one (2e1d87a)
  • transaction v1 getInvokeEstimateFee (cb4ede3)
Features

v4.12.0

Compare Source

Bug Fixes
  • tests: refactor udc tests (01a6eef)
  • use method name similar to gateway endpoint (79641b3)
Features
  • create getClass RPC alias (1003534)

v4.11.0

Compare Source

Bug Fixes
  • change txn version for estimate fee apis to be feeTransactionVersion (4d255c5)
  • lib FunctionAbiType and EventAbi shallow (7088dc6)
  • remove deprecated function (0a9f84f)
  • removed fixed params swap (57c01f6)
  • rpcProvider tests (4b0fd20)
Features
  • fill in sequencer class methods (83c0a29)
  • implement rpc-0.2.1rc1 types (2b1b71e)
  • rpc 0.2.0 plane implementation (35a880c)
  • rpc 0.2.0 type implementation (866dda7)
  • rpc 0.2.0 types spec (25b2d29)
  • rpc 0.2.1 (ed17f63)
  • rpc v0.2 endpoint, default identifiers, getClassHashAt flip parameters (f0a0d6c)
  • rpc0.2.1 definition migration comlete (35c5a06)

v4.10.0

Compare Source

Bug Fixes
  • ci (9b38cd8)
  • deploy return type in interface (6a663d4)
  • path rpc test to release (a1dafad)
  • remove multiple RawArgs declaration (b65dc65)
  • return type and rename calldata (67fe081)
  • update readme (7859cb1)
  • wait for declare and deploy, use random salt (8dbd3c1)
Features

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

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.

0 participants