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

Chore: Change lib to esnext module, upgrade to polkadot/api 10.9.1 #672

Merged
merged 43 commits into from
Aug 24, 2023
Merged

Chore: Change lib to esnext module, upgrade to polkadot/api 10.9.1 #672

merged 43 commits into from
Aug 24, 2023

Commits on Aug 15, 2023

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

Commits on Aug 16, 2023

  1. Configuration menu
    Copy the full SHA
    a04bb1d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d4030d3 View commit details
    Browse the repository at this point in the history
  3. chore: add jest

    bvotteler committed Aug 16, 2023
    Configuration menu
    Copy the full SHA
    910a476 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    f7bfb18 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    3346e13 View commit details
    Browse the repository at this point in the history
  6. chre: switch from mocha/sinon to jest, continued; fixed some unit tes…

    …ts, more tests remaining
    bvotteler committed Aug 16, 2023
    Configuration menu
    Copy the full SHA
    1b4dcf2 View commit details
    Browse the repository at this point in the history

Commits on Aug 18, 2023

  1. chore: load definitions from interbtc-types via json file load, rathe…

    …r than duplicating the values inside lib
    bvotteler committed Aug 18, 2023
    Configuration menu
    Copy the full SHA
    592a7d8 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    352986a View commit details
    Browse the repository at this point in the history
  3. test: remove unnecessary ApiPromise creation which will throw/reject …

    …when it cannot connect
    bvotteler committed Aug 18, 2023
    Configuration menu
    Copy the full SHA
    6abb1f8 View commit details
    Browse the repository at this point in the history
  4. test: replace ApiPromise use to create types with TypeRegistry which …

    …does not throw if we can't connect to chain
    bvotteler committed Aug 18, 2023
    Configuration menu
    Copy the full SHA
    ba0964b View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    f4e0161 View commit details
    Browse the repository at this point in the history

Commits on Aug 22, 2023

  1. test: fix incorrect jest cli args for parallel/sequential tests, and …

    …replace expanded logger with normal one for jest tests, too
    bvotteler committed Aug 22, 2023
    Configuration menu
    Copy the full SHA
    97410cb View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    5083401 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    0ebb629 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    2e115ba View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    3cf28e8 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    2336392 View commit details
    Browse the repository at this point in the history
  7. test: enable logging again

    bvotteler committed Aug 22, 2023
    Configuration menu
    Copy the full SHA
    784e3bd View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    6d0a69f View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    7b0dfd2 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    44b4010 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    87a7f76 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    6188474 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    682a6c6 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    4ab5b15 View commit details
    Browse the repository at this point in the history
  15. test: change default timeout to 30 seconds (from 5) to avoid too eage…

    …r timeouts when running integration tests locally
    bvotteler committed Aug 22, 2023
    Configuration menu
    Copy the full SHA
    b7e5381 View commit details
    Browse the repository at this point in the history
  16. test: enforce alphabetic sorting for tests - particularly important f…

    …or sequential integration tests
    bvotteler committed Aug 22, 2023
    Configuration menu
    Copy the full SHA
    2d60acb View commit details
    Browse the repository at this point in the history
  17. test: remove sequencer which doesn't seem to work with esm modules an…

    …d convince jest (aka. "use a bludgeon") to run sequential integration tests in the expected alphabetic file name order
    bvotteler committed Aug 22, 2023
    Configuration menu
    Copy the full SHA
    d324cf3 View commit details
    Browse the repository at this point in the history

Commits on Aug 23, 2023

  1. Configuration menu
    Copy the full SHA
    8e9b247 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    7e81a76 View commit details
    Browse the repository at this point in the history
  3. test: remove incorrect test; getVaultCollaterization does not reject …

    …if there is no collateral
    bvotteler committed Aug 23, 2023
    Configuration menu
    Copy the full SHA
    62154d0 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    ea5545f View commit details
    Browse the repository at this point in the history
  5. test: in redeem tests, create separate instances for accounts instead…

    … of setting account on shared instance in order to reduce test flakiness
    bvotteler committed Aug 23, 2023
    Configuration menu
    Copy the full SHA
    dc9bc63 View commit details
    Browse the repository at this point in the history
  6. test: recreate interbtcapi instances for different accounts rather th…

    …an sharing an instance and setting accounts in tests
    bvotteler committed Aug 23, 2023
    Configuration menu
    Copy the full SHA
    4a12d7c View commit details
    Browse the repository at this point in the history
  7. test: create interbtcapi instance for vaults test (previously acciden…

    …tally had a good instance)
    bvotteler committed Aug 23, 2023
    Configuration menu
    Copy the full SHA
    40cabaf View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    c720ffd View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    66586e6 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    a0db635 View commit details
    Browse the repository at this point in the history
  11. test: disable flaky test, to be resolved at later stage (functionalit…

    …y should be tested on parachain end anyway)
    bvotteler committed Aug 23, 2023
    Configuration menu
    Copy the full SHA
    d74c3f8 View commit details
    Browse the repository at this point in the history
  12. chore: revert manual runtime definitions added due to issue #673 - no…

    … longer needed after polkadot/api upgrade
    bvotteler committed Aug 23, 2023
    Configuration menu
    Copy the full SHA
    43fb372 View commit details
    Browse the repository at this point in the history

Commits on Aug 24, 2023

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