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

Main Release #1305

Merged
merged 447 commits into from
Feb 7, 2025
Merged

Main Release #1305

merged 447 commits into from
Feb 7, 2025

Conversation

tabaktoni
Copy link
Collaborator

Motivation and Resolution

...

RPC version (if applicable)

...

Usage related changes

  • Change 1.
  • ...

Development related changes

  • Change 1.
  • ...

Checklist:

  • Performed a self-review of the code
  • Rebased to the last commit of the target branch (or merged it into my branch)
  • Linked the issues which this PR resolves
  • Documented the changes in code (API docs will be generated automatically)
  • Updated the tests
  • All tests are passing

semantic-release-bot and others added 30 commits February 5, 2024 16:12
# [6.0.0](v5.29.0...v6.0.0) (2024-02-05)

### Bug Fixes

* acc deploy_acc ([732cd94](732cd94))
* **beta:** deploy account ([#880](#880)) ([00c58e3](00c58e3))
* estimateFeeBulk provided version ([da717be](da717be))
* provider rpc 0.5-0.6 getTransactionReceipt response standardization ([76b6ab4](76b6ab4))
* remove account_deployment_data from deploy Account ([ede83bf](ede83bf))
* solve wrong response for account.verifyMessage ([05f4095](05f4095))
* throw on negative param cairo.uint256 and bnToUint256 ([e1ead14](e1ead14))
* utilize provided resourceBounds value ([65bea53](65bea53))

### Features

* abiwan v2 intergation ([87d15d3](87d15d3))
* account preferred transaction version, setup v3 ([5652eb2](5652eb2))
* add provider.decodeParameters ([be6eec9](be6eec9))
* add string types of cairo v2.4.0 ([a8a73c1](a8a73c1))
* curves ([405de46](405de46))
* def rpc 0_6, sepolia nodes ([4f59a8f](4f59a8f))
* default account UniversalDetails, rpc spec update, update interface ([8dc9b8a](8dc9b8a))
* dual specification with 0.6 implementation, not yet integrated ([ac8c763](ac8c763))
* ethereum signer ([8473adb](8473adb))
* ethereum-signer ([f37bfb2](f37bfb2))
* hashes, signer, vip account, types, versions as string enum ([6ceb9e3](6ceb9e3))
* make Abi and CONTRACT_ABI types compatible with abiwan ([9007816](9007816))
* new CairoUint256 cairo datatype model ([b64abcc](b64abcc))
* pretty print rpc LibraryError params, make env.DEBUG usefull ([cca723f](cca723f))
* **provider:** fix and clean provider response and response parser, removed seqeuncer api ([7ecb069](7ecb069))
* **provider:** pending response discrimination, pending type guards ([013a22b](013a22b))
* remove old version constants, default types api rpc ([ed9cb08](ed9cb08))
* replace in verifyMessage : response by Error ([1abf91f](1abf91f))
* req id counter ([cedd1ea](cedd1ea))
* rpc 0.6 implementation as superset of 0.5 tx ([5b2b299](5b2b299))
* rpc 0.6.0-rc3 implementation ([c2607ed](c2607ed))
* rpc provider ([0d9c2e5](0d9c2e5))
* rpcChannel ([181eea3](181eea3))
* sepolia constants, rpc open change ([6de46b5](6de46b5))
* simulate skip validate by default, spec deploy acc fix ([1b3e7ae](1b3e7ae))
* update default rpc nodes and version ([9b9fe0e](9b9fe0e))
* update verson ([5dfe445](5dfe445))
* v3 transaction hashes ([4fe40a1](4fe40a1))
* v3 tx hashes calculation ([f0e760d](f0e760d))
* v3 wip with est ([b95c462](b95c462))

### BREAKING CHANGES

* v3 transactions
build(deps): bump typescript-eslint to "6.21.0", eslint to "8.56.0"
# [6.1.0](v6.0.0...v6.1.0) (2024-02-13)

### Features

* use fetch-cookie package for cookie based sticky sessions ([5a56485](5a56485))
* docs: update docs for v6

* docs: implement comments of Pave
## [6.1.1](v6.1.0...v6.1.1) (2024-02-19)

### Bug Fixes

* rpc event ([ae3e265](ae3e265))
## [6.1.2](v6.1.1...v6.1.2) (2024-02-20)

### Bug Fixes

* drop abi-wan-kanabi-v1 support ([30a4681](30a4681))
## [6.1.3](v6.1.2...v6.1.3) (2024-02-23)

### Bug Fixes

* update fetch-cookie dependency ([518330c](518330c))
fix(Calldata.compile): do not split long `entrypoint` names before ca…
## [6.1.4](v6.1.3...v6.1.4) (2024-02-26)

### Bug Fixes

* **Calldata.compile:** do not split long `entrypoint` names before calling `getSelectorFromName` ([9434bcd](9434bcd))
this saves an extra call on RPC for optionally-known information (like the `chainId` case).
also fixed speck -> spec typo
fix(RpcChannel): allow client to provide `specVersion`
## [6.1.5](v6.1.4...v6.1.5) (2024-03-02)

### Bug Fixes

* **RpcChannel:** allow client to provide `specVersion` ([ae8cf8e](ae8cf8e))
Ocheretovich and others added 20 commits December 3, 2024 19:30
* revert "fix: rectify snip-12 violation by removing extra `:` in enum encoding (#1288)"
    - this reverts commit b903116
* revert "fix: correct enum typed data hashing (#1281)"
    - this reverts commit 6e353d3
* fix: limit fetch dependencies to patch versions

* fix: bind window in fetch utility for browser environments
# [6.21.0](v6.20.3...v6.21.0) (2025-01-08)

### Bug Fixes

* correct enum typed data hashing ([#1281](#1281)) ([6e353d3](6e353d3))
* rectify snip-12 violation by removing extra `:` in enum encoding ([#1288](#1288)) ([b903116](b903116))
* repair fetch utility for browser environments ([#1293](#1293)) ([2cb1332](2cb1332))

### Features

* enable base fetch override ([#1279](#1279)) ([0fce61e](0fce61e))
## [6.21.1](v6.21.0...v6.21.1) (2025-01-23)

### Bug Fixes

* pass signerDetails to fix estimateFeeBulk ([#1299](#1299)) ([f09f20d](f09f20d))
* fix: add starkid improvements

* fix: test
## [6.21.2](v6.21.1...v6.21.2) (2025-01-29)

### Bug Fixes

* add starkid improvements ([#1301](#1301)) ([51702db](51702db))
# [6.22.0](v6.21.2...v6.22.0) (2025-01-29)

### Features

* units utils ([#1277](#1277)) ([26037e9](26037e9))
* fix: global dir with logger and config, moved constants to global dir

* feat: config and logger instances

* feat: implement logger, warn old tx usage
# [6.23.0](v6.22.0...v6.23.0) (2025-01-29)

### Features

* logger, config, deprecate legacy tx ([#1302](#1302)) ([d0ffbcc](d0ffbcc))
tabaktoni and others added 3 commits February 5, 2025 11:05
Added drip support link
#1311)

* fix: conf. TxV in Account, conf. string auto. all methods, fix unbdefined for known, docs

* docs: docs

* docs: adjust heading structure

---------

Co-authored-by: Petar Penovic <[email protected]>
## [6.23.1](v6.23.0...v6.23.1) (2025-02-05)

### Bug Fixes

* conf. TxV in Account, conf. string auto. all methods, fix unbdef… ([#1311](#1311)) ([1d91ec0](1d91ec0))
@tabaktoni
Copy link
Collaborator Author

LGTM

@penovicp penovicp merged commit d7fef88 into main Feb 7, 2025
2 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.