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.5.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.5.0-1
Choose a head ref
  • 9 commits
  • 57 files changed
  • 2 contributors

Commits on Sep 2, 2022

  1. Add highlevel promise API

    ailisp committed Sep 2, 2022
    Configuration menu
    Copy the full SHA
    4116745 View commit details
    Browse the repository at this point in the history

Commits on Sep 6, 2022

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

Commits on Sep 7, 2022

  1. Merge pull request #201 from near/highlevel-promise

    Add highlevel promise API
    volovyks authored Sep 7, 2022
    Configuration menu
    Copy the full SHA
    3d20fae View commit details
    Browse the repository at this point in the history
  2. private and payable functionality (#204)

    * test contracts for payable and private added
    
    * basic payable test structure added
    
    * added decorator parameters
    
    * payable tests added
    
    * private tests added
    
    * brackets added to all contracts
    
    * build added
    
    * privateFunction is used in exampels
    
    * fix call return
    
    * typo fixed
    
    * high level promise api tests syntax fixed
    
    Co-authored-by: Bo Yao <bo@near.org>
    volovyks and ailisp authored Sep 7, 2022
    Configuration menu
    Copy the full SHA
    5667584 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    feac209 View commit details
    Browse the repository at this point in the history
  4. add missing file

    ailisp committed Sep 7, 2022
    Configuration menu
    Copy the full SHA
    c2d098c View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    40c502b View commit details
    Browse the repository at this point in the history
  6. Merge pull request #206 from near/include-bytes

    add includeBytes "macro" that helps factory contract
    volovyks authored Sep 7, 2022
    Configuration menu
    Copy the full SHA
    6ec568c View commit details
    Browse the repository at this point in the history
  7. 0.5.0-1

    volovyks committed Sep 7, 2022
    Configuration menu
    Copy the full SHA
    27ba29e View commit details
    Browse the repository at this point in the history
Loading