Skip to content

Releases: iotaledger/hornet

v2.0.2

24 May 10:53
3e60e2a
Compare
Choose a tag to compare

This release only contains a small usability improvement in an additional tool.
No changes were made to the core codebase.

What's Changed

  • Improve UX by extending the pwd-hash tool output by @muXxer in #1949

Full Changelog: v2.0.1...v2.0.2

v2.0.1

05 Oct 07:11
cc3e851
Compare
Choose a tag to compare

What's Changed

Full Changelog: v2.0.0...v2.0.1

v2.0.0

03 Oct 09:53
4e1eea0
Compare
Choose a tag to compare

Warning: This is a mandatory release for all nodes on IOTA mainnet. The migration on the network to this version will happen on October 4th, 8:00 AM CEST, 2023.

Release notes

  • First "Stardust" version targeted for the IOTA mainnet.

Chore

- Update go version to 1.21 (#1912)

Note: Removed binary and deb releases. Please switch to a Docker setup using node-docker-setup.

v2.0.0-rc.8

11 Aug 10:50
0be5d50
Compare
Choose a tag to compare
v2.0.0-rc.8 Pre-release
Pre-release

Fixed

- Fix missing treasury balance in db-hash tool (#1907)
- Fix error while opening pebble databases "L0StopWritesThreshold"

HORNET-1.2.8

11 Aug 10:41
1269559
Compare
Choose a tag to compare

Fix

- Fix error while opening pebble databases "L0StopWritesThreshold"

HORNET-1.2.7

10 Aug 18:04
9434517
Compare
Choose a tag to compare

Fix

- Fix missing treasury balance in db-hash tool (#1906)

HORNET-1.2.6

09 Aug 18:13
18d826d
Compare
Choose a tag to compare

Added

- Add transaction history endpoints (#1904)

Changed

- Update workflows and goreleaser

HORNET-legacy-0.5.10

09 Aug 15:50
f60d86c
Compare
Choose a tag to compare

Changed

- Updated entry nodes
- Updated workflows and goreleaser
- Adapt dockerfile to stardust version
- Allow raw regex in public/protected routes

Fixed

- Fix transaction metadata endpoint if tx unknown
- Fix REST-API error handling
- Remove dashboard frontend git submodule

v2.0.0-rc.7

04 Aug 09:20
a22bed8
Compare
Choose a tag to compare
v2.0.0-rc.7 Pre-release
Pre-release

Added

- Add path to RegisterAPIRoute (#1854) 

Fixed

- Port iota.go fixes from v2.0.0-rc.5 (#1853) 
- Port iota.go fixes from v2.0.0-rc.6
- Fixed windows build (#1856) 
- Fix race condition in whiteflag API call (REST+INX) (#1894) 
- Update modules to fix potential listener leak (#1868) 

Chore

- Update modules (#1843, #1848, #1895, #1902)
- Adapt to app module changes in hive.go (#1867) 
- Move core and plugins to components folder (#1869) 
- Update inx-app

HORNET-1.2.5

04 Aug 09:14
9f90bfb
Compare
Choose a tag to compare

Added

- Add global flag to db-snapshot tool (#1901)
- Update modules and go version to 1.20 (#1872, #1896)

Fixed

- Use default rate limiter error handlers to fix responses (#1846)