Skip to content

Commit

Permalink
docs: Merge #3416
Browse files Browse the repository at this point in the history
  • Loading branch information
William King Noel Bot committed Aug 3, 2022
1 parent 898364b commit ac1dc9f
Show file tree
Hide file tree
Showing 61 changed files with 108 additions and 66 deletions.
2 changes: 1 addition & 1 deletion -/all.html
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@



<link href='tailwind.css?instanceId=59926af5-97e4-40ef-8428-4660581f6f6f' rel='stylesheet' type='text/css' />
<link href='tailwind.css?instanceId=f18b8765-7a19-4548-8a6a-26cc6e3aafe0' rel='stylesheet' type='text/css' />

<!-- Heist error element -->
<style type='text/css'>
Expand Down
2 changes: 1 addition & 1 deletion -/tags.html
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@



<link href='tailwind.css?instanceId=59926af5-97e4-40ef-8428-4660581f6f6f' rel='stylesheet' type='text/css' />
<link href='tailwind.css?instanceId=f18b8765-7a19-4548-8a6a-26cc6e3aafe0' rel='stylesheet' type='text/css' />

<!-- Heist error element -->
<style type='text/css'>
Expand Down
2 changes: 1 addition & 1 deletion -/tasks.html
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@



<link href='tailwind.css?instanceId=59926af5-97e4-40ef-8428-4660581f6f6f' rel='stylesheet' type='text/css' />
<link href='tailwind.css?instanceId=f18b8765-7a19-4548-8a6a-26cc6e3aafe0' rel='stylesheet' type='text/css' />

<!-- Heist error element -->
<style type='text/css'>
Expand Down
54 changes: 48 additions & 6 deletions api/edge/swagger.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2202,13 +2202,55 @@ components:
minimum_utxo_value:
<<: *amount
description: |
The minimum ada / Lovelace quantity required for new transaction outputs.
The absolute minimum quantity of ada required for a new transaction
output created with the wallet.
In general, the ledger rules require that every transaction output
has a minimum quantity of ada. This minimum quantity is determined
by an era-specific function whose value increases as the number of
different assets increases, as the quantity of any individual asset
increases, as the length of the target address increases, and if a
datum hash is added.
Therefore, the value reported by this field should only be viewed
as an absolute minimum, and only applies to outputs that send ada
(and no other assets) to Shelley-era addresses. If an output
contains other assets, specifies a datum hash, or sends funds to a
Byron-era address, then the minimum value required by the ledger
(and the wallet) will be higher than the value reported by this
field.
When using the wallet to construct or balance a transaction, if the
caller specifies an output with a non-zero ada quantity, then the
wallet will verify that the specified quantity is not less than the
minimum quantity required by the ledger, and if this verification
step fails, return an error that reports the required minimum. If
the caller specifies an output without an ada quantity, then the
wallet will automatically assign a minimal ada quantity to that
output.
In the Shelley, Allegra, and Mary eras, the `minimum_utxo_value`
field was equivalent to the ledger `minUTxOValue` protocol
parameter.
In the Alonzo era, the `minUTxOValue` protocol parameter was
replaced by the `coinsPerUTxOWord` protocol parameter. In this era,
the minimum ada quantity for an output was determined by
multiplying the `coinsPerUTxOWord` parameter by the length (in
8-byte words) of the in-memory representation of that output, which
was not dependent on the length of the address. Therefore, in this
era, specifying a longer address would not require an increase in
the minimum ada quantity.
In the Babbage era, the `coinsPerUTxOWord` protocol parameter was
replaced by the `coinsPerUTxOByte` protocol parameter. In this era,
the minimum ada quantity for an output is determined by multiplying
the `coinsPerUTxOByte` parameter by the length (in bytes) of the
serialised representation of the output, which is dependent on the
length of the address (among other factors). Therefore, in this
era, specifying a longer address will require an increase in the
minimum ada quantity.
It is only applicable for pure-ada outputs. If outputs contain other assets
or a datum hash, the true minimum will be higher than this value.
With Alonzo, `minimum_utxo_value` is not a real protocol parameter, but rather
derived from from the Alonzo genesis `adaPerUTxOWord`.
eras: *ApiEraInfo
maximum_collateral_input_count:
<<: *collateralInputCount
Expand Down
2 changes: 1 addition & 1 deletion archives.html
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@



