From b5d14c0358476f7884d8461946481fe473715a40 Mon Sep 17 00:00:00 2001 From: MASDXI Date: Wed, 27 Nov 2024 21:02:55 +0700 Subject: [PATCH] fix: link and alt of img Signed-off-by: MASDXI --- assets/erc-7818/README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/assets/erc-7818/README.md b/assets/erc-7818/README.md index f461d68634..6460df30bc 100644 --- a/assets/erc-7818/README.md +++ b/assets/erc-7818/README.md @@ -1,6 +1,6 @@ # ERC-7818 -This is reference implementation of [ERC-7818](../../ERCS/erc-7818.md) +This is reference implementation of ERC-7818 ## Implementation Describe @@ -9,7 +9,7 @@ This is reference implementation of [ERC-7818](../../ERCS/erc-7818.md) This contract creates an abstract implementation that adopts the `Sliding Window Algorithm` to maintain a window over a period of time (block height). This efficient approach allows for the look back and calculation of `usable balances` for each account within that window period. With this approach, the contract does not require a variable acting as a `counter` or a `state` to keep updating the latest state, nor does it need any interaction calls to keep updating the current period, which is an effortful and costly design.

- + Sliding Window Maintain Balance is Slot

#### Era and Slot for storing data in vertical and horizontal way