Skip to content
This repository has been archived by the owner on Jul 6, 2022. It is now read-only.

Commit

Permalink
feat: update project to new abi wrappers
Browse files Browse the repository at this point in the history
  • Loading branch information
Victor Wiebe committed Sep 25, 2019
1 parent fe318d4 commit 80abfec
Show file tree
Hide file tree
Showing 5 changed files with 265 additions and 115 deletions.
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -88,7 +88,7 @@
"@0x/types": "^2.4.0",
"@0x/typescript-typings": "^4.2.3",
"@types/bluebird": "^3.5.27",
"@polymathnetwork/abi-wrappers": "4.0.0-beta.3",
"@polymathnetwork/abi-wrappers": "4.0.0-beta.5",
"@types/semver": "^6.0.1",
"bluebird": "^3.5.5",
"ethereumjs-blockstream": "6.0.0",
Expand Down
Expand Up @@ -5242,7 +5242,7 @@ describe('SecurityTokenWrapper', () => {
// Real call
await expect(target.subscribeAsync(mockedParams)).rejects.toEqual(
new Error(
`Expected eventName to be one of: 'ModuleAdded', 'ModuleUpgraded', 'UpdateTokenDetails', 'UpdateTokenName', 'GranularityChanged', 'FreezeIssuance', 'FreezeTransfers', 'CheckpointCreated', 'SetController', 'TreasuryWalletChanged', 'DisableController', 'OwnershipTransferred', 'TokenUpgraded', 'ModuleArchived', 'ModuleUnarchived', 'ModuleRemoved', 'ModuleBudgetChanged', 'TransferByPartition', 'AuthorizedOperator', 'RevokedOperator', 'AuthorizedOperatorByPartition', 'RevokedOperatorByPartition', 'IssuedByPartition', 'RedeemedByPartition', 'ControllerTransfer', 'ControllerRedemption', 'DocumentRemoved', 'DocumentUpdated', 'Issued', 'Redeemed', 'Transfer', 'Approval', encountered: ChangeFeatureStatus`,
`Expected eventName to be one of: 'Transfer', 'Approval', 'ModuleAdded', 'UpdateTokenDetails', 'UpdateTokenName', 'GranularityChanged', 'FreezeIssuance', 'FreezeTransfers', 'CheckpointCreated', 'SetController', 'TreasuryWalletChanged', 'DisableController', 'OwnershipTransferred', 'TokenUpgraded', 'ModuleArchived', 'ModuleUnarchived', 'ModuleRemoved', 'ModuleBudgetChanged', 'TransferByPartition', 'AuthorizedOperator', 'RevokedOperator', 'AuthorizedOperatorByPartition', 'RevokedOperatorByPartition', 'IssuedByPartition', 'RedeemedByPartition', 'DocumentRemoved', 'DocumentUpdated', 'ControllerTransfer', 'ControllerRedemption', 'Issued', 'Redeemed', encountered: ChangeFeatureStatus`,
),
);
});
Expand Down

0 comments on commit 80abfec

Please sign in to comment.