solidity
Here are 5,387 public repositories matching this topic...
This is a part of #10269 but getting includes consistent also came up recently in #11812 as it might prevent bugs like #11811 and #11103. I'm creating a more focused issue to try out specifically include-what-you-use even if it does not solve the original problem as a whole.
The task here is to install [include-what-you-use](https://include-what-you-us
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 16, 2021 - Java
-
Updated
Aug 17, 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 17, 2021
-
Updated
Aug 16, 2021 - JavaScript
-
Updated
Aug 17, 2021 - Python
-
Updated
Aug 13, 2021
-
Updated
Aug 18, 2021 - C++
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
Mar 24, 2018 - JavaScript
-
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 12, 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 8, 2021 - JavaScript
-
Updated
Aug 13, 2021 - Clojure
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