@generalprotocols/price-oracle
Advanced tools
Comparing version 2.1.0-development.4645117701 to 2.2.0-development.5034832748
@@ -90,5 +90,7 @@ 'use strict'; | ||
'-52': { name: 'SOURCE_WEBSITE', description: 'Link to more information on the data source the oracle', format: 'string' }, | ||
'-53': { name: 'SOURCE_UNIT', description: 'Human readable name of the original source data unit(s)', format: 'string' }, | ||
'-54': { name: 'SOURCE_UNIT_CODE', description: 'Short code of the original source data unit(s) (Commonly ISO-4217 currency codes, but not required)', format: 'string' }, | ||
'-53': { name: 'SOURCE_NUMERATOR_UNIT_NAME', description: 'Human readable name of the original source data numerator', format: 'string' }, | ||
'-54': { name: 'SOURCE_NUMERATOR_UNIT_CODE', description: 'Short code of the original source data numerator (Commonly ISO-4217 currency codes, but not required)', format: 'string' }, | ||
'-55': { name: 'SOURCE_HASH', description: 'Sha256 hash of the policy referenced by SOURCE_WEBSITE', format: 'string' }, | ||
'-56': { name: 'SOURCE_DENOMINATOR_UNIT_NAME', description: 'Human readable name of the original source data denominator', format: 'string' }, | ||
'-57': { name: 'SOURCE_DENOMINATOR_UNIT_CODE', description: 'Short code of the original source data denominator (Commonly ISO-4217 currency codes, but not required)', format: 'string' }, | ||
}, | ||
@@ -95,0 +97,0 @@ }; |
@@ -82,5 +82,7 @@ import { hexToBin, numberToBinInt32LE, flattenBinArray, binToHex, binToNumberInt32LE, decodePrivateKeyWif, sha256, secp256k1, decodeAuthenticationInstructions, authenticationInstructionsAreMalformed } from '@bitauth/libauth'; | ||
'-52': { name: 'SOURCE_WEBSITE', description: 'Link to more information on the data source the oracle', format: 'string' }, | ||
'-53': { name: 'SOURCE_UNIT', description: 'Human readable name of the original source data unit(s)', format: 'string' }, | ||
'-54': { name: 'SOURCE_UNIT_CODE', description: 'Short code of the original source data unit(s) (Commonly ISO-4217 currency codes, but not required)', format: 'string' }, | ||
'-53': { name: 'SOURCE_NUMERATOR_UNIT_NAME', description: 'Human readable name of the original source data numerator', format: 'string' }, | ||
'-54': { name: 'SOURCE_NUMERATOR_UNIT_CODE', description: 'Short code of the original source data numerator (Commonly ISO-4217 currency codes, but not required)', format: 'string' }, | ||
'-55': { name: 'SOURCE_HASH', description: 'Sha256 hash of the policy referenced by SOURCE_WEBSITE', format: 'string' }, | ||
'-56': { name: 'SOURCE_DENOMINATOR_UNIT_NAME', description: 'Human readable name of the original source data denominator', format: 'string' }, | ||
'-57': { name: 'SOURCE_DENOMINATOR_UNIT_CODE', description: 'Short code of the original source data denominator (Commonly ISO-4217 currency codes, but not required)', format: 'string' }, | ||
}, | ||
@@ -87,0 +89,0 @@ }; |
@@ -665,2 +665,12 @@ import { Subscriber, Publisher, Request, Reply } from 'zeromq'; | ||
}; | ||
'-56': { | ||
name: string; | ||
description: string; | ||
format: string; | ||
}; | ||
'-57': { | ||
name: string; | ||
description: string; | ||
format: string; | ||
}; | ||
}; | ||
@@ -667,0 +677,0 @@ }; |
{ | ||
"name": "@generalprotocols/price-oracle", | ||
"version": "2.1.0-development.4645117701", | ||
"version": "2.2.0-development.5034832748", | ||
"description": "Library for creating, parsing, signing, verifying and transferring PriceOracle messages.", | ||
@@ -5,0 +5,0 @@ "exports": { |
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
314951
6158