<link href='tailwind.css?instanceId=59926af5-97e4-40ef-8428-4660581f6f6f' rel='stylesheet' type='text/css' />
<link href='tailwind.css?instanceId=f18b8765-7a19-4548-8a6a-26cc6e3aafe0' rel='stylesheet' type='text/css' />

<!-- Heist error element -->
<style type='text/css'>
Expand Down
2 changes: 1 addition & 1 deletion archives/jormungandr.html
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@



<link href='tailwind.css?instanceId=59926af5-97e4-40ef-8428-4660581f6f6f' rel='stylesheet' type='text/css' />
<link href='tailwind.css?instanceId=f18b8765-7a19-4548-8a6a-26cc6e3aafe0' rel='stylesheet' type='text/css' />

<!-- Heist error element -->
<style type='text/css'>
Expand Down
2 changes: 1 addition & 1 deletion archives/jormungandr/Docker-jormungandr.html
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@



<link href='tailwind.css?instanceId=59926af5-97e4-40ef-8428-4660581f6f6f' rel='stylesheet' type='text/css' />
<link href='tailwind.css?instanceId=f18b8765-7a19-4548-8a6a-26cc6e3aafe0' rel='stylesheet' type='text/css' />

<!-- Heist error element -->
<style type='text/css'>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@



<link href='tailwind.css?instanceId=59926af5-97e4-40ef-8428-4660581f6f6f' rel='stylesheet' type='text/css' />
<link href='tailwind.css?instanceId=f18b8765-7a19-4548-8a6a-26cc6e3aafe0' rel='stylesheet' type='text/css' />

<!-- Heist error element -->
<style type='text/css'>
Expand Down
2 changes: 1 addition & 1 deletion concepts.html
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@



<link href='tailwind.css?instanceId=59926af5-97e4-40ef-8428-4660581f6f6f' rel='stylesheet' type='text/css' />
<link href='tailwind.css?instanceId=f18b8765-7a19-4548-8a6a-26cc6e3aafe0' rel='stylesheet' type='text/css' />

<!-- Heist error element -->
<style type='text/css'>
Expand Down
2 changes: 1 addition & 1 deletion concepts/address-derivation.html
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@



<link href='tailwind.css?instanceId=59926af5-97e4-40ef-8428-4660581f6f6f' rel='stylesheet' type='text/css' />
<link href='tailwind.css?instanceId=f18b8765-7a19-4548-8a6a-26cc6e3aafe0' rel='stylesheet' type='text/css' />

<!-- Heist error element -->
<style type='text/css'>
Expand Down
2 changes: 1 addition & 1 deletion concepts/byron-address-format.html
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@



<link href='tailwind.css?instanceId=59926af5-97e4-40ef-8428-4660581f6f6f' rel='stylesheet' type='text/css' />
<link href='tailwind.css?instanceId=f18b8765-7a19-4548-8a6a-26cc6e3aafe0' rel='stylesheet' type='text/css' />

<!-- Heist error element -->
<style type='text/css'>
Expand Down
2 changes: 1 addition & 1 deletion concepts/coin-selection.html
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@



<link href='tailwind.css?instanceId=59926af5-97e4-40ef-8428-4660581f6f6f' rel='stylesheet' type='text/css' />
<link href='tailwind.css?instanceId=f18b8765-7a19-4548-8a6a-26cc6e3aafe0' rel='stylesheet' type='text/css' />

<!-- Heist error element -->
<style type='text/css'>
Expand Down
2 changes: 1 addition & 1 deletion concepts/hierarchical-deterministic-wallets.html
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
<script async id='MathJax-script' src='https://cdn.jsdelivr.net/npm/mathjax@3/es5/tex-mml-chtml.js'></script>


<link href='tailwind.css?instanceId=59926af5-97e4-40ef-8428-4660581f6f6f' rel='stylesheet' type='text/css' />
<link href='tailwind.css?instanceId=f18b8765-7a19-4548-8a6a-26cc6e3aafe0' rel='stylesheet' type='text/css' />

<!-- Heist error element -->
<style type='text/css'>
Expand Down
2 changes: 1 addition & 1 deletion concepts/master-key-generation.html
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
<script src='https://cdnjs.cloudflare.com/ajax/libs/prism/1.26.0/plugins/autoloader/prism-autoloader.min.js'></script>


<link href='tailwind.css?instanceId=59926af5-97e4-40ef-8428-4660581f6f6f' rel='stylesheet' type='text/css' />
<link href='tailwind.css?instanceId=f18b8765-7a19-4548-8a6a-26cc6e3aafe0' rel='stylesheet' type='text/css' />

<!-- Heist error element -->
<style type='text/css'>
Expand Down
2 changes: 1 addition & 1 deletion concepts/recovery-phrases.html
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
<script async id='MathJax-script' src='https://cdn.jsdelivr.net/npm/mathjax@3/es5/tex-mml-chtml.js'></script>


<link href='tailwind.css?instanceId=59926af5-97e4-40ef-8428-4660581f6f6f' rel='stylesheet' type='text/css' />
<link href='tailwind.css?instanceId=f18b8765-7a19-4548-8a6a-26cc6e3aafe0' rel='stylesheet' type='text/css' />

<!-- Heist error element -->
<style type='text/css'>
Expand Down
2 changes: 1 addition & 1 deletion concepts/transaction-lifecycle.html
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@
</script>


<link href='tailwind.css?instanceId=59926af5-97e4-40ef-8428-4660581f6f6f' rel='stylesheet' type='text/css' />
<link href='tailwind.css?instanceId=f18b8765-7a19-4548-8a6a-26cc6e3aafe0' rel='stylesheet' type='text/css' />

<!-- Heist error element -->
<style type='text/css'>
Expand Down
2 changes: 1 addition & 1 deletion concepts/utxo.html
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@



<link href='tailwind.css?instanceId=59926af5-97e4-40ef-8428-4660581f6f6f' rel='stylesheet' type='text/css' />
<link href='tailwind.css?instanceId=f18b8765-7a19-4548-8a6a-26cc6e3aafe0' rel='stylesheet' type='text/css' />

<!-- Heist error element -->
<style type='text/css'>
Expand Down
2 changes: 1 addition & 1 deletion contributing.html
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@



<link href='tailwind.css?instanceId=59926af5-97e4-40ef-8428-4660581f6f6f' rel='stylesheet' type='text/css' />
<link href='tailwind.css?instanceId=f18b8765-7a19-4548-8a6a-26cc6e3aafe0' rel='stylesheet' type='text/css' />

<!-- Heist error element -->
<style type='text/css'>
Expand Down
2 changes: 1 addition & 1 deletion contributing/Hydra.html
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@



<link href='tailwind.css?instanceId=59926af5-97e4-40ef-8428-4660581f6f6f' rel='stylesheet' type='text/css' />
<link href='tailwind.css?instanceId=f18b8765-7a19-4548-8a6a-26cc6e3aafe0' rel='stylesheet' type='text/css' />

<!-- Heist error element -->
<style type='text/css'>
Expand Down
2 changes: 1 addition & 1 deletion contributing/Logging-Guidelines.html
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@



<link href='tailwind.css?instanceId=59926af5-97e4-40ef-8428-4660581f6f6f' rel='stylesheet' type='text/css' />
<link href='tailwind.css?instanceId=f18b8765-7a19-4548-8a6a-26cc6e3aafe0' rel='stylesheet' type='text/css' />

<!-- Heist error element -->
<style type='text/css'>
Expand Down
2 changes: 1 addition & 1 deletion contributing/Nix.html
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@



<link href='tailwind.css?instanceId=59926af5-97e4-40ef-8428-4660581f6f6f' rel='stylesheet' type='text/css' />
<link href='tailwind.css?instanceId=f18b8765-7a19-4548-8a6a-26cc6e3aafe0' rel='stylesheet' type='text/css' />

