From 19867eaca55d2b9ae817fa52d034db09578088b0 Mon Sep 17 00:00:00 2001 From: Don Kackman Date: Mon, 30 Aug 2021 13:59:58 -0500 Subject: [PATCH] 0.4.5 --- docs/api/chia.dotnet.BlockRecord.html | 31 ++ docs/api/chia.dotnet.ConnectionInfo.html | 38 ++- docs/api/chia.dotnet.Extensions.html | 280 +++++++++++++++++- docs/api/chia.dotnet.FullBlock.html | 58 +++- docs/api/chia.dotnet.FullNodeProxy.html | 50 ++++ docs/api/chia.dotnet.HarvesterConnection.html | 40 ++- docs/manifest.json | 138 ++++----- docs/xrefmap.yml | 109 +++++++ src/chia-dotnet/chia-dotnet.csproj | 8 +- 9 files changed, 656 insertions(+), 96 deletions(-) diff --git a/docs/api/chia.dotnet.BlockRecord.html b/docs/api/chia.dotnet.BlockRecord.html index 36e3f16e..e98c91dd 100644 --- a/docs/api/chia.dotnet.BlockRecord.html +++ b/docs/api/chia.dotnet.BlockRecord.html @@ -488,6 +488,37 @@
Property Value
+ + | + Improve this Doc + + + View Source + + +

IsTransactionBlock

+
+
+
Declaration
+
+
[JsonIgnore]
+public bool IsTransactionBlock { get; }
+
+
Property Value
+ + + + + + + + + + + + + +
TypeDescription
Boolean
| Improve this Doc diff --git a/docs/api/chia.dotnet.ConnectionInfo.html b/docs/api/chia.dotnet.ConnectionInfo.html index 3c3460ab..0e3f41f0 100644 --- a/docs/api/chia.dotnet.ConnectionInfo.html +++ b/docs/api/chia.dotnet.ConnectionInfo.html @@ -182,7 +182,7 @@
Property Value
Improve this Doc
- View Source + View Source

CreationDateTime

@@ -240,11 +240,43 @@
Property Value
| - Improve this Doc + Improve this Doc View Source + +

IsLocal

+

Flag indiciating whether the peer connection is local to the node

+
+
+
Declaration
+
+
[JsonIgnore]
+public bool IsLocal { get; }
+
+
Property Value
+ + + + + + + + + + + + + +
TypeDescription
Boolean
+ + | + Improve this Doc + + + View Source +

LastMessageDateTime

@@ -544,7 +576,7 @@
Property Value
Improve this Doc - View Source + View Source

Type

diff --git a/docs/api/chia.dotnet.Extensions.html b/docs/api/chia.dotnet.Extensions.html index 15b5ecb4..abe449e9 100644 --- a/docs/api/chia.dotnet.Extensions.html +++ b/docs/api/chia.dotnet.Extensions.html @@ -113,12 +113,236 @@
Syntax

Methods

+ + | + Improve this Doc + + + View Source + + +

AsChia(UInt64)

+

Formats a value expressed in mojo to chia

+
+
+
Declaration
+
+
public static string AsChia(this ulong mojo)
+
+
Parameters
+ + + + + + + + + + + + + + + +
TypeNameDescription
UInt64mojo

The amount of mojo

+
+
Returns
+ + + + + + + + + + + + + +
TypeDescription
String

Formatted string expressed in a unit of chia

+
+ + | + Improve this Doc + + + View Source + + +

AsChia(UInt64, IFormatProvider)

+

Formats a value expressed in mojo to chia

+
+
+
Declaration
+
+
public static string AsChia(this ulong mojo, IFormatProvider provider)
+
+
Parameters
+ + + + + + + + + + + + + + + + + + + + +
TypeNameDescription
UInt64mojo

The amount of mojo

+
IFormatProviderprovider

An object that supplies culture-specific formatting information.

+
+
Returns
+ + + + + + + + + + + + + +
TypeDescription
String

Formatted string expressed in a unit of chia

+
+ + | + Improve this Doc + + + View Source + + +

AsChia(UInt64, String)

+

Formats a value expressed in mojo to chia

+
+
+
Declaration
+
+
public static string AsChia(this ulong mojo, string format)
+
+
Parameters
+ + + + + + + + + + + + + + + + + + + + +
TypeNameDescription
UInt64mojo

The amount of mojo

+
Stringformat

A numeric format string.

+
+
Returns
+ + + + + + + + + + + + + +
TypeDescription
String

Formatted string expressed in a unit of chia

+
+ + | + Improve this Doc + + + View Source + + +

AsChia(UInt64, String, IFormatProvider)

+

Formats a value expressed in mojo to chia

+
+
+
Declaration
+
+
public static string AsChia(this ulong mojo, string format, IFormatProvider provider)
+
+
Parameters
+ + + + + + + + + + + + + + + + + + + + + + + + + +
TypeNameDescription
UInt64mojo

The amount of mojo

+
Stringformat

A numeric format string.

+
IFormatProviderprovider

An object that supplies culture-specific formatting information.

+
+
Returns
+ + + + + + + + + + + + + +
TypeDescription
String

Formatted string expressed in a unit of chia

+
| Improve this Doc - View Source + View Source

ToBytesString(BigInteger)

@@ -171,7 +395,7 @@
Improve this Doc - View Source + View Source

ToBytesString(UInt32)

@@ -221,7 +445,7 @@
Returns
Improve this Doc - View Source + View Source

ToBytesString(UInt64)

@@ -269,6 +493,56 @@
Returns
Remarks

Adapted from https://stackoverflow.com/questions/281640/how-do-i-get-a-human-readable-file-size-in-bytes-abbreviation-using-net

+ + | + Improve this Doc + + + View Source + + +

ToChia(UInt64)

+

Converts an mount of mojo to the same amount in chia

+
+
+
Declaration
+
+
public static double ToChia(this ulong mojo)
+
+
Parameters
+ + + + + + + + + + + + + + + +
TypeNameDescription
UInt64mojo

The amount of mojo

+
+
Returns
+ + + + + + + + + + + + + +
TypeDescription
Double

The amount of chia

+
diff --git a/docs/api/chia.dotnet.FullBlock.html b/docs/api/chia.dotnet.FullBlock.html index 593abd9d..abd0b62a 100644 --- a/docs/api/chia.dotnet.FullBlock.html +++ b/docs/api/chia.dotnet.FullBlock.html @@ -122,7 +122,7 @@

Properties Improve this Doc - View Source + View Source

ChallengeChainIpProof

@@ -152,7 +152,7 @@
Property Value
Improve this Doc - View Source + View Source

ChallengeChainSpProof

@@ -183,7 +183,7 @@
Property Value
Improve this Doc - View Source + View Source

FinishedSubSlots

@@ -214,7 +214,7 @@
Property Value
Improve this Doc - View Source + View Source

Foliage

@@ -245,7 +245,7 @@
Property Value
Improve this Doc - View Source + View Source

FoliageTransactionBlock

@@ -276,7 +276,7 @@
Property Value
Improve this Doc - View Source + View Source

InfusedChallengeChainIpProof

@@ -302,12 +302,44 @@
Property Value
+ + | + Improve this Doc + + + View Source + + +

IsTransactionBlock

+

Is this block from a transaction

+
+
+
Declaration
+
+
[JsonIgnore]
+public bool IsTransactionBlock { get; }
+
+
Property Value
+ + + + + + + + + + + + + +
TypeDescription
Boolean
| Improve this Doc - View Source + View Source

RewardChainBlock

@@ -338,7 +370,7 @@
Property Value
Improve this Doc - View Source + View Source

RewardChainIpProof

@@ -368,7 +400,7 @@
Property Value
Improve this Doc - View Source + View Source

RewardChainSpProof

@@ -399,7 +431,7 @@
Property Value
Improve this Doc - View Source + View Source

TransactionsGenerator

@@ -430,7 +462,7 @@
Property Value
Improve this Doc - View Source + View Source

TransactionsGeneratorRefList

@@ -461,7 +493,7 @@
Property Value
Improve this Doc - View Source + View Source

TransactionsInfo

@@ -502,7 +534,7 @@

Implements

