A pinocchio-based Stake program.
This repository contains a proof-of-concept of a reimplementation of the Stake program using pinocchio. The purpose is to have an implementation that optimizes the compute units, while being fully compatible with the original implementation - i.e., support the exact same instruction and account layouts as StakeState, byte for byte.
no_stdcrate- Same instruction and account layout as StakeState
- Minimal CU usage
- Instructions
- Basic instruction tests
- Existing Stake tests
cd program
make buildcd program
make test