solidity
Here are 5,325 public repositories matching this topic...
This came up in ethereum/solidity#11738 (comment)
When the cmdlineTests.sh script gets no output from the compiler, it accepts both an empty output file as well as the file not being there at all. Same with stderr and the err file. In case of exit file, it not being present is e
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
-
Updated
Aug 3, 2021 - JavaScript
-
Updated
Jul 31, 2021 - HTML
-
Updated
Aug 4, 2021 - Java
-
Updated
Aug 9, 2021
Description
Add a contract similar to Aave's AddressProvider or Uniswap's getPair() functionality.
Motivation
On-chain lookups of price oracles given the asset addresses.
Justification
String manipulation is difficult and expensive in Solidity, and you usually work with the token address, not its string name.
-
Updated
Aug 9, 2021
-
Updated
Aug 9, 2021 - JavaScript
-
Updated
Aug 9, 2021 - Python
-
Updated
Aug 9, 2021
-
Updated
Jul 29, 2021 - C++
-
Updated
Mar 24, 2018 - JavaScript
Testing methods like evm_mine and evm_increaseTime expect integer parameters. Unlike other methods, they reject these parameters if they are not decimal-encoded.
To reproduce
npx hardhat --version -> 2.5.0
Run npx hardhat node and make the following rpc calls:
> curl -H "Content-Type: application/json" -X POST --data \
'{"id":1337,"jsonrpc":"2.0","method":"evm
-
Updated
Jun 11, 2021 - Python
-
Updated
Mar 2, 2021 - JavaScript
From @Arachnid recent tweet, it looks like there is not good up to date solution to generate doc from natspec. We should explore the current solutions and create something on top of slither
-
Updated
Aug 6, 2021 - TypeScript
-
Updated
Jun 26, 2021 - Go
Overview
Currently when I run brownie console, it recompiles all the contracts. Apparently due to some issue which is not identified.
I only want to compile once with brownie compile -all. That's it.
I work on the frontend side, I don't modify the contracts, I just need a local fork and run some scripts.
Currently it's slow as hell
-
Updated
Apr 24, 2020 - Solidity
-
Updated
Jul 27, 2021 - Solidity
-
Updated
May 6, 2021 - JavaScript
-
Updated
Jul 9, 2021 - Kotlin
We can safely disallow any use of solc below 0.4.25.
-
Updated
Aug 9, 2021 - Clojure
I left a review and then got this message
which seems strange as it's telling me something I know.
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