Skip to content
This repository has been archived by the owner on Feb 23, 2023. It is now read-only.

NEAR support #210

Merged
merged 12 commits into from
Oct 22, 2021
Merged

NEAR support #210

merged 12 commits into from
Oct 22, 2021

Commits on Oct 6, 2021

  1. Configuration menu
    Copy the full SHA
    1dea703 View commit details
    Browse the repository at this point in the history
  2. chore: Review fixes

    evaporei committed Oct 6, 2021
    Configuration menu
    Copy the full SHA
    948fac4 View commit details
    Browse the repository at this point in the history

Commits on Oct 13, 2021

  1. near: Fix permission typo

    evaporei committed Oct 13, 2021
    Configuration menu
    Copy the full SHA
    69fc657 View commit details
    Browse the repository at this point in the history
  2. near: Add missing MerklePath

    evaporei committed Oct 13, 2021
    Configuration menu
    Copy the full SHA
    0a16624 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    73635bf View commit details
    Browse the repository at this point in the history
  4. near: Add missing implementations for MerklePathItem

    This is needed because of the `class MerklePath extends
    Array<MerklePathItem`.
    
    The same had to be done for `Tuple` and `Value` in the `ethereum`
    file/module.
    
    AssemblyScript requires those implementations because of the
    super class.
    evaporei committed Oct 13, 2021
    Configuration menu
    Copy the full SHA
    bb65f72 View commit details
    Browse the repository at this point in the history

Commits on Oct 22, 2021

  1. ci: Add build script to catch compilation errors early

    The `test` script was not catching these for some reason
    that's probably related to how the AssemblyScript compiles
    code and removes unnecessary things (needs further investigation).
    
    For now it's very much helpful (and needed) to catch compilation
    errors on the CI step.
    evaporei committed Oct 22, 2021
    Configuration menu
    Copy the full SHA
    7773342 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    4c753d7 View commit details
    Browse the repository at this point in the history
  3. global: Add near TypeIds

    evaporei committed Oct 22, 2021
    Configuration menu
    Copy the full SHA
    92e9f02 View commit details
    Browse the repository at this point in the history
  4. Re-order fields to fix alignment issue

    Matthieu Vachon authored and evaporei committed Oct 22, 2021
    Configuration menu
    Copy the full SHA
    22312fd View commit details
    Browse the repository at this point in the history
  5. near: AccountId -> Account

    evaporei committed Oct 22, 2021
    Configuration menu
    Copy the full SHA
    4e9d46c View commit details
    Browse the repository at this point in the history
  6. near: Fix global type ids

    evaporei committed Oct 22, 2021
    Configuration menu
    Copy the full SHA
    1ed9aec View commit details
    Browse the repository at this point in the history