Skip to content
#

solidity

Here are 4,290 public repositories matching this topic...

abcoathup
abcoathup commented Oct 15, 2020

🧐 Motivation
Create simple ERC20 and ERC777 presets with fixed supply.
The benefits are:

  • Easy to deploy (including from Remix).
  • No access control (for minting/pausing), and hence no governance required.
  • Can be verified easily on public networks and then are verified for all.

📝 Details

Community members are creating their own simple ERC20 tokens, so it would be good if they

chainlink
franono
franono commented Nov 20, 2020

Description
At the moment the flux_monitor metrics have a label called job_spec_id. My idea is to also add the job's respective flux monitor contract address.

Currently:
flux_monitor_reported_round{job_spec_id="0f9c2a2119a941a39d85e0ca2b1b5ce7"} 213
Proposed:
flux_monitor_reported_round{job_spec_id="0f9c2a2119a941a39d85e0ca2b1b5ce7",address="0x123..."} 213

Motivation

  • Easy way
montyly
montyly commented Nov 10, 2020

One issue with our current parsing pytest is that it is not robust against new version of solc for the xfail tests. For example, these tests are not working with 0.7.1 and 0.7.2:
https://github.com/crytic/slither/blob/ae7c410938b616d993e6c27678f6e48d9a4d7dd6/tests/test_ast_parsing.py#L81-L82

And was not updated when 0.7.3/0.7.4 were released. So the tests fail, while the script should have exp

Improve this page

Add a description, image, and links to the solidity 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 solidity topic, visit your repo's landing page and select "manage topics."

Learn more

You can’t perform that action at this time.