0xAA

Results 26 issues of 0xAA

My website: https://wtf.academy already has a built-in "log in with github". How can I combine it with the giscus "sign in with Github" button? thanks!

这项目做出来不就是帮助抢购的。。。哪能看到抢购教程?

It seems that negative or out of edge position will result index error in _is_valid() method, because of the passable check. I think it should be changed to def _is_valid(self,...

### Ethers Version 5.6.9 ### Search Terms getTransactionCount ### Describe the Problem getTransactionCount() of a contract address always returns 1, which should return the transaction of that contract. For example,...

investigate

Add in-queue check for cancelTransaction() in Timelock.sol : ```solidity require(queuedTransactions[txHash], "Timelock::cancelTransaction: Transaction hasn't been queued."); ``` before deleting the transaction from the queue: ```solidity queuedTransactions[txHash] = false; ``` Link to...

1. Add in-queue check for cancelTransaction() in Timelock.sol 2. Delete import SafeMath, since SafeMath is no longer needed starting with Solidity 0.8. 3. Delete keyword "public" in the constructor.

translated white paper pdf in whitepaper-v4-draft-zh.pdf ## Related Issue Which issue does this pull request resolve? ## Description of changes

合约更新到Solidity 0.8.21,并参考了openzeppelin最新版。 示例截图需要更新: https://github.com/AmazingAng/WTF-Solidity/tree/main/11_Modifier

When we are developing frontend with flashbots relay, we get CORS error, including sendBundle or getBundleStats. similar issue: https://github.com/flashbots/ethers-provider-flashbots-bundle/issues/98 Can we add CORS support?

Previously, the `SET_VALUE()` method is not terminated correctly. Calling SET_VALUE() will continue to call `GET_VALUE()`. A `Stop` opcode needs to be added at the end of `SET_VALUE()`.