mreitschuster
mreitschuster
``` #!/usr/bin/env python3 from simple_term_menu import TerminalMenu def main(): options = ["entry \t 1", "entry \t 2", "entry \t 3"] terminal_menu = TerminalMenu(options) menu_entry_index = terminal_menu.show() print(f"You have selected {options[menu_entry_index]}!")...
Hi all! I tried using the newest version to learn how to use VRF 2.5. So i checked out and installed a fresh version with: ``` git clone https://github.com/smartcontractkit/hardhat-starter-kit.git cd...
``` npx hardhat coverage --show-stack-traces Version ======= > solidity-coverage: v0.8.12 Instrumenting for coverage... ============================= > APIConsumer.sol > AutomationCounter.sol > PriceConsumerV3.sol > RandomNumberConsumerV2Plus.sol > RandomNumberDirectFundingConsumerV2Plus.sol > test/VRFCoordinatorV2_5Mock.sol > VRFV2PlusWrapper.sol Coverage skipped...