Add program deployment docs (#15075)

This commit is contained in:
Jack May
2021-02-04 01:30:50 -08:00
committed by GitHub
parent 86467d825a
commit d0118a5c42
7 changed files with 237 additions and 17 deletions

View File

@ -951,8 +951,8 @@ fn process_show(
authority: upgrade_authority_address
.map(|pubkey| pubkey.to_string())
.unwrap_or_else(|| "none".to_string()),
last_upgrade_slot: slot,
program_len: programdata_account.data.len()
last_deploy_slot: slot,
data_len: programdata_account.data.len()
- UpgradeableLoaderState::programdata_data_offset()?,
}))
} else {