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

test: simulation import and export #3033

Open
wants to merge 51 commits into
base: develop
Choose a base branch
from
Open

Commits on Sep 30, 2024

  1. debug sim test

    kingpinXD committed Sep 30, 2024
    Configuration menu
    Copy the full SHA
    c3299ef View commit details
    Browse the repository at this point in the history

Commits on Oct 1, 2024

  1. start modifuing for v50

    kingpinXD committed Oct 1, 2024
    Configuration menu
    Copy the full SHA
    7d95021 View commit details
    Browse the repository at this point in the history
  2. add sim test v1

    kingpinXD committed Oct 1, 2024
    Configuration menu
    Copy the full SHA
    fcce58e View commit details
    Browse the repository at this point in the history
  3. add sim export

    kingpinXD committed Oct 1, 2024
    Configuration menu
    Copy the full SHA
    b774b1e View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    ac8fddf View commit details
    Browse the repository at this point in the history
  5. remove unused functions

    kingpinXD committed Oct 1, 2024
    Configuration menu
    Copy the full SHA
    b55f439 View commit details
    Browse the repository at this point in the history

Commits on Oct 2, 2024

  1. add comments

    kingpinXD committed Oct 2, 2024
    Configuration menu
    Copy the full SHA
    913aa19 View commit details
    Browse the repository at this point in the history
  2. enable gov module

    kingpinXD committed Oct 2, 2024
    Configuration menu
    Copy the full SHA
    10d8a38 View commit details
    Browse the repository at this point in the history
  3. enable gov module

    kingpinXD committed Oct 2, 2024
    Configuration menu
    Copy the full SHA
    49d430c View commit details
    Browse the repository at this point in the history

Commits on Oct 3, 2024

  1. fix lint error

    kingpinXD committed Oct 3, 2024
    Configuration menu
    Copy the full SHA
    73fbcf5 View commit details
    Browse the repository at this point in the history
  2. add todos for BasicManager

    kingpinXD committed Oct 3, 2024
    Configuration menu
    Copy the full SHA
    cad3f4f View commit details
    Browse the repository at this point in the history
  3. add todos for BasicManager

    kingpinXD committed Oct 3, 2024
    Configuration menu
    Copy the full SHA
    c07d519 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    4f3ebbe View commit details
    Browse the repository at this point in the history
  5. register legacy router

    kingpinXD committed Oct 3, 2024
    Configuration menu
    Copy the full SHA
    56b4698 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    c1db4cf View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    d98add5 View commit details
    Browse the repository at this point in the history

Commits on Oct 14, 2024

  1. add description for tests

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

Commits on Oct 15, 2024

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

Commits on Oct 18, 2024

  1. make basicsmanager private

    kingpinXD committed Oct 18, 2024
    Configuration menu
    Copy the full SHA
    f8c095d View commit details
    Browse the repository at this point in the history

Commits on Oct 22, 2024

  1. Update Makefile

    Co-authored-by: Francisco de Borja Aranda Castillejo <[email protected]>
    kingpinXD and fbac authored Oct 22, 2024
    Configuration menu
    Copy the full SHA
    b49be6b View commit details
    Browse the repository at this point in the history
  2. Update changelog.md

    Co-authored-by: Francisco de Borja Aranda Castillejo <[email protected]>
    kingpinXD and fbac authored Oct 22, 2024
    Configuration menu
    Copy the full SHA
    cf4cb45 View commit details
    Browse the repository at this point in the history
  3. format simulation.md

    kingpinXD committed Oct 22, 2024
    Configuration menu
    Copy the full SHA
    d5ae57c View commit details
    Browse the repository at this point in the history
  4. rebase develop

    kingpinXD committed Oct 22, 2024
    Configuration menu
    Copy the full SHA
    1f744f8 View commit details
    Browse the repository at this point in the history
  5. add test for import export

    kingpinXD committed Oct 22, 2024
    Configuration menu
    Copy the full SHA
    e1cc91f View commit details
    Browse the repository at this point in the history
  6. add test for import export

    kingpinXD committed Oct 22, 2024
    Configuration menu
    Copy the full SHA
    d674455 View commit details
    Browse the repository at this point in the history
  7. test sim after import

    kingpinXD committed Oct 22, 2024
    Configuration menu
    Copy the full SHA
    651a61a View commit details
    Browse the repository at this point in the history
  8. add bench test

    kingpinXD committed Oct 22, 2024
    Configuration menu
    Copy the full SHA
    5e3bce7 View commit details
    Browse the repository at this point in the history

