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: near/near-sdk-js
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v0.6.0-0
Choose a base ref
...
head repository: near/near-sdk-js
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v0.6.0
Choose a head ref
  • 5 commits
  • 20 files changed
  • 4 contributors

Commits on Oct 21, 2022

  1. Merge pull request #269 from near/version-update

    0.6.0-0
    volovyks authored Oct 21, 2022
    Configuration menu
    Copy the full SHA
    3671107 View commit details
    Browse the repository at this point in the history
  2. ci: update github actions (#270)

    * ci: update actions/checkout to v3
    
    * ci: update actions/setup-node to v3
    armujahid authored Oct 21, 2022
    Configuration menu
    Copy the full SHA
    ef1a7b2 View commit details
    Browse the repository at this point in the history

Commits on Oct 26, 2022

  1. fix: constructor validation on build (#226)

    * fix: constructor validation on build
    
    * Update unordered-map.js
    
    * feat: constructor checker
    
    * feat: constructor validation
    
    * fix: resolve conflicts
    
    * fix: resolve conflicts
    
    * fix: code cleaning
    
    * fix: code cleaning
    
    * fix: code cleaning
    
    * fix: lint
    
    * fix: tests
    
    * fix: empty state contract
    
    * fix: update contract valdiation to handle clean-state example
    
    * linter fix
    
    * constructor validation moved to utils
    
    * constructor test contracts renamed, typos fixed
    
    * redandunt comment deleted
    
    * Error messages changed
    
    * log comments added to contract validation
    
    * yarn build
    
    * cli/cli.js deleted
    
    * contract validation added to the main pipeline
    
    * contract validation rewrittent with TS
    
    * signal used in contract validation, tests rewritten
    
    * contract validation doc added
    
    Co-authored-by: Serhii Volovyk <SergeyVolovyk@gmail.com>
    osalkanovic and volovyks authored Oct 26, 2022
    Configuration menu
    Copy the full SHA
    04a0b6d View commit details
    Browse the repository at this point in the history

Commits on Oct 27, 2022

  1. chore: Reformat code (#274)

    Reformat code in cli and cli utils
    petarvujovic98 authored Oct 27, 2022
    Configuration menu
    Copy the full SHA
    286efc2 View commit details
    Browse the repository at this point in the history

Commits on Oct 31, 2022

  1. 0.6.0

    volovyks committed Oct 31, 2022
    Configuration menu
    Copy the full SHA
    9a45a54 View commit details
    Browse the repository at this point in the history
Loading