<!-- Heist error element -->
<style type='text/css'>
Expand Down
2 changes: 1 addition & 1 deletion contributing/Notes-from-upgrading-GHC-version.html
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@



<link href='tailwind.css?instanceId=59926af5-97e4-40ef-8428-4660581f6f6f' rel='stylesheet' type='text/css' />
<link href='tailwind.css?instanceId=f18b8765-7a19-4548-8a6a-26cc6e3aafe0' rel='stylesheet' type='text/css' />

<!-- Heist error element -->
<style type='text/css'>
Expand Down
2 changes: 1 addition & 1 deletion contributing/Release-Process.html
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@



<link href='tailwind.css?instanceId=59926af5-97e4-40ef-8428-4660581f6f6f' rel='stylesheet' type='text/css' />
<link href='tailwind.css?instanceId=f18b8765-7a19-4548-8a6a-26cc6e3aafe0' rel='stylesheet' type='text/css' />

<!-- Heist error element -->
<style type='text/css'>
Expand Down
2 changes: 1 addition & 1 deletion contributing/Swagger-Development.html
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@



<link href='tailwind.css?instanceId=59926af5-97e4-40ef-8428-4660581f6f6f' rel='stylesheet' type='text/css' />
<link href='tailwind.css?instanceId=f18b8765-7a19-4548-8a6a-26cc6e3aafe0' rel='stylesheet' type='text/css' />

<!-- Heist error element -->
<style type='text/css'>
Expand Down
2 changes: 1 addition & 1 deletion contributing/Testing.html
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@



<link href='tailwind.css?instanceId=59926af5-97e4-40ef-8428-4660581f6f6f' rel='stylesheet' type='text/css' />
<link href='tailwind.css?instanceId=f18b8765-7a19-4548-8a6a-26cc6e3aafe0' rel='stylesheet' type='text/css' />

<!-- Heist error element -->
<style type='text/css'>
Expand Down
2 changes: 1 addition & 1 deletion contributing/Updating-Dependencies.html
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@



<link href='tailwind.css?instanceId=59926af5-97e4-40ef-8428-4660581f6f6f' rel='stylesheet' type='text/css' />
<link href='tailwind.css?instanceId=f18b8765-7a19-4548-8a6a-26cc6e3aafe0' rel='stylesheet' type='text/css' />

<!-- Heist error element -->
<style type='text/css'>
Expand Down
2 changes: 1 addition & 1 deletion design.html
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@



<link href='tailwind.css?instanceId=59926af5-97e4-40ef-8428-4660581f6f6f' rel='stylesheet' type='text/css' />
<link href='tailwind.css?instanceId=f18b8765-7a19-4548-8a6a-26cc6e3aafe0' rel='stylesheet' type='text/css' />

<!-- Heist error element -->
<style type='text/css'>
Expand Down
2 changes: 1 addition & 1 deletion design/Eras.html
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@



<link href='tailwind.css?instanceId=59926af5-97e4-40ef-8428-4660581f6f6f' rel='stylesheet' type='text/css' />
<link href='tailwind.css?instanceId=f18b8765-7a19-4548-8a6a-26cc6e3aafe0' rel='stylesheet' type='text/css' />

<!-- Heist error element -->
<style type='text/css'>
Expand Down
2 changes: 1 addition & 1 deletion design/Notes-about-BIP-44.html
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@



<link href='tailwind.css?instanceId=59926af5-97e4-40ef-8428-4660581f6f6f' rel='stylesheet' type='text/css' />
<link href='tailwind.css?instanceId=f18b8765-7a19-4548-8a6a-26cc6e3aafe0' rel='stylesheet' type='text/css' />

<!-- Heist error element -->
<style type='text/css'>
Expand Down
2 changes: 1 addition & 1 deletion design/Specifying-exceptions-with-Servant-and-Swagger.html
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@



