Skip to content

Commit

Permalink
Merge branch 'main' into v1.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
rdlrt committed Nov 22, 2023
2 parents 206b209 + 7dcb5a7 commit aea56dd
Show file tree
Hide file tree
Showing 5 changed files with 22 additions and 3 deletions.
13 changes: 13 additions & 0 deletions .deepsource.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
version = 1

[[analyzers]]
name = "shell"

[[analyzers]]
name = "python"

[analyzers.meta]
runtime_version = "3.x.x"

[[analyzers]]
name = "sql"
2 changes: 1 addition & 1 deletion files/grest/rpc/pool/pool_registrations.sql
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ RETURNS TABLE (
block_height word31type,
epoch_no word31type,
epoch_slot word31type,
active_epoch_no word31type
active_epoch_no bigint
)
LANGUAGE SQL STABLE
AS $$
Expand Down
Binary file added images/projects/temkirio.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
8 changes: 8 additions & 0 deletions projects.json
Original file line number Diff line number Diff line change
Expand Up @@ -175,6 +175,14 @@
"light": "https://raw.githubusercontent.com/cardano-community/koios-artifacts/main/images/projects/tabulali-512.png"
}
},
{
"text": "Tekmirio",
"link": "https://tekmirio.xyz",
"logo": {
"dark": "https://raw.githubusercontent.com/cardano-community/koios-artifacts/main/images/projects/temkirio.png",
"light": "https://raw.githubusercontent.com/cardano-community/koios-artifacts/main/images/projects/temkirio.png"
}
},
{
"text": "TosiDrop",
"link": "https://tosidrop.io",
Expand Down
2 changes: 0 additions & 2 deletions tests/not_empty_response.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,5 @@
def not_empty_response(response, case):
if response.status_code != 200 or response.text == "[]":
raise AssertionError("Error occurred ---> status_code: " + str(response.status_code) + ", text returned : " + str(response.text) )
return False
else:
return True

0 comments on commit aea56dd

Please sign in to comment.