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(solana): migrate to local/offline containerized node #2187

Open
wants to merge 24 commits into
base: dev
Choose a base branch
from

Commits on Jul 26, 2024

  1. Add and fix Solana docker tests

    Add Dockerfile to run local solana validator for tests
    0xMMBD committed Jul 26, 2024
    Configuration menu
    Copy the full SHA
    73491ad View commit details
    Browse the repository at this point in the history
  2. fmt changes

    unignore test test_solana_and_spl_balance_enable_spl_v2
    0xMMBD committed Jul 26, 2024
    Configuration menu
    Copy the full SHA
    47861f8 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    4277284 View commit details
    Browse the repository at this point in the history

Commits on Aug 5, 2024

  1. feat(solana-tests): moving to local node

    Signed-off-by: Mariusz Jasuwienas <[email protected]>
    mj-blockydevs authored and arianejasuwienas committed Aug 5, 2024
    Configuration menu
    Copy the full SHA
    5b52c69 View commit details
    Browse the repository at this point in the history

Commits on Aug 6, 2024

  1. feat(solana-tests): moving solana tests to be executed against the lo…

    …cal node
    
    Signed-off-by: Mariusz Jasuwienas <[email protected]>
    mj-blockydevs authored and arianejasuwienas committed Aug 6, 2024
    Configuration menu
    Copy the full SHA
    763f32b View commit details
    Browse the repository at this point in the history
  2. Revert "ignore tendermint tests for now"

    This reverts commit 4277284
    shamardy committed Aug 6, 2024
    Configuration menu
    Copy the full SHA
    c79ae3c View commit details
    Browse the repository at this point in the history
  3. fixes after revert

    shamardy committed Aug 6, 2024
    Configuration menu
    Copy the full SHA
    efa9285 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    313283d View commit details
    Browse the repository at this point in the history
  5. feat(solana-tests): moving solana tests to be executed against the lo…

    …cal node. Non-dockerised tests (out of solana - scope) excluded.
    
    Signed-off-by: Mariusz Jasuwienas <[email protected]>
    mj-blockydevs authored and arianejasuwienas committed Aug 6, 2024
    Configuration menu
    Copy the full SHA
    364a98f View commit details
    Browse the repository at this point in the history

Commits on Aug 7, 2024

  1. feat(solana-tests): moving dockerized tests directly to the docker re…

    …lated namespace
    
    Signed-off-by: Mariusz Jasuwienas <[email protected]>
    mj-blockydevs authored and arianejasuwienas committed Aug 7, 2024
    Configuration menu
    Copy the full SHA
    2fb5cf4 View commit details
    Browse the repository at this point in the history
  2. feat(solana-tests): moving dockerized tests directly to the docker re…

    …lated namespace
    
    Signed-off-by: Mariusz Jasuwienas <[email protected]>
    mj-blockydevs authored and arianejasuwienas committed Aug 7, 2024
    Configuration menu
    Copy the full SHA
    8aa12b5 View commit details
    Browse the repository at this point in the history
  3. feat(solana-tests): removing comments from code

    Signed-off-by: Mariusz Jasuwienas <[email protected]>
    mj-blockydevs authored and arianejasuwienas committed Aug 7, 2024
    Configuration menu
    Copy the full SHA
    a81d5fd View commit details
    Browse the repository at this point in the history

Commits on Aug 8, 2024

  1. feat(solana-tests): one account instead of multiple accounts

    Signed-off-by: Mariusz Jasuwienas <[email protected]>
    mj-blockydevs authored and arianejasuwienas committed Aug 8, 2024
    Configuration menu
    Copy the full SHA
    7f8fba1 View commit details
    Browse the repository at this point in the history
  2. feat(solana-tests): fixing tests broken by previous commit

    Signed-off-by: Mariusz Jasuwienas <[email protected]>
    mj-blockydevs authored and arianejasuwienas committed Aug 8, 2024
    Configuration menu
    Copy the full SHA
    be15afa View commit details
    Browse the repository at this point in the history
  3. feat(solana-tests): fixing tests broken by previous commit

    Signed-off-by: Mariusz Jasuwienas <[email protected]>
    mj-blockydevs committed Aug 8, 2024
    Configuration menu
    Copy the full SHA
    220651d View commit details
    Browse the repository at this point in the history
  4. feat(solana-tests): fixing tests broken by previous commit

    Signed-off-by: Mariusz Jasuwienas <[email protected]>
    mj-blockydevs committed Aug 8, 2024
    Configuration menu
    Copy the full SHA
    824463e View commit details
    Browse the repository at this point in the history

Commits on Aug 9, 2024

  1. feat(solana-tests): mint SPL to one account only

    Signed-off-by: Mariusz Jasuwienas <[email protected]>
    mj-blockydevs committed Aug 9, 2024
    Configuration menu
    Copy the full SHA
    96d4855 View commit details
    Browse the repository at this point in the history
  2. feat(solana-tests): moving repeated strings to consts

    Signed-off-by: Mariusz Jasuwienas <[email protected]>
    mj-blockydevs committed Aug 9, 2024
    Configuration menu
    Copy the full SHA
    f4f644a View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    30e8cbe View commit details
    Browse the repository at this point in the history
  4. * add enable-solana flag to some parts

    * install libudev-dev build dep for docker-tests
    shamardy committed Aug 9, 2024
    Configuration menu
    Copy the full SHA
    525625f View commit details
    Browse the repository at this point in the history

Commits on Aug 10, 2024

  1. fix wasm compilation

    shamardy committed Aug 10, 2024
    Configuration menu
    Copy the full SHA
    19bbd93 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    6d5bc8e View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    00ecbb6 View commit details
    Browse the repository at this point in the history

Commits on Aug 11, 2024

  1. feat(solana-tests): bringing back few omitted tests

    Signed-off-by: Mariusz Jasuwienas <[email protected]>
    mj-blockydevs committed Aug 11, 2024
    Configuration menu
    Copy the full SHA
    958de15 View commit details
    Browse the repository at this point in the history