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

Changes since latest mainnet release #62

Closed
wants to merge 54 commits into from
Closed

Changes since latest mainnet release #62

wants to merge 54 commits into from

Commits on Oct 24, 2022

  1. add stars airdrop command

    go7066 committed Oct 24, 2022
    Configuration menu
    Copy the full SHA
    e4ea78b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e84c4d6 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    c0c2a8b View commit details
    Browse the repository at this point in the history

Commits on Nov 7, 2022

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

Commits on Nov 12, 2022

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

Commits on Nov 17, 2022

  1. Merge pull request #56 from effofxprime/cosmwasm-statesync

    Feature Add - Cosmwasm state sync support
    go7066 authored Nov 17, 2022
    Configuration menu
    Copy the full SHA
    e10a2ea View commit details
    Browse the repository at this point in the history

Commits on Nov 18, 2022

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

Commits on Nov 22, 2022

  1. Configuration menu
    Copy the full SHA
    a2b7774 View commit details
    Browse the repository at this point in the history
  2. - Resolve intertx package import issue

    - Upgrade SDK version to v0.45.10 from v0.45.9
    go7066 committed Nov 22, 2022
    Configuration menu
    Copy the full SHA
    9729c30 View commit details
    Browse the repository at this point in the history

Commits on Nov 23, 2022

  1. - Resolve interface for teritori app to be compatible with IBC test app

    - Resolve icacontroller configuration
    - Resolve intertx keeper test
    go7066 committed Nov 23, 2022
    Configuration menu
    Copy the full SHA
    e4f7274 View commit details
    Browse the repository at this point in the history

Commits on Nov 24, 2022

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

Commits on Nov 30, 2022

  1. update upgrade test script

    go7066 committed Nov 30, 2022
    Configuration menu
    Copy the full SHA
    b80c07a View commit details
    Browse the repository at this point in the history

Commits on Dec 1, 2022

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

Commits on Dec 2, 2022

  1. add ibc test result

    go7066 committed Dec 2, 2022
    Configuration menu
    Copy the full SHA
    035d6d2 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #57 from TERITORI/ica_controller

    ICA controller
    go7066 authored Dec 2, 2022
    Configuration menu
    Copy the full SHA
    09c8603 View commit details
    Browse the repository at this point in the history

Commits on Dec 8, 2022

  1. add prune command

    go7066 committed Dec 8, 2022
    Configuration menu
    Copy the full SHA
    14bc8ba View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    54af981 View commit details
    Browse the repository at this point in the history

Commits on Dec 21, 2022

  1. Update README.md

    omniwired authored Dec 21, 2022
    Configuration menu
    Copy the full SHA
    54c32c6 View commit details
    Browse the repository at this point in the history

Commits on Dec 22, 2022

  1. Merge pull request #63 from omniwired/patch-1

    Update README.md
    zdeadex authored Dec 22, 2022
    Configuration menu
    Copy the full SHA
    d20bb5d View commit details
    Browse the repository at this point in the history

Commits on Feb 6, 2023

  1. Configuration menu
    Copy the full SHA
    d4e2027 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    13752ae View commit details
    Browse the repository at this point in the history

Commits on May 22, 2023

  1. add richest snapshot script

    go7066 committed May 22, 2023
    Configuration menu
    Copy the full SHA
    0801739 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    adf8b2b View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    4dbf138 View commit details
    Browse the repository at this point in the history

Commits on May 23, 2023

  1. Configuration menu
    Copy the full SHA
    b5be794 View commit details
    Browse the repository at this point in the history
  2. Merge branch 'enable_vesting_delegation' of github.com:NXTPOP/teritor…

    …i-chain into v140_upgrade
    go7066 committed May 23, 2023
    Configuration menu
    Copy the full SHA
    d4707da View commit details
    Browse the repository at this point in the history

Commits on May 24, 2023

  1. v140 upgrade test

    go7066 committed May 24, 2023
    Configuration menu
    Copy the full SHA
    d0c6505 View commit details
    Browse the repository at this point in the history

Commits on May 29, 2023

  1. Merge pull request #69 from TERITORI/v140_upgrade

    v1.4.0 upgrade
    go7066 authored May 29, 2023
    Configuration menu
    Copy the full SHA
    e08216d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    01f60ec View commit details
    Browse the repository at this point in the history

Commits on Nov 20, 2023

  1. update for go mod

    go7066 committed Nov 20, 2023
    Configuration menu
    Copy the full SHA
    34d6252 View commit details
    Browse the repository at this point in the history