Commits on Oct 23, 2024

  1. remove bench

    kingpinXD committed Oct 23, 2024
    Configuration menu
    Copy the full SHA
    3b44c10 View commit details
    Browse the repository at this point in the history
  2. add changelog

    kingpinXD committed Oct 23, 2024
    Configuration menu
    Copy the full SHA
    6eea359 View commit details
    Browse the repository at this point in the history
  3. remove cosmos utils

    kingpinXD committed Oct 23, 2024
    Configuration menu
    Copy the full SHA
    9dfc005 View commit details
    Browse the repository at this point in the history
  4. remove print lines

    kingpinXD committed Oct 23, 2024
    Configuration menu
    Copy the full SHA
    a40f4d9 View commit details
    Browse the repository at this point in the history
  5. add comments

    kingpinXD committed Oct 23, 2024
    Configuration menu
    Copy the full SHA
    fdbacce View commit details
    Browse the repository at this point in the history
  6. ci: Add simulation tests workflow

    Julian Rubino committed Oct 23, 2024
    Configuration menu
    Copy the full SHA
    a868450 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    924d063 View commit details
    Browse the repository at this point in the history
  8. merge ci workflow

    kingpinXD committed Oct 23, 2024
    Configuration menu
    Copy the full SHA
    bea00ab View commit details
    Browse the repository at this point in the history
  9. Update .github/workflows/simulation-test.yaml

    Co-authored-by: semgrep-code-zeta-chain[bot] <181804379+semgrep-code-zeta-chain[bot]@users.noreply.github.com>
    kingpinXD and semgrep-code-zeta-chain[bot] authored Oct 23, 2024
    Configuration menu
    Copy the full SHA
    21b91d4 View commit details
    Browse the repository at this point in the history
  10. Update simulation-test.yaml

    Update simulation-test workflow
    julianrubino authored Oct 23, 2024
    Configuration menu
    Copy the full SHA
    59bc886 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    33bb1b9 View commit details
    Browse the repository at this point in the history
  12. format files

    kingpinXD committed Oct 23, 2024
    Configuration menu
    Copy the full SHA
    9791e99 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    643490d View commit details
    Browse the repository at this point in the history
  14. fix defer functions

    kingpinXD committed Oct 23, 2024
    Configuration menu
    Copy the full SHA
    064e05e View commit details
    Browse the repository at this point in the history

Commits on Oct 24, 2024

  1. Configuration menu
    Copy the full SHA
    57b5d4e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    6fcad07 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    4b0dda4 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    e8d127a View commit details
    Browse the repository at this point in the history
  5. Add runs on to matrix conditional job

    Julian Rubino committed Oct 24, 2024
    Configuration menu
    Copy the full SHA
    d18978b View commit details
    Browse the repository at this point in the history
  6. add default make-targets

    Julian Rubino committed Oct 24, 2024
    Configuration menu
    Copy the full SHA
    195bc8d View commit details
    Browse the repository at this point in the history
  7. bump go

    Julian Rubino committed Oct 24, 2024
    Configuration menu
    Copy the full SHA
    7458f94 View commit details
    Browse the repository at this point in the history

Commits on Oct 25, 2024

  1. Update .github/workflows/sim.yaml workflow name

    Co-authored-by: Alex Gartner <[email protected]>
    julianrubino and gartnera authored Oct 25, 2024
    Configuration menu
    Copy the full SHA
    399569d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    cf60f5a View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    5c682e9 View commit details
    Browse the repository at this point in the history