- b8c399f: Add support for
imwss
,imwss2
andimwss3
on Arbitrum
- 6239827: Add support for the
imwss3
colonyNetwork release. - b2deaf3: This adds a new package :
@colony/wagmi-plugin
, the colony wagmi plugin that creates wagmi/abitype compatible abis from the existing JSON abis. - d03e0e1: Incorporate updates to the
imwss3
colonyNetwork release
- 1645c03: Add Streaming Payments v5
- 1645c03: - Refactor events to namespace event object exports
- Add support for MultisigPermissions in
colony-js
- Add support for MultisigPermissions in
- 1645c03: Add support for colonyNetwork's imwss2 and [email protected]
- 8dc948e: Namespace event package exports for improved compatibility
-
6a1d15d: Added support for the colonyNetwork
imwss
release.Removed the following extension clients (for now):
- CoinMachine
- EvaluatedExpenditure
- Whitelist
- 07d6863: Allow for nodeJS version 20 support
-
029288c: This changes the way
colony-js
clients are typed. We retain only the types of the last 5 versions of the types, all older versions will go untyped. This will give us some breathing room, at least for the amount of extensions that we have now.Furthermore the most recent (upcoming) contract changes were included in ColonyJS.
Some changes were made to fix builds.
- 245fc59: Add support for
glwss4
contracts in Colony SDK. No API changes were necessary. Contractor was bumped to v1.0.1 of the@colony/abis
package Incore
, a guard was added to prevent trying to get permission proofs without an address. - 3439729: colony-js gets support for the latest colonyNetwork release hmwss.
- 542ffad: Adjust import/export statements to be compatible with ESM only within node.js
- 50eefa9: Improve compatibility between ESM package.json generation and changesets:
- Use template file for package.json stub files (for changeset compatibility)
- Add .js extensions also for type imports and exports
- Add type entries to all package.json files
- Rename all .js config files to .cjs
-
029288cd: This changes the way
colony-js
clients are typed. We retain only the types of the last 5 versions of the types, all older versions will go untyped. This will give us some breathing room, at least for the amount of extensions that we have now.Furthermore the most recent (upcoming) contract changes were included in ColonyJS.
Some changes were made to fix builds.
- 245fc594: Add support for
glwss4
contracts in Colony SDK. No API changes were necessary. Contractor was bumped to v1.0.1 of the@colony/abis
package Incore
, a guard was added to prevent trying to get permission proofs without an address.
- 50eefa91: Improve compatibility between ESM package.json generation and changesets:
- Use template file for package.json stub files (for changeset compatibility)
- Add .js extensions also for type imports and exports
- Add type entries to all package.json files
- Rename all .js config files to .cjs
- 542ffad8: Adjust import/export statements to be compatible with ESM only within node.js
-
3306ac56:
contractor
can now createcolony
(Colony versioned contracts - all, latest or a custom one),tokens
(All relevant token contracts) andevents
(All events contracts)Run
contractor --help
for more information.
- Updated dependencies
- @colony/[email protected]