Skip to content

Commit 3268a10

Browse files
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 regex
1 parent acad06a commit 3268a10

File tree

34 files changed

+5767
-772
lines changed

34 files changed

+5767
-772
lines changed

.config/dictionaries/project.dic

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ autocheckpoint
99
autonumber
1010
backpressure
1111
bech
12+
biguint
1213
bkioshn
1314
blockfetch
1415
blosc
@@ -126,6 +127,7 @@ oneshot
126127
openat
127128
outlen
128129
outparam
130+
pastey
129131
permissioned
130132
pollable
131133
pollables

0 commit comments

Comments
 (0)