Skip to content

Releases: superfluid-org/protocol-monorepo

js-sdk@v0.5.3

16 Aug 19:20
30ff8ec
Compare
Choose a tag to compare

Changes in this Release

Fixes

  • Fix SDK browser support + add hardhat network (#390)

ethereum-contracts@v1.0.0-rc.7

16 Aug 19:20
30ff8ec
Compare
Choose a tag to compare

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

06 Aug 18:32
802587f
Compare
Choose a tag to compare

Changes in this Release

Fixes

Typescript Bug Fixes (#375)

ethereum-contracts@v1.0.0-rc.6

06 Aug 18:31
802587f
Compare
Choose a tag to compare

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

03 Aug 22:05
d20e812
Compare
Choose a tag to compare

Patched js-sdk@0.5.1

  • add .d.ts and .md files to the files list

js-sdk@v0.5.0

03 Aug 18:23
6c261db
Compare
Choose a tag to compare

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

09 Jul 18:59
ba35ce9
Compare
Choose a tag to compare

Added

  • [js-sdk] batchCall ∑ (#332)

Changes

  • Updadte dependencies (#328)

Fixes

  • disable double loading (#357)

ethereum-contracts@v1.0.0-rc.5

09 Jul 18:58
ba35ce9
Compare
Choose a tag to compare

Added

  • Update create-new-app-registration-key.js (#352)
  • separate ISETH and INativeSuperToken interfaces (#356)
  • more protocol scripts (#329)

Changes

SuperTokenLogic changes (SuperToken upgrade needed):

  • Make selfMint requireReceptionAck=false (#353)
  • Split IDA into a library and main contract (#343)

Fixes

  • (Critical) Should not have deposit allowance for different token (#344)
  • duplicate @param description of account in realtimeBalanceOf (#349)
  • Fix IDA etherscan source verification (#346)

ethereum-contracts@v1.0.0-rc.4

25 May 09:58
b78e728
Compare
Choose a tag to compare

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.

js-sdk@v0.4.3

09 Apr 14:24
b61a962
Compare
Choose a tag to compare

Changes in this Release

Changed

  • loadToken of superTokenKey can load underlyingToken too (#311)

Added

  • added isSuprTokenListed (#311)

Fixes

n/a

Breaking

n/a