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

Replace react-scripts with Webpack + Node v18 + update Stellar SDK #731

Merged
merged 5 commits into from
Dec 11, 2023

Conversation

quietbits
Copy link
Contributor

No description provided.

@quietbits quietbits marked this pull request as draft December 11, 2023 16:40
@stellar-jenkins
Copy link

@stellar-jenkins
Copy link

@stellar-jenkins
Copy link

@quietbits quietbits marked this pull request as ready for review December 11, 2023 18:32
@stellar-jenkins
Copy link

@@ -22,17 +21,11 @@ export default function extrapolateFromXdr(input, type, isSoroban = false) {
// TODO: input validation

let xdr, StrKey, Keypair, Operation;
if (isSoroban) {
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I believe you can remove this isSoroban altogether now 🎉

@@ -44,12 +43,13 @@ export function fetchSigners(
networkPassphrase,
isSoroban = false,
) {
const sdk = isSoroban ? SorobanSdk : StellarSdk;
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I believe you can remove the isSoroban param here altogether as well

@stellar-jenkins
Copy link

@quietbits quietbits merged commit 106d4ff into master Dec 11, 2023
2 checks passed
@quietbits quietbits deleted the update-config-stellar-sdk branch August 22, 2024 19:22
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.

3 participants