protocols
protocols copied to clipboard
A zkRollup DEX & Payment Protocol
Hi, we are a research group on programming languages and software engineering. We recently have conducted a systematic study about Solidity event usage, evolution, and impact, and we are attempting...
Hi, we recently have conducted a systematic study about Solidity event usage, evolution, and impact, and we are attempting to build a tool to improve the practice of Solidity event...
Bumps [undici](https://github.com/nodejs/undici), [@nomiclabs/hardhat-etherscan](https://github.com/nomiclabs/hardhat) and [hardhat](https://github.com/nomiclabs/hardhat). These dependencies needed to be updated together. Updates `undici` from 4.16.0 to 5.9.1 Release notes Sourced from undici's releases. v5.9.1 What's Changed fix: don't timeout...
Hello, I suggest two changes for this section: First one is a mistyped word: "phases" should be "phrases" in the sentence: "- fill the mnemonic phases of your account in...
protocols/packages/loopring_v3/contracts/core/impl/libexchange/ExchangeDeposits.sol ` // Add the amount to the deposit request and reset the time the operator has to process it ExchangeData.Deposit memory _deposit = S.pendingDeposits[to][tokenID]; _deposit.timestamp = uint64(block.timestamp); _deposit.amount =...