Skip to content

Releases: JoinColony/colonyJS

Release 6.2.0

31 Jan 15:40
Compare
Choose a tag to compare

Changes

  • Export ClientType and TokenClientType in tokens (90750a0)
  • Fix token client exports (e43514e)
  • Move TokenClients to token endpoint (795c45f) (will not break other endpoint imports)
  • Move relevant enums from types to constants (578cf6a)

Docs

  • Improve documentation for deployTokenAuthority method (362cdf1)

Dependencies

  • Upgrade: Bump json5 from 1.0.1 to 1.0.2 (ff35dfe)

Release 6.2.0-beta.1

30 Jan 20:26
Compare
Choose a tag to compare
Release 6.2.0-beta.1 Pre-release
Pre-release

Changes

  • Fix token client exports (da54d8d)

Release 6.2.0-beta.0

30 Jan 19:42
Compare
Choose a tag to compare
Release 6.2.0-beta.0 Pre-release
Pre-release

Changes

  • Move TokenClients to token endpoint (67a3a62)
  • Move relevant enums from types to constants (ae9faca)

Release 6.1.0

19 Jan 13:35
Compare
Choose a tag to compare

Changes

  • Add glwss2 abis, contracts and clients (2a41045)
  • Add missing EventClients (9b2b2e6)
  • Fix doc links in README and CONTRIBUTING (fix #525) (3cf9c3d)
  • Adjust to new Colony RPC endpoint (a3c4c33)

Release 6.0.5

12 Dec 14:58
Compare
Choose a tag to compare

Changes

  • Add ERC2612 token client (96c3ea7)
  • Add missing nonces and DOMAIN_SEPARATOR (3e22e55)

Release 6.0.4

08 Dec 10:37
Compare
Choose a tag to compare

Changes

  • Add EIP-2612 permit function to ERC20 token (8b44603)

Release 6.0.3

07 Dec 13:34
Compare
Choose a tag to compare

Changes

  • Remove non-standard ERC20 methods (88fde4e)

Release 6.0.2

30 Nov 05:57
Compare
Choose a tag to compare

Changes

  • Really export MetaTxTokenEvent this time 🤦 (c6f50df)

Release 6.0.1

30 Nov 05:50
Compare
Choose a tag to compare

Changes

  • Export MetaTxTokenEvents (f9a6c9e)

Release 6.0.0

29 Nov 10:06
Compare
Choose a tag to compare

Breaking changes

  • All TypeChain bindings were regenerated with a newer version of TypeChain. This should not affect most users but is the primary reason for the major version bump
  • Removed all unneeded bytecodes from abis (7a6b2be)
  • Moved tokens to separate entry-point (b78d51a)
  • Adjusted some exports (5f56d75)

Noteworthy updates

  • Supports the Green Lightweight Spaceship Colony Network contract upgrade
  • Add EvaluatedExpenditure clients (12d9725)
  • Add StakedExpenditure, StreamingPayments, TokenSupplier (aaa3028)

Maintenance

  • Pin node to v16.18.1
  • Upgraded most dependencies
  • Add automated network build scripts (69b013b)
  • Adjust ethers peerDependency to be more lax (5a138b6)
  • Ignore submodules in no-git-changes (7978940)
  • Adjust integration tests to new ganache version (72e9ab6)

Smaller changes and fixes

  • Use TokenAuthority generated factory (f81d068)
  • Export getCreateMotionProofs (a826b2f)
  • Add legacy Token contract (6c380d0)
  • Simplify getPermissionProofs export implementation (040f5d0)
  • Add IBasicMetaTransaction contract (c70e963)
  • Remove default network and add xdai alias (aaf9f4e)
  • Use the extensions address for permission proofs (f537f98)
  • Replace VotingReputation with IVotingReputation (af25322)

Docs

  • Move generated API docs to docs/api (8886300)