Releases: iotaledger/hornet
Releases · iotaledger/hornet
HORNET-2.0.0-alpha15
Changes
- Migrated repositories to the iotaledger organization (#1528)
- Update INX modules (#1530)
- Updated dashboard (#1527)
- Updated protocol parameters data types (#1529)
HORNET-2.0.0-alpha14
Changes
- Update INX modules (#1516)
- Remove spammer plugin (#1515)
- Feat/inx improvements (#1514)
- Extended whiteflag MerkleHasher to do proofs (#1513)
HORNET-2.0.0-alpha13
Changes
- Decrease private tangle milestone interval to 5s
Fix
- Fix snapshot SEP producer deadlock
- Fix inx-participation routes
Documentation
- Change `messages` to `blocks` in documentation
HORNET-2.0.0-alpha12
Changed
- Don't mount profiles.json in docker-compose.yml
- Output metadata & iota.go updates (#1494)
- Move several packages to hive.go (#1495)
- Do not load messages on pruning (#1499)
- Remove participation plugin (#1501)
- Add inx-participation (#1502)
- Add reflection based config (#1506)
- Rename Messages to Blocks (#1508)
- Use iotago.BlockID instead of hornet.BlockID (#1509)
- Add INX milestone cone functions (#1511)
- Code cleanup (#1510)
- Moved INX examples to iotaledger/inx repository
Documentation
- Removed APT page (#1490)
- Updated API reference links (#1491)
HORNET-2.0.0-alpha11
Changed
- Added remote PoW metrics to Prometheus. (#1481)
- Updated the whiteflag conflict reasons. (#1484, #1485)
HORNET-2.0.0-alpha10
Changed
- AliasID and NFTID are now 32 bytes long instead of 20. (#1475)
- Prometheus is not exposing prometheus metrics from other INX plugins anymore. (#1475)
- TransactionEssence networkID check is now done during syntactical validation. (#1475)
Fixed
- Check if the external PoW context got cancelled. (#1470)
- Fixed dashboard milestone topic not sending the latest milestones. (#1474)
- Always allow remote PoW over INX. (#1475)
- Do not fully initialize the node (including the Participation database) if the snapshot download and import fails. (#1475)
HORNET-1.2.1
Fixed
- Fixed high CPU usage due to missing check if the external PoW context got canceled (#1469)
Changed
- Added `privateKey` to ed25519 key tool json output (#1449)
Added
- Added mnemonic parameter to ed25519 key tool (#1449)
HORNET-2.0.0-alpha9
Changed
- Adapt storage layer to new milestone ID based logic. (#1454)
- Handle SolidEntryPoints in solidification logic. (#1454)
- Enforce milestone msg nonce zero in attacher. (#1454)
- Add new milestone routes. (#1454)
- Adapt node info endpoint to latest changes. (#1454)
- Added BaseToken to config, restapi and INX. (#1462)
- Add check to verify that milestone index and timestamp have increased. (#1463)
Fixed
- Only refresh tips on remote pow if no parents were given. (#1460)
- Fix database tool getMilestonePayloadViaAPI. (#1454)
Cleanup
- Chore/remove deprecated code. (#1461)
HORNET-2.0.0-alpha8
Changed
- Extracted Faucet into a new INX module. (#1451)
- Add own DbVersion for every database. (#1446)
- Add mnemonic parameter to ed25519 key tool. (#1450)
- Updated RocksDB to 7.1.2. (#1455)
- Updated Milestone payloads according to TIP-29. (#1456)
- Added new protocol parameters to info endpoint and INX. (#1456)
Fixed
- Adapt pruning and snapshotting to new milestone logic. (#1442)
HORNET-2.0.0-alpha7
Changed
- Milestone payloads now contain an optional metadata field according to TIP-29. (#1404)
- Now using `rms` bech32 prefix according to TIP-31
- Private tangle improvements (#1390, #1395)
- Adapted ed25519-key tool to print mnemonic and derived keys using slip10 (#1407)
- Removed coordinator plugin (#1404)
- Encode Messages and Outputs based on the given Accept Header MIME type (#1427)
Fixed
- Fixed deadlock while shutting down the node (#1394)
- Fixed stale connections to peers when the initial stream establishment fails. (#1395)
- Fixed request queue behavior and test cases (#1412)
- Fix wrong timestamp data type (#1438)