-
Updated
Dec 16, 2020 - Python
vyper
Here are 56 public repositories matching this topic...
-
Updated
Dec 7, 2020
-
Updated
Mar 21, 2020 - Python
-
Updated
Dec 21, 2020 - JavaScript
-
Updated
Nov 12, 2020 - Python
Currently, the deposits are unlimited on deployment. This is potentially problematic, as we shouldn't allow Vaults to be immediately available during the setup/configuration phase. Due to how deployments are handled, it would be safer to have to set this manually in order to "open up" the Vault for deposits once deployed to mainnet, which can use multicall in order to set all the parameters needed
-
Updated
Mar 1, 2020 - Python
-
Updated
Nov 12, 2020 - Python
PLEASE REFER TO CONTRIBUTION GUIDE TO SEE HOW TO CONTRIBUTE.
The following checklist represents the status of the translation of different chapters.
The chapters which are "unchecked" (do NOT have a tick mark) are ready to be translated. The chapters which is "checked" (have a tick mark) are NOT available for t
-
Updated
Dec 21, 2020 - TypeScript
-
Updated
Dec 11, 2020 - JavaScript
-
Updated
Aug 7, 2020 - JavaScript
-
Updated
Sep 9, 2020
-
Updated
Mar 18, 2019 - Ruby
-
Updated
Oct 28, 2018 - Python
-
Updated
Jul 18, 2018 - Python
-
Updated
Dec 15, 2018 - JavaScript
-
Updated
Nov 11, 2020 - Python
Improve this page
Add a description, image, and links to the vyper topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the vyper topic, visit your repo's landing page and select "manage topics."
Overview
When
brownie runis called on a script with an incorrect or missing function name, the console output should include a list of valid functions that may be called.Specification
Fairly self explanatory,