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

Bring "src" of "sdk-network-providers" (with history) #484

Merged
merged 184 commits into from
Sep 26, 2024

Conversation

andreibancioiu
Copy link
Contributor

See #483.

Steps involved:

git clone [email protected]:multiversx/mx-sdk-js-core.git
git clone [email protected]:multiversx/mx-sdk-js-network-providers.git

cd mx-sdk-js-network-providers
git filter-repo --subdirectory-filter src --to-subdirectory-filter src-network-providers --tag-rename 'src':'src-network-providers'

cd ../mx-sdk-js-core

git checkout feat/unify
git checkout -b merge-network-providers
git remote add network-providers ../mx-sdk-js-network-providers
git fetch network-providers
git merge --allow-unrelated-histories network-providers/main
git remote remove network-providers
git push origin

How to review:

git clone -b merge-network-providers [email protected]:multiversx/mx-sdk-js-core.git
git clone [email protected]:multiversx/mx-sdk-js-network-providers.git
git diff --no-index mx-sdk-js-core/src-network-providers mx-sdk-js-network-providers/src

References:

andreibancioiu and others added 23 commits January 10, 2024 09:39
Reference newer Axios (npm audit fix)
Add "TransactionOnNetwork.function"
Fix exports: "TransactionEventData"
…ng-token-properties-on-network-providers

Fix tests and update dependency
…js-network-providers

Extend user agent to contain client name
Fix constructor of ApiNetworkProvider, when config is not provided
@andreibancioiu andreibancioiu self-assigned this Sep 25, 2024
@andreibancioiu andreibancioiu changed the title Bring SRC of sdk-network-providers (with history) Bring "src" of "sdk-network-providers" (with history) Sep 25, 2024
@danielailie danielailie self-requested a review September 26, 2024 13:12
@andreibancioiu andreibancioiu merged commit e303053 into feat/unify Sep 26, 2024
3 of 4 checks passed
@andreibancioiu andreibancioiu deleted the merge-network-providers branch September 26, 2024 13:26
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.

7 participants