Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Feature/nft module #1

Merged
merged 19 commits into from
Nov 7, 2024
Merged

Feature/nft module #1

merged 19 commits into from
Nov 7, 2024

Conversation

MarkCherepovskyi
Copy link
Collaborator

@MarkCherepovskyi MarkCherepovskyi commented Nov 5, 2024

Description

This PR addresses the following updates, fixes, and implementations:

Fix

  • Resolved an issue with the deprecated package go.tmz.dev/musttag.

Updated

  • Database Migration Updates: Adjusted migration scripts to simplify future database updates.
  • Hasura Migrations: Updated the relevant Hasura migrations.
    -** Add the ability to get delegation by address (staking module)
    -** Add the vendor to git ignore and modify docker file

Implemented

NFT Module:

  • Handles messages from the core, such as:
    • MsgDelegate
    • MsgRedelegate
    • MsgUndelegate
    • MsgSend
    • MsgWithdrawal
  • Supports handling of linear vesting.
  • Loads the genesis state.

Bridge Module:

  • Handles messages from the core, such as:
    • MsgSubmitTransactions
    • MsgDeleteChain
    • MsgInsertChain
    • MsgAddTokenInfo
    • MsgUpdateToken
    • MsgDeleteToken
    • MsgInsertToken
  • Loads the genesis state.

Accumulator Module:

  • Handles messages from the core, such as:
    • MsgAddAdmin
  • Supports handling of linear vesting.
  • Loads the genesis state.

@MarkCherepovskyi MarkCherepovskyi merged commit e1e3aab into master Nov 7, 2024
1 check passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants