-
Notifications
You must be signed in to change notification settings - Fork 13
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat(iota-json-rpc-api): Merge explorer metrics feature branch (#2259)
* feat(iota-json-rpc-api): Restore explorer metric endpoints (#1845) * feat(iota-json-rpc-api): Add explorer endpoints back * feat(iota-json-rpc-api): Add metric processors back * refactor(iota-indexer): fix schema usages * refactor(iota-indexer): redo `ExtendedApi` methods * refactor(iota-indexer): Introduce analytical-worker in docker-compose * refactor(iota-benchmark, iota-core): Fix format * refactor: Adjust docker-compose params and ports * refactor: Add missing documentation * refactor: Explicit export Co-authored-by: Konstantinos Demartinos <[email protected]> * refactor: Move processors * refactor: Regenerate OpenRPC spec * refactor: Add license * refactor: Fix import * refactor: Remove outdated comment * refactor: Add comments to clarify `address` vs `active_address` meaning --------- Co-authored-by: Konstantinos Demartinos <[email protected]> * fix: Remove unimplemented ExtendedApi::query_objects * fix: fmt * feat(tooling-sdk): Sync TS-SDK APIs (#2250) * fix(tooling-sdk): Run generate scripts * fix(tooling-sdk): Update manual types * fix(tooling-sdk): Regenerate types again (after rebase) * fix(tooling-sdk): Regenerate types again (after base branch fixes) * fix(tooling-explorer): Remove usage of removed type (name service) and mock the client methods for now * fix(tooling-sdk): Ignore unused arguments in client without ts-ignore * fix(tooling-sdk): Fix build issues triggered by type changes * fix(tooling-sdk): Support newly added methods in client.ts * fix(tooling-sdk): Run codegen in graphql-transport * fix(tooling-sdk): Add graphql compatibility tests for new methods (skip them as they don't pass atm) * fix(tooling-sdk): Remove nameservice related methods from graphql-transport * fix(tooling-sdk): Add changeset for sdk & graphql-transport packages * fix(tooling-sdk): Make dprint like the changeset format * fix(tooling-sdk): Make dprint like the changeset format * feat: fmt --------- Co-authored-by: Konstantinos Demartinos <[email protected]> Co-authored-by: Mario <[email protected]>
- Loading branch information
1 parent
dfdeda1
commit d423314
Showing
39 changed files
with
2,883 additions
and
783 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
--- | ||
'@iota/graphql-transport': patch | ||
'@iota/iota-sdk': patch | ||
--- | ||
|
||
Sync API changes: | ||
|
||
- restore extended api metrics endpoints | ||
- remove nameservice endpoints |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.