Skip to content

Improve development setup + update dependencies#19

Merged
Pasniczy merged 20 commits intomainfrom
development-setup
Apr 22, 2025
Merged

Improve development setup + update dependencies#19
Pasniczy merged 20 commits intomainfrom
development-setup

Conversation

@Pasniczy
Copy link
Copy Markdown
Contributor

@Pasniczy Pasniczy commented Apr 16, 2025

Notes

  • major release needed due to changes:
    1. Stellar SDK update to most recent
    2. Updated target to es2020 (updated Stellar SDK uses BigInt syntax of <Integer>n, so this is to explicitly align min version of package with min version fully supporting Stellar SDK)
    3. Fixed response of getIncompletePayments - return type was typed as Array<PaymentDTO> while it responded with { incomplete_server_payments: Array<PaymentDTO> }. Now response matches type.
    4. Stop accepting partial axios config in PiNetwork constructor (developers should not select network since it's defined by app's network (Mainnet vs Testnet))

@hklee93 hklee93 marked this pull request as ready for review April 18, 2025 14:35
@Pasniczy Pasniczy changed the title Improve development setup Improve development setup + update dependencies Apr 22, 2025
@Pasniczy Pasniczy merged commit 4542c83 into main Apr 22, 2025
@Pasniczy Pasniczy deleted the development-setup branch April 22, 2025 12:34
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants