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

Breaking change: unifying provider interfaces, preparing network providers for extraction - step 1 #180

Merged
merged 14 commits into from
Apr 6, 2022

Conversation

andreibancioiu
Copy link
Contributor

@andreibancioiu andreibancioiu commented Apr 5, 2022

First part of decoupling src/networkProvider from erdjs components.

When decoupling is done, no file within src/networkProvider should reference files from other packages. Then, we can extract networkProvider to a separate repository and continue the interface reconciliation process (API & Proxy).

@andreibancioiu andreibancioiu marked this pull request as draft April 5, 2022 17:13
@andreibancioiu andreibancioiu self-assigned this Apr 5, 2022
@andreibancioiu andreibancioiu changed the title Breaking change: unifying provider interfaces, preparing network provider for extraction - step 1 Breaking change: unifying provider interfaces, preparing network providers for extraction - step 1 Apr 5, 2022
@andreibancioiu andreibancioiu marked this pull request as ready for review April 5, 2022 20:21
return (
this.status == "received" ||
this.status == "pending" ||
this.status == "partially-executed"
Copy link
Contributor

Choose a reason for hiding this comment

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

can we have status partially-executed? I cannot find it here:
https://github.com/ElrondNetwork/elrond-go-core/blob/main/data/transaction/status.go
and I can only find it in a unit test on elrond-proxy-go

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Indeed, old, deprecated status 🙏

@andreibancioiu andreibancioiu merged commit 34d526d into main Apr 6, 2022
@andreibancioiu andreibancioiu deleted the tx-on-network branch April 6, 2022 10:32
andreibancioiu added a commit that referenced this pull request Sep 25, 2024
Breaking change: unifying provider interfaces, preparing network providers for extraction - step 1
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