Skip to content

Commit

Permalink
Aligning Koios Java Client 1.14 with Koios Instance 1.0.7
Browse files Browse the repository at this point in the history
  • Loading branch information
edridudi committed Sep 25, 2022
1 parent cae0aa6 commit 39938a0
Show file tree
Hide file tree
Showing 52 changed files with 1,052 additions and 391 deletions.
18 changes: 13 additions & 5 deletions README.md
Expand Up @@ -183,17 +183,25 @@ Resource and maintenance requirements for Cardano blockchain components (e.g. ca
<td>Get the list of all asset transaction hashes (newest first)</td>
</tr>
<tr>
<td rowspan="8">Pool</td>
<td rowspan="10">Pool</td>
<td>Pool List</td>
<td>A list of all currently registered/retiring (not retired) pools</td>
</tr>
<tr>
<td>Pool Information</td>
<td>Current pool statuses and details for a specified list of pool ids</td>
</tr>
<tr>
<td>Pool Stake Snapshot</td>
<td>Returns Mark, Set and Go stake snapshots for the selected pool, useful for leaderlog calculation</td>
</tr>
<tr>
<td>Pool Delegators List</td>
<td>Return information about delegators by a given pool and optional epoch (current if omitted)</td>
<td>Return information about live delegators for a given pool.</td>
</tr>
<tr>
<td>Pool Delegators History</td>
<td>Return information about active delegators (incl. history) for a given pool and epoch number - current epoch if not provided.</td>
</tr>
<tr>
<td>Pool Blocks</td>
Expand Down Expand Up @@ -232,7 +240,7 @@ Resource and maintenance requirements for Cardano blockchain components (e.g. ca
</table>
</details>

<details>
<details open>
<summary>Version Compatability Chart</summary>

| Koios Instance | Koios Java Client |
Expand All @@ -250,13 +258,13 @@ Resource and maintenance requirements for Cardano blockchain components (e.g. ca
<dependency>
<groupId>io.github.cardano-community</groupId>
<artifactId>koios-java-client</artifactId>
<version>1.13</version>
<version>1.14</version>
</dependency>
```

- For Gradle, add the following dependency to build.gradle
```
compile group: 'io.github.cardano-community', name: 'koios-java-client', version: '1.13'
compile group: 'io.github.cardano-community', name: 'koios-java-client', version: '1.14'
```

### Get Koios Backend Service
Expand Down

0 comments on commit 39938a0

Please sign in to comment.