1.7.0-javascript-common
·
52 commits
to develop
since this release
Added
- New error classes
InvalidVersionError
,PluginUpdatePreparationError
andProposalNotFoundError
1.6.0
Added
- New error classes
getInterfaceId
function
1.5.0
Added
- New error classes
SizeMismatchError
,InvalidProposalStatusError
,
NotImplementedError
,InvalidActionError
,InvalidSubdomainError
,
InvalidGasEstimationFactorError
andUseTransferError
1.4.0
Added
- Cause parameter in errors
- Add new common error classes
InvalidEnsError
andDepositNativeTokenError
1.3.0
- Add new common error classes
InstallationNotFoundError
PluginUninstallationPreparationError
1.2.0
Added
- Adds new common error classes
InvalidContractAddressError
InvalidContractAbiError
CannotEstimateGasError
Removed
- Removes unused constants
modules/common/src/constants.ts
1.1.1
- Adds new error
DataDecodingError
- Adds new error
IpfsError
1.1.0
Added
- Adds
PluginInstallationPreparationError
runAndRetry
function
Removes
- removed
random.ts
1.0.0
Release
0.12.0-beta
Added
getCompactProposalId
andgetExtendedProposalId
functions
0.11.0-beta
Release candidate 1
Changed
- Rename
EnsureAllowanceError
toUpdateAllowanceError
- Changes
encodeProposalId
anddecodeProposalId
function to support the new
format
Adds
- Adds
isProposalId()
function to the package - Adds
encodeProposalId(addr, nonce)
anddecodeProposalId(pid)
- Adds
UnsupportedNetworkError
error type
0.10.1-beta
- Fix
hextoBytes
throwing an error when0x
is the input
0.10.0-beta
- Adds new error
EnsureAllowanceError
- Adds new error
InvalidPrecisionError
- Adds
boolArrayToBitmap
andbitmapToBoolArray
0.9.1-alpha
On 2022-12-13 15:57:38
Fixed
- IPFS uri resolving