Skip to content

Commit

Permalink
docs: Merge #3598 3598: Refactor: break down ApiConstructTransactionD…
Browse files Browse the repository at this point in the history
…ata validation r=Unisay a=Unisay This PR is an increment towards the state where `Cardano.Wallet.Api.createTransaction` API request body validation is modular and is done in a spirit of [Parse, don’t validate](https://lexi-lambda.github.io/blog/2019/11/05/parse-don-t-validate/).
 
 I intend to continue down this road, such that:
 - API layer is responsible for converting HTTP request into a data type that captures a transaction construction task (`TransactionCtx` atm). 
 
 - `TransactionCtx` is passed to the `Cardano.Wallet.createTransaction` layer which takes care of the semantic validations and does all the logic.
 
 Such refactoring will make it possible to reimplement e.g. `quitStakePool` in terms of the `Cardano.Wallet.createTransaction`.
 
 ### Issue Number
 
 ADP-2267 Co-authored-by: Yura Lazarev <[email protected]> Source commit: 956fa1f
  • Loading branch information
William King Noel Bot committed Nov 23, 2022
1 parent 2e26533 commit 0099ed3
Show file tree
Hide file tree
Showing 60 changed files with 60 additions and 60 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=9168abbc-208b-4142-bd17-9c3dba8dde32' rel='stylesheet' type='text/css' />
<link href='tailwind.css?instanceId=2081e01c-e1f8-475f-bbe1-11e8d2479be0' 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=9168abbc-208b-4142-bd17-9c3dba8dde32' rel='stylesheet' type='text/css' />
<link href='tailwind.css?instanceId=2081e01c-e1f8-475f-bbe1-11e8d2479be0' 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=9168abbc-208b-4142-bd17-9c3dba8dde32' rel='stylesheet' type='text/css' />
<link href='tailwind.css?instanceId=2081e01c-e1f8-475f-bbe1-11e8d2479be0' rel='stylesheet' type='text/css' />

<!-- Heist error element -->
<style type='text/css'>
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=9168abbc-208b-4142-bd17-9c3dba8dde32' rel='stylesheet' type='text/css' />
<link href='tailwind.css?instanceId=2081e01c-e1f8-475f-bbe1-11e8d2479be0' 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=9168abbc-208b-4142-bd17-9c3dba8dde32' rel='stylesheet' type='text/css' />
<link href='tailwind.css?instanceId=2081e01c-e1f8-475f-bbe1-11e8d2479be0' 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=9168abbc-208b-4142-bd17-9c3dba8dde32' rel='stylesheet' type='text/css' />
<link href='tailwind.css?instanceId=2081e01c-e1f8-475f-bbe1-11e8d2479be0' 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=9168abbc-208b-4142-bd17-9c3dba8dde32' rel='stylesheet' type='text/css' />
<link href='tailwind.css?instanceId=2081e01c-e1f8-475f-bbe1-11e8d2479be0' 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=9168abbc-208b-4142-bd17-9c3dba8dde32' rel='stylesheet' type='text/css' />
<link href='tailwind.css?instanceId=2081e01c-e1f8-475f-bbe1-11e8d2479be0' 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=9168abbc-208b-4142-bd17-9c3dba8dde32' rel='stylesheet' type='text/css' />
<link href='tailwind.css?instanceId=2081e01c-e1f8-475f-bbe1-11e8d2479be0' 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=9168abbc-208b-4142-bd17-9c3dba8dde32' rel='stylesheet' type='text/css' />
<link href='tailwind.css?instanceId=2081e01c-e1f8-475f-bbe1-11e8d2479be0' 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=9168abbc-208b-4142-bd17-9c3dba8dde32' rel='stylesheet' type='text/css' />
<link href='tailwind.css?instanceId=2081e01c-e1f8-475f-bbe1-11e8d2479be0' 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=9168abbc-208b-4142-bd17-9c3dba8dde32' rel='stylesheet' type='text/css' />
<link href='tailwind.css?instanceId=2081e01c-e1f8-475f-bbe1-11e8d2479be0' 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=9168abbc-208b-4142-bd17-9c3dba8dde32' rel='stylesheet' type='text/css' />
<link href='tailwind.css?instanceId=2081e01c-e1f8-475f-bbe1-11e8d2479be0' 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=9168abbc-208b-4142-bd17-9c3dba8dde32' rel='stylesheet' type='text/css' />
<link href='tailwind.css?instanceId=2081e01c-e1f8-475f-bbe1-11e8d2479be0' 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=9168abbc-208b-4142-bd17-9c3dba8dde32' rel='stylesheet' type='text/css' />
<link href='tailwind.css?instanceId=2081e01c-e1f8-475f-bbe1-11e8d2479be0' 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=9168abbc-208b-4142-bd17-9c3dba8dde32' rel='stylesheet' type='text/css' />
<link href='tailwind.css?instanceId=2081e01c-e1f8-475f-bbe1-11e8d2479be0' 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=9168abbc-208b-4142-bd17-9c3dba8dde32' rel='stylesheet' type='text/css' />
<link href='tailwind.css?instanceId=2081e01c-e1f8-475f-bbe1-11e8d2479be0' 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=9168abbc-208b-4142-bd17-9c3dba8dde32' rel='stylesheet' type='text/css' />
<link href='tailwind.css?instanceId=2081e01c-e1f8-475f-bbe1-11e8d2479be0' 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=9168abbc-208b-4142-bd17-9c3dba8dde32' rel='stylesheet' type='text/css' />
<link href='tailwind.css?instanceId=2081e01c-e1f8-475f-bbe1-11e8d2479be0' 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=9168abbc-208b-4142-bd17-9c3dba8dde32' rel='stylesheet' type='text/css' />
<link href='tailwind.css?instanceId=2081e01c-e1f8-475f-bbe1-11e8d2479be0' 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=9168abbc-208b-4142-bd17-9c3dba8dde32' rel='stylesheet' type='text/css' />
<link href='tailwind.css?instanceId=2081e01c-e1f8-475f-bbe1-11e8d2479be0' 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=9168abbc-208b-4142-bd17-9c3dba8dde32' rel='stylesheet' type='text/css' />
<link href='tailwind.css?instanceId=2081e01c-e1f8-475f-bbe1-11e8d2479be0' 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=9168abbc-208b-4142-bd17-9c3dba8dde32' rel='stylesheet' type='text/css' />
<link href='tailwind.css?instanceId=2081e01c-e1f8-475f-bbe1-11e8d2479be0' 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=9168abbc-208b-4142-bd17-9c3dba8dde32' rel='stylesheet' type='text/css' />
<link href='tailwind.css?instanceId=2081e01c-e1f8-475f-bbe1-11e8d2479be0' 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=9168abbc-208b-4142-bd17-9c3dba8dde32' rel='stylesheet' type='text/css' />
<link href='tailwind.css?instanceId=2081e01c-e1f8-475f-bbe1-11e8d2479be0' 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=9168abbc-208b-4142-bd17-9c3dba8dde32' rel='stylesheet' type='text/css' />
<link href='tailwind.css?instanceId=2081e01c-e1f8-475f-bbe1-11e8d2479be0' 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=9168abbc-208b-4142-bd17-9c3dba8dde32' rel='stylesheet' type='text/css' />
<link href='tailwind.css?instanceId=2081e01c-e1f8-475f-bbe1-11e8d2479be0' 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=9168abbc-208b-4142-bd17-9c3dba8dde32' rel='stylesheet' type='text/css' />
<link href='tailwind.css?instanceId=2081e01c-e1f8-475f-bbe1-11e8d2479be0' 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=9168abbc-208b-4142-bd17-9c3dba8dde32' rel='stylesheet' type='text/css' />
<link href='tailwind.css?instanceId=2081e01c-e1f8-475f-bbe1-11e8d2479be0' 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=9168abbc-208b-4142-bd17-9c3dba8dde32' rel='stylesheet' type='text/css' />
<link href='tailwind.css?instanceId=2081e01c-e1f8-475f-bbe1-11e8d2479be0' 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=9168abbc-208b-4142-bd17-9c3dba8dde32' rel='stylesheet' type='text/css' />
<link href='tailwind.css?instanceId=2081e01c-e1f8-475f-bbe1-11e8d2479be0' 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=9168abbc-208b-4142-bd17-9c3dba8dde32' rel='stylesheet' type='text/css' />
<link href='tailwind.css?instanceId=2081e01c-e1f8-475f-bbe1-11e8d2479be0' 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=9168abbc-208b-4142-bd17-9c3dba8dde32' rel='stylesheet' type='text/css' />
<link href='tailwind.css?instanceId=2081e01c-e1f8-475f-bbe1-11e8d2479be0' 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=9168abbc-208b-4142-bd17-9c3dba8dde32' rel='stylesheet' type='text/css' />
<link href='tailwind.css?instanceId=2081e01c-e1f8-475f-bbe1-11e8d2479be0' 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=9168abbc-208b-4142-bd17-9c3dba8dde32' rel='stylesheet' type='text/css' />
<link href='tailwind.css?instanceId=2081e01c-e1f8-475f-bbe1-11e8d2479be0' 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=9168abbc-208b-4142-bd17-9c3dba8dde32' rel='stylesheet' type='text/css' />
<link href='tailwind.css?instanceId=2081e01c-e1f8-475f-bbe1-11e8d2479be0' 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=9168abbc-208b-4142-bd17-9c3dba8dde32' rel='stylesheet' type='text/css' />
<link href='tailwind.css?instanceId=2081e01c-e1f8-475f-bbe1-11e8d2479be0' rel='stylesheet' type='text/css' />

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



<link href='tailwind.css?instanceId=9168abbc-208b-4142-bd17-9c3dba8dde32' rel='stylesheet' type='text/css' />
<link href='tailwind.css?instanceId=2081e01c-e1f8-475f-bbe1-11e8d2479be0' rel='stylesheet' type='text/css' />

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



<link href='tailwind.css?instanceId=9168abbc-208b-4142-bd17-9c3dba8dde32' rel='stylesheet' type='text/css' />
<link href='tailwind.css?instanceId=2081e01c-e1f8-475f-bbe1-11e8d2479be0' rel='stylesheet' type='text/css' />

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



<link href='tailwind.css?instanceId=9168abbc-208b-4142-bd17-9c3dba8dde32' rel='stylesheet' type='text/css' />
<link href='tailwind.css?instanceId=2081e01c-e1f8-475f-bbe1-11e8d2479be0' rel='stylesheet' type='text/css' />

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



<link href='tailwind.css?instanceId=9168abbc-208b-4142-bd17-9c3dba8dde32' rel='stylesheet' type='text/css' />
<link href='tailwind.css?instanceId=2081e01c-e1f8-475f-bbe1-11e8d2479be0' rel='stylesheet' type='text/css' />

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



<link href='tailwind.css?instanceId=9168abbc-208b-4142-bd17-9c3dba8dde32' rel='stylesheet' type='text/css' />
<link href='tailwind.css?instanceId=2081e01c-e1f8-475f-bbe1-11e8d2479be0' rel='stylesheet' type='text/css' />

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



<link href='tailwind.css?instanceId=9168abbc-208b-4142-bd17-9c3dba8dde32' rel='stylesheet' type='text/css' />
<link href='tailwind.css?instanceId=2081e01c-e1f8-475f-bbe1-11e8d2479be0' rel='stylesheet' type='text/css' />

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



<link href='tailwind.css?instanceId=9168abbc-208b-4142-bd17-9c3dba8dde32' rel='stylesheet' type='text/css' />
<link href='tailwind.css?instanceId=2081e01c-e1f8-475f-bbe1-11e8d2479be0' rel='stylesheet' type='text/css' />

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

0 comments on commit 0099ed3

Please sign in to comment.