solidity
Here are 4,482 public repositories matching this topic...
🎉 Description
The ECDSA contract has a function toEthSignedMessage(bytes32), but we should have a function that works for any length of a bytes array:
function toEthSignedMessage(bytes s) pure internal returns (bytes32) {
return keccak256(
"\x19Ethereum Signed Message:\n",
uintToBytes(s.length),
s);
}
Where uintToBytes is implemented from an ideally
Raised in ethereum/solidity#10768 (comment)
Possible functions to add:
std::string createFunction(
std::string const& _name,
std::function<std::string(std::string&, std::string&, std::string&)> const& _creator
);
_creator function should have arguments represent function arguments, return values and function body.
than some of our yul u
-
Updated
Feb 13, 2021 - JavaScript
-
Updated
Jan 26, 2021 - HTML
-
Updated
Mar 4, 2021 - Java
Description
I run: cd ~/.chainlink && docker run -p 6688:6688 -v ~/.chainlink:/chainlink -it --env-file=.env smartcontract/chainlink:0.10.1 local n
I get the following result:
2021-03-03T06:45:52Z [DEBUG] Unlocked OCR key offchainreporting/keystore.go:72
2021-03-03T06:45:52Z [INFO] API exposed for user xxx@xxxx.com cmd/local_client.go
-
Updated
Feb 3, 2021
-
Updated
Feb 20, 2021 - Python
-
Updated
Mar 4, 2021
-
Updated
Mar 24, 2018 - JavaScript
-
Updated
Mar 1, 2021 - C++
-
Updated
Dec 29, 2020 - Python
-
Updated
Mar 2, 2021 - JavaScript
-
Updated
Mar 3, 2021 - TypeScript
-
Updated
Jan 26, 2021 - Go
Slither-log
Create a tool for debugging hardhat project that
- Add
console.logat every function/modifier entry point, with the canonical name of the function, and the function parameters - Add
console.logat every end of the function/modifier, with the canonical name of the function, and the return values
Potential flags
--only contract/function--exclude contract/function- `--force-patc
-
Updated
Apr 24, 2020 - Solidity
-
Updated
Jul 15, 2020 - JavaScript
BuidlerError and BuidlerPluginError instances aren't print nicely in node's console. We should provide custom inspect methods to change this.
Test `test` task
Test compile task
-
Updated
Feb 15, 2021 - Kotlin
-
Updated
Mar 4, 2021 - Clojure
-
Updated
Feb 11, 2019 - TypeScript
I left a review and then got this message
which seems strange as it's telling me something I know.
We can safely disallow any use of solc below 0.4.25.
-
Updated
Oct 2, 2018 - Python
-
Updated
Dec 17, 2019 - Solidity
Improve this page
Add a description, image, and links to the solidity topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the solidity topic, visit your repo's landing page and select "manage topics."

In this error message: