Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Next release after imwss #601

Closed
wants to merge 14 commits into from
10 changes: 10 additions & 0 deletions .changeset/lovely-phones-compare.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
---
"@colony/contractor": minor
"@colony/colony-js": minor
"@colony/events": minor
"@colony/tokens": minor
"@colony/core": minor
"@colony/sdk": minor
---

Add Streaming Payments v5
10 changes: 10 additions & 0 deletions .changeset/ninety-tigers-argue.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
---
"@colony/events": major
"@colony/contractor": minor
"@colony/colony-js": minor
"@colony/core": minor
"@colony/sdk": minor
---

- Refactor events to namespace event object exports
- Add support for MultisigPermissions in `colony-js`
3 changes: 3 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,9 @@ jobs:
uses: actions/setup-node@v4
with:
node-version: ${{ matrix.node-version }}
- name: Set contractor to include next if branch name starts with "next" or "snapshot"
if: startsWith(github.ref, 'refs/heads/next') || startsWith(github.ref, 'refs/heads/snapshot')
run: echo "COLONY_CONTRACTOR_INCLUDE_NEXT=true" >> $GITHUB_ENV
- run: pnpm run bootstrap
- run: pnpm run lint
- run: pnpm run build
Expand Down
32 changes: 21 additions & 11 deletions packages/colony-js/docs/api/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,6 @@

## Interfaces

- [ColonyClientV10](interfaces/ColonyClientV10.md)
- [ColonyClientV11](interfaces/ColonyClientV11.md)
- [ColonyClientV12](interfaces/ColonyClientV12.md)
- [ColonyClientV13](interfaces/ColonyClientV13.md)
Expand All @@ -52,6 +51,7 @@
- [Erc20TokenClient](interfaces/Erc20TokenClient.md)
- [Erc2612TokenClient](interfaces/Erc2612TokenClient.md)
- [IBasicMetaTransaction](interfaces/IBasicMetaTransaction.md)
- [MultisigPermissionsClientV1](interfaces/MultisigPermissionsClientV1.md)
- [NetworkClientOptions](interfaces/NetworkClientOptions.md)
- [OneTxPaymentClientV2](interfaces/OneTxPaymentClientV2.md)
- [OneTxPaymentClientV3](interfaces/OneTxPaymentClientV3.md)
Expand All @@ -66,10 +66,7 @@
- [StakedExpenditureClientV3](interfaces/StakedExpenditureClientV3.md)
- [StakedExpenditureClientV4](interfaces/StakedExpenditureClientV4.md)
- [StakedExpenditureClientV5](interfaces/StakedExpenditureClientV5.md)
- [StreamingPaymentsClientV1](interfaces/StreamingPaymentsClientV1.md)
- [StreamingPaymentsClientV2](interfaces/StreamingPaymentsClientV2.md)
- [StreamingPaymentsClientV3](interfaces/StreamingPaymentsClientV3.md)
- [StreamingPaymentsClientV4](interfaces/StreamingPaymentsClientV4.md)
- [StreamingPaymentsClientV5](interfaces/StreamingPaymentsClientV5.md)
- [Token](interfaces/Token.md)
- [TokenAuthority](interfaces/TokenAuthority.md)
- [TokenLocking](interfaces/TokenLocking.md)
Expand Down Expand Up @@ -121,7 +118,13 @@ Re-exports [Token__factory](classes/factories.Token__factory.md)

### AnyColonyClient

Ƭ **AnyColonyClient**: [`ColonyClientV10`](interfaces/ColonyClientV10.md) \| [`ColonyClientV11`](interfaces/ColonyClientV11.md) \| [`ColonyClientV12`](interfaces/ColonyClientV12.md) \| [`ColonyClientV13`](interfaces/ColonyClientV13.md) \| [`ColonyClientV14`](interfaces/ColonyClientV14.md) \| [`ColonyClientV15`](interfaces/ColonyClientV15.md)
Ƭ **AnyColonyClient**: [`ColonyClientV11`](interfaces/ColonyClientV11.md) \| [`ColonyClientV12`](interfaces/ColonyClientV12.md) \| [`ColonyClientV13`](interfaces/ColonyClientV13.md) \| [`ColonyClientV14`](interfaces/ColonyClientV14.md) \| [`ColonyClientV15`](interfaces/ColonyClientV15.md)

