Skip to content

[Part 1] Add admin command support

Son of Odin requested to merge issue-26 into master

Related to https://gitlab.com/thorchain/bepswap/statechain/issues/26

This creates the api endpoints, cli interfaces, and memo parsing for admin commands. It takes them in, and saves the changes to the KVStore. This also includes genesis support for admin configs.

Part 2, will be to utilize TSL and GSL admin configs in slip calculation in a follow on PR.

Merge request reports