Improve this Doc
  • - View Source + View Source
  • diff --git a/docs/api/chia.dotnet.FullNodeProxy.html b/docs/api/chia.dotnet.FullNodeProxy.html index 420a0795..0c7644a8 100644 --- a/docs/api/chia.dotnet.FullNodeProxy.html +++ b/docs/api/chia.dotnet.FullNodeProxy.html @@ -333,6 +333,56 @@
    Returns
    Task<IDictionary<String, MempoolItem>>

    A dictionary of mempool items

    + + + + + + | + Improve this Doc + + + View Source + + +

    GetAverageBlockTime(CancellationToken)

    +

    Estimates the average time it is taking to process the last 500 blocks

    +
    +
    +
    Declaration
    +
    +
    public async Task<TimeSpan> GetAverageBlockTime(CancellationToken cancellationToken = default(CancellationToken))
    +
    +
    Parameters
    + + + + + + + + + + + + + + + +
    TypeNameDescription
    CancellationTokencancellationToken

    CancellationToken

    +
    +
    Returns
    + + + + + + + + + + + diff --git a/docs/api/chia.dotnet.HarvesterConnection.html b/docs/api/chia.dotnet.HarvesterConnection.html index d4e84c76..7d9ff02f 100644 --- a/docs/api/chia.dotnet.HarvesterConnection.html +++ b/docs/api/chia.dotnet.HarvesterConnection.html @@ -121,7 +121,7 @@

    Properties Improve this Doc - View Source + View Source

    Host

    @@ -146,12 +146,44 @@
    Property Value
    TypeDescription
    Task<TimeSpan>

    The TimeSpan estimation

    + + | + Improve this Doc + + + View Source + + +

    IsLocal

    +

    Flag indicating whether the harvester is local to the node

    +
    +
    +
    Declaration
    +
    +
    [JsonIgnore]
    +public bool IsLocal { get; }
    +
    +
    Property Value
    + + + + + + + + + + + + + +
    TypeDescription
    Boolean
    | Improve this Doc - View Source + View Source

    NodeId

    @@ -181,7 +213,7 @@
    Property Value
    Improve this Doc - View Source + View Source

    Port

    @@ -221,7 +253,7 @@

    Implements

    Improve this Doc
  • - View Source + View Source
  • diff --git a/docs/manifest.json b/docs/manifest.json index d516b8ea..554f757c 100644 --- a/docs/manifest.json +++ b/docs/manifest.json @@ -9,7 +9,7 @@ "output": { ".html": { "relative_path": "api/chia.dotnet.BlockRecord.html", - "hash": "aspGwuqoNc4ajHv4pKk7Syi36gapXin84Cv6l+Gm7Zc=" + "hash": "zWpXWAOOtG09dE6gOKPKuLyNFULIgQpM3/X4YcrBKL8=" } }, "is_incremental": false, @@ -36,7 +36,7 @@ "hash": "Jnluf44XfYKKq2D7l8OzY7QfdILXSTQPOH8vKUSiv+s=" } }, - "is_incremental": false, + "is_incremental": true, "version": "" }, { @@ -48,7 +48,7 @@ "hash": "8ifSdd5ilv2x02ifJcEokQkB6RdPcaeGiVjALd/Rnos=" } }, - "is_incremental": false, + "is_incremental": true, "version": "" }, { @@ -60,7 +60,7 @@ "hash": "VQSQbKgPMj4z8p7Mi+OHTKPR7yLN3gD2uCzF7gm2kGg=" } }, - "is_incremental": false, + "is_incremental": true, "version": "" }, { @@ -72,7 +72,7 @@ "hash": "9B1neuTnUhbNLALOl5jYI3i69h6R7r/IyUVvXw6V3mo=" } }, - "is_incremental": false, + "is_incremental": true, "version": "" }, { @@ -84,7 +84,7 @@ "hash": "03gPyAeYbuZXpb4Hdr0y9qRv1YKVdh7zU56cgfogoVA=" } }, - "is_incremental": false, + "is_incremental": true, "version": "" }, { @@ -96,7 +96,7 @@ "hash": "JpkUB3npUgWKRQ3ba2WiWQae+VB6Mzm5qaZHvAQEdWw=" } }, - "is_incremental": false, + "is_incremental": true, "version": "" }, { @@ -108,7 +108,7 @@ "hash": "/ofvhIUaTyI0RqiAa9BHhFno1xw9BP64Uj2yYXEfmAI=" } }, - "is_incremental": false, + "is_incremental": true, "version": "" }, { @@ -120,7 +120,7 @@ "hash": "ISLJp6V/X8F5V35XAKaIK4bf5C7TbiEP0i/qnVVZOHo=" } }, - "is_incremental": false, + "is_incremental": true, "version": "" }, { @@ -132,7 +132,7 @@ "hash": "yKKs5MBqxOKurSd/qrvUWZAKJwafUiBGByAYdSIkxAU=" } }, - "is_incremental": false, + "is_incremental": true, "version": "" }, { @@ -141,7 +141,7 @@ "output": { ".html": { "relative_path": "api/chia.dotnet.ConnectionInfo.html", - "hash": "9Kt4CJZ/bSoRxgAcTgpsDE65dCMjuv+U82LOnwgwLNA=" + "hash": "HPLuxsJWziuYJMjJ4gKwMUpPz+nzMNzT+yAVRm25tAc=" } }, "is_incremental": false, @@ -156,7 +156,7 @@ "hash": "c/Hmu2K4hE5tK3eCn1sF+R/5TwXbqMQmgsJT5Fujb1I=" } }, - "is_incremental": false, + "is_incremental": true, "version": "" }, { @@ -180,7 +180,7 @@ "hash": "2hdfEiIn9eq1AuzrMCd34IA7RvaPsX8WFtO5s84kbdI=" } }, - "is_incremental": false, + "is_incremental": true, "version": "" }, { @@ -192,7 +192,7 @@ "hash": "VybqT0PH+ouuyTc05Q3wRRxQqPxa3ZJIR5GAhLsmZAE=" } }, - "is_incremental": false, + "is_incremental": true, "version": "" }, { @@ -204,7 +204,7 @@ "hash": "cLw432sW6IpGVlYVtfzgPRB0w69/w6KT0pcfkk2we5c=" } }, - "is_incremental": false, + "is_incremental": true, "version": "" }, { @@ -213,7 +213,7 @@ "output": { ".html": { "relative_path": "api/chia.dotnet.Extensions.html", - "hash": "HuD4adGNGAOfpJ5Zm0kwouRMHB38aS+qlSO3jA/OpGw=" + "hash": "gq5GaR4dGXt5OCr/LtqTdfCYGhFd4z6avUV3LYJCRU0=" } }, "is_incremental": false, @@ -240,7 +240,7 @@ "hash": "AITXLbKJQCXhOlJQWf5qNKuqFwNQHZqKmI99aMjVOAc=" } }, - "is_incremental": false, + "is_incremental": true, "version": "" }, { @@ -252,7 +252,7 @@ "hash": "fWs4z30utlBg3cUELuH4Mm2/U5lZbVTH71P1/p6WXcI=" } }, - "is_incremental": false, + "is_incremental": true, "version": "" }, { @@ -264,7 +264,7 @@ "hash": "LbmyJl9fCyR53QJTS8MNOxA+QnIM4b9IOyUyl8hL55Y=" } }, - "is_incremental": false, + "is_incremental": true, "version": "" }, { @@ -276,7 +276,7 @@ "hash": "CWWAlPsq/yQTiq6sNisHJ+R/kilJZuSENjQc0RI5CuU=" } }, - "is_incremental": false, + "is_incremental": true, "version": "" }, { @@ -285,7 +285,7 @@ "output": { ".html": { "relative_path": "api/chia.dotnet.FullBlock.html", - "hash": "+I8IlC6PZ8Wam5cw0Dn5BKCWQlU6899fRNrWBHezIEw=" + "hash": "2HAvhvXA4yoAPQ+GPt890DqL+5svYIwivYxp4aTvB/s=" } }, "is_incremental": false, @@ -297,7 +297,7 @@ "output": { ".html": { "relative_path": "api/chia.dotnet.FullNodeProxy.html", - "hash": "HGF1dJTYbqkMYl/mw7lC2t+nK2nqiQRfS97839UID+k=" + "hash": "GhO5irOgYJYZU0wIdy9ktvXySWZzBUyuXm1PB7j3fKY=" } }, "is_incremental": false, @@ -309,7 +309,7 @@ "output": { ".html": { "relative_path": "api/chia.dotnet.HarvesterConnection.html", - "hash": "J+2sXjD+IzGN4sDblqQeoZ6yTbmTC/YsprqF1hJU3AQ=" + "hash": "4FRBDruHvDVA4qOTPk7UypvpADCyo4oksucK8PBfg94=" } }, "is_incremental": false, @@ -348,7 +348,7 @@ "hash": "n8+w6WZ8P6k4Os9mr9hQ8CIq4ZJdDIM/cUTnhuH/DZA=" } }, - "is_incremental": false, + "is_incremental": true, "version": "" }, { @@ -360,7 +360,7 @@ "hash": "4Jw7K1QE9/mgtE4dMG+mDrByr9xPGdq+YX8zCcghmLg=" } }, - "is_incremental": false, + "is_incremental": true, "version": "" }, { @@ -372,7 +372,7 @@ "hash": "ezSmSqMkCI4Qc1gOPop++wNnHcuyCGXWgvsQM2jSwGw=" } }, - "is_incremental": false, + "is_incremental": true, "version": "" }, { @@ -384,7 +384,7 @@ "hash": "aMmu6+9r9079dFr8/eRnUXJEDUMjFdZd5NKkMiL2AuQ=" } }, - "is_incremental": false, + "is_incremental": true, "version": "" }, { @@ -396,7 +396,7 @@ "hash": "NhY2g2RUNvaygz6/4uwhjhMKsN7NRfjmw/uT5p1x3sg=" } }, - "is_incremental": false, + "is_incremental": true, "version": "" }, { @@ -408,7 +408,7 @@ "hash": "Fsy68FGmNYgHU1NhaAjxKKlhpHkpGNN+ZRavaayOQ0w=" } }, - "is_incremental": false, + "is_incremental": true, "version": "" }, { @@ -420,7 +420,7 @@ "hash": "1M00uWTp50ZG/KoiQtTkCe3lSefbkZgLmH8oRoXmuwY=" } }, - "is_incremental": false, + "is_incremental": true, "version": "" }, { @@ -432,7 +432,7 @@ "hash": "mp2Llg+kKSS+IpH8o5v1z+cTouqifRQgjYCwyU54euk=" } }, - "is_incremental": false, + "is_incremental": true, "version": "" }, { @@ -444,7 +444,7 @@ "hash": "BOAgKREkD3YETitN3sT0qe+vWWpwZgrEuBtvkpA6qx0=" } }, - "is_incremental": false, + "is_incremental": true, "version": "" }, { @@ -456,7 +456,7 @@ "hash": "hWyvAoJ3/bOH6VG5d6Cm3twPNQMzoTm9JxxOtHWB760=" } }, - "is_incremental": false, + "is_incremental": true, "version": "" }, { @@ -468,7 +468,7 @@ "hash": "ZerH/my2v9lKivrILuNlWkA95r28I02riMn4WDip4Cg=" } }, - "is_incremental": false, + "is_incremental": true, "version": "" }, { @@ -492,7 +492,7 @@ "hash": "7SPMD3fMQ0DGTFkKF5gO4zVspsxDJa3wLWgX/30RnxM=" } }, - "is_incremental": false, + "is_incremental": true, "version": "" }, { @@ -504,7 +504,7 @@ "hash": "TQiNHgxiUpuFv5P3b1BF86Rk2voBm9p9LUAb8WMSyPQ=" } }, - "is_incremental": false, + "is_incremental": true, "version": "" }, { @@ -516,7 +516,7 @@ "hash": "wYWi6TlyupAR7ZYW4cYRam0PbF7ASNHiG5Gkz7/fXvo=" } }, - "is_incremental": false, + "is_incremental": true, "version": "" }, { @@ -528,7 +528,7 @@ "hash": "umgH0dfBN2dyuDgMzEuDgvfNPeudnnBaQoMeUtD+2pc=" } }, - "is_incremental": false, + "is_incremental": true, "version": "" }, { @@ -540,7 +540,7 @@ "hash": "Rj0qSgYe9JZcljdTYviu2J7YbzlOXx7rnJXRi3pQlls=" } }, - "is_incremental": false, + "is_incremental": true, "version": "" }, { @@ -552,7 +552,7 @@ "hash": "jMs0niwWwoZTbCFMCrH66t8JQFuibjk70j9hugKf0gU=" } }, - "is_incremental": false, + "is_incremental": true, "version": "" }, { @@ -564,7 +564,7 @@ "hash": "Af5do17s/eNYo2lxpGyU91GBrb/85mwSdbxx9fHckNs=" } }, - "is_incremental": false, + "is_incremental": true, "version": "" }, { @@ -576,7 +576,7 @@ "hash": "TJ4W2rs5no4sNzLMexTX0+M9fzThmNitQ66m+J8Jb8U=" } }, - "is_incremental": false, + "is_incremental": true, "version": "" }, { @@ -588,7 +588,7 @@ "hash": "cOQ35uiOkceGtA3o4SWH5JA5WgpM56zkKwGA3aGm4Bw=" } }, - "is_incremental": false, + "is_incremental": true, "version": "" }, { @@ -600,7 +600,7 @@ "hash": "YqmdX6idAne9FBTrhTYYppLPb15qiS/HJel1XzOrlW0=" } }, - "is_incremental": false, + "is_incremental": true, "version": "" }, { @@ -612,7 +612,7 @@ "hash": "vtpAsxrGGtmOzaRuuFP9TJs43NBFI2qgSQkgjjtQYF0=" } }, - "is_incremental": false, + "is_incremental": true, "version": "" }, { @@ -624,7 +624,7 @@ "hash": "WGoA3M564AvM90holVTnIap3kKHjGl1M0NrITrB2s6A=" } }, - "is_incremental": false, + "is_incremental": true, "version": "" }, { @@ -636,7 +636,7 @@ "hash": "hEh/F96O7mvMtwwEYzGugAHDra26qWAKzzLXjlPvSL8=" } }, - "is_incremental": false, + "is_incremental": true, "version": "" }, { @@ -648,7 +648,7 @@ "hash": "neQDa+igrAMC8O4DtytTFnlIx/YqP/QFM7DYu54+KgM=" } }, - "is_incremental": false, + "is_incremental": true, "version": "" }, { @@ -660,7 +660,7 @@ "hash": "evryNTkh7mvJnx75JwNCcjh3fxdURbQ2wpD9mi4GS3s=" } }, - "is_incremental": false, + "is_incremental": true, "version": "" }, { @@ -672,7 +672,7 @@ "hash": "rWPMuqOkzEwn3M3YVQNx532YFIXLcSgbfSN1cIrweI8=" } }, - "is_incremental": false, + "is_incremental": true, "version": "" }, { @@ -684,7 +684,7 @@ "hash": "wV0WvQKp/9jZVqxr36SQoo+KqDd3wCGYvLO7I2UN+mM=" } }, - "is_incremental": false, + "is_incremental": true, "version": "" }, { @@ -708,7 +708,7 @@ "hash": "agn3FwXeVpT0/Sh9CSf/2GsvBQuCvFBmigOlwpLd2FM=" } }, - "is_incremental": false, + "is_incremental": true, "version": "" }, { @@ -720,7 +720,7 @@ "hash": "yamA0eSqep+zrQi4Tkg1DTS2J2dLaLZ5tpNIekP3cgQ=" } }, - "is_incremental": false, + "is_incremental": true, "version": "" }, { @@ -732,7 +732,7 @@ "hash": "9YFzh0YMS89Kg3jfiyfggsY+8H8Ea1PC0yz+tfy5qnE=" } }, - "is_incremental": false, + "is_incremental": true, "version": "" }, { @@ -744,7 +744,7 @@ "hash": "myhw+O8GXi36cbBmmYZm/bFTglBCiSUGYwxLLb1F1SQ=" } }, - "is_incremental": false, + "is_incremental": true, "version": "" }, { @@ -756,7 +756,7 @@ "hash": "eAS7scIrKVcHMF3ot+wStgUTs+SmrzKvCpnpvRSR8UM=" } }, - "is_incremental": false, + "is_incremental": true, "version": "" }, { @@ -768,7 +768,7 @@ "hash": "fO+WoZkLFLJqgUKEWqrXs/o1VWy68mHVrKd3TGxCmzU=" } }, - "is_incremental": false, + "is_incremental": true, "version": "" }, { @@ -780,7 +780,7 @@ "hash": "RXpbbvKC3YktmoyVd4wDZ4NzsKHJe0zl6ftZ+cEyCYs=" } }, - "is_incremental": false, + "is_incremental": true, "version": "" }, { @@ -792,7 +792,7 @@ "hash": "65L9QQcVkQ4bRiZaWyLJw6edvDlzc4CK/pEQNPJVNkM=" } }, - "is_incremental": false, + "is_incremental": true, "version": "" }, { @@ -804,7 +804,7 @@ "hash": "HQEzkwZbcLsrhYNcBejoUaja9ERvyJcaHQyzgrVr5N8=" } }, - "is_incremental": false, + "is_incremental": true, "version": "" }, { @@ -816,7 +816,7 @@ "hash": "ohn802S3nffSvUY3mJUa/F3jFnyKdeAV8GlkAGOBbiY=" } }, - "is_incremental": false, + "is_incremental": true, "version": "" }, { @@ -828,7 +828,7 @@ "hash": "DIZ9OF0x0SvOgCQfCcPasUhs/rKSlf4jcxo7uMyy02M=" } }, - "is_incremental": false, + "is_incremental": true, "version": "" }, { @@ -840,7 +840,7 @@ "hash": "aSygZgldL4RYtp/IuYwq1mIujBvwM8O0dbn91+3lW+E=" } }, - "is_incremental": false, + "is_incremental": true, "version": "" }, { @@ -852,7 +852,7 @@ "hash": "AEdatSTPNaMPnPmmuLqZ9tW0fWL3Psn4cK21GweVjkU=" } }, - "is_incremental": false, + "is_incremental": true, "version": "" }, { @@ -864,7 +864,7 @@ "hash": "OKr5HI6C48KM+4nOHPF3keFXLRVna7vZyzKRywR52AE=" } }, - "is_incremental": false, + "is_incremental": true, "version": "" }, { @@ -888,7 +888,7 @@ "hash": "Jse7McZplau2/78R0leVqCLPAgoHRhI7KX15bV8jACo=" } }, - "is_incremental": false, + "is_incremental": true, "version": "" }, { @@ -900,7 +900,7 @@ "hash": "K4Y87SZ/9rcY5BzmOOt6XcIKj3Vauob26CRkqxyI0RM=" } }, - "is_incremental": false, + "is_incremental": true, "version": "" }, { @@ -924,7 +924,7 @@ "hash": "UqItO7yTVW+VW7qrDFEYc0RMPDkRem+q3xpbarpOOuc=" } }, - "is_incremental": false, + "is_incremental": true, "version": "" }, { @@ -1007,7 +1007,7 @@ "can_incremental": true, "incrementalPhase": "build", "total_file_count": 76, - "skipped_file_count": 73 + "skipped_file_count": 70 }, "TocDocumentProcessor": { "can_incremental": false, diff --git a/docs/xrefmap.yml b/docs/xrefmap.yml index 86ab17ba..dbce2d00 100644 --- a/docs/xrefmap.yml +++ b/docs/xrefmap.yml @@ -266,6 +266,19 @@ references: isSpec: "True" fullName: chia.dotnet.BlockRecord.InfusedChallengeVdfOutput nameWithType: BlockRecord.InfusedChallengeVdfOutput +- uid: chia.dotnet.BlockRecord.IsTransactionBlock + name: IsTransactionBlock + href: api/chia.dotnet.BlockRecord.html#chia_dotnet_BlockRecord_IsTransactionBlock + commentId: P:chia.dotnet.BlockRecord.IsTransactionBlock + fullName: chia.dotnet.BlockRecord.IsTransactionBlock + nameWithType: BlockRecord.IsTransactionBlock +- uid: chia.dotnet.BlockRecord.IsTransactionBlock* + name: IsTransactionBlock + href: api/chia.dotnet.BlockRecord.html#chia_dotnet_BlockRecord_IsTransactionBlock_ + commentId: Overload:chia.dotnet.BlockRecord.IsTransactionBlock + isSpec: "True" + fullName: chia.dotnet.BlockRecord.IsTransactionBlock + nameWithType: BlockRecord.IsTransactionBlock - uid: chia.dotnet.BlockRecord.Overflow name: Overflow href: api/chia.dotnet.BlockRecord.html#chia_dotnet_BlockRecord_Overflow @@ -982,6 +995,19 @@ references: isSpec: "True" fullName: chia.dotnet.ConnectionInfo.CreationTime nameWithType: ConnectionInfo.CreationTime +- uid: chia.dotnet.ConnectionInfo.IsLocal + name: IsLocal + href: api/chia.dotnet.ConnectionInfo.html#chia_dotnet_ConnectionInfo_IsLocal + commentId: P:chia.dotnet.ConnectionInfo.IsLocal + fullName: chia.dotnet.ConnectionInfo.IsLocal + nameWithType: ConnectionInfo.IsLocal +- uid: chia.dotnet.ConnectionInfo.IsLocal* + name: IsLocal + href: api/chia.dotnet.ConnectionInfo.html#chia_dotnet_ConnectionInfo_IsLocal_ + commentId: Overload:chia.dotnet.ConnectionInfo.IsLocal + isSpec: "True" + fullName: chia.dotnet.ConnectionInfo.IsLocal + nameWithType: ConnectionInfo.IsLocal - uid: chia.dotnet.ConnectionInfo.LastMessageDateTime name: LastMessageDateTime href: api/chia.dotnet.ConnectionInfo.html#chia_dotnet_ConnectionInfo_LastMessageDateTime @@ -1507,6 +1533,37 @@ references: commentId: T:chia.dotnet.Extensions fullName: chia.dotnet.Extensions nameWithType: Extensions +- uid: chia.dotnet.Extensions.AsChia(System.UInt64) + name: AsChia(UInt64) + href: api/chia.dotnet.Extensions.html#chia_dotnet_Extensions_AsChia_System_UInt64_ + commentId: M:chia.dotnet.Extensions.AsChia(System.UInt64) + fullName: chia.dotnet.Extensions.AsChia(System.UInt64) + nameWithType: Extensions.AsChia(UInt64) +- uid: chia.dotnet.Extensions.AsChia(System.UInt64,System.IFormatProvider) + name: AsChia(UInt64, IFormatProvider) + href: api/chia.dotnet.Extensions.html#chia_dotnet_Extensions_AsChia_System_UInt64_System_IFormatProvider_ + commentId: M:chia.dotnet.Extensions.AsChia(System.UInt64,System.IFormatProvider) + fullName: chia.dotnet.Extensions.AsChia(System.UInt64, System.IFormatProvider) + nameWithType: Extensions.AsChia(UInt64, IFormatProvider) +- uid: chia.dotnet.Extensions.AsChia(System.UInt64,System.String) + name: AsChia(UInt64, String) + href: api/chia.dotnet.Extensions.html#chia_dotnet_Extensions_AsChia_System_UInt64_System_String_ + commentId: M:chia.dotnet.Extensions.AsChia(System.UInt64,System.String) + fullName: chia.dotnet.Extensions.AsChia(System.UInt64, System.String) + nameWithType: Extensions.AsChia(UInt64, String) +- uid: chia.dotnet.Extensions.AsChia(System.UInt64,System.String,System.IFormatProvider) + name: AsChia(UInt64, String, IFormatProvider) + href: api/chia.dotnet.Extensions.html#chia_dotnet_Extensions_AsChia_System_UInt64_System_String_System_IFormatProvider_ + commentId: M:chia.dotnet.Extensions.AsChia(System.UInt64,System.String,System.IFormatProvider) + fullName: chia.dotnet.Extensions.AsChia(System.UInt64, System.String, System.IFormatProvider) + nameWithType: Extensions.AsChia(UInt64, String, IFormatProvider) +- uid: chia.dotnet.Extensions.AsChia* + name: AsChia + href: api/chia.dotnet.Extensions.html#chia_dotnet_Extensions_AsChia_ + commentId: Overload:chia.dotnet.Extensions.AsChia + isSpec: "True" + fullName: chia.dotnet.Extensions.AsChia + nameWithType: Extensions.AsChia - uid: chia.dotnet.Extensions.ToBytesString(System.Numerics.BigInteger) name: ToBytesString(BigInteger) href: api/chia.dotnet.Extensions.html#chia_dotnet_Extensions_ToBytesString_System_Numerics_BigInteger_ @@ -1532,6 +1589,19 @@ references: isSpec: "True" fullName: chia.dotnet.Extensions.ToBytesString nameWithType: Extensions.ToBytesString +- uid: chia.dotnet.Extensions.ToChia(System.UInt64) + name: ToChia(UInt64) + href: api/chia.dotnet.Extensions.html#chia_dotnet_Extensions_ToChia_System_UInt64_ + commentId: M:chia.dotnet.Extensions.ToChia(System.UInt64) + fullName: chia.dotnet.Extensions.ToChia(System.UInt64) + nameWithType: Extensions.ToChia(UInt64) +- uid: chia.dotnet.Extensions.ToChia* + name: ToChia + href: api/chia.dotnet.Extensions.html#chia_dotnet_Extensions_ToChia_ + commentId: Overload:chia.dotnet.Extensions.ToChia + isSpec: "True" + fullName: chia.dotnet.Extensions.ToChia + nameWithType: Extensions.ToChia - uid: chia.dotnet.FarmerProxy name: FarmerProxy href: api/chia.dotnet.FarmerProxy.html @@ -2075,6 +2145,19 @@ references: isSpec: "True" fullName: chia.dotnet.FullBlock.InfusedChallengeChainIpProof nameWithType: FullBlock.InfusedChallengeChainIpProof +- uid: chia.dotnet.FullBlock.IsTransactionBlock + name: IsTransactionBlock + href: api/chia.dotnet.FullBlock.html#chia_dotnet_FullBlock_IsTransactionBlock + commentId: P:chia.dotnet.FullBlock.IsTransactionBlock + fullName: chia.dotnet.FullBlock.IsTransactionBlock + nameWithType: FullBlock.IsTransactionBlock +- uid: chia.dotnet.FullBlock.IsTransactionBlock* + name: IsTransactionBlock + href: api/chia.dotnet.FullBlock.html#chia_dotnet_FullBlock_IsTransactionBlock_ + commentId: Overload:chia.dotnet.FullBlock.IsTransactionBlock + isSpec: "True" + fullName: chia.dotnet.FullBlock.IsTransactionBlock + nameWithType: FullBlock.IsTransactionBlock - uid: chia.dotnet.FullBlock.RewardChainBlock name: RewardChainBlock href: api/chia.dotnet.FullBlock.html#chia_dotnet_FullBlock_RewardChainBlock @@ -2211,6 +2294,19 @@ references: isSpec: "True" fullName: chia.dotnet.FullNodeProxy.GetAllMempoolItems nameWithType: FullNodeProxy.GetAllMempoolItems +- uid: chia.dotnet.FullNodeProxy.GetAverageBlockTime(System.Threading.CancellationToken) + name: GetAverageBlockTime(CancellationToken) + href: api/chia.dotnet.FullNodeProxy.html#chia_dotnet_FullNodeProxy_GetAverageBlockTime_System_Threading_CancellationToken_ + commentId: M:chia.dotnet.FullNodeProxy.GetAverageBlockTime(System.Threading.CancellationToken) + fullName: chia.dotnet.FullNodeProxy.GetAverageBlockTime(System.Threading.CancellationToken) + nameWithType: FullNodeProxy.GetAverageBlockTime(CancellationToken) +- uid: chia.dotnet.FullNodeProxy.GetAverageBlockTime* + name: GetAverageBlockTime + href: api/chia.dotnet.FullNodeProxy.html#chia_dotnet_FullNodeProxy_GetAverageBlockTime_ + commentId: Overload:chia.dotnet.FullNodeProxy.GetAverageBlockTime + isSpec: "True" + fullName: chia.dotnet.FullNodeProxy.GetAverageBlockTime + nameWithType: FullNodeProxy.GetAverageBlockTime - uid: chia.dotnet.FullNodeProxy.GetBlock(System.String,System.Threading.CancellationToken) name: GetBlock(String, CancellationToken) href: api/chia.dotnet.FullNodeProxy.html#chia_dotnet_FullNodeProxy_GetBlock_System_String_System_Threading_CancellationToken_ @@ -2489,6 +2585,19 @@ references: isSpec: "True" fullName: chia.dotnet.HarvesterConnection.Host nameWithType: HarvesterConnection.Host +- uid: chia.dotnet.HarvesterConnection.IsLocal + name: IsLocal + href: api/chia.dotnet.HarvesterConnection.html#chia_dotnet_HarvesterConnection_IsLocal + commentId: P:chia.dotnet.HarvesterConnection.IsLocal + fullName: chia.dotnet.HarvesterConnection.IsLocal + nameWithType: HarvesterConnection.IsLocal +- uid: chia.dotnet.HarvesterConnection.IsLocal* + name: IsLocal + href: api/chia.dotnet.HarvesterConnection.html#chia_dotnet_HarvesterConnection_IsLocal_ + commentId: Overload:chia.dotnet.HarvesterConnection.IsLocal + isSpec: "True" + fullName: chia.dotnet.HarvesterConnection.IsLocal + nameWithType: HarvesterConnection.IsLocal - uid: chia.dotnet.HarvesterConnection.NodeId name: NodeId href: api/chia.dotnet.HarvesterConnection.html#chia_dotnet_HarvesterConnection_NodeId diff --git a/src/chia-dotnet/chia-dotnet.csproj b/src/chia-dotnet/chia-dotnet.csproj index adce0e10..5bdd30c0 100644 --- a/src/chia-dotnet/chia-dotnet.csproj +++ b/src/chia-dotnet/chia-dotnet.csproj @@ -5,7 +5,7 @@ chia.dotnet true true - 0.4.4 + 0.4.5 dkackman dkackman A .net 5 client library for chia™ RPC interfaces that runs on linux and windows. @@ -16,11 +16,11 @@ https://github.com/dkackman/chia-dotnet git chia - 0.4.4 incorporat chia 1.2.4 changes + 0.4.5 helper methods and GetAverageBlockTime chia-leaf-logo-384x384.png - 0.4.4.0 - 0.4.4.0 + 0.4.5.0 + 0.4.5.0 enable