Skip to content
This repository has been archived by the owner on Jan 24, 2022. It is now read-only.

v2.5.3

Compare
Choose a tag to compare
@spalladino spalladino released this 18 Aug 21:36
· 216 commits to master since this release

This patch adds improvements to the unpack command, allowing you to specify a target branch to unpack from a kit. It also adds the gsn shortname for the GSN starter kit. On dependencies, it also bumps web3 to 1.2.1.

Added

  • Allow specifying a branch on the unpack command, using the syntax openzeppelin unpack org/repo#branch. (#1190)
  • Add gsn shortname for openzeppelin/starter-kit-gsn. (#1196)

Changed

Fixed

  • Increase stdio buffer for the post unpack starter kit hook. (#1191)