Skip to content
This repository has been archived by the owner on Dec 20, 2022. It is now read-only.
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: LibertyDSNP/eth-sdk-ts
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v3.0.3
Choose a base ref
...
head repository: LibertyDSNP/eth-sdk-ts
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: main
Choose a head ref
  • 12 commits
  • 42 files changed
  • 7 contributors

Commits on Oct 11, 2021

  1. Feature/fetch logs paged (#175)

    * fetching all blocks regardless of block limit
    * update changelog and fix up some typedoc
    shannonwells authored Oct 11, 2021
    Configuration menu
    Copy the full SHA
    7fc2949 View commit details
    Browse the repository at this point in the history

Commits on Oct 19, 2021

  1. Chore/readme badges/179725216 (#177)

    * add junit to gitignore
    
    * remove junit
    
    * added release and ci tests badges
    
    * Update main.yml
    
    * Update README.md
    claireclark1 authored Oct 19, 2021
    Configuration menu
    Copy the full SHA
    8aab7b5 View commit details
    Browse the repository at this point in the history

Commits on Oct 29, 2021

  1. Bug/throwerror/179470225 (#181)

    * Changed converting to dnsp id to have more specific thrown errors when given invalid values
    
    * ADded changelog comment
    
    * Moved functionality away from helper function to main function
    
    * Changelog changes and linter
    
    * Fixed test case as well as modify regexp
    
    * More test case
    
    * lint
    
    Co-authored-by: Wayland Li <wayland@Waylands-MacBook-Pro.local>
    waylandli and Wayland Li authored Oct 29, 2021
    Configuration menu
    Copy the full SHA
    a965f41 View commit details
    Browse the repository at this point in the history
  2. createRegistration function now returns object of registration rather… (

    #179)
    
    * createRegistration function now returns object of registration rather than the URI
    
    * Lint code
    
    * Fixed test lint code
    
    * Created registration object without calling separate function
    
    * Added breaking change to changelog
    
    * Removed null possibility on createRegistration
    
    * semicolon
    
    Co-authored-by: Wayland Li <wayland@Waylands-MacBook-Pro.local>
    waylandli and Wayland Li authored Oct 29, 2021
    Configuration menu
    Copy the full SHA
    3e08971 View commit details
    Browse the repository at this point in the history

Commits on Nov 1, 2021

  1. Upgraded tmpl to 1.0.5 as devDependency (#178)

    * Upgraded tmpl to 1.0.5 as devDependency
    
    * Added changelog comment
    
    * Reran npm install with npm v7
    
    Co-authored-by: Wayland Li <wayland@Waylands-MacBook-Pro.local>
    waylandli and Wayland Li authored Nov 1, 2021
    Configuration menu
    Copy the full SHA
    e208264 View commit details
    Browse the repository at this point in the history

Commits on Nov 29, 2021

  1. changed acceptable types in activity content, validation file (#182)

    * changed acceptable types in activity content, validation file
    
    * Fixed linting issue
    
    * updated comments and changelog
    
    * fixed validation test typings
    
    Co-authored-by: Wayland Li <wayland@Waylands-MacBook-Pro.local>
    waylandli and Wayland Li authored Nov 29, 2021
    Configuration menu
    Copy the full SHA
    e515133 View commit details
    Browse the repository at this point in the history

Commits on Mar 21, 2022

  1. update to node 16 (#185)

    * update to node 16
    
    * updating package lock
    
    Doing a clean install + build would rewrite the package-lock.json with the correct node engine, but since the lock file is versioned, will also update the engine here
    
    * major version update
    
    * Update version and changelog
    
    * reverting version update
    
    * changelog
    mehtaishita authored Mar 21, 2022
    Configuration menu
    Copy the full SHA
    2d8bb61 View commit details
    Browse the repository at this point in the history

Commits on Apr 6, 2022

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

Commits on Apr 29, 2022

  1. Chore - Remove activity content (#189)

    * Content + tests
    
    * Removed activity content generator references
    
    * Removed all activity content references
    
    * Updated changelog
    
    * Updated package lock
    
    * Moved activity content to non-dev dependencies
    
    * Update changelog notes
    dopatraman authored Apr 29, 2022
    Configuration menu
    Copy the full SHA
    48d905e View commit details
    Browse the repository at this point in the history

Commits on Jul 22, 2022

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

Commits on Jul 23, 2022

  1. Parquetjs v1.2.1 (#190)

    * Update code for new parquetjs v1.2.1
    * Update snapshots for library name switch in parquetjs
    * Security updates
    wilwade authored Jul 23, 2022
    Configuration menu
    Copy the full SHA
    77f1022 View commit details
    Browse the repository at this point in the history

Commits on Dec 20, 2022

  1. Update README.md

    wilwade authored Dec 20, 2022
    Configuration menu
    Copy the full SHA
    86ad196 View commit details
    Browse the repository at this point in the history
Loading