Mad
Mad
Hi, I am having issues with hardhat. Extended period of times in a subscription seem to end up with nothing being notified to the subscribed client. I double checked that...
I suggest limiting these with `pragma solidity >= 0.5.0
Reproduction: https://github.com/DefiCake/hardhat-211-docker-bug-report I am finding troubles when running hardhat inside CI pipelines. I am not sure where this was introduced, suspecting the latest 2.11 where compile time optimizations happened, but...
At `Step 5/11 : RUN apt-get install -y --no-install-recommends openjdk-8-jre supervisor systemd software-properties-common gpg-agent` ``` Setting up python3.8-minimal (3.8.10-0ubuntu1~20.04.8) ... Traceback (most recent call last): File "/usr/lib/python3.8/py_compile.py", line 215, in...
Tried in HTC Vive and Steam Index. game won't launch: it will linger in the task manager for a while and finally run in non-vr mode. Logs throw something about...
Example code and [repository branch](https://github.com/FuelLabs/fuel-bridge/tree/deficake/sway-upgradable-contracts-wip) ``` contract; use std::{ execution::run_external, constants::ZERO_B256, string::String, call_frames::first_param, hash::Hash, hash::sha256, }; use contract_message_receiver::MessageReceiver; use interface::{bridge::Bridge, src7::{Metadata, SRC7}}; configurable { TARGET: ContractId = ContractId::from(ZERO_B256) } //...
Opened minimal reproduction here: https://github.com/DefiCake/fuel-constants-match-issue Initializing constants with the following pattern: ``` const CONSTANT_A: u64 = 0; const CONSTANT_B: u64 = CONSTANT_A + 1; const CONSTANT_C: u64 = CONSTANT_B +...
### Component Anvil ### Describe the feature you would like Use case: Have fast transactions (= fast CI pipelines and tests) with automated software that reacts on events, like bots,...
Deploy newest versions of FuelMessagePortal and FuelChainState. Unpause both contracts. Affected networks: devnet and testnet Closes #182