All notable changes to this project will be documented in this file.
The changelog format is based on Keep a Changelog.
Milestone: Symbol Mainnet
- feat: Added mosaic supply revocation support.
- fix: Added catapult 1.0.3.0 new status codes.
Milestone: Symbol Mainnet
- fix: UnresolvedAddress
anyOf
bug.
Milestone: Symbol Mainnet
- fix: Address and UnresolvedAddress is Base32, not Hex.
- feat: Added feeMultiplier and timestamp to transaction's meta.
- feat: Added meta to transaction and resolution statements.
- feat: added deployment data to /node/server.
Milestone: Symbol Mainnet
- Release for Symbol mainnet.
Targets catapult-rest 2.3.2
FromHeight
andToHeight
filters in receipt search endpoint.
Targets catapult-rest 2.3.0
minFeeMultiplier
in transaction fees endpoints from the current connected Node.
- Re tracked catapult
main
branch. - Updated
PrivateTest
network type from0x80
to0xA8
.
Targets catapult-rest 2.2.1
- Finalization proof schame v1 / v2 compatibility issue.
Targets catapult-rest 2.2.0
- Added new core failure status.
- Added version field to states.
- Added
/merkle
endpoints and Merkle Tree for states. - Added new block types.
- Added
/node/unlockedaccount
endpoint. - Updated Finalization Proof dto for the latest Testnet server changes.
- Added Account restriction search
/restrictions/account
endpoint. - Added get mosaic restriction by composite hash
/restrictions/mosaic/{compositeHash}
endpoint. - Added get secret lock by composite hash
/lock/secret/{compositeHash}
endpoint. - Added get metadata by composite hash
/metadata/{compositeHash}
endpoint. - Added new IPv4 and IPv6 Role Types.
- Added new private Network Types.
- Allowing hash lock searches without filters.
- Allowing secret lock searches without filters.
- Updated finalization proof schema added optional
signatureSchema
.
id
from namespace's meta.
Targets catapult-rest 2.1.0
/chain/info
endpoint (withlatestFinalizedBlock
).SecretLock
andHashLock
endpoints.fromHeight
andtoHeight
search criteria forTransaction
search.- new
Voting
node role type.
/chain/height
endpoint./chain/score
endpoints.totalEntries
andtotalPages
from pagination.MessageDTO
andMessageTypeEnum
.
- Type of
message
property in transfer transaction tostring
. - Property names in
BlockDTO
.- Changed
numTransactions
tototalTransactionsCount
. - Changed
numStatements
tostatementsCount
. - Added
transactionsCount
.
- Changed
Targets catapult-rest 1.2.0
- allowing filtering by multiple receipt types in transaction statement search
- improved doc
0.9.5 - 22-Jul-2020
Targets catapult-rest 1.2.0
- statement pagination endpoints.
- metadata pagination endpoints.
- account pagination endpoints.
- namespace pagination endpoints.
/block/{height}/receipts
endpoint./metadata/mosaic/{mosaicId}/*
endpoints./metadata/namespace/{namespaceId}/*
endpoints./metadata/account/{address}/*
endpoints.
0.9.4 - 30-Jun-2020
Targets catapult-rest 1.1.3
- 0.9.6.2 status errors.
- 0.9.6.2 network parameters.
0.9.3 - 25-Jun-2020
Targets catapult-rest 1.1.2
- Account state accountKeys changed to publicKeys.
- VotingAccountLinkTransaction finalization points.
- Long numbers support for Java code generators.
0.9.2 - 18-Jun-2020
Targets catapult-rest 1.1.0
- 0.9.6.1 status errors.
- 0.9.6.1 network parameters.
- New transactions, blocks, and mosaics paginable endpoints.
- Schemas properties uses addresses in favour of public keys.
- Pluralized tranactions, blocks, and mosaics endpoints.
- Address schema has one less byte.
/transaction/:hash
endpoint becomes/transactions/:group/:hash
./block/:height/transaction/:hash
becomes/transactions/:group?height=:height
./block/:height/limit/:limit
becomes/transactions/:group?pageSize=:pageSize&id=:id&order=block
./account/:accountId/transactions/:group
becomes/transactions/:group/?address=:addres
./transactions/status
becomes/transactionStatus
./transaction/cosignature/
require to pass a new propertyversion
.
- POST
/account/mosaics
.
0.8.11 - 21-Mar-2020
Targets catapult-rest 1.0.20.34
- catapult-server 0.9.5.1 status errors.
- AccountKeyLinkTransaction remotePublicKey param renamed to linkedPublickey.
0.8.10 - 15-Mar-2020
Targets catapult-rest 1.0.20.34
- VRFKeyLinkTransaction DTO.
- VotingKeyLinkTransaction DTO.
- NodeKeyLinkTransaction DTO.
- AccountLinkTransaction DTOs schema renamed to AccountKeyLink.
- BlockHeader DTO adds VRFProof.
- Rename generationHash to networkGenerationHashSeed.
- catapult-server 0.9.5.1 config parameters.
0.8.9 - 19-Mar-2020
Targets catapult-rest 1.0.20.22
- Automatic release management with TravisCI.
- Parameters split in two folders "query" and "parameters".
- Parameters names are now unique.
0.8.7 - 09-Mar-2020
Targets catapult-rest 1.0.20.22
/network/fees/rental
endpoint.
/network/fees
endpoint moved to/network/transaction
.- Multi query param serialization from CSV to additional query params (e.g
type=16974&type=16718
). - TransactionNetworkFeesDTO average and median multipliers are now integers.
- Format from integers.
0.8.6 - 02-Mar-2020
Targets catapult-rest 1.0.20.20
/network/properties
endpoint.
0.8.5 - 21-Feb-2020
Targets catapult-rest 1.0.20.19
node/peers
endpoint.
type
query params validation withTransactionTypeEnum
.- Project was renamed to
symbol-openapi
.