From 90d312b43c61fc4e9fd8dbe9cb576a98b7e8660d Mon Sep 17 00:00:00 2001 From: dastansam Date: Fri, 15 Sep 2023 06:11:02 +0300 Subject: [PATCH] Remove note --- deliveries/iso_8583_PoC_milestone_1.md | 2 -- 1 file changed, 2 deletions(-) diff --git a/deliveries/iso_8583_PoC_milestone_1.md b/deliveries/iso_8583_PoC_milestone_1.md index 3777c2673..26a10546d 100644 --- a/deliveries/iso_8583_PoC_milestone_1.md +++ b/deliveries/iso_8583_PoC_milestone_1.md @@ -25,5 +25,3 @@ This milestone is mainly about setting up the infrastructure for implementing IS **Additional Information** This milestone was a lot more challenging than I expected. I had to learn a lot of new things about ISO-8583 standard and deal with unmaintained packages. Parties involved in ISO-8583 are also simulated in a naive way, i.e there is only one bank that is issuing cards, so all transactions are "on-us". However, the core functionality and infrastructure that enables ISO-8583 integration with Substrate is complete. - -There were some tough design decisions that I had to make. For example, I had to use JSON RPC instead of message broker (although they are very similar). I am using [`jsonrpsee`](https:://github.com/paritytech/jsonrpsee.git).