solana-program-library/stake-pool/program
Yuriy Savchenko 480f6604b7
Added missing accounts to the interface to call stake account program (#763)
* Interface accounts added as read-only, fixed mint authority on deposit, fixed stake pool stake deserializing

* Unit test refactoring, added success tests for deposit, updated stake account program id

* Warnings fixed

* Removed random key generation, used Pubkey::new_unique instead

* Imports optimization

* Unit test architecture updated to remove separate invoke_signed declarations

* Added missing accounts (sysvar clock and stake account program id) to calls to stake account program

* Fixed formatting

* Fixed stake pool deposit unit test

* Temporarily removed stake-pool cli from main workspace

* Fixed warning in token program

* Fixed warning in token program v3

* Fixed warnings in token swap program

* Fixed warning in token cli

* Sysvar and program id params reordered
2020-11-02 22:03:54 +01:00
..
src Added missing accounts to the interface to call stake account program (#763) 2020-11-02 22:03:54 +01:00
Cargo.toml Update to solana v1.4.4 2020-11-01 20:48:15 -08: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