Commit Graph

7 Commits

Author SHA1 Message Date
Jon Cinque ae994afa3e
Update repo to `edition = "2021"` (#3900) 2022-12-13 23:46:26 +01:00
samkim-crypto bb404a6af5
update solana to 1.14.10 (#3872) 2022-12-06 12:59:00 +09:00
Zhuojie Zhou | rex c24f9e876b
managed-token: add approve/revoke methods (#3820)
* managed-token: add approve/revoke/wrap methods

* Remove wrap and add more tests
2022-11-23 23:17:54 +01:00
samkim-crypto 0c8fb24d47
upgrade solana-program to 1.14.6 (#3765) 2022-10-27 07:59:25 +09:00
Jon Cinque c318603368
managed-token: Remove ignored profile.release (#3728)
The SPL build currently gives this warning every time:

```
warning: profiles for the non root package will be ignored, specify profiles at the workspace root:
package:   /home/jon/src/solana/solana-program-library/managed-token/program/Cargo.toml
workspace: /home/jon/src/solana/solana-program-library/Cargo.toml
```

Remove the ignored `profile.release` configuration in managed-token.
2022-10-19 10:58:27 -04:00
hanako mumei 3a87c8fc0a update solana to 1.14.4 2022-10-12 10:48:23 -07:00
Jarry Xiao 318ced195f
Added prototype for managed-token program (#3573)
* Added prototype from managed-token program
2022-09-20 19:03:51 -04:00