From 015868a95c2485473ae42d012331405f1016fd51 Mon Sep 17 00:00:00 2001 From: antazoey Date: Mon, 27 Jan 2025 14:58:44 -0600 Subject: [PATCH 1/2] chore[tool]: mention that output format is comma separated (#4467) because the -p flag is multiple (e.g. `-p path1 -p path2`) whereas output format is comma separated, this can lead to confusion for users. add a note to the help text. --- vyper/cli/vyper_compile.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/vyper/cli/vyper_compile.py b/vyper/cli/vyper_compile.py index 09f8324dcf..9b5a67160d 100755 --- a/vyper/cli/vyper_compile.py +++ b/vyper/cli/vyper_compile.py @@ -17,7 +17,7 @@ from vyper.typing import ContractPath, OutputFormats from vyper.utils import uniq -format_options_help = """Format to print, one or more of: +format_options_help = """Format to print, one or more of (comma-separated): bytecode (default) - Deployable bytecode bytecode_runtime - Bytecode at runtime blueprint_bytecode - Deployment bytecode for an ERC-5202 compatible blueprint From 1b0fa5ba6c86ad5a4c8b166fea957c28e24cf506 Mon Sep 17 00:00:00 2001 From: benny Date: Wed, 29 Jan 2025 17:56:59 -0600 Subject: [PATCH 2/2] chore[docs]: add giveth to `FUNDING.yml` (#4466) Add link to Vyper on Giveth for GIVbacks eligibility: https://giveth.io/project/vyper --- FUNDING.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/FUNDING.yml b/FUNDING.yml index efb9eb01b7..ebbec37728 100644 --- a/FUNDING.yml +++ b/FUNDING.yml @@ -1 +1 @@ -custom: https://etherscan.io/address/0x70CCBE10F980d80b7eBaab7D2E3A73e87D67B775 +custom: ["https://etherscan.io/address/0x70CCBE10F980d80b7eBaab7D2E3A73e87D67B775", "https://giveth.io/project/vyper"]