solana-program-library/token/program/src
Tyera Eulberg 810c79ec32
token-2022: Allow anyone to burn/close an Account owned by the system program or the incinerator (#2890)
* Allow anyone to burn and close token Accounts owned by the system program and the incinerator

* Require rent from incinerator/system-owned token accounts be burnt when accounts closed

* Add support to OG program
2022-03-09 19:31:39 -07:00
..
entrypoint.rs Drop lifetimes 2020-11-01 20:48:15 -08:00
error.rs token: Add SyncNative instruction (program, CLI, JS) (#2091) 2021-07-19 21:50:42 +02:00
instruction.rs Add comment (#2954) 2022-02-24 16:46:47 -07:00
lib.rs Add token Amount/UiAmount conversion Instructions (#2928) 2022-02-17 16:25:57 -07:00
native_mint.rs Port SPL to solana-program and `cargo build-bpf` 2020-10-24 19:21:38 -07:00
processor.rs token-2022: Allow anyone to burn/close an Account owned by the system program or the incinerator (#2890) 2022-03-09 19:31:39 -07:00
state.rs token-2022: Allow anyone to burn/close an Account owned by the system program or the incinerator (#2890) 2022-03-09 19:31:39 -07:00