Skip to content
#

Solidity

solidity logo

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 8,821 public repositories matching this topic...

tab00
tab00 commented Mar 25, 2022

After a batch mint of ERC1155 NFTs I want to be able to increment the total supply count like this:

_mintBatch(_receiver, ids, amounts, "");
supply.increment(ids.length);

However currently increment() can only increase the counter by 1:
https://github.com/OpenZeppelin/openzeppelin-contracts/blob/4a9cc8b4918ef3736229a5cc5a310bdc17bf759f/contracts/utils/Counters.sol#L26

So I hav

good first issue
chainlink
Namaskar-1F64F
Namaskar-1F64F commented Feb 3, 2022

The blockNumber in the documentation is 11095000 which is 471 days ago. I think it should be updated to 14135803 which is the block number at the moment of my typing this issue!

Why?

There's a bunch of newly deployed contracts and the such since the last year. I was testing with pinning and the contract I was interacti

good first issue type:docs
mattsse
mattsse commented Mar 25, 2022

Component

Forge

Describe the feature you would like

  • more forgetest! test for the forge test command
  • additional solc selection test to test all scenarios: (autodetect, pin version, use custom install)
  • verify contract test
  • full coverage logging tests
  • ...

Additional context

No response

good first issue T-feature D-chore T-debt
brownie
AoDev
AoDev commented Jun 1, 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

enhancement Good First Issue

FISCO BCOS是由微众牵头的金链盟主导研发、对外开源、安全可控的企业级金融区块链底层技术平台。 单链配置下,性能TPS可达万级。提供群组架构、并行计算、分布式存储、可插拔的共识机制、隐私保护算法、支持全链路国密算法等诸多特性。 经过多个机构、多个应用,长时间在生产环境中的实践检验,具备金融级的高性能、高可用性及高安全性。FISCO BCOS is a secure and reliable financial-grade open-source blockchain platform. The platform provides rich features including group architecture, cross-chain communication protocols, pluggable consensus mechanisms, privacy protection algorithms, OSCCA-approved (Office of State Commercial Cryptography Administration) cryptography algorithms, and distributed storage. Its performance, usability, and security have been testified by many institutional users and successful business applications in a live production environment.

  • Updated Mar 25, 2022
  • C++

Created by Gavin Wood, Christian Reitwiessner, Alex Beregszaszi

Released August 2015

Latest release 11 days ago

Repository
ethereum/solidity
Website
soliditylang.org
Wikipedia
Wikipedia

Related Topics

blockchain cpp ethereum language smartcontracts