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

[v3] RPC Discovery #894

Open
PhearZero opened this issue Aug 23, 2024 · 2 comments
Open

[v3] RPC Discovery #894

PhearZero opened this issue Aug 23, 2024 · 2 comments

Comments

@PhearZero
Copy link
Contributor

PhearZero commented Aug 23, 2024

Overview

Let's go V3 🎉!!!

This ticket is for tracking differences found while integrating v3 beta:

Renders:
Before After

I will update this ticket if I run into any more while integrating.

@jasonpaulos
Copy link
Contributor

  • /block/${round}/hash is no longer camel case:

@PhearZero how are you encoding the responses to be displayed on your page? If you use algosdk.encodeJSON (which is what I'd recommend), you should find that the response blockHash field has the same casing as before.

@PhearZero
Copy link
Contributor Author

how are you encoding the responses to be displayed on your page?

@jasonpaulos I was using only JSON.stringify previously. Now I've added a custom replacer that only looks for bigint types. I'll definitely switch over to encodeJSON

PhearZero added a commit to awesome-algorand/use-algorand that referenced this issue Aug 23, 2024
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

No branches or pull requests

2 participants