https://baijiahao.baidu.com/s?id=1733676564845041959&wfr=spider&for=pc[h...
定義如下,根據(jù)是否有交易,可以分為tick和transaction兩類entry. pub struct Entry { /// The n...
RocksDB is a high performanc embedded database for key-value data。 https...
1.sol的私鑰、公鑰,簽名等管理是采用ed25519_dalek進行的,具體怎么使用如下手冊: https://docs.rs/ed25519...
1. validator組成cluster。創(chuàng)建validator的命令: solana create-vote-account vote-ac...
1. faucet會對請求的ip、時間兩個維度進行限制。 代碼流程process---->process_faucet_request---->...
1. solana validator是通過gossip protocal進行消息交互的。
1. cluster是validator的集合,cluster分為控制平面和數(shù)據(jù)平面。并且,cluster中有l(wèi)ead role,每一個slot...
1. std::fmt實現(xiàn)了輸出、及其格式的各種struct\function\traits Binary b formatting. Debu...