Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: stellar/js-stellar-sdk
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 493373a3ab653680c661ccc9ead127debb79b808
Choose a base ref
...
head repository: stellar/js-stellar-sdk
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: fe422ab551c03d27ad4cdf154bb28ce7c4ce2c21
Choose a head ref
  • 6 commits
  • 13 files changed
  • 2 contributors

Commits on Aug 30, 2021

  1. Configuration menu
    Copy the full SHA
    5b00949 View commit details
    Browse the repository at this point in the history
  2. [CD/CI] Add GitHub Actions to run tests on PRs (#686)

    ### What
    
    Add GitHub Actions to run tests for every PR.
    
    ### Why
    
    So all AMM related PRs we're merging into [v9.0.0](https://github.com/stellar/js-stellar-sdk/tree/v9.0.0) will need to pass the CI tests.
    marcelosalloum authored Aug 30, 2021
    Configuration menu
    Copy the full SHA
    945dd0f View commit details
    Browse the repository at this point in the history

Commits on Aug 31, 2021

  1. Support filtering accounts participating in a given LP and update acc…

    …ounts balance response (#688)
    
    Support `/accounts?liquidity_pool={:pool_id}` and update the response from `/accounts/{:acc_id}`
    
    ### Update
    
    - A new type of trustline called `liquidity_pool_shares` was added, which is included in the account `balances` array and causes a breaking change (see below) ([#688](#688)).
    - Clients can now filter the results from the `/accounts` endpoint based on participation in a certain liquidity pool ([#688](#688)).
    
    ### Breaking Changes
    
    - The `balances` array from an account response now supports liquidity pool balances ([#688](#688)).
      - the `asset_type` field can now be `liquidity_pool_shares`.
      - `buying_liabilities`, `selling_liabilities`, `asset_code`, and `asset_issuer` are omitted from the response for pool shares because they are not relevant to liquidity pools.
    - Update the `ChangeTrustOperationResponse` interface so it can conform to a change in a liquidity pool trustline ([#688](#688)).
      - `asset_type` can now be `liquidity_pool_shares`.
      - `asset_code` and `asset_issuer` are now optional.
      - Added `liquidity_pool_id` as an optional field.
    marcelosalloum authored Aug 31, 2021
    Configuration menu
    Copy the full SHA
    4840011 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    cb0993f View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    9f40288 View commit details
    Browse the repository at this point in the history
  4. Add CHANGELOG entry

    Shaptic committed Aug 31, 2021
    Configuration menu
    Copy the full SHA
    fe422ab View commit details
    Browse the repository at this point in the history
Loading