Rahul Garg

Results 26 issues of Rahul Garg

I was wondering if we could add explicit support for [lualine](https://github.com/nvim-lualine/lualine.nvim) and/or [feline](https://github.com/feline-nvim/feline.nvim). Both are very popular statuslines. I could give it a shot myself but I'm not too experienced...

**Is your feature request related to a problem? Please describe.** [Prepare Rename Request](https://microsoft.github.io/language-server-protocol/specifications/lsp/3.17/specification/#textDocument_prepareRename) was introduced in LSP ver. 3.12.0 and editors such as neovim have started to use it for...

Test parallel batched signature verification.

- Update rebar.config and rebar.lock - Use test groups to test all key types TODO: - [ ] Land dependent PRs

Summary ---- Add support for rewards_v3 transaction. Notes ---- - `rewards_v3` transaction only rewards for consensus, securities and the remaining rewards go to a single treasury - Ensures all reward...

Problem ---- When ledger POC verification fails we can't really tell whether it failed due to incorrect challenger or the block hash. Solution ---- This switches the return type for...

Problem ---- Both poc witness and poc receipt signature verification process times can be increased significantly if we do it in batches. Solution ---- - Add a boolean flag to...

This changes block signature verification to use batch functionality from `libp2p_crypto`. In my testing it shows roughly 4-6x faster signature verification. Furthermore it alters the signature verification to ensure that...

`blockchain_poc_target_v3` module uses `blockchain_ledger_v1:get_hexes_list` which returns the raw count of hexes (in the region regardless of their POC activity); this results in a targeting a lot of potentially stale hotspots....

Some community members have reported that the hex scale calculation factors in known "offline" hotspots (those which haven't had any POC activity for a while dependent on challenge interval variable)....