You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Aug 18, 2020. It is now read-only.
I've removed some hard-coded references to field and configuration value since this is
a source of discrepancy that is easily forgotten when making change with the code.
Also corrected the 'softwareVersion' wording to 'protocolVersion' which is more accurate
-- TODO: it would be nice to read ntp configuration directly here to fetch
324
-
-- 30 seconds wait time instead of hardcoding it here.
325
323
forceNtpCheckDescription::T.Text
326
324
forceNtpCheckDescription = [text|
327
-
In some cases, API Clients need to force a new NTP check as a previous result gets cached. A typical use-case is after asking a user to fix its system clock. If this flag is set, request will block until NTP server responds or it will timout if NTP server is not available within **30** seconds.
325
+
In some cases, API Clients need to force a new NTP check as a previous result gets cached. A typical use-case is after asking a user to fix its system clock. If this flag is set, request will block until NTP server responds or it will timeout if NTP server is not available within a short delay.
This is the specification for the Cardano Wallet API, automatically generated as a [Swagger](https://swagger.io/) spec from the [Servant](http://haskell-servant.readthedocs.io/en/stable/) API of [Cardano](https://github.com/input-output-hk/cardano-sl).
This is the specification for the Cardano Wallet API, automatically generated as a [Swagger](https://swagger.io/) spec from the [Servant](http://haskell-servant.readthedocs.io/en/stable/) API of [Cardano](https://github.com/input-output-hk/cardano-sl).
417
415
418
-
Software Version | Git Revision
416
+
Protocol Version | Git Revision
419
417
-------------------|-------------------
420
418
$deSoftwareVersion | $deGitRevision
421
419
@@ -1050,9 +1048,7 @@ estimateFeesDescription :: Text
1050
1048
estimateFeesDescription = [text|
1051
1049
Estimate the fees which would incur from the input payment. This endpoint
1052
1050
**does not** require a _spending password_ to be supplied as it generates
1053
-
under the hood an unsigned transaction. Therefore, callers can simply set
1054
-
the `spendingPassword` field to `null` as that won't influence the fee
1055
-
calculation.
1051
+
under the hood an unsigned transaction.
1056
1052
|]
1057
1053
1058
1054
getAddressDescription::Text
@@ -1065,8 +1061,8 @@ belong to the wallet (since it could be part of a pending transaction in
1065
1061
another instance of the same wallet).
1066
1062
1067
1063
To reflect this, the V1 endpoint does not fail when an address is not recognised
1068
-
and returns a new field 'is-ours' which indicates either that an address is ours,
1069
-
or that it is 'not-recognised' (which may mean 'not recognised yet').
1064
+
and returns a new field which indicates the address' ownership status, from the
0 commit comments