We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
It returns the transaction retention window, instead of the maximum retention window.
It broke in #174
In particular, this is not true:
https://github.com/stellar/soroban-rpc/blob/c818bb87eaaf705ca4b4c1f4b5ded8cd0cf859ff/cmd/soroban-rpc/internal/jsonrpc.go#L139-L142
The transaction window is still different than the events window, which can be larger.
The text was updated successfully, but these errors were encountered:
Shaptic
aditya1702
No branches or pull requests
It returns the transaction retention window, instead of the maximum retention window.
It broke in #174
In particular, this is not true:
https://github.com/stellar/soroban-rpc/blob/c818bb87eaaf705ca4b4c1f4b5ded8cd0cf859ff/cmd/soroban-rpc/internal/jsonrpc.go#L139-L142
The transaction window is still different than the events window, which can be larger.
The text was updated successfully, but these errors were encountered: