Skip to content

Commit

Permalink
Follow Nexus API: add consensus account num_txns
Browse files Browse the repository at this point in the history
Update to version:
   "add consensus account num_txns"
   (from 2024.05.22)

- New data:
  - Account.stats
- Changed:
  - AccountStats.total_received and total_sent is now optional
  • Loading branch information
csillag committed May 29, 2024
1 parent 7526c03 commit 3bc40a6
Show file tree
Hide file tree
Showing 4 changed files with 3,077 additions and 4 deletions.
1 change: 1 addition & 0 deletions .changelog/1433.internal.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Follow nexus: add consensus account num_txns
5 changes: 3 additions & 2 deletions src/oasis-nexus/generated/api.ts

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions src/oasis-nexus/orval.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@ import removeNetworkFromName from './removeNetworkFromName.js'
const config = {
nexus: {
input: {
// target: './v1.yaml',
target: 'https://raw.githubusercontent.com/oasisprotocol/nexus/main/api/spec/v1.yaml',
target: './v1.yaml',
// target: 'https://raw.githubusercontent.com/oasisprotocol/nexus/main/api/spec/v1.yaml',
// target: 'https://nexus.stg.oasis.io/v1/spec/v1.yaml',
// target: 'https://nexus.oasis.io/v1/spec/v1.yaml',
override: {
Expand Down
Loading

0 comments on commit 3bc40a6

Please sign in to comment.