add solana_name_id, reassociate names with modules, modularize id tests (#4580)

This commit is contained in:
Rob Walker
2019-06-06 19:27:49 -07:00
committed by GitHub
parent 191483f4ee
commit fd9fd43e83
20 changed files with 199 additions and 194 deletions

View File

@ -8,4 +8,7 @@ const BUDGET_PROGRAM_ID: [u8; 32] = [
198, 115, 123, 98, 188, 19, 160, 0, 0, 0, 0,
];
solana_sdk::solana_program_id!(BUDGET_PROGRAM_ID);
solana_sdk::solana_name_id!(
BUDGET_PROGRAM_ID,
"Budget1111111111111111111111111111111111111"
);