Solidity
Solidity is a statically-typed curly-braces programming language designed for developing smart contracts that run on various blockchain platforms, most notably, Ethereum. The Solidity programming language is an open source, community project governed by a core team. The core team is sponsored by the Ethereum Foundation. The programs compiled by the Solidity are intended to be run on Ethereum Virtual Machine.
Here are 6,876 public repositories matching this topic...
- I've opened a support ticket before filing this issue. (Ticket: 521615)
Issue
The default recommended configuration for mainnet is not provided in truffle-config, so it leads to misconfiguration.
I used the old style configuration parameter, gas/gasprice, which works fine for both the local
-
Updated
Dec 23, 2021 - JavaScript
-
Updated
Dec 12, 2021 - HTML
-
Updated
Dec 22, 2021 - CSS
-
Updated
Dec 20, 2021
-
Updated
Dec 17, 2021 - Java
-
Updated
Dec 22, 2021
-
Updated
Dec 8, 2021
-
Updated
Dec 12, 2021 - JavaScript
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.
Currently the hardhat-vyper plugin is hardcoded to request the first 100 releases from the vyper github repo. This is fine for the time being as they aren't anywhere near 100 releases yet, but it should be refactored to handle a possibly paginated response from github.
Ideally it would aggregate all results from all pages returned from github before saving the list.json file.
-
Updated
Dec 22, 2021 - Python
-
Updated
Dec 22, 2021
-
Updated
Dec 24, 2021 - C++
https://github.com/crytic/slither/blob/master/scripts/ci_test_prop.sh
Maybe we could push the compilation artifacts so that we can run slither without running truffle
If user already uses prettier we should use:
- user installed prettier version
- user defined config (.prettierrc / package.json config)
This way we ensure that typechain generated code matches style with the rest of the codebase.
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
Mar 24, 2018 - JavaScript
-
Updated
Jun 11, 2021 - Python
-
Updated
Dec 17, 2021 - Solidity
-
Updated
Mar 2, 2021 - JavaScript
-
Updated
Nov 7, 2021 - Go
-
Updated
Apr 24, 2020 - Solidity
-
Updated
Nov 17, 2021 - JavaScript
Add an example to load file from a directory along with https://remix-ide.readthedocs.io/en/latest/locations.html#load-one-of-the-default-remix-files
-
Updated
Nov 30, 2021 - TypeScript
We can safely disallow any use of solc below 0.4.25.
Created by Gavin Wood, Christian Reitwiessner, Alex Beregszaszi
Released August 2015
Latest release 4 days ago
- Repository
- ethereum/solidity
- Website
- soliditylang.org
- Wikipedia
- Wikipedia
OpenZeppelin is currently working on a base-64 library (OpenZeppelin/openzeppelin-contracts#2884) and it turns out that our optimizer is not yet good enough to get to the level of hand-optimized assembly in that case. We should add this code as a test case so that we can use it to evaluate our optimizer improvements.
In the PR and its comments you'll find versions of the