Latest Threat Research:SANDWORM_MODE: Shai-Hulud-Style npm Worm Hijacks CI Workflows and Poisons AI Toolchains.Details
Socket
Book a DemoInstallSign in
Socket

vana

Package Overview
Dependencies
Maintainers
1
Versions
50
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

vana - npm Package Compare versions

Comparing version
0.46.0
to
0.47.0
+1
-1
PKG-INFO
Metadata-Version: 2.3
Name: vana
Version: 0.46.0
Version: 0.47.0
Summary:

@@ -5,0 +5,0 @@ Author: Tim Nunamaker

[tool.poetry]
name = "vana"
version = "0.46.0"
version = "0.47.0"
description = ""

@@ -5,0 +5,0 @@ authors = ["Tim Nunamaker <tim@vana.com>", "Volodymyr Isai <volod@vana.com>", "Kahtaf Alam <kahtaf@vana.com>"]

@@ -236,3 +236,3 @@ import argparse

refiner = self.chain_manager.read_contract_fn(get_refiner_fn)
keys = ["dlp_id", "owner", "name", "schema_definition_url", "refinement_instruction_url", "public_key"]
keys = ["dlp_id", "owner", "name", "schema_definition_url", "refinement_instruction_url"]
return dict(zip(keys, refiner))

@@ -239,0 +239,0 @@

@@ -312,2 +312,20 @@ [

{
"internalType": "address",
"name": "refinementService",
"type": "address"
}
],
"name": "addRefinementService",
"outputs": [],
"stateMutability": "nonpayable",
"type": "function"
},
{
"inputs": [
{
"internalType": "uint256",
"name": "dlpId",
"type": "uint256"
},
{
"internalType": "string",

@@ -326,7 +344,2 @@ "name": "name",

"type": "string"
},
{
"internalType": "string",
"name": "publicKey",
"type": "string"
}

@@ -346,7 +359,45 @@ ],

{
"inputs": [
{
"internalType": "uint256",
"name": "dlpId",
"type": "uint256"
}
],
"name": "dlpRefinementServices",
"outputs": [
{
"internalType": "address[]",
"name": "",
"type": "address[]"
}
],
"stateMutability": "view",
"type": "function"
},
{
"inputs": [
{
"internalType": "uint256",
"name": "dlpId",
"type": "uint256"
}
],
"name": "dlpRefiners",
"outputs": [
{
"internalType": "uint256[]",
"name": "",
"type": "uint256[]"
}
],
"stateMutability": "view",
"type": "function"
},
{
"inputs": [],
"name": "dlpRootCore",
"name": "dlpRegistry",
"outputs": [
{
"internalType": "contract IDLPRootCoreReadOnly",
"internalType": "contract IDLPRegistry",
"name": "",

@@ -429,3 +480,3 @@ "type": "address"

"internalType": "address",
"name": "initDlpRootCoreAddress",
"name": "initDlpRegistryAddress",
"type": "address"

@@ -440,2 +491,26 @@ }

{
"inputs": [
{
"internalType": "uint256",
"name": "refinerId",
"type": "uint256"
},
{
"internalType": "address",
"name": "refinementService",
"type": "address"
}
],
"name": "isRefinementService",
"outputs": [
{
"internalType": "bool",
"name": "",
"type": "bool"
}
],
"stateMutability": "view",
"type": "function"
},
{
"inputs": [],

@@ -509,10 +584,5 @@ "name": "pause",

"type": "string"
},
{
"internalType": "string",
"name": "publicKey",
"type": "string"
}
],
"internalType": "struct IDataRefinerRegistry.Refiner",
"internalType": "struct IDataRefinerRegistry.RefinerInfo",
"name": "",

@@ -541,2 +611,20 @@ "type": "tuple"

{
"internalType": "uint256",
"name": "dlpId",
"type": "uint256"
},
{
"internalType": "address",
"name": "refinementService",
"type": "address"
}
],
"name": "removeRefinementService",
"outputs": [],
"stateMutability": "nonpayable",
"type": "function"
},
{
"inputs": [
{
"internalType": "bytes32",

@@ -604,8 +692,21 @@ "name": "role",

{
"internalType": "uint256",
"name": "dlpId",
"type": "uint256"
}
],
"name": "updateDlpRefinersOwner",
"outputs": [],
"stateMutability": "nonpayable",
"type": "function"
},
{
"inputs": [
{
"internalType": "address",
"name": "newDlpRootCoreAddress",
"name": "newDlpRegistryAddress",
"type": "address"
}
],
"name": "updateDlpRootCore",
"name": "updateDlpRegistry",
"outputs": [],

@@ -618,2 +719,15 @@ "stateMutability": "nonpayable",

{
"internalType": "uint256",
"name": "refinerId",
"type": "uint256"
}
],
"name": "updateRefinerOwner",
"outputs": [],
"stateMutability": "nonpayable",
"type": "function"
},
{
"inputs": [
{
"internalType": "address",

@@ -647,2 +761,2 @@ "name": "newImplementation",

}
]
]