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

Remove RPC chain/showChain #5146

Merged
merged 1 commit into from
Jul 18, 2024
Merged

Remove RPC chain/showChain #5146

merged 1 commit into from
Jul 18, 2024

Conversation

NullSoldier
Copy link
Contributor

Summary

This renders the blockchain as an ASCII response. This should be done by fetching the chain and then rendering this yourself. This was just a debug tool used in the early days of Iron Fish.

Testing Plan

Documentation

Does this change require any updates to the Iron Fish Docs (ex. the RPC API
Reference
)? If yes, link a
related documentation pull request for the website.

[X] Yes

Breaking Change

Is this a breaking change? If yes, add notes below on why this is breaking and label it with breaking-change-rpc or breaking-change-sdk.

[X] Yes

@NullSoldier NullSoldier requested a review from a team as a code owner July 18, 2024 20:45
@NullSoldier NullSoldier force-pushed the jason/rpc-chain-show branch from adf9972 to 667d746 Compare July 18, 2024 20:58
This renders the blockchain as an ASCII response. This should be done by
fetching the chain and then rendering this yourself. This was just a
debug tool used in the early days of Iron Fish.
@NullSoldier NullSoldier force-pushed the jason/rpc-chain-show branch from 667d746 to 277f0f9 Compare July 18, 2024 21:34
@NullSoldier NullSoldier enabled auto-merge (squash) July 18, 2024 21:46
@NullSoldier NullSoldier merged commit 0e0e18a into staging Jul 18, 2024
5 checks passed
@NullSoldier NullSoldier deleted the jason/rpc-chain-show branch July 18, 2024 21:47
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.

2 participants