Add program deployment docs (#15075) (#15082)

(cherry picked from commit d0118a5c42)

Co-authored-by: Jack May <jack@solana.com>
This commit is contained in:
mergify[bot]
2021-02-04 10:42:37 +00:00
committed by GitHub
parent dadebb2bba
commit cfeed09f1f
7 changed files with 237 additions and 17 deletions

View File

@@ -941,8 +941,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 {