A plugin that allows a leader to share the state with one or more followers. Since the leader is trusted, the follower can operate in light mode and only contains the flat database, not the trie. The follower only needs to retrieve the trie logs from the leader and apply them to its database without having to validate or process the transactions.

1 stars 0 forks 1 watchers Java Apache License 2.0
1 Open Issue Need Help Last updated: Nov 20, 2025

Open Issues Need Help

View All on GitHub
good first issue

A plugin that allows a leader to share the state with one or more followers. Since the leader is trusted, the follower can operate in light mode and only contains the flat database, not the trie. The follower only needs to retrieve the trie logs from the leader and apply them to its database without having to validate or process the transactions.

Java