solidity
Here are 4,647 public repositories matching this topic...
Error: There was a timeout while attempting to connect to the network.
Check to see that your provider is valid.
If you have a slow internet connection, try configuring a longer timeout in your Truffle config. Use the networks[networ
After ethereum/solidity#10737 we should be able to replace nearly all non-range-based for loops by range-based loops using appropriate ranges.
-
Updated
Apr 25, 2021 - JavaScript
-
Updated
Jan 26, 2021 - HTML
-
Updated
Apr 14, 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
Apr 19, 2021
-
Updated
Apr 5, 2021 - Python
-
Updated
Apr 21, 2021
-
Updated
Apr 25, 2021 - C++
-
Updated
Mar 24, 2018 - JavaScript
-
Updated
Apr 20, 2021 - Python
-
Updated
Mar 2, 2021 - JavaScript
Given a contract like this:
import "this-library-does-not-exist";
The error message says:
Error HH411: The library this-library-does-not-exis, imported from...
Test `test` task
-
Updated
Apr 25, 2021 - TypeScript
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 21, 2021 - Go
-
Updated
Apr 24, 2020 - Solidity
-
Updated
Mar 29, 2021 - JavaScript
-
Updated
Apr 25, 2021 - JavaScript
-
Updated
Mar 20, 2021 - Kotlin
-
Updated
Apr 23, 2021 - Clojure
We can safely disallow any use of solc below 0.4.25.
-
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.
-
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."

The
ECDSAcontract has a functiontoEthSignedMessage(bytes32), but we should have a function that works for any length of abytesarray:Where
uintToBytesis implemented from an ideally