Conversation
Co-authored-by: VojtechVitek <139342+VojtechVitek@users.noreply.github.com>
|
|
Review or Edit in CodeSandboxOpen the branch in Web Editor • VS Code • Insiders |
|
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
Reviewer's Guide by SourceryThis pull request updates the webrpc-gen version, regenerates code, adds new contract types and token metadata sources, updates enums, removes the RuntimeChecks interface, adds source to TokenIndex, removes notFound from ContractInfo, adds ContractInfoOverride, updates the Task interface, adds new methods to the Metadata interface, removes deprecated methods, updates package versions, updates the indexer's rpc client, excludes deprecated methods on rpc client, adds a script to update the network names documentation, creates a template for network names documentation, and creates a network names documentation file. Updated class diagram for MetadataclassDiagram
class Metadata {
runtimeStatus()
getTask(args: GetTaskArgs)
getTaskStatus(args: GetTaskStatusArgs)
getContractInfo(args: GetContractInfoArgs)
getContractInfoBatch(args: GetContractInfoBatchArgs)
findContractInfo(args: FindContractInfoArgs)
findContractInfoBatch(args: FindContractInfoBatchArgs)
refreshContractInfo(args: RefreshContractInfoArgs)
refreshContractInfoBatch(args: RefreshContractInfoBatchArgs)
searchContractsByQuery(args: SearchContractsByQueryArgs)
getTokenMetadata(args: GetTokenMetadataArgs)
getTokenMetadataBatch(args: GetTokenMetadataBatchArgs)
refreshTokenMetadata(args: RefreshTokenMetadataArgs)
searchTokenMetadataByQuery(args: SearchTokenMetadataByQueryArgs)
searchTokenMetadata(args: SearchTokenMetadataArgs)
searchTokenMetadataTokenIDs(args: SearchTokenMetadataTokenIDsArgs)
getTokenMetadataPropertyFilters(args: GetTokenMetadataPropertyFiltersArgs)
getTokenDirectoryNetworks(args: GetTokenDirectoryNetworksArgs)
getTokenDirectory(args: GetTokenDirectoryArgs)
searchTokenDirectory(args: SearchTokenDirectoryArgs)
getNiftyswapTokenQuantity(args: GetNiftyswapTokenQuantityArgs)
getNiftyswapUnitPrices(args: GetNiftyswapUnitPricesArgs)
getNiftyswapUnitPricesWithQuantities(args: GetNiftyswapUnitPricesWithQuantitiesArgs)
}
Updated class diagram for AdminclassDiagram
class Admin {
getContractInfoOverride(args: GetContractInfoOverrideArgs)
getContractInfoOverrides(args: GetContractInfoOverridesArgs)
addContractInfoOverride(args: AddContractInfoOverrideArgs)
updateContractInfoOverride(args: UpdateContractInfoOverrideArgs)
removeContractInfoOverride(args: RemoveContractInfoOverrideArgs)
isInTokenDirectory(args: IsInTokenDirectoryArgs)
setTokenDirectoryFeatureIndex(args: SetTokenDirectoryFeatureIndexArgs)
addContractToTokenDirectory(args: AddContractToTokenDirectoryArgs)
removeContractFromTokenDirectory(args: RemoveContractFromTokenDirectoryArgs)
refreshTokenDirectory()
}
File-Level Changes
Tips and commandsInteracting with Sourcery
Customizing Your ExperienceAccess your dashboard to:
Getting Help
|
There was a problem hiding this comment.
We encountered an error and are unable to review this PR. We have been notified and are working to fix it.
You can try again by commenting this pull request with @sourcery-ai review, or contact us for help.
Summary by Sourcery
Update metadata RPC client and generate network names documentation
Enhancements:
Chores: