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

Improve the Gov Module Mechanism by BLV Labs #534

Open
wants to merge 67 commits into
base: blv/gov
Choose a base branch
from

Commits on Sep 29, 2024

  1. Configuration menu
    Copy the full SHA
    cff38ea View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a92ee1b View commit details
    Browse the repository at this point in the history

Commits on Sep 30, 2024

  1. add proto

    duonghb53 committed Sep 30, 2024
    Configuration menu
    Copy the full SHA
    ee4aa1a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    5af0ad2 View commit details
    Browse the repository at this point in the history

Commits on Oct 1, 2024

  1. generated pb.go files

    TuSoict committed Oct 1, 2024
    Configuration menu
    Copy the full SHA
    02fc71c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    062774b View commit details
    Browse the repository at this point in the history
  3. added TotalDepositKey func

    TuSoict committed Oct 1, 2024
    Configuration menu
    Copy the full SHA
    03990d2 View commit details
    Browse the repository at this point in the history
  4. Implemented a logic:

    in the SubmitProposal function:
    - Get LUNC price based on UUSD
    - Calculate the amount of LUNC to send for the proposal during that time
    - Store the LUNC amount
    TuSoict committed Oct 1, 2024
    Configuration menu
    Copy the full SHA
    4e366a6 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    9b22f54 View commit details
    Browse the repository at this point in the history

Commits on Oct 2, 2024

  1. Configuration menu
    Copy the full SHA
    22141bd View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    6d7fa29 View commit details
    Browse the repository at this point in the history

Commits on Oct 3, 2024

  1. Configuration menu
    Copy the full SHA
    b80170f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    76927b6 View commit details
    Browse the repository at this point in the history
  3. chang proto

    duonghb53 committed Oct 3, 2024
    Configuration menu
    Copy the full SHA
    2badfc1 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    e26da00 View commit details
    Browse the repository at this point in the history
  5. add get query cmd

    duonghb53 committed Oct 3, 2024
    Configuration menu
    Copy the full SHA
    f63eefb View commit details
    Browse the repository at this point in the history

Commits on Oct 4, 2024

  1. move gov types to v2lunc1

    duonghb53 committed Oct 4, 2024
    Configuration menu
    Copy the full SHA
    b422289 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    5e4b632 View commit details
    Browse the repository at this point in the history
  3. move gov types to v2lunc1

    duonghb53 committed Oct 4, 2024
    Configuration menu
    Copy the full SHA
    562e610 View commit details
    Browse the repository at this point in the history
  4. Merge commit 'b422289350edcdd7fcb55e6cb55badba6de5f74e' into blv-labs…

    …/gov-improve
    
    # Conflicts:
    #	custom/gov/keeper/params.go
    #	custom/gov/keeper/proposal.go
    #	custom/gov/types/v2lunc1/query.pb.go
    TuSoict committed Oct 4, 2024
    Configuration menu
    Copy the full SHA
    7df5045 View commit details
    Browse the repository at this point in the history
  5. Merge commit '562e6101037a665964ae29f5b5e80e0a50ddf568' into blv-labs…

    …/gov-improve
    
    # Conflicts:
    #	custom/gov/keeper/params.go
    #	custom/gov/types/v2lunc1/query.pb.go
    TuSoict committed Oct 4, 2024
    Configuration menu
    Copy the full SHA
    d1213e8 View commit details
    Browse the repository at this point in the history

Commits on Oct 7, 2024

  1. Configuration menu
    Copy the full SHA
    435086a View commit details
    Browse the repository at this point in the history

Commits on Oct 8, 2024

  1. Configuration menu
    Copy the full SHA
    c7429a4 View commit details
    Browse the repository at this point in the history

Commits on Oct 10, 2024

  1. Configuration menu
    Copy the full SHA
    869d296 View commit details
    Browse the repository at this point in the history

Commits on Oct 12, 2024

  1. Configuration menu
    Copy the full SHA
    eeef11a View commit details
    Browse the repository at this point in the history
  2. added missing file

    TuSoict committed Oct 12, 2024
    Configuration menu
    Copy the full SHA
    5bf6106 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    a4cc750 View commit details
    Browse the repository at this point in the history

Commits on Oct 13, 2024

  1. Configuration menu
    Copy the full SHA
    fb0f953 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a749a91 View commit details
    Browse the repository at this point in the history
  3. Done Genesis_test.go

    TuSoict committed Oct 13, 2024
    Configuration menu
    Copy the full SHA
    f8a724e View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    0c594e7 View commit details
    Browse the repository at this point in the history

Commits on Oct 14, 2024

  1. add deposit test

    duonghb53 committed Oct 14, 2024
    Configuration menu
    Copy the full SHA
    fa14819 View commit details
    Browse the repository at this point in the history
  2. remove debug

    duonghb53 committed Oct 14, 2024
    Configuration menu
    Copy the full SHA
    61ea499 View commit details
    Browse the repository at this point in the history

