Skip to content
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1,285 changes: 917 additions & 368 deletions api/src/main/resources/rosetta-specifications-1.4.15/api.yaml

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion docs/docs/development/performance-measurements.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ This page documents the performance measurements and load test results for diffe

## Load Test Results

Below you can find the load test results for various releases, comparing different deployment options.
Below you can find the load test results for various releases, comparing different deployment options. All performance tests are evaluated against a Service Level Agreement (SLA) target of 1 second response time, which we consider the acceptable threshold for API responsiveness in production environments.

<details>
<summary>
Expand Down
2 changes: 1 addition & 1 deletion docs/docs/development/qa-regression.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ description: Testing methodology and procedures for releases

The following steps are performed as part of the QA process for new releases:

1. **E2E Testing**: Run the complete end-to-end test flow on preprod network using the [`e2e-tests`](https://github.com/cardano-foundation/cardano-rosetta-java/tree/main/e2e-tests) suite
1. **E2E Testing**: Run the complete end-to-end test flow on preprod network using the [`e2e_tests`](https://github.com/cardano-foundation/cardano-rosetta-java/tree/main/e2e_tests) suite

- Test on both single docker and docker-compose deployments
- Verify all construction API flows work correctly
Expand Down
11 changes: 11 additions & 0 deletions docs/docusaurus.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,8 @@ const config = {
// Remove this to remove the "edit this page" links.
editUrl:
'https://github.com/cardano-foundation/cardano-rosetta-java/tree/main/docs/',
showLastUpdateAuthor: true,
showLastUpdateTime: true,
exclude: [
'**/test-results/**', // Exclude all test-results directories
'**/_test-results/**', // Exclude directories with underscore prefix
Expand Down Expand Up @@ -144,19 +146,28 @@ const config = {
{
label: 'API Reference',
route: '/cardano-rosetta-java/api',

configuration: {
url: '/cardano-rosetta-java/api.yaml',
hideDownloadButton: true,
hideDarkModeToggle: true,
forceDarkModeState: 'light',
withDefaultFonts: false,
hideClientButton: true,
hideTestRequestButton: true,
//proxyUrl: 'https://proxy.scalar.com',
servers: [
{
url: 'http://localhost:8082',
name: 'Local',
},
],
customCss: `* {
--scalar-font: 'Helvetica Neue', Helvetica, Arial, sans-serif;
}
`


},
},
],
Expand Down
2 changes: 1 addition & 1 deletion docs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
"@docusaurus/preset-classic": "3.7.0",
"@docusaurus/theme-mermaid": "^3.7.0",
"@mdx-js/react": "^3.0.0",
"@scalar/docusaurus": "^0.5.5",
"@scalar/docusaurus": "^0.6.5",
"clsx": "^2.0.0",
"prism-react-renderer": "^2.3.0",
"react": "^19.0.0",
Expand Down
Loading
Loading