stellar / soroban-examples

Example Soroban Contracts
Apache License 2.0
65 stars 68 forks source link

Remove soroban-token-contract from soroban-liquidity-pool-contract dependencies #109

Closed leighmcculloch closed 2 years ago

leighmcculloch commented 2 years ago

What

Remove soroban-token-contract from soroban-liquidity-pool-contract dependencies for wasm builds.

Why

It is not needed. The soroban-token-contract is only used in tests and in testutils and it only needs to be in the dev_dependencies section, and only in the dependencies section for non-wasm builds. It can also be marked as optional so it is only imported when testutils is in use.

Close https://github.com/stellar/rs-soroban-sdk/issues/595