Kevin Heavey

Results 34 issues of Kevin Heavey
trafficstars

I'm not sure if all of this crate works on wasm32 but the integration tests work fine with minor changes to the test code: - Use wasm_bindgen_test when `target_arch =...

Changes: - Adds a `bytemuck` feature that derives `Pod` and `Zeroable` on `Decimal` - ~Sets `repr(C)` on the `Decimal` struct~ - Activates the `c-repr` feature when the `bytemuck` feature is...

Have not tested this change but it should be faster

solana-program has been split up, so we don't need to import the whole thing anymore. This reduces compile time and avoids a significant source of dependency hell. However, since `anchor_lang`...