Skip to content

Commit

Permalink
feat: merge v5.16.0
Browse files Browse the repository at this point in the history
Squashed commit of the following:

commit e5696b4
Author: semantic-release-bot <[email protected]>
Date:   Mon Jul 3 15:08:31 2023 +0000

    chore(release): 5.16.0 [skip ci]

    * cairo1 version2 support ([e564033](e564033))
    * extract parser from CallData and Cairo ([b7eba2a](b7eba2a))
    * parsers ([cce9029](cce9029))

commit 3389085
Merge: e6b861a 589c948
Author: Toni Tabak <[email protected]>
Date:   Mon Jul 3 17:06:08 2023 +0200

    Merge pull request #670 from 0xs34n/next-version

    Next version

commit 589c948
Merge: ffa6d07 03ee060
Author: Toni Tabak <[email protected]>
Date:   Mon Jul 3 16:38:23 2023 +0200

    Merge pull request #665 from 0xs34n/0.12.0/abi-parser

    abi parser Cario1 Version2

commit 03ee060
Author: Toni Tabak <[email protected]>
Date:   Mon Jul 3 16:32:11 2023 +0200

    chore: cleanup

commit 6c0eae2
Author: Toni Tabak <[email protected]>
Date:   Mon Jul 3 14:07:45 2023 +0200

    chore: compiled files

commit e564033
Author: Toni Tabak <[email protected]>
Date:   Mon Jul 3 14:05:52 2023 +0200

    feat: cairo1 version2 support

commit ffa6d07
Merge: e6b861a 6f8164f
Author: Toni Tabak <[email protected]>
Date:   Mon Jul 3 11:43:42 2023 +0200

    Merge pull request #664 from amanusk/cairo_v2_example

    Add example of new synatx cairo contract

commit cae5abd
Author: Toni Tabak <[email protected]>
Date:   Mon Jul 3 11:41:51 2023 +0200

    chore: refact

commit cce9029
Author: Toni Tabak <[email protected]>
Date:   Fri Jun 30 16:16:21 2023 +0200

    feat: parsers

commit b7eba2a
Author: Toni Tabak <[email protected]>
Date:   Fri Jun 30 16:13:14 2023 +0200

    feat: extract parser from CallData and Cairo

commit 6f8164f
Author: amanusk <[email protected]>
Date:   Thu Jun 29 21:23:28 2023 +0300

    Add example of new synatx cairo contract
  • Loading branch information
PhilippeR26 committed Jul 3, 2023
1 parent 15c1dcc commit 0246933
Show file tree
Hide file tree
Showing 19 changed files with 9,344 additions and 27 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
# [5.16.0](https://github.com/0xs34n/starknet.js/compare/v5.15.1...v5.16.0) (2023-07-03)

### Features

- cairo1 version2 support ([e564033](https://github.com/0xs34n/starknet.js/commit/e564033273ac49e971bbf1db843fb3de236976c0))
- extract parser from CallData and Cairo ([b7eba2a](https://github.com/0xs34n/starknet.js/commit/b7eba2a1eada3dddb4dc0575c16ac76a42a78678))
- parsers ([cce9029](https://github.com/0xs34n/starknet.js/commit/cce90299e59e60090b568be14331378de3918924))

## [5.15.1](https://github.com/0xs34n/starknet.js/compare/v5.15.0...v5.15.1) (2023-06-29)

### Bug Fixes
Expand Down
1 change: 1 addition & 0 deletions __mocks__/cairo/helloCairo2/compiled.casm

Large diffs are not rendered by default.

Loading

0 comments on commit 0246933

Please sign in to comment.