Eddy
Eddy
이제 합니다 야호
Data transaction에 id가 왜 필요한지 모르겠다. - event id로 대체가능해보임
죄송합니다.. 아 그리고 안넣어도 될것같은데 만약 넣으려면 interface에 정의되있는 Stop함수를 없애야 할듯합니당
Evergreen도 써봐용 https://github.com/evergreen-ci/evergreen
주석을 열심히 답시다
Hi @Amxx, I understand your intent. For our case, We implemented simple withdrawal queue like this. ``` solidity struct Queue { uint48 withdrawalPeriod; uint208 offset; Checkpoints.Trace208 requests; } function requestWithdraw()...
Sure, Here it is. We temporarily made an extension library that contains `valueAt` and `upperBinaryLookup` ``` solidity function claimWithdraw(address receiver) external nonReentrant returns (uint256) { StorageV1 storage $ = _getStorageV1();...
Hey @yorhodes @avious00, It seems the const-assertion bind already applied in latest version of `@hyperlane-xyz/core` package, due to [Typechain applied const-assertion to v10](https://github.com/dethcrypto/TypeChain/releases/tag/%40typechain%2Fethers-v5%4010.2.0) at Dec 12 (a month after this...