solana-program-library/stake-pool/program
Yuriy Savchenko df63d6a0f0
Stake pool improvements and fixes (#665)
* Added address type in programm address generation for the stake pool, renamed nonce to bump seed

* Formatting fixed

* Bump seed calculation moved to the smart contract, test for fee > 1 added, state length public constant added

* Added claim method to stake pool, fixed program address generation in token mint and burn calls

* Refactored signers management when calling other contracts

* Signers formation put back into calling functions, deposit/withdraw/claim method reworked, state serialization bug fixed
2020-10-20 21:02:05 +02:00
..
src Stake pool improvements and fixes (#665) 2020-10-20 21:02:05 +02:00
Cargo.toml Bump serde from 1.0.116 to 1.0.117 (#660) 2020-10-19 13:47:45 +00:00
Xargo.toml Token stake pool (#493) 2020-10-16 19:38:12 +02:00
program-id.md Token stake pool (#493) 2020-10-16 19:38:12 +02:00