solidity
Here are 5,812 public repositories matching this topic...
Abstract
The AST import code in CommandLineInterface is currently wrapped in an exception handler that catches all exceptions and prints an error message. This is most likely because the JSON input does not get validated before it's passed to ASTJsonImporter and the importer just asserts things that
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 27, 2021 - JavaScript
-
Updated
Aug 30, 2021 - HTML
-
Updated
Sep 30, 2021 - Java
-
Updated
Oct 3, 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
Sep 17, 2021
-
Updated
Sep 28, 2021 - JavaScript
-
Updated
Sep 27, 2021 - Python
-
Updated
Sep 25, 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
Sep 17, 2021
-
Updated
Mar 24, 2018 - JavaScript
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
Jun 11, 2021 - Python
-
Updated
Oct 2, 2021 - TypeScript
-
Updated
Mar 2, 2021 - JavaScript
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
Oct 3, 2021 - Kotlin
-
Updated
Aug 8, 2021 - JavaScript
-
Updated
May 6, 2021 - JavaScript
-
Updated
Oct 1, 2021 - TypeScript
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