Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Replay protection specs #440

Merged
merged 13 commits into from
Dec 5, 2022
2 changes: 2 additions & 0 deletions .changelog/unreleased/docs/440-replay-protection-specs.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
- Adds specs for replay protection
([#440](https://github.com/anoma/namada/pull/440))
1 change: 1 addition & 0 deletions documentation/specs/src/SUMMARY.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@
- [Default account](./base-ledger/default-account.md)
- [Multisignature account](./base-ledger/multisignature.md)
- [Fungible token](./base-ledger/fungible-token.md)
- [Replay protection](./base-ledger/replay-protection.md)
- [Multi-asset shielded pool](./masp.md)
- [Ledger integration](./masp/ledger-integration.md)
- [Asset type](./masp/asset-type.md)
Expand Down
Loading