moh-eulith

Results 10 issues of moh-eulith

#### Current Behavior using 'stable' and 'clippy', we get this error output in our build: ``` error: could not rename component file from '/home/runner/.rustup/tmp/z1zvmlglbrbtie92_dir/bk' to '/home/runner/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/share' error: could not rename...

Left truncation is the default in the inspiration for this crate (Log4j). It usually produces more relevant results, e.g. for filenames, logger names, etc. Both styles of truncation should be...

bug
enhancement
open pr

**Describe the bug** The website listed on github `fleet.rs` has nothing to do with this project. **To Reproduce** Use a secure environment (like a throw away VM) and go to...

bug

example: ```solidity type Foo is uint256; library FooLib { function isHappy(Foo f) internal pure returns(bool) { return Foo.unwrap(f) > 100; } } using { FooLib.isHappy } for Foo global; library...

implements #15870

external contribution :star:
optimizer

## Abstract I have a large contract compiled with `--via-ir --optimize --optimize-runs 2` Looking at the generated opcodes I see the following mask generation patterns that can be optimized: I've...

optimizer
nice to have
feature

## Page https://docs.soliditylang.org/en/latest/contributing.html ## Abstract The contribution guidelines does not describe the appropriate steps for external contribution. Apparently, an external contribution will be summarily rejected if the issue is not...

documentation :book:

### Component Forge ### Describe the feature you would like In a largish solidity project, I have to use different optimization levels for different contracts, due to size restrictions. Currently,...

T-enhancement
good first issue

Feature Request -------------- It's unfortunate that EIP 1193/6963 does not allow client side (pre-wallet) batching of requests. Given that batching is part of the JSON RPC spec it would be...