Commits on Nov 21, 2023

  1. update on build issue fix

    go7066 committed Nov 21, 2023
    Configuration menu
    Copy the full SHA
    da85689 View commit details
    Browse the repository at this point in the history

Commits on Nov 22, 2023

  1. Resolve AccountKeeper, BankKeeper, AuthzKeeper, StakingKeeper, Slashi…

    …ngKeeper, UpgradeKeeper, GovKeeper, ICAHostKeeper, EvidenceKeeper, WasmKeeper, ibcRouter, mm, sm setup
    go7066 committed Nov 22, 2023
    Configuration menu
    Copy the full SHA
    dac7aa2 View commit details
    Browse the repository at this point in the history
  2. Add IBCFeeKeeper and use it on IBC keepers & Update ExportAppStateAnd…

    …Validators for runtimeI.App interface & Resolve issues on packetforward keeper and module initialization
    go7066 committed Nov 22, 2023
    Configuration menu
    Copy the full SHA
    d5a0d98 View commit details
    Browse the repository at this point in the history

Commits on Nov 24, 2023

  1. update on fixing build issues

    go7066 committed Nov 24, 2023
    Configuration menu
    Copy the full SHA
    18db455 View commit details
    Browse the repository at this point in the history

Commits on Nov 28, 2023

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

Commits on Nov 30, 2023

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

Commits on Dec 5, 2023

  1. unit test fixes

    go7066 committed Dec 5, 2023
    Configuration menu
    Copy the full SHA
    d1ccfb4 View commit details
    Browse the repository at this point in the history

Commits on Dec 6, 2023

  1. resolve node start issue

    go7066 committed Dec 6, 2023
    Configuration menu
    Copy the full SHA
    6c5cdf6 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    dab0f48 View commit details
    Browse the repository at this point in the history
  3. add groups module

    go7066 committed Dec 6, 2023
    Configuration menu
    Copy the full SHA
    3f7f8e9 View commit details
    Browse the repository at this point in the history

Commits on Dec 11, 2023

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

Commits on Dec 15, 2023

  1. Configuration menu
    Copy the full SHA
    59f2134 View commit details
    Browse the repository at this point in the history
  2. add one more item to check

    go7066 committed Dec 15, 2023
    Configuration menu
    Copy the full SHA
    6290191 View commit details
    Browse the repository at this point in the history

Commits on Dec 29, 2023

  1. resolve issues in upgrade test

    go7066 committed Dec 29, 2023
    Configuration menu
    Copy the full SHA
    056de35 View commit details
    Browse the repository at this point in the history

Commits on Jan 3, 2024

  1. feat: teritori-test-4

    Signed-off-by: Norman Meier <[email protected]>
    n0izn0iz committed Jan 3, 2024
    Configuration menu
    Copy the full SHA
    6234488 View commit details
    Browse the repository at this point in the history

Commits on Jan 4, 2024

  1. chore: CI

    Signed-off-by: Norman Meier <[email protected]>
    n0izn0iz committed Jan 4, 2024
    Configuration menu
    Copy the full SHA
    f9e7734 View commit details
    Browse the repository at this point in the history

Commits on Jan 5, 2024

  1. Configuration menu
    Copy the full SHA
    b72093d View commit details
    Browse the repository at this point in the history
  2. feat: teritori-test-5 (#77)

    Signed-off-by: Norman Meier <[email protected]>
    n0izn0iz authored Jan 5, 2024
    Configuration menu
    Copy the full SHA
    f0a774e View commit details
    Browse the repository at this point in the history

Commits on Jan 10, 2024

  1. Configuration menu
    Copy the full SHA
    1c560ae View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    182d8d7 View commit details
    Browse the repository at this point in the history

Commits on Jan 11, 2024

  1. resolve unit tests

    go7066 committed Jan 11, 2024
    Configuration menu
    Copy the full SHA
    959eaad View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    41d398c View commit details
    Browse the repository at this point in the history
  3. Merge pull request #72 from TERITORI/sdk_upgrade

    Cosmos SDK upgrade to v0.47.6
    go7066 authored Jan 11, 2024
    Configuration menu
    Copy the full SHA
    d7e89c5 View commit details
    Browse the repository at this point in the history
  4. fix: docker build (#78)

    Signed-off-by: Norman Meier <[email protected]>
    n0izn0iz authored Jan 11, 2024
    Configuration menu
    Copy the full SHA
    401e458 View commit details
    Browse the repository at this point in the history