Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: starknet-io/starknet.js
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v6.14.0
Choose a base ref
...
head repository: starknet-io/starknet.js
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v6.14.1
Choose a head ref
  • 10 commits
  • 67 files changed
  • 6 contributors

Commits on Sep 5, 2024

  1. Configuration menu
    Copy the full SHA
    aac437b View commit details
    Browse the repository at this point in the history
  2. Chore: Types & utils improvements (#1212)

    * chore: use unbuild & revert enums replacement
    
    * chore: revert constants & build
    
    * chore: tsup adjustments
    
    * chore: types improvements
    
    * chore: move primitve checks to the typed util
    
    * chore: add assert.test.ts
    
    * chore: imporve return type in typedData
    
    * chore: remove url utils
    
    * chore: consolidate cairo types test folder name
    
    * chore: move isObject to typed utils
    
    * chore: remove url-join, fix JSDocs & typo
    
    * chore: fix typos
    
    * chore: fix more typos
    lukasaric authored Sep 5, 2024
    Configuration menu
    Copy the full SHA
    453ad48 View commit details
    Browse the repository at this point in the history
  3. chore: add events util tests (#1218)

    * chore: add events util tests
    
    * chore: add parseEvents test
    
    * chore: add more tests for parseEvents util
    
    * chore: add parse UDC event test
    
    * chore: improve parse UDC events tests
    
    * chore: add JS docs missing param
    
    * chore: update JS docs for parse UDC event
    lukasaric authored Sep 5, 2024
    Configuration menu
    Copy the full SHA
    41ed6e6 View commit details
    Browse the repository at this point in the history

Commits on Sep 6, 2024

  1. docs: Improve JSDocs by adding examples of usages

    * Update tuple.ts with examples
    
    * Update formatter.ts with examples
    
    * Updated tuple.ts
    
    ---------
    
    Co-authored-by: Priyank Makwana <117025290+PriyankMkwna@users.noreply.github.com>
    RuneRogue and RuneRogue authored Sep 6, 2024
    Configuration menu
    Copy the full SHA
    8f30b33 View commit details
    Browse the repository at this point in the history

Commits on Sep 11, 2024

  1. chore: calldata utils improvements & tests (#1221)

    * chore: add tests for calldata enums
    
    * chore: improve JS docs in formatter and tuple
    
    * chore: add tuple tests
    
    * chore: add basic tests for validate
    
    * chore: cover bytes31 validation with tests
    
    * chore: cover more test cases for uint validation
    
    * chore: cover all uint cases
    
    * chore: cover array type validation
    
    * chore: add tuple validation & and more array per type cases
    
    * chore: add struct validation tests & improve Literal const
    
    * chore: cover enums validation tests in detail
    
    * chore: decouple eth address constant from literal
    
    * chore: add non zero type validation
    
    * chore: add missing enum & struct array cases
    
    * chore: add byte array util tests
    
    * chore: add cairo util tests partially
    
    * chore: improve cairo test coverage
    
    * chore: summarize cairo tests
    
    * chore: add formatter tests & fix JS docs in it
    
    * chore: improve obj keys naming
    
    * chore: change obj keys nomenclature in js docs
    
    * chore: add tests for 2.0.0 parser
    
    * chore: add parser 1 tests
    
    * chore: add parser index tests
    
    * chore: extract test abi factories
    
    * chore: formatting fixes
    
    * chore: add JS docs for abi parser utils
    
    * chore: fix typo
    
    * chore: fix typo that caused failing test
    
    * chore: move factories to __tests__
    lukasaric authored Sep 11, 2024
    Configuration menu
    Copy the full SHA
    b4198bd View commit details
    Browse the repository at this point in the history

Commits on Sep 13, 2024

  1. chore: introduce calldata requestParser.test.ts (#1224)

    * chore: introduce calldata `requestParser.test.ts`
    
    * chore: use is type helpers instead of cond comparison
    
    * chore: add enum cases tests
    
    * chore: add js docs example
    lukasaric authored Sep 13, 2024
    Configuration menu
    Copy the full SHA
    7d61482 View commit details
    Browse the repository at this point in the history

Commits on Sep 15, 2024

  1. Configuration menu
    Copy the full SHA
    47e52cf View commit details
    Browse the repository at this point in the history

Commits on Sep 20, 2024

  1. ci: bump devnet

    penovicp committed Sep 20, 2024
    Configuration menu
    Copy the full SHA
    88c00f8 View commit details
    Browse the repository at this point in the history

Commits on Sep 25, 2024

  1. Configuration menu
    Copy the full SHA
    9e6cbf1 View commit details
    Browse the repository at this point in the history

Commits on Sep 30, 2024

  1. chore(release): 6.14.1 [skip ci]

    ## [6.14.1](v6.14.0...v6.14.1) (2024-09-30)
    
    ### Bug Fixes
    
    * adjust module configuration ([47e52cf](47e52cf))
    semantic-release-bot committed Sep 30, 2024
    Configuration menu
    Copy the full SHA
    dc11b96 View commit details
    Browse the repository at this point in the history
Loading