hopper-framework 0.1.0

Zero-copy state framework for Solana. Typed account architecture, phased execution, validation graphs, zero-copy collections, layout evolution, and cross-program interfaces. Built on Hopper Native. no_std, no_alloc, no proc macros required.
Documentation
1
2
3
4
5
error: #[account(init)] requires `payer = <field>`
  --> tests/compile_fail/state_init_no_payer.rs:18:9
   |
18 |     pub vault: Vault,
   |         ^^^^^