You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* Updated Travis.
Using travis function submodule
* Fixed e2e script
* Currency and CurrencyService (#695)
* Network Currency and Service
* Code improvements
* Renamed NetworkCurrency with Currency
Docs fixes
* Removed cache from service. The repository factory caches them
* Fixed lazy loading cache
* Improved e2e for travis cron
Mosaic id is prefered when loading from rest.
Removed hardcoded mosaic id from public
* Fixed lint error
* Fixed build
* Updated bootstrap
* create-index-files npm command (#701)
Generates the index.ts automatically
* Revisit how npm package is created (#702)
* Updated open api to latest alpha (Requires New Rest) (#698)
* Fixed#672
- Added finalization http
* Security alert fix
* Updated libs
* Updated open api to latest alpha
Added secret filter in secret lock search
Updated transaction search
* Improved e2e tests
* Increased timeout
* Fixed build error
Co-authored-by: Steven Liu <[email protected]>
* Typo in docs of PublicAccount.ts (#703)
* UnlockedAccount endpoint and latest openAPI changes (#706)
* Fixed#705
- Added unlocked account endpoint
- Applied latest changes from openAPI
* Updated open api to latest alpha (Requires New Rest) (#698)
* Fixed#672
- Added finalization http
* Security alert fix
* Updated libs
* Updated open api to latest alpha
Added secret filter in secret lock search
Updated transaction search
* Improved e2e tests
* Increased timeout
* Fixed build error
Co-authored-by: Steven Liu <[email protected]>
* Fixed#705
- Added unlocked account endpoint
- Applied latest changes from openAPI
* Updated change log
Co-authored-by: fboucquez <[email protected]>
* Added prettier-plugin-organize-imports to prettier. (#708)
* Added prettier-plugin-organize-imports to prettier.
It fixes all the unsued imports warnings and order conflicts.
It's integrated with npm run style:fox
* Updated openAPI spec for unlockedAccount (#710)
* Updated openAPI spec for unlockedAccount
* Added Peer param in unlocked account
* Updated travis (#711)
* PersistentDelegationRequestTransaction message bug fix (#709)
* Fixed message parsing from dto and buffer
* State serialization and Mako Catbuffer (#707)
* message marker harvesting (#714)
* Fixed persistentHarvesting message marker issue.
* Working on persistent delegate harvest
* Improved doc and unit tests
Co-authored-by: fernando <[email protected]>
* - Added nodePublicKey in NodeInfo (#719)
- Cache nodePublicKey in RepoFactory
* /Merkle endpoints (#717)
* Added /merkle endpoints
* Added new block type (#724)
* Added new block type
* PR feedbacks
* Server 10.0.0.4 upgrade (#725)
* V1 Transactions
* Added voting key v1 and v2
* fixed lint
* Fixed DTO mapping and improved unit test.
* Fixed repository merkle name
Fixed search criteria
* Server duration parser and test refactor (#729)
* - Fixed#728
- server duration parser and test refactor
* Added more check in duration parser
* All transaction related notification should take an unresolved address (#731)
* issue-#664: change filter Address to be unresolved Address
* [issue-664]: resolve transaction notification with unresolved address
* [issue-664]: fix invalid address name in docs
* [issue-664]: add some test case for unresolved address
* Merkle proof + finalization proof + block type fixes (#727)
Improved creation of streamers
Finality proof fix
Make nemesis/importance block optional
Co-authored-by: fernando <[email protected]>
* Fixed deadline is sometimes 1 sec different
* instead of minus milsecs, minus secs, sinc server epochAdjustment is using secs
* New Role types (#733)
* Bump highlight.js from 10.1.2 to 10.4.1 (#735)
Bumps [highlight.js](https://github.com/highlightjs/highlight.js) from 10.1.2 to 10.4.1.
- [Release notes](https://github.com/highlightjs/highlight.js/releases)
- [Changelog](https://github.com/highlightjs/highlight.js/blob/master/CHANGES.md)
- [Commits](highlightjs/highlight.js@10.1.2...10.4.1)
Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
* 0.22.0 changelog (#732)
* Updated version to 0.22.0
Updated changelog
* Feedback changes
* State proof fixes (#736)
* Added version 1 fallback
* removed log
* Addes sort_key:keys (#737)
* Updated change log (#738)
* Version upgrades (#739)
* Version upgrades
* updated open api version
Co-authored-by: Steven Liu <[email protected]>
Co-authored-by: Xavi Artigas <[email protected]>
Co-authored-by: James Lin <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
-**[BREAKING CHANGE]**`Deadline.create` requires the configurable `epochAdjustment` from the network properties. The value can be retrieved using ``RepositoryFactory.getEpochAdjustment()`` or calling catapult-rest's `network/properties` endpoint.
17
+
-**[BREAKING CHANGE]**`NetworkCurrency` subclasses replaced with `Currency` objects. You can retrieve the network currencies with ``RepositoryFactory.getCurrencies()``.
18
+
-**[BREAKING CHANGE]**`SecretLockRepository.getSecretLock` has been updated. It now takes the composite hash as parameter.
19
+
-**[BREAKING CHANGE]** Replaced ``BlockInfo`` with the new block types: ``NormalBlockInfo`` and ``NemesisImportanceBlockInfo``.
20
+
- Added `FinalizationRepository`.
21
+
- Added `transferMosaicId`, `fromTransferAmount`, `toTransferAmount` to transaction searches.
22
+
- Added `CurrencyService` to allow loading Network and custom `Currency` objects from the rest API.
23
+
- Added `UnlockedAccount` endpoint in `NodeRepository` to check harvester's unlocking status on the selected node.
24
+
- Added `StateProofService` to verify the different states.
25
+
- Added `serialize()` to state objects `AccountInfo`, `MosaicInfo`, `NamespaceInfo`, `MultisigAccountInfo`, `AccountRestrictions`, `MosaicGlobalRestriction`, `MosaicAddressRestriction`, `MetadataEntry`, `SecretLockInfo`, `HashLockInfo` to generate the state proof hashes.
26
+
- Added `version` field to state objects.
27
+
- Added `/merkle` endpoints to the repositories of the different states which returns the state Merkle-Patricia tree.
28
+
- Added `stremer()` to repositories to simplify `PaginationStreamer` objects creation.
29
+
- Improved `search` endpoints allowing "empty" criteria in order to paginate over all the objects.
30
+
-`Listener` now accepts address aliases as `UnresolvedAddress` objects.
31
+
- Added V1 and V2 Voting Key transaction support.
32
+
- Updated `FinalizationProof` object with the new ``SignatureSchema`` for catapult-server tree testnet/v3.
0 commit comments