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 7,673 public repositories matching this topic...
-
Updated
Jan 28, 2022 - JavaScript
Issue
Vyper handles unmapped instructions differently from Solidity. In Solidity, unmapped instructions are given a file index of -1. When attempting to show the source for such an instruction, we instead just show 1: // No source code found..
However, in Vyper, such instructions are not given a file index of -1, but are given a start and length of 0. So when we show the source for t
-
Updated
Jan 30, 2022
-
Updated
Jan 29, 2022 - CSS
-
Updated
Jan 28, 2022
-
Updated
Jan 28, 2022 - Java
-
Updated
Jan 10, 2022
-
Updated
Jan 26, 2022
-
Updated
Jan 30, 2022 - JavaScript
Description
Change links and references in the docs to run an Ethereum node from parity to openethereum, and change these references in the code too.
Motivation
Currently, docs about running an Ethereum node states that you can use parity-ethereum, but the project is no longer maintained.
There's also lots of comments and b
We just released a new major version of hardhat-etherscan. We need to update the version that our sample projects use.
-
Updated
Jan 20, 2022 - Python
-
Updated
Jan 25, 2022
Update this detector to filter based on the compiler version. Also, only output warning if one of the parameters is memory.
Ref: https://ethereum.stackexchange.com/questions/107578/does-using-external-over-public-in-a-library-reduce-any-gas-costs
-
Updated
Jan 26, 2022 - C++
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
Component
Forge
Have you ensured that all of these are up to date?
- Foundry
- Foundryup
What version of Foundry are you on?
forge 0.1.0 (8ccfe49 2022-01-25T13:43:18.881673196+00:00)
What command(s) is the bug in?
forge test
Operating System
Linux
Describe the bug
Hi
When I run forge test it automatically downloads the `$HOME/.svm/0.8.11/solc-0.8.
-
Updated
Mar 24, 2018 - JavaScript
-
Updated
Jan 18, 2022 - Solidity
-
Updated
Jan 14, 2022 - JavaScript
-
Updated
Jun 11, 2021 - Python
-
Updated
Jan 22, 2022 - JavaScript
-
Updated
Jan 6, 2022 - Go
-
Updated
Mar 2, 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
Created by Gavin Wood, Christian Reitwiessner, Alex Beregszaszi
Released August 2015
Latest release about 1 month 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