Alex Pikme

Results 13 issues of Alex Pikme

I hope this helps keep the project clean and accurate! Best regards, XxAlex74xX

c-update
t-meta
w-ci
a-review
s-stagnant

on on-chain - an on-chain

###Description - Remove unused dependencies: - aleph-bft-crypto: async-trait, tokio - aleph-bft-examples-blockchain: sha3, unsigned-varint - Remove ineffective #[must_use] attributes from trait methods - Set workspace resolver to "2" to match edition...

### Description Upgraded `clap` from version 4.3 to [4.5.38](https://github.com/clap-rs/clap/blob/master/CHANGELOG.md#4538---2025-05-11) to include recent fixes and improvements, particularly in `derive` macros. This ensures better compatibility and leverages enhancements made in recent patch...

## Why is this change needed? Fixed a logical error in the "fails with invalid signature" test where the private key was incorrectly used instead of the public key in...

### PR description: This PR cleans up the codebase by removing multiple unused dependencies across different crates and fixing compiler warnings. Changes were identified using cargo-udeps tool and do not...

## Description `fix 404 error links`

Stale

Fixed incorrect array index when parsing type size from regex match. The code was checking parsedType[3] but then using parsedType[2] in strconv.Atoi(). Since the regex groups are: - [0] =...