Skip to content
#

evm

Here are 595 public repositories matching this topic...

tynes
tynes commented Aug 9, 2022

Component

Forge

Have you ensured that all of these are up to date?

  • Foundry
  • Foundryup

What version of Foundry are you on?

forge 0.2.0 (64fe4ac 2022-08-05T17:02:41.636625562Z)

What command(s) is the bug in?

forge test -vvvv

Operating System

Linux

Describe the bug

It would be ideal if the addresses displayed in the traces were checksummed. A common workf

good first issue T-feature Cmd-forge-test C-forge
ethereumjs-monorepo

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 Aug 10, 2022
  • C++
MrChico
MrChico commented Dec 7, 2021

deploying libraries can take a long time. One can easily skip this stage if we make it possible to save the deployed library state and pass it to dapp test:

  1. Write a new little dapp helper script which is the dapp --library-addresses above
  2. Make dapp build and dapp --make-library-state use this helper script instead
  3. Allow a flag --state to be passed to dapp test (probably a
good first issue
ethermint
marcindsobczak
marcindsobczak commented Aug 4, 2022

In rpc method:
https://docs.nethermind.io/nethermind/ethereum-client/json-rpc/parity#parity_pendingtransactions

Will be nice to add optional argument Address to let users opportunity to ask about txs from specific address only.

If optional argument Address will not be null, there will be a need to filter txs by this address inside Where
https://github.com/NethermindEth/nethermind/bl

Improve this page

Add a description, image, and links to the evm topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the evm topic, visit your repo's landing page and select "manage topics."

Learn more