Rigidity

Results 54 issues of Rigidity

## Bevy version 0.8 ## Relevant system information ``` AdapterInfo { name: "NVIDIA GeForce RTX 3070 Ti", vendor: 4318, device: 9346, device_type: DiscreteGpu, backend: Vulkan } ``` ## What you...

C-Bug
A-Rendering

**Description** I get a long error about the pNext chain including structures that can't co-exist. Here is the complete log. 2022-07-30T19:14:40.951440Z INFO bevy_render::renderer: AdapterInfo { name: "NVIDIA GeForce RTX 3070...

type: bug
help wanted
area: correctness

### What happened? When you send a transaction, it locks the fields and spins for a long time, even after it has been confirmed on-chain. If you switch over to...

bug

### Purpose: The wallet protocol is still fairly limited in functionality. This PR adds a lot of really nice to have features to it, and enables various things wallets could...

full_node
Added
coverage-diff

### Bug Description Hello, we're running into [an issue, specifically on FreeBSD](https://github.com/Chia-Network/chia_rs/issues/349) with installing the source distribution of [chia_rs](https://github.com/Chia-Network/chia_rs) on platforms where a binary wheel has not been pre-built. The...

bug
sdist

The `blst_derive_child_eip2333` function uses a fixed version of `keygen`. If you need the ability to derive child keys using `blst_keygen_v3` for example, you have to manually invoke the `parent_SK_to_lamport_PK` function....

### Purpose: Implements mempool updates described in [CHIP-0026](https://github.com/Chia-Network/chips/pull/100). ### Current Behavior: There is no way to receive updates on specifically subscribed transactions entering and leaving the mempool. ### New Behavior:...

Added