Commits on Oct 15, 2024

  1. added files for unitest:

    init_test.go
    query_test.go
    grpc_query.go
    grpc_query_test.go
    store_test.go
    TuSoict committed Oct 15, 2024
    Configuration menu
    Copy the full SHA
    6e9ed9b View commit details
    Browse the repository at this point in the history
  2. added migrator_test.go

    TuSoict committed Oct 15, 2024
    Configuration menu
    Copy the full SHA
    6265c9d View commit details
    Browse the repository at this point in the history

Commits on Oct 16, 2024

  1. add msg server test

    duonghb53 committed Oct 16, 2024
    Configuration menu
    Copy the full SHA
    03ec02b View commit details
    Browse the repository at this point in the history

Commits on Oct 19, 2024

  1. Configuration menu
    Copy the full SHA
    fa06f7e View commit details
    Browse the repository at this point in the history

Commits on Oct 20, 2024

  1. fix bug and run chain ok

    duonghb53 committed Oct 20, 2024
    Configuration menu
    Copy the full SHA
    5240f63 View commit details
    Browse the repository at this point in the history

Commits on Oct 21, 2024

  1. remove log

    duonghb53 committed Oct 21, 2024
    Configuration menu
    Copy the full SHA
    10bcfdc View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    909c3ed View commit details
    Browse the repository at this point in the history

Commits on Oct 25, 2024

  1. Configuration menu
    Copy the full SHA
    3fa6092 View commit details
    Browse the repository at this point in the history

Commits on Oct 26, 2024

  1. add upgrade plan

    duonghb53 committed Oct 26, 2024
    Configuration menu
    Copy the full SHA
    2c81f7b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    00dfc79 View commit details
    Browse the repository at this point in the history

Commits on Oct 27, 2024

  1. Configuration menu
    Copy the full SHA
    eb941ca View commit details
    Browse the repository at this point in the history
  2. revert register distribution codec

    add get min-deposit if get min deposit not exists
    TuSoict committed Oct 27, 2024
    Configuration menu
    Copy the full SHA
    9e52573 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    6e0cf5e View commit details
    Browse the repository at this point in the history

Commits on Oct 28, 2024

  1. Configuration menu
    Copy the full SHA
    a5ae5fa View commit details
    Browse the repository at this point in the history
  2. review and clean code

    TuSoict committed Oct 28, 2024
    Configuration menu
    Copy the full SHA
    68f6d12 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    36a1f6e View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    3914bc8 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    6035640 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    bec6d63 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    e957bfa View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    a7ad120 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    6e3a28c View commit details
    Browse the repository at this point in the history

Commits on Oct 30, 2024

  1. Configuration menu
    Copy the full SHA
    30c7ccc View commit details
    Browse the repository at this point in the history
  2. removed .history files

    ntluongdev95 committed Oct 30, 2024
    Configuration menu
    Copy the full SHA
    0832c67 View commit details
    Browse the repository at this point in the history

Commits on Nov 3, 2024

  1. add logic get uusd

    duonghb53 committed Nov 3, 2024
    Configuration menu
    Copy the full SHA
    4cd9346 View commit details
    Browse the repository at this point in the history
  2. fix lint

    duonghb53 committed Nov 3, 2024
    Configuration menu
    Copy the full SHA
    ae8d370 View commit details
    Browse the repository at this point in the history

Commits on Nov 4, 2024

  1. Merge pull request #2 from BLV-Labs/fix/get-uusd-price

    add logic get uusd
    duonghb53 authored Nov 4, 2024
    Configuration menu
    Copy the full SHA
    2f33b29 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d780c04 View commit details
    Browse the repository at this point in the history

Commits on Nov 6, 2024

  1. Configuration menu
    Copy the full SHA
    4c44c75 View commit details
    Browse the repository at this point in the history

Commits on Nov 10, 2024

  1. Configuration menu
    Copy the full SHA
    7955ba0 View commit details
    Browse the repository at this point in the history
  2. Updated unitest

    TuSoict committed Nov 10, 2024
    Configuration menu
    Copy the full SHA
    2f1168f View commit details
    Browse the repository at this point in the history

Commits on Nov 16, 2024

  1. update uusd amount

    duonghb53 authored Nov 16, 2024
    Configuration menu
    Copy the full SHA
    69c5019 View commit details
    Browse the repository at this point in the history

Commits on Nov 25, 2024

  1. Configuration menu
    Copy the full SHA
    71143d8 View commit details
    Browse the repository at this point in the history

Commits on Nov 29, 2024

  1. resolve comment

    duonghb53 committed Nov 29, 2024
    Configuration menu
    Copy the full SHA
    43ef592 View commit details
    Browse the repository at this point in the history