___

### AnyMultisigPermissionsClient

Ƭ **AnyMultisigPermissionsClient**: [`MultisigPermissionsClientV1`](interfaces/MultisigPermissionsClientV1.md)

___

Expand All @@ -145,7 +148,7 @@ ___

### AnyStreamingPaymentsClient

Ƭ **AnyStreamingPaymentsClient**: [`StreamingPaymentsClientV1`](interfaces/StreamingPaymentsClientV1.md) \| [`StreamingPaymentsClientV2`](interfaces/StreamingPaymentsClientV2.md) \| [`StreamingPaymentsClientV3`](interfaces/StreamingPaymentsClientV3.md) \| [`StreamingPaymentsClientV4`](interfaces/StreamingPaymentsClientV4.md)
Ƭ **AnyStreamingPaymentsClient**: [`StreamingPaymentsClientV5`](interfaces/StreamingPaymentsClientV5.md)

___

Expand Down Expand Up @@ -206,19 +209,19 @@ ___

### EventsClient

Ƭ **EventsClient**: `EvaluatedExpenditureEvents.EvaluatedExpenditureEvents` \| `ColonyEvents.IColonyEvents` \| `ColonyNetworkEvents.IColonyNetworkEvents` \| `VotingReputationEvents.IVotingReputationEvents` \| `MetaTxTokenEvents.MetaTxTokenEvents` \| `OneTxPaymentEvents.OneTxPaymentEvents` \| `StakedExpenditureEvents.StakedExpenditureEvents` \| `StreamingPaymentsEvents.StreamingPaymentsEvents` \| `TokenSupplierEvents.TokenSupplierEvents` \| `VotingReputationEvents.IVotingReputationEvents`
Ƭ **EventsClient**: `EvaluatedExpenditureEvents.EvaluatedExpenditureEvents` \| `ColonyEvents.IColonyEvents` \| `ColonyNetworkEvents.IColonyNetworkEvents` \| `VotingReputationEvents.IVotingReputationEvents` \| `MetaTxTokenEvents.MetaTxTokenEvents` \| `MultisigPermissionsEvents.MultisigPermissionsEvents` \| `OneTxPaymentEvents.OneTxPaymentEvents` \| `StakedExpenditureEvents.StakedExpenditureEvents` \| `StreamingPaymentsEvents.StreamingPaymentsEvents` \| `TokenSupplierEvents.TokenSupplierEvents` \| `VotingReputationEvents.IVotingReputationEvents`

___

### ExtensionClient

