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

DIFF Beta -> Dev #889

Merged
merged 139 commits into from
Feb 5, 2024
Merged

DIFF Beta -> Dev #889

merged 139 commits into from
Feb 5, 2024

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

# [5.0.0](v4.22.0...v5.0.0) (2023-02-22)

### Bug Fixes

* better ([cda4931](cda4931))
* bnToUint256 and add more tests ([baa9d61](baa9d61))
* compile response ts type ([4b71970](4b71970))
* contract related test ([6dfc010](6dfc010))
* imports ([a151afc](a151afc))
* imports ([43f0e25](43f0e25))
* invoke contract ([18b6337](18b6337))
* options split for edge case ([acfab34](acfab34))
* post beta merge fixes ([aa6046f](aa6046f))
* sequencer fetchEndpoint ([7206d77](7206d77))
* strict tuple rule, type bugfix, basic tuple validator ([1c97279](1c97279))
* tests ([3b34c0c](3b34c0c))
* tests ([85535e5](85535e5))
* **tests:** signature in account tests ([c8bc860](c8bc860))
* transaction status fix ([2cfcb69](2cfcb69))
* trying fixing tests for sequencer ([480e20d](480e20d))
* update lockfile ([ecf9ead](ecf9ead))
* use hex array for RPC signatures ([aa73351](aa73351))
* weierstrass import ([c963f90](c963f90))

* chore!: account and signer updates ([be0cbe8](be0cbe8))

### Features

* add back ec for proper support ([649e0aa](649e0aa))
* add computeClassHash functionality ([3f6d88e](3f6d88e))
* add public sequencer fetch method ([1dab230](1dab230))
* add tests and make RawArgs more flexible ([db9f274](db9f274))
* allow BigNumberish in RawCallData ([9b897c7](9b897c7))
* compute class hash tests ([31a52a2](31a52a2))
* format arbitrary length array, test edge case tuple arrays ([42357b6](42357b6))
* implement longText aka. long string into calldata, remove toFelt and resolve circular ref ([da58b5a](da58b5a))
* initial commit to ue faster hashing ([722717d](722717d))
* initial poc ([eb26fbd](eb26fbd))
* make class hash optional for Declare Txn ([624ca8b](624ca8b))
* make compile work with already compiled data, complete test ([7e80837](7e80837))
* response formatter, refactored call method resturn object ([77ee9f4](77ee9f4))
* response parse tuple, moved to calldata class, test ([dbe04de](dbe04de))
* update declareAndDeploy method ([a47fbd5](a47fbd5))
* use ec internally ([3392d03](3392d03))
* use yarn ([ec1101e](ec1101e))

### BREAKING CHANGES

* uses BigInt and Faster Hashing
haroune-mohammedi and others added 26 commits January 23, 2024 12:52
Add search functionnality to the official website.
Cairo 2.4.0 new types : bytes31 & ByteArray
fix: solve wrong response for account.verifyMessage
# [6.0.0-beta.13](v6.0.0-beta.12...v6.0.0-beta.13) (2024-01-23)

### Bug Fixes

* solve wrong response for account.verifyMessage ([05f4095](05f4095))

### Features

* abiwan v2 intergation ([87d15d3](87d15d3))
* add string types of cairo v2.4.0 ([a8a73c1](a8a73c1))
* make Abi and CONTRACT_ABI types compatible with abiwan ([9007816](9007816))
* replace in verifyMessage : response by Error ([1abf91f](1abf91f))
* sepolia ([26d7044](26d7044))
This avoid `npx abi-wan-kanabi` to use the installed version and
forces it to get the latest version from npm
# [6.0.0-beta.14](v6.0.0-beta.13...v6.0.0-beta.14) (2024-02-02)

### Bug Fixes

* move abiwan from dev dependencies to regular dependencies ([#925](#925)) ([6b7ee49](6b7ee49))

### Features

* abi-wan trigger ([c10150a](c10150a))
* add provider.decodeParameters ([39595f3](39595f3))
* expand structured data hashing in line with SNIP-12 ([#920](#920)) ([cb20590](cb20590))
* trigger release ([fbf983f](fbf983f))
# [6.0.0-beta.15](v6.0.0-beta.14...v6.0.0-beta.15) (2024-02-05)

### Bug Fixes

* throw on negative param cairo.uint256 and bnToUint256 ([e1ead14](e1ead14))

### Features

* new CairoUint256 cairo datatype model ([b64abcc](b64abcc))
@tabaktoni tabaktoni merged commit 64a664f into develop Feb 5, 2024
Copy link

github-actions bot commented Feb 5, 2024

🎉 This PR is included in version 6.0.0 🎉

The release is available on:

Your semantic-release bot 📦🚀

Copy link

github-actions bot commented Jul 3, 2024

🎉 This issue has been resolved in version 7.0.0 🎉

The release is available on:

Your semantic-release bot 📦🚀

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

7 participants