Open riptl opened 2 years ago
Agreed. Should be fairly simple to do. Out of interest, are you aware of any larger contracts except for Pyth that are written in C?
It seems of the currently ~2.5k deployed contracts, only 64 are written in C. (found via ELF contains llvm-project.git
)
I am not aware of any other C contracts. Pyth is the only smart contract I've seriously worked with, so my view is very limited.
It should be possible using the attribute((section(".security.txt"))) to acheive that at code level it self!
Agreed. Should be fairly simple to do. Out of interest, are you aware of any larger contracts except for Pyth that are written in C? It seems of the currently ~2.5k deployed contracts, only 64 are written in C. (found via ELF contains
llvm-project.git
)
Primary choice still remains rust till date, except pyth ofcourse!
Agreed. Should be fairly simple to do. Out of interest, are you aware of any larger contracts except for Pyth that are written in C? It seems of the currently ~2.5k deployed contracts, only 64 are written in C. (found via ELF contains
llvm-project.git
)
https://github.com/neodyme-labs/solana-security-txt/issues/1#issue-1167530593
B
hi
It would be good to add support for the Solana C SDK