Ƭ **ExtensionClient**: `AnyFundingQueueClient` \| [`AnyOneTxPaymentClient`](README.md#anyonetxpaymentclient) \| `AnyReputationBootstrapperClient` \| [`AnyStagedExpenditureClient`](README.md#anystagedexpenditureclient) \| [`AnyStakedExpenditureClient`](README.md#anystakedexpenditureclient) \| [`AnyStreamingPaymentsClient`](README.md#anystreamingpaymentsclient) \| [`AnyTokenSupplierClient`](README.md#anytokensupplierclient) \| [`AnyVotingReputationClient`](README.md#anyvotingreputationclient)
Ƭ **ExtensionClient**: `AnyFundingQueueClient` \| [`AnyMultisigPermissionsClient`](README.md#anymultisigpermissionsclient) \| [`AnyOneTxPaymentClient`](README.md#anyonetxpaymentclient) \| `AnyReputationBootstrapperClient` \| [`AnyStagedExpenditureClient`](README.md#anystagedexpenditureclient) \| [`AnyStakedExpenditureClient`](README.md#anystakedexpenditureclient) \| [`AnyStreamingPaymentsClient`](README.md#anystreamingpaymentsclient) \| [`AnyTokenSupplierClient`](README.md#anytokensupplierclient) \| [`AnyVotingReputationClient`](README.md#anyvotingreputationclient)

___

### ExtensionVersion

Ƭ **ExtensionVersion**: [`FundingQueueVersion`](README.md#fundingqueueversion) \| [`OneTxPaymentVersion`](README.md#onetxpaymentversion) \| [`ReputationBootstrapperVersion`](README.md#reputationbootstrapperversion) \| [`StagedExpenditureVersion`](README.md#stagedexpenditureversion) \| [`StakedExpenditureVersion`](README.md#stakedexpenditureversion) \| `StreamingPaymentsVersion` \| [`TokenSupplierVersion`](README.md#tokensupplierversion) \| [`VotingReputationVersion`](README.md#votingreputationversion)
Ƭ **ExtensionVersion**: [`FundingQueueVersion`](README.md#fundingqueueversion) \| [`MultisigPermissionsVersion`](README.md#multisigpermissionsversion) \| [`OneTxPaymentVersion`](README.md#onetxpaymentversion) \| [`ReputationBootstrapperVersion`](README.md#reputationbootstrapperversion) \| [`StagedExpenditureVersion`](README.md#stagedexpenditureversion) \| [`StakedExpenditureVersion`](README.md#stakedexpenditureversion) \| `StreamingPaymentsVersion` \| [`TokenSupplierVersion`](README.md#tokensupplierversion) \| [`VotingReputationVersion`](README.md#votingreputationversion)

All possible extension versions

Expand All @@ -230,6 +233,12 @@ ___

___

### MultisigPermissionsVersion

Ƭ **MultisigPermissionsVersion**: typeof `MULTISIG_PERMISSIONS_VERSIONS`[`number`]

___

### OneTxPaymentVersion

Ƭ **OneTxPaymentVersion**: typeof `ONE_TX_PAYMENT_VERSIONS`[`number`]
Expand Down Expand Up @@ -339,11 +348,12 @@ Latest versions of all extension contracts
| :------ | :------ |
| `FundingQueue` | ``1`` \| ``2`` \| ``3`` \| ``4`` \| ``5`` \| ``6`` \| ``7`` |
| `IVotingReputation` | ``1`` \| ``2`` \| ``3`` \| ``4`` \| ``5`` \| ``6`` \| ``7`` \| ``8`` \| ``9`` \| ``10`` \| ``11`` |
| `MultisigPermissions` | ``1`` |
| `OneTxPayment` | ``1`` \| ``2`` \| ``3`` \| ``4`` \| ``5`` \| ``6`` \| ``7`` |
| `ReputationBootstrapper` | ``1`` \| ``2`` \| ``3`` \| ``4`` |
| `StagedExpenditure` | ``1`` \| ``2`` |
| `StakedExpenditure` | ``1`` \| ``2`` \| ``3`` \| ``4`` \| ``5`` |
| `StreamingPayments` | ``1`` \| ``2`` \| ``3`` \| ``4`` |
| `StreamingPayments` | ``1`` \| ``2`` \| ``3`` \| ``4`` \| ``5`` |
| `TokenSupplier` | ``1`` \| ``2`` \| ``3`` \| ``4`` \| ``5`` \| ``6`` \| ``7`` |
| `VotingReputation` | ``1`` \| ``2`` \| ``3`` \| ``4`` \| ``5`` \| ``6`` \| ``7`` \| ``8`` \| ``9`` \| ``10`` \| ``11`` |

Expand Down
2 changes: 1 addition & 1 deletion packages/colony-js/docs/api/classes/ColonyFactory.md

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion packages/colony-js/docs/api/classes/ColonyTokenFactory.md

Large diffs are not rendered by default.

6 changes: 6 additions & 0 deletions packages/colony-js/docs/api/enums/ClientType.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,12 @@ ___

___

### MultisigPermissionsClient

• **MultisigPermissionsClient** = ``"MultisigPermissionsClient"``

___

### NetworkClient

• **NetworkClient** = ``"NetworkClient"``
Expand Down
6 changes: 6 additions & 0 deletions packages/colony-js/docs/api/enums/Extension.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,12 @@ ___

___

### MultisigPermissions

• **MultisigPermissions** = ``"MultisigPermissions"``

___

### OneTxPayment

• **OneTxPayment** = ``"OneTxPayment"``
Expand Down
Loading
Loading