cyphersnake
cyphersnake
@BenHall-7 I use HEAD~1 from master because on the last commit, the path outside from repo is written inside Cargo.toml. Should I still use it?
[About transmute](https://github.com/cyphersnake/makeit/blob/5fb4e5731f2c97703c1931fe30cf31a789e519ed/makeit-derive/src/lib.rs#L179-L180): ```rust // We do the following instead of `::core::mem::transmute(self)` here // because we can't `transmute` on fields that involve generics. ``` But I have not yet understood why...
@Henry-E This is [not available](https://github.com/orgs/community/discussions/5634) on company forks. Can you tell me what changes I should make? If they are complex, then I could do the same PR from my...
1. In general, this PR was the first part of the changes that improve the rust-client experience. To do this, each type denoting a instruction must be self-sufficient in terms...
@Henry-E ready for 5 months 😏
Added the `Owner` implementation here. In fact, if you are working with anchor-instructions from Rust, then without these traits it will be difficult for you to do any complicated things...
And this will also allow to add the automatic implementation for `InstructionData` ```rust pub trait InstructionData: Owner + Discriminator + AnchorSerialize { fn data(&self) -> Vec { let mut d...
@josephfernandez https://doc.rust-lang.org/reference/procedural-macros.html @nabeel99 We also made a solution using a local macro, but now the general solution is waiting in the PR
Is simply adding a layout to the raw folder sufficient for this to work (I haven't found any guideline)? Not sure if I can create the most optimal layout (the...
If it is impossible to present some configuration only through dotenv, then it would be good to know about it within the compile time. It seems to me, the template...