小符
小符
I'm encountering an error while trying to run a local development network. The following steps were taken: ```bash make start ``` #### Error Message: ```bash make[1]: Entering directory '/home/web3/beacon-kit' mkdir...
### What type of PR is this (这是什么类型的PR) - [X] Typo(勘误) - [ ] BUG(程序错误) - [ ] Improvement(提升) - [ ] Feature(新特性) ### Which issue(s) this PR fixes(Optional) (这个PR...
### What type of PR is this (这是什么类型的PR) - [X] Typo(勘误) - [ ] BUG(程序错误) - [ ] Improvement(提升) - [ ] Feature(新特性) ### Which issue(s) this PR fixes(Optional) (这个PR...
### Description In the upgrade function, we can add a check to prevent upgrading to the same implementation address. ```solidity require(implementation != newImplementation, "Can not upgrade to the same implementation");...
### Description In the Timelock contract, the changeAdmin function is currently set to public, and it uses the onlyTimelock modifier to ensure that only the contract itself can call this...
### What type of PR is this (这是什么类型的PR) - [X] Typo(勘误) - [ ] BUG(程序错误) - [X] Improvement(提升) - [ ] Feature(新特性) ### Which issue(s) this PR fixes(Optional) (这个PR 修复了什么问题...
### Details(细节) 1. This link points to the Discord link.  2. The introductory information for many other chapters is inconsistent.   ### Are you willing to submit a...