<link href='tailwind.css?instanceId=59926af5-97e4-40ef-8428-4660581f6f6f' rel='stylesheet' type='text/css' />
<link href='tailwind.css?instanceId=f18b8765-7a19-4548-8a6a-26cc6e3aafe0' rel='stylesheet' type='text/css' />

<!-- Heist error element -->
<style type='text/css'>
Expand Down
2 changes: 1 addition & 1 deletion design/WalletId.html
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
<script async id='MathJax-script' src='https://cdn.jsdelivr.net/npm/mathjax@3/es5/tex-mml-chtml.js'></script>


<link href='tailwind.css?instanceId=59926af5-97e4-40ef-8428-4660581f6f6f' rel='stylesheet' type='text/css' />
<link href='tailwind.css?instanceId=f18b8765-7a19-4548-8a6a-26cc6e3aafe0' rel='stylesheet' type='text/css' />

<!-- Heist error element -->
<style type='text/css'>
Expand Down
2 changes: 1 addition & 1 deletion design/records.html
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@



<link href='tailwind.css?instanceId=59926af5-97e4-40ef-8428-4660581f6f6f' rel='stylesheet' type='text/css' />
<link href='tailwind.css?instanceId=f18b8765-7a19-4548-8a6a-26cc6e3aafe0' rel='stylesheet' type='text/css' />

<!-- Heist error element -->
<style type='text/css'>
Expand Down
2 changes: 1 addition & 1 deletion design/records/2021-01-17-nix-flake.html
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@



<link href='tailwind.css?instanceId=59926af5-97e4-40ef-8428-4660581f6f6f' rel='stylesheet' type='text/css' />
<link href='tailwind.css?instanceId=f18b8765-7a19-4548-8a6a-26cc6e3aafe0' rel='stylesheet' type='text/css' />

<!-- Heist error element -->
<style type='text/css'>
Expand Down
2 changes: 1 addition & 1 deletion design/specs.html
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@



<link href='tailwind.css?instanceId=59926af5-97e4-40ef-8428-4660581f6f6f' rel='stylesheet' type='text/css' />
<link href='tailwind.css?instanceId=f18b8765-7a19-4548-8a6a-26cc6e3aafe0' rel='stylesheet' type='text/css' />

<!-- Heist error element -->
<style type='text/css'>
Expand Down
2 changes: 1 addition & 1 deletion design/specs/light-mode.html
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@
</script>


<link href='tailwind.css?instanceId=59926af5-97e4-40ef-8428-4660581f6f6f' rel='stylesheet' type='text/css' />
<link href='tailwind.css?instanceId=f18b8765-7a19-4548-8a6a-26cc6e3aafe0' rel='stylesheet' type='text/css' />

<!-- Heist error element -->
<style type='text/css'>
Expand Down
2 changes: 1 addition & 1 deletion developers.html
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@



<link href='tailwind.css?instanceId=59926af5-97e4-40ef-8428-4660581f6f6f' rel='stylesheet' type='text/css' />
<link href='tailwind.css?instanceId=f18b8765-7a19-4548-8a6a-26cc6e3aafe0' rel='stylesheet' type='text/css' />

<!-- Heist error element -->
<style type='text/css'>
Expand Down
2 changes: 1 addition & 1 deletion developers/Architecture.html
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@
</script>


<link href='tailwind.css?instanceId=59926af5-97e4-40ef-8428-4660581f6f6f' rel='stylesheet' type='text/css' />
<link href='tailwind.css?instanceId=f18b8765-7a19-4548-8a6a-26cc6e3aafe0' rel='stylesheet' type='text/css' />

<!-- Heist error element -->
<style type='text/css'>
Expand Down
2 changes: 1 addition & 1 deletion developers/Building.html
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@



<link href='tailwind.css?instanceId=59926af5-97e4-40ef-8428-4660581f6f6f' rel='stylesheet' type='text/css' />
<link href='tailwind.css?instanceId=f18b8765-7a19-4548-8a6a-26cc6e3aafe0' rel='stylesheet' type='text/css' />

<!-- Heist error element -->
<style type='text/css'>
Expand Down
Loading

0 comments on commit ac1dc9f

Please sign in to comment.