Releases: OPENSPHERE-Inc/metal-on-symbol
Releases · OPENSPHERE-Inc/metal-on-symbol
v0.3.1
Changes
- Integrate binary metadata (Using BinMetadata API from extended Symbol SDK)
Related issue: #34 - Change chunk schema (V2) for introducing binary payload and compact header.
- Add text section feature
- Add MetalServiceV2
- Move legacy MetalService into compat sub dir.
- Move legacy CLI scrap-v1 and reinforce-v1 into compat sub dir.
- Change additive data type to 16 bits unsigned int.
- Change intermediate.json schema (additive type)
- Introduce Metal Seald for text section
Full Changelog: v0.2.7...v0.3.1
v0.2.7
v0.2.4
Features
- Integrate aggregate undead transaction to intermediate TX. You can set any deadline longer than 5 hours.
- Add
--deadline hours
option to forge/scrap for undead TX.- e.g.
--deadline 48
is specifing 48 hours deadline.
- e.g.
- Add
--num-cosigs num
option to forge/scrap for precise fee estimation.- e.g.
--num-cosigs 2
is specifing 2 cosignatures are required.
- e.g.
- Update intermediate TX schema (v2.0 still compatible)
- Various refactorings.
What's Changed
- v0.2.3 by @hanatyan128 in #31
Full Changelog: v0.2.2...v0.2.4
To update CLI
npm install -g metal-on-symbol
v0.2.2
-
Separate symbol service as
@opensphere-inc/symbol-service
package.- Now SymbolService and MetalService is a class.
You required instantiation these before use.
(And you can instantiate multiple)
- Now SymbolService and MetalService is a class.
-
Reduce intermediate tx size (Update json schema to ver2.0)
- Improve intermediate tx validation.
No longer contains transaction payload.
No compatibility with ver1.x
- Improve intermediate tx validation.
-
Various refactorings.
What's Changed
- v0.2.2 by @hanatyan128 in #29
Full Changelog: v0.2.0...v0.2.2
To update CLI
npm install -g metal-on-symbol
v0.1.17
- Fix bug that "overwrite file" prompt logic was inverted.
To update CLI
npm install -g metal-on-symbol
v0.1.16
- Add Encrypt CLI
- Add Decrypt CLI
- Add abilities of reading input data from stdin
- Add abilities of writing output data into stdout
- Reduce CLI log messages. (Add
--verbose
option instead) - Change prompting middleware
- Fix sample code mistakes in README
- Apply various refactorings.
To update CLI
npm install -g metal-on-symbol
v0.1.15
- Add ability of pass RepositoryFactoryConfig via SymbolService.init()
- Fix bug that createScrapTxs circuit breaker didn't work properly.
To update CLI
npm install -g metal-on-symbol
v0.1.14
- Purge Node specific class
Buffer
from SDK (UseUint8Array
andjs-base64
instead) - Improve TXs validation of reinforce.
- Add link of sample code repository to README
To update CLI
npm install -g metal-on-symbol
v0.1.12
- Add SDK documents in README
v0.1.10
- Add exports and types definitions that suitable for importing from other package.