Commit 3268a10
authored
feat(hermes): add staked-ada endpoint (#597)
* feat(hermes): add staked-ada endpoint
* chore(hermes): use http for common strings
* fix(hermes): add staked to configuration files
* fix(hermes): add missed field for txo queries, fix arguments order for queries
* chore(hermes): code refactoring
* feat(hermes): add integration test for staked-ada endpoint
* fix(hermes): added helper function to terminate child process running hermes
* fix(hermes): ignore cspell for mocked addresses, delete temp dir after test is finished
* chore(hermes): update Cargo.lock file
* chore(hermes): fix ci checks
* chore(hermes): fix ./hermes+check
* chore(hermes): bump crate versions, fix ./hermes+check
* fix(hermes): clippy fix
* fix(hermes): invalid column order in queries
* fix(hermes): disable auth, since auth module is not implemented yet
* feat(hermes): add staked-ada to CI checks, fix fmt check for it, remove unused staked_ada module
* chore(hermes): fixes according to PR comments
* chore(hermes): update path regex1 parent acad06a commit 3268a10
File tree
34 files changed
+5767
-772
lines changed- .config/dictionaries
- hermes
- apps/athena
- modules/staked-ada
- lib
- src
- api
- bin
- src/runtime_extensions/hermes/http_gateway
- config
- tests/integration
- components/staked_ada_indexer_mock
- src
- tests
- serial
- athena
- utils
34 files changed
+5767
-772
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
9 | 9 | | |
10 | 10 | | |
11 | 11 | | |
| 12 | + | |
12 | 13 | | |
13 | 14 | | |
14 | 15 | | |
| |||
126 | 127 | | |
127 | 128 | | |
128 | 129 | | |
| 130 | + | |
129 | 131 | | |
130 | 132 | | |
131 | 133 | | |
| |||
0 commit comments