This repository has been archived by the owner on Jan 24, 2022. It is now read-only.
v2.5.3
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 syntaxopenzeppelin unpack org/repo#branch
. (#1190) - Add
gsn
shortname foropenzeppelin/starter-kit-gsn
. (#1196)
Changed
- Bump
web3
version to[email protected]
. (#1192)
Fixed
- Increase stdio buffer for the post unpack starter kit hook. (#1191)