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
Backend task blockscout/blockscout#10913
Starting from 6.9.0 of backend, all API v2 endpoints contains duplicates of shorthands of the props.
The general idea is to replace:
...tx...
...txn...
...transaction...
...num...
number
The full set of renamings:
Please bind to new props in API endpoints. The next (7.0.0) release of the backend will remove old prop names.
The text was updated successfully, but these errors were encountered:
Bind to full prop namings in API v2 endpoints
12e059a
Fixes #2374
73ce4f5
l1_tx_hashes
tom2drum
Successfully merging a pull request may close this issue.
Backend task blockscout/blockscout#10913
Starting from 6.9.0 of backend, all API v2 endpoints contains duplicates of shorthands of the props.
The general idea is to replace:
...tx...
and...txn...
with...transaction...
...num...
withnumber
.The full set of renamings:
Please bind to new props in API endpoints. The next (7.0.0) release of the backend will remove old prop names.
The text was updated successfully, but these errors were encountered: