mirror of
https://github.com/planetmint/planetmint-go.git
synced 2025-03-30 15:08:28 +00:00

* set keepalive ping * made mutex more granular * avoid using app.Logger to have a consistent log from the beginning * made lazyLoading local to the module * fixed ticker bug so that the tasks are executed in an endless loop * fixed timezone bug of Add Participant. only validator local time is used not the timestamp from the mqtt messages as these might come from a different time zone (resulted in delayed deletion from the activeActors DB) * improved connection management for the monitor * added a watchdog task to restart the monitor in case of connection loss (every 2 min) * removed obsolete SetContext function/interface * removed obsolete time conversion method Signed-off-by: Jürgen Eckel <juergen@riddleandcode.com>
planetmint-go
planetmint is a blockchain built using Cosmos SDK and CometBFT written in Go and created with Ignite CLI.
Get started
ignite chain serve
serve
command installs dependencies, builds, initializes, and starts your blockchain in development.
Configure
Your blockchain in development can be configured with config.yml
. To learn more, see the Ignite CLI docs.
Install
To install the latest version of this blockchain node's binary, execute the following command on your machine:
git clone https://github.com/planetmint/planetmint-go.git
ignite chain build
Contributing
For contributions refer to the RDDL enhancement proposals repository here
Learn more
Description
Languages
Go
96.7%
Makefile
3.3%