From ce1a32d3672111e41869da71959c0d8bcb42daeb Mon Sep 17 00:00:00 2001 From: danieljperry Date: Fri, 6 Sep 2024 15:24:26 +0800 Subject: [PATCH] Add reference implementation links --- CHIPs/chip-0027.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/CHIPs/chip-0027.md b/CHIPs/chip-0027.md index 5c651c68..e835d7eb 100644 --- a/CHIPs/chip-0027.md +++ b/CHIPs/chip-0027.md @@ -267,13 +267,13 @@ Defined on a case-by-case basis. } ``` -## Test Cases - -[todo] - ## Reference Implementation -[todo] +The APIs for this CHIP have been implemented in the following locations: +* [gather_signing_info](https://github.com/Chia-Network/chia-blockchain/blob/8e3a42c7c1cd5687b657bbd72dbc6ea0774001af/chia/wallet/wallet_state_manager.py#L2652) +* [apply_signatures](https://github.com/Chia-Network/chia-blockchain/blob/385916a6a29c5124155b43cb7cfe48c6ec7b3590/chia/wallet/wallet.py#L679) +* [submit_transactions](https://github.com/Chia-Network/chia-blockchain/blob/8e3a42c7c1cd5687b657bbd72dbc6ea0774001af/chia/wallet/wallet_state_manager.py#L2784) +* [signer_protocol](https://github.com/Chia-Network/chia-blockchain/blob/385916a6a29c5124155b43cb7cfe48c6ec7b3590/chia/wallet/signer_protocol.py) ## Security