Releases: superfluid-org/protocol-monorepo
Releases · superfluid-org/protocol-monorepo
js-sdk@v0.5.3
ethereum-contracts@v1.0.0-rc.7
Changes in this Release
Changed
- Update dependencies (#381)
- update dependencies of packages
- update yarn version
- remove the damn lint-staged
- selfMint requireReceptionAck=false
Added
- add upgrade-super-token-logic.js script
Fixes
- Ignore strings sol in coverage (#377)
- Various fix in protocol scripts
Breaking
- make CustomSuperTokenProxyBase more abstract (#382)
- rename to CustomSuperTokenBase to avoid silent breaking change
js-sdk@v0.5.2
ethereum-contracts@v1.0.0-rc.6
Changes in this Release
Added
- Framework loader and load token by address (#366)
Fixes
- solidity interfaces should not require exact version (#363)
- ignore contracts/utils/Strings.sol in coverage test (#374)
- make utils.rl close readline properly (#361)
- Deployment fixes (#359)
js-sdk@v0.5.1 - hotfix to js-sdk to include d.ts files
Patched js-sdk@0.5.1
- add .d.ts and .md files to the files list
js-sdk@v0.5.0
Changes in this Release
Added
- Framework loader and load token by address (#366)
- Typescript type information for SDK (#364). Thanks to the contributors @JoshuaTrujillo15, @manav2401 and @Drewsapple
Fixes
- Deployment fixes (#359)
js-sdk@v0.4.4
ethereum-contracts@v1.0.0-rc.5
ethereum-contracts@v1.0.0-rc.4
Changes in this Release
Changed
Updadte dependencies (#328)
- @truffle/hdwallet-provider, to fix eip155 bugs
- update truffle-plugin-verify
- use --forceConstructorArgs
- turn off a solhint check for compiler-version due to an issue.
- fix lint issue and build
- bump version of @superfluid-finance/ethereum-contracts for new release
Added
- Subraph initial setup (#303)
Fixes
- @truffle/hdwallet-provider, to fix eip155 bugs
Breaking
None.