Skip to content

Latest commit

 

History

History
58 lines (42 loc) · 2.46 KB

CHANGELOG.md

File metadata and controls

58 lines (42 loc) · 2.46 KB

Here is the corrected version of the changelog with proper grammar and typo corrections:

Changelog

[Unreleased]

Features

  • (x/token-convert) #18 Token-convert module implements the token conversion between Tabi and VeTabi.
  • (x/captains) #20 Captains module manages captain nodes and calculates rewards for captain nodes in epochs.
  • (x/claims) #23 Claims module allows users to claim rewards accrued from the Captains module.
  • (x/mint) #31 Mint module mints inflation rewards for network participants.
  • (x/limiter) #48 Limiter module limits the contract deployer.

Improvements

  • (ante) #22 Add an allowlist ante handler restricting EVM transactions.
  • (params) #52 Remove useless params code from the module.

Bug Fixes

  • (x/captains) #53 Register report content type.