Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[Relay Mining] Scaffold the RelayMiningDifficulty type (#548)
Scaffold the `RelayMiningDifficulty` type. 1. I ran the following command: ```bash ignite scaffold map --module tokenomics --no-message relay-mining-difficulty block_height:int num_relays_ema:uint hash_target:string --index service_id --yes ``` 2. Manually update some naming and types 3. Fix some imports 4. Auto-save to format files⚠️ `proto/poktroll/tokenomics/relay_mining_difficulty.proto` is the most imporant file to review⚠️
- Loading branch information