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
Adds Sync plugin keeping track of the node's synchronization state
Adds Issuer plugin which takes care of issuing messages (and blocking any issuance when the node is desynced)
Adds Profiling plugin which exposes the pprof endpoints and is now configurable
Adds Bootstrap plugin which continuously issues messages to keep the comm. layer graph growing
Adds proper metrics collection in the Metrics plugin
Adds support for the new HTTP API routes to the Go client library
Adds tools/docker-network to run an isolated GoShimmer network with a chosen amount of nodes. Predefined local and global grafana dashboards are spinned up as well for the network
Upgrades hive.go with various improvements and fixes
Fixes bind address prints to not be normalized
Fixes usage of WebSocket message rate limiter
Fixes disabled/enabled plugins list in info response
Fixes the Graceful Shutdown plugin not showing the actual background workers during shutdown. The node operator is now
able to see pending background workers in the order in which they are supposed to be terminated
Refactors display of IDs to use Base58 throughout the entire codebase
Increases network and database versions
Removes usage of non std errors package
Removes Graph plugin
Renames SPA plugin to Dashboard
Makes running GoShimmer with a config file mandatory if not explicitly bypassed