solidity
Here are 5,636 public repositories matching this topic...
Came up in ethereum/solidity#11507 (comment).
Description
Currently both Error and Warning are displayed in red in the terminal so errors do not stand out and warnings are not easy to discern from errors. I haven't checked, but I suspect that the info messages added in #11606 are red too.
The output would be more readable if warnings and infos
Issue
The "Full Example" of using @truffle/contract to interact with contracts should include an example of listening to an event with a filter.
In the past, it used to be possible to pass a filter object on indexed event parameters when listening to an event, as seen for example [here](https://ethereum.
-
Updated
Sep 14, 2021 - JavaScript
-
Updated
Aug 30, 2021 - HTML
-
Updated
Sep 14, 2021 - Java
-
Updated
Sep 12, 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 21, 2021
-
Updated
Sep 17, 2021 - JavaScript
-
Updated
Sep 16, 2021 - Python
-
Updated
Sep 17, 2021
Hardhat doesn't support solc remappings.
We should print a warning if we detect that a user is trying to use them via their config.
-
Updated
Aug 30, 2021 - C++
-
Updated
Mar 24, 2018 - JavaScript
-
Updated
Jun 11, 2021 - Python
Add flags to slither-check-upgradeability to disable some detectors per name, or per detectors impact, or to enable only some of the detectors (per name/impact)
-
Updated
Sep 12, 2021 - TypeScript
-
Updated
Mar 2, 2021 - JavaScript
-
Updated
Sep 15, 2021
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
Jun 26, 2021 - Go
-
Updated
Apr 24, 2020 - Solidity
-
Updated
Aug 28, 2021 - Solidity
We can safely disallow any use of solc below 0.4.25.
-
Updated
May 6, 2021 - JavaScript
-
Updated
Sep 12, 2021 - Kotlin
-
Updated
Aug 8, 2021 - JavaScript
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