Skip to content

Conversation

@andreibancioiu
Copy link
Contributor

Third part of decoupling src/networkProvider from erdjs components: move queryResponse to networkProvider package.

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 self-assigned this Apr 6, 2022
bogdan-rosianu
bogdan-rosianu previously approved these changes Apr 6, 2022
@@ -0,0 +1,3 @@
import BigNumber from "bignumber.js";

export const MaxUint64 = new BigNumber("18446744073709551615");
Copy link
Contributor

Choose a reason for hiding this comment

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

can you rename it to MaxUint64AsBigNumber ?

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Fixed.

@andreibancioiu andreibancioiu merged commit 6a85a55 into main Apr 6, 2022
@andreibancioiu andreibancioiu deleted the query-response branch April 6, 2022 15:06
andreibancioiu added a commit that referenced this pull request Sep 25, 2024
Breaking change: unifying provider interfaces, preparing network providers for extraction - step 4
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.

4 participants