Jürgen Eckel 6613e99f91
moved the reset of the libConfing clientctx back to the validator context before waiting for some blocks.
This should prevent the

panic: Log in goroutine after TestE2EMachineTestSuite has completed: [app] PoP broadcast tx failed: node0.info: key not found

on the CI.

Signed-off-by: Jürgen Eckel <juergen@riddleandcode.com>
2024-03-08 12:08:19 +01:00
2024-02-26 12:00:37 +01:00
2024-03-06 14:51:27 +01:00
2024-03-06 10:52:22 +01:00
2023-06-27 13:15:02 +02:00
2024-03-06 14:51:27 +01:00
2024-02-01 09:57:58 +01:00

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
Go implementation of Planetmint
Readme
Languages
Go 97%
Makefile 3%