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

feat/release changes to support chain upgrade v1.12 #199

Merged
merged 47 commits into from
Jan 8, 2024
Merged

feat/release changes to support chain upgrade v1.12 #199

merged 47 commits into from
Jan 8, 2024

Commits on Nov 2, 2023

  1. feat: add custom network constructor and fix leftovers (#171)

    * build: bump core deps
    
    * build: bump chain core types
    
    * fix: remove orderbook v1 interface definitions and fix imports
    
    * build: bump injective-core dep
    
    * build: bump injective-core dep
    
    * fix: remove core dependency
    
    * chore: add NewNetwork constructor
    
    * chore: go mod tidy
    
    * fix: fix merge errors and copy types
    mmeloni authored Nov 2, 2023
    Configuration menu
    Copy the full SHA
    b40a48c View commit details
    Browse the repository at this point in the history

Commits on Nov 7, 2023

  1. Merge branch 'master' of https://github.com/InjectiveLabs/sdk-go into…

    … feat/sync_dev_with_master_1_48_10
    abel committed Nov 7, 2023
    Configuration menu
    Copy the full SHA
    b634832 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    56a44e9 View commit details
    Browse the repository at this point in the history
  3. (feat) Updated proto definitions to the injective-core v1.12.2-testne…

    …t and injective-indexer v1.12.45-rc5
    abel committed Nov 7, 2023
    Configuration menu
    Copy the full SHA
    c94f736 View commit details
    Browse the repository at this point in the history
  4. (fix) Fixed inconsistencies in go.sum

    abel committed Nov 7, 2023
    Configuration menu
    Copy the full SHA
    430d846 View commit details
    Browse the repository at this point in the history
  5. Merge branch 'master' of https://github.com/InjectiveLabs/sdk-go into…

    … feat/sync_dev_with_master_1_48_10
    abel committed Nov 7, 2023
    Configuration menu
    Copy the full SHA
    10771e6 View commit details
    Browse the repository at this point in the history
  6. (fix) Fix in derivative trades example

    abel committed Nov 7, 2023
    Configuration menu
    Copy the full SHA
    21d896b View commit details
    Browse the repository at this point in the history
  7. Merge pull request #176 from InjectiveLabs/feat/sync_dev_with_master_…

    …1_48_10
    
    Feat/sync dev with master 1.48.10
    aarmoa authored Nov 7, 2023
    Configuration menu
    Copy the full SHA
    8c79823 View commit details
    Browse the repository at this point in the history

Commits on Nov 10, 2023

  1. (feat) Added a new example showing how to broadcast a transaction wit…

    …hout running the simulation process
    abel committed Nov 10, 2023
    Configuration menu
    Copy the full SHA
    f5d212f View commit details
    Browse the repository at this point in the history

Commits on Nov 13, 2023

  1. Configuration menu
    Copy the full SHA
    4588233 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #177 from InjectiveLabs/feat/add_example_broadcas_…

    …without_simulation
    
    Feat/add example broadcast without simulation
    aarmoa authored Nov 13, 2023
    Configuration menu
    Copy the full SHA
    adab666 View commit details
    Browse the repository at this point in the history

Commits on Nov 17, 2023

  1. Merge branch 'master' of https://github.com/InjectiveLabs/sdk-go into…

    … feat/synchronize_with_master_1_48_11
    abel committed Nov 17, 2023
    Configuration menu
    Copy the full SHA
    ffc9e6e View commit details
    Browse the repository at this point in the history
  2. Merge pull request #179 from InjectiveLabs/feat/synchronize_with_mast…

    …er_1_48_11
    
    Feat/synchronize with master 1.48.11
    aarmoa authored Nov 17, 2023
    Configuration menu
    Copy the full SHA
    9af7919 View commit details
    Browse the repository at this point in the history

Commits on Dec 9, 2023

  1. Feat/add trade v2 indexer endpoints (#187)

    * (feat) Added PYTH/USDT PERP market info in mainnet metadata ini file
    
    * (feat) Synchronized markets and tokens config files to add PYTH/USDT spot market
    
    * (feat) Synchronized markets and tokens config files to add USDY/USDT and WHALE/USDT spot markets (#183)
    
    Co-authored-by: abel <[email protected]>
    
    * (feat) Synchronized markets and tokens config files to add SOL/USDT spot market
    
    * (feat) Synchronized markets and tokens config files to add SEI/USDT and TIA/USDT perpetual markets
    
    * (feat) Added support for spot and derivative TradesV2 and StreamTradesV2. Updated proto definitions to the latest injective-core and injective-indexer candidates for chain upgrade 1.12
    
    ---------
    
    Co-authored-by: abel <[email protected]>
    aarmoa and abel authored Dec 9, 2023
    Configuration menu
    Copy the full SHA
    ba9019b View commit details
    Browse the repository at this point in the history

Commits on Dec 11, 2023

  1. (feat) Refactored all examples to have the default gas price in a sin…

    …gle constants module. Changed the default gas price from 500000000 to 160000000
    abel committed Dec 11, 2023
    Configuration menu
    Copy the full SHA
    b8ee0e7 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f203ea4 View commit details
    Browse the repository at this point in the history
  3. (fix) Fixed import issue in examples using the default gas price in t…

    …he constants module
    abel committed Dec 11, 2023
    Configuration menu
    Copy the full SHA
    b672fa1 View commit details
    Browse the repository at this point in the history
  4. Merge branch 'feat/change_default_gas_price' of https://github.com/In…

    …jectiveLabs/sdk-go into feat/merge_latest_changes_from_main_into_dev
    abel committed Dec 11, 2023
    Configuration menu
    Copy the full SHA
    7d38d17 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    a0704ed View commit details
    Browse the repository at this point in the history

Commits on Dec 15, 2023

  1. Merge pull request #189 from InjectiveLabs/feat/merge_latest_changes_…

    …from_main_into_dev
    
    Feat/merge latest changes from main into dev
    aarmoa authored Dec 15, 2023
    Configuration menu
    Copy the full SHA
    0e33b0e View commit details
    Browse the repository at this point in the history
  2. (feat) Implemented the MarketsAssistant to get all markets and tokens…

    … from the information provided by the Indexer instead of using the .ini files
    abel committed Dec 15, 2023
    Configuration menu
    Copy the full SHA
    176a0aa View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    88aa2ec View commit details
    Browse the repository at this point in the history

Commits on Dec 20, 2023

  1. Configuration menu
    Copy the full SHA
    77e0e44 View commit details
    Browse the repository at this point in the history
  2. (fix) Fix error in orderbook example

    abel committed Dec 20, 2023
    Configuration menu
    Copy the full SHA
    75e344f View commit details
    Browse the repository at this point in the history

Commits on Dec 21, 2023

  1. Merge pull request #194 from InjectiveLabs/feat/add_new_indexer_posit…

    …ion_endpoints
    
    Feat/add new indexer position endpoints
    aarmoa authored Dec 21, 2023
    Configuration menu
    Copy the full SHA
    505179d View commit details
    Browse the repository at this point in the history
  2. (feat) Added configuration for pre-commit. Solved all issues found by…

    … pre-commit stepts, including golangci-lint
    abel committed Dec 21, 2023
    Configuration menu
    Copy the full SHA
    3736b38 View commit details
    Browse the repository at this point in the history
  3. (feat) Added GitHub workflow to run pre-commit for PRs and when pushi…

    …ng to master and dev
    abel committed Dec 21, 2023
    Configuration menu
    Copy the full SHA
    4eb212d View commit details
    Browse the repository at this point in the history
  4. (fix) Fix pre-commit configuration

    abel committed Dec 21, 2023
    Configuration menu
    Copy the full SHA
    e8126fe View commit details
    Browse the repository at this point in the history
  5. (fix) Fix pre-commit configuration

    abel committed Dec 21, 2023
    Configuration menu
    Copy the full SHA
    8443d0b View commit details
    Browse the repository at this point in the history

Commits on Dec 22, 2023

  1. Configuration menu
    Copy the full SHA
    bce2da2 View commit details
    Browse the repository at this point in the history
  2. (feat) Added Codecov badge in README.md

    abel committed Dec 22, 2023
    Configuration menu
    Copy the full SHA
    4170d7f View commit details
    Browse the repository at this point in the history
  3. Merge pull request #190 from InjectiveLabs/feat/markets_assistant

    Feat/markets assistant
    aarmoa authored Dec 22, 2023
    Configuration menu
    Copy the full SHA
    ed9d10e View commit details
    Browse the repository at this point in the history

Commits on Dec 23, 2023

  1. (feat) Added configuration for pre-commit. Solved all issues found by…

    … pre-commit stepts, including golangci-lint
    abel committed Dec 23, 2023
    Configuration menu
    Copy the full SHA
    a170f1f View commit details
    Browse the repository at this point in the history
  2. (feat) Added GitHub workflow to run pre-commit for PRs and when pushi…

    …ng to master and dev
    abel committed Dec 23, 2023
    Configuration menu
    Copy the full SHA
    0afd940 View commit details
    Browse the repository at this point in the history
  3. (fix) Fix pre-commit configuration

    abel committed Dec 23, 2023
    Configuration menu
    Copy the full SHA
    af96e92 View commit details
    Browse the repository at this point in the history
  4. (fix) Fix pre-commit configuration

    abel committed Dec 23, 2023
    Configuration menu
    Copy the full SHA
    1944258 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    de6e2ac View commit details
    Browse the repository at this point in the history
  6. (feat) Added Codecov badge in README.md

    abel committed Dec 23, 2023
    Configuration menu
    Copy the full SHA
    f581f64 View commit details
    Browse the repository at this point in the history
  7. Merge branch 'feat/activate_validation_workflow' of https://github.co…

    …m/InjectiveLabs/sdk-go into feat/activate_validation_workflow
    abel committed Dec 23, 2023
    Configuration menu
    Copy the full SHA
    1953fda View commit details
    Browse the repository at this point in the history

Commits on Dec 30, 2023

  1. Feat/initialize tokens from chain denoms (#197)

    * (feat) Added missing messages from the Bank MOdule
    
    * (feat) Added logic in MarketsAssistant to enable the use of all tokens from the chain denoms metadata
    
    * (fix) Added lazy initialization for the legacy markets assistant (the one initialized from the .ini files).
    
    ---------
    
    Co-authored-by: abel <[email protected]>
    aarmoa and abel authored Dec 30, 2023
    Configuration menu
    Copy the full SHA
    c618b06 View commit details
    Browse the repository at this point in the history

Commits on Jan 1, 2024

  1. Merge branch 'dev' of https://github.com/InjectiveLabs/sdk-go into fe…

    …at/activate_validation_workflow
    abel committed Jan 1, 2024
    Configuration menu
    Copy the full SHA
    227a7c8 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    6aa890a View commit details
    Browse the repository at this point in the history

Commits on Jan 4, 2024

  1. (feat) Added support for all wasm module endpoints. Added also exampl…

    …e scripts for the new endpoints.
    abel committed Jan 4, 2024
    Configuration menu
    Copy the full SHA
    f7516ac View commit details
    Browse the repository at this point in the history

Commits on Jan 8, 2024

  1. Feat/activate validation workflow (#196)

    * (feat) Added configuration for pre-commit. Solved all issues found by pre-commit stepts, including golangci-lint
    
    * (feat) Added GitHub workflow to run pre-commit for PRs and when pushing to master and dev
    
    * (fix) Fix pre-commit configuration
    
    * (fix) Fix pre-commit configuration
    
    * (feat) Added GitHub workflow to run tests and calculate coverage
    
    * (feat) Added Codecov badge in README.md
    
    * (feat) Added configuration for pre-commit. Solved all issues found by pre-commit stepts, including golangci-lint
    
    * (feat) Added GitHub workflow to run pre-commit for PRs and when pushing to master and dev
    
    * (fix) Fix pre-commit configuration
    
    * (fix) Fix pre-commit configuration
    
    * (feat) Added GitHub workflow to run tests and calculate coverage
    
    * (feat) Added Codecov badge in README.md
    
    * (fix) Fixed incorrect numbers in example script module names
    
    ---------
    
    Co-authored-by: abel <[email protected]>
    aarmoa and abel authored Jan 8, 2024
    Configuration menu
    Copy the full SHA
    37f558e View commit details
    Browse the repository at this point in the history
  2. (feat) Added support for token factory module endpoints. Included new…

    … example scripts for the endpoints.
    abel committed Jan 8, 2024
    Configuration menu
    Copy the full SHA
    ce0a554 View commit details
    Browse the repository at this point in the history
  3. Merge branch 'dev' of https://github.com/InjectiveLabs/sdk-go into fe…

    …at/add_wasm_and_token_factory_endpoints
    abel committed Jan 8, 2024
    Configuration menu
    Copy the full SHA
    ed3c1a5 View commit details
    Browse the repository at this point in the history
  4. Merge pull request #198 from InjectiveLabs/feat/add_wasm_and_token_fa…

    …ctory_endpoints
    
    Feat/add wasm and token factory endpoints
    aarmoa authored Jan 8, 2024
    Configuration menu
    Copy the full SHA
    d10fa53 View commit details
    Browse the repository at this point in the history