From 12d1c5822c38329fa334bc5c8aa6ec23cbdbd189 Mon Sep 17 00:00:00 2001 From: aoikurokawa Date: Wed, 9 Oct 2024 06:58:52 +0900 Subject: [PATCH 1/2] fix: typos --- .../e2e/memo/src/generated/instructions/add_memo.rs | 2 +- .../system/src/generated/instructions/advance_nonce_account.rs | 2 +- .../e2e/system/src/generated/instructions/allocate.rs | 2 +- .../e2e/system/src/generated/instructions/allocate_with_seed.rs | 2 +- .../e2e/system/src/generated/instructions/assign.rs | 2 +- .../e2e/system/src/generated/instructions/assign_with_seed.rs | 2 +- .../src/generated/instructions/authorize_nonce_account.rs | 2 +- .../e2e/system/src/generated/instructions/create_account.rs | 2 +- .../src/generated/instructions/create_account_with_seed.rs | 2 +- .../src/generated/instructions/initialize_nonce_account.rs | 2 +- .../e2e/system/src/generated/instructions/transfer_sol.rs | 2 +- .../system/src/generated/instructions/transfer_sol_with_seed.rs | 2 +- .../system/src/generated/instructions/upgrade_nonce_account.rs | 2 +- .../system/src/generated/instructions/withdraw_nonce_account.rs | 2 +- .../renderers-rust/public/templates/instructionsPageBuilder.njk | 2 +- 15 files changed, 15 insertions(+), 15 deletions(-) diff --git a/packages/renderers-rust/e2e/memo/src/generated/instructions/add_memo.rs b/packages/renderers-rust/e2e/memo/src/generated/instructions/add_memo.rs index b05ad43f9..03b1df94c 100644 --- a/packages/renderers-rust/e2e/memo/src/generated/instructions/add_memo.rs +++ b/packages/renderers-rust/e2e/memo/src/generated/instructions/add_memo.rs @@ -79,7 +79,7 @@ impl AddMemoBuilder { self.memo = Some(memo); self } - /// Add an aditional account to the instruction. + /// Add an additional account to the instruction. #[inline(always)] pub fn add_remaining_account( &mut self, diff --git a/packages/renderers-rust/e2e/system/src/generated/instructions/advance_nonce_account.rs b/packages/renderers-rust/e2e/system/src/generated/instructions/advance_nonce_account.rs index 3517dbb99..77fb79695 100644 --- a/packages/renderers-rust/e2e/system/src/generated/instructions/advance_nonce_account.rs +++ b/packages/renderers-rust/e2e/system/src/generated/instructions/advance_nonce_account.rs @@ -110,7 +110,7 @@ impl AdvanceNonceAccountBuilder { self.nonce_authority = Some(nonce_authority); self } - /// Add an aditional account to the instruction. + /// Add an additional account to the instruction. #[inline(always)] pub fn add_remaining_account( &mut self, diff --git a/packages/renderers-rust/e2e/system/src/generated/instructions/allocate.rs b/packages/renderers-rust/e2e/system/src/generated/instructions/allocate.rs index cae34a7b2..a5cea968f 100644 --- a/packages/renderers-rust/e2e/system/src/generated/instructions/allocate.rs +++ b/packages/renderers-rust/e2e/system/src/generated/instructions/allocate.rs @@ -93,7 +93,7 @@ impl AllocateBuilder { self.space = Some(space); self } - /// Add an aditional account to the instruction. + /// Add an additional account to the instruction. #[inline(always)] pub fn add_remaining_account( &mut self, diff --git a/packages/renderers-rust/e2e/system/src/generated/instructions/allocate_with_seed.rs b/packages/renderers-rust/e2e/system/src/generated/instructions/allocate_with_seed.rs index c54f2b981..2a7d248b1 100644 --- a/packages/renderers-rust/e2e/system/src/generated/instructions/allocate_with_seed.rs +++ b/packages/renderers-rust/e2e/system/src/generated/instructions/allocate_with_seed.rs @@ -128,7 +128,7 @@ impl AllocateWithSeedBuilder { self.program_address = Some(program_address); self } - /// Add an aditional account to the instruction. + /// Add an additional account to the instruction. #[inline(always)] pub fn add_remaining_account( &mut self, diff --git a/packages/renderers-rust/e2e/system/src/generated/instructions/assign.rs b/packages/renderers-rust/e2e/system/src/generated/instructions/assign.rs index 156e581ef..0c3af0fa5 100644 --- a/packages/renderers-rust/e2e/system/src/generated/instructions/assign.rs +++ b/packages/renderers-rust/e2e/system/src/generated/instructions/assign.rs @@ -94,7 +94,7 @@ impl AssignBuilder { self.program_address = Some(program_address); self } - /// Add an aditional account to the instruction. + /// Add an additional account to the instruction. #[inline(always)] pub fn add_remaining_account( &mut self, diff --git a/packages/renderers-rust/e2e/system/src/generated/instructions/assign_with_seed.rs b/packages/renderers-rust/e2e/system/src/generated/instructions/assign_with_seed.rs index 55e234566..554aad262 100644 --- a/packages/renderers-rust/e2e/system/src/generated/instructions/assign_with_seed.rs +++ b/packages/renderers-rust/e2e/system/src/generated/instructions/assign_with_seed.rs @@ -121,7 +121,7 @@ impl AssignWithSeedBuilder { self.program_address = Some(program_address); self } - /// Add an aditional account to the instruction. + /// Add an additional account to the instruction. #[inline(always)] pub fn add_remaining_account( &mut self, diff --git a/packages/renderers-rust/e2e/system/src/generated/instructions/authorize_nonce_account.rs b/packages/renderers-rust/e2e/system/src/generated/instructions/authorize_nonce_account.rs index 8f528f919..a016c18c9 100644 --- a/packages/renderers-rust/e2e/system/src/generated/instructions/authorize_nonce_account.rs +++ b/packages/renderers-rust/e2e/system/src/generated/instructions/authorize_nonce_account.rs @@ -112,7 +112,7 @@ impl AuthorizeNonceAccountBuilder { self.new_nonce_authority = Some(new_nonce_authority); self } - /// Add an aditional account to the instruction. + /// Add an additional account to the instruction. #[inline(always)] pub fn add_remaining_account( &mut self, diff --git a/packages/renderers-rust/e2e/system/src/generated/instructions/create_account.rs b/packages/renderers-rust/e2e/system/src/generated/instructions/create_account.rs index 77238a965..5824f9547 100644 --- a/packages/renderers-rust/e2e/system/src/generated/instructions/create_account.rs +++ b/packages/renderers-rust/e2e/system/src/generated/instructions/create_account.rs @@ -120,7 +120,7 @@ impl CreateAccountBuilder { self.program_address = Some(program_address); self } - /// Add an aditional account to the instruction. + /// Add an additional account to the instruction. #[inline(always)] pub fn add_remaining_account( &mut self, diff --git a/packages/renderers-rust/e2e/system/src/generated/instructions/create_account_with_seed.rs b/packages/renderers-rust/e2e/system/src/generated/instructions/create_account_with_seed.rs index abe499e1a..7ab907bb2 100644 --- a/packages/renderers-rust/e2e/system/src/generated/instructions/create_account_with_seed.rs +++ b/packages/renderers-rust/e2e/system/src/generated/instructions/create_account_with_seed.rs @@ -149,7 +149,7 @@ impl CreateAccountWithSeedBuilder { self.program_address = Some(program_address); self } - /// Add an aditional account to the instruction. + /// Add an additional account to the instruction. #[inline(always)] pub fn add_remaining_account( &mut self, diff --git a/packages/renderers-rust/e2e/system/src/generated/instructions/initialize_nonce_account.rs b/packages/renderers-rust/e2e/system/src/generated/instructions/initialize_nonce_account.rs index da591f58c..f2d5e9783 100644 --- a/packages/renderers-rust/e2e/system/src/generated/instructions/initialize_nonce_account.rs +++ b/packages/renderers-rust/e2e/system/src/generated/instructions/initialize_nonce_account.rs @@ -127,7 +127,7 @@ impl InitializeNonceAccountBuilder { self.nonce_authority = Some(nonce_authority); self } - /// Add an aditional account to the instruction. + /// Add an additional account to the instruction. #[inline(always)] pub fn add_remaining_account( &mut self, diff --git a/packages/renderers-rust/e2e/system/src/generated/instructions/transfer_sol.rs b/packages/renderers-rust/e2e/system/src/generated/instructions/transfer_sol.rs index 262799640..7ec13405b 100644 --- a/packages/renderers-rust/e2e/system/src/generated/instructions/transfer_sol.rs +++ b/packages/renderers-rust/e2e/system/src/generated/instructions/transfer_sol.rs @@ -106,7 +106,7 @@ impl TransferSolBuilder { self.amount = Some(amount); self } - /// Add an aditional account to the instruction. + /// Add an additional account to the instruction. #[inline(always)] pub fn add_remaining_account( &mut self, diff --git a/packages/renderers-rust/e2e/system/src/generated/instructions/transfer_sol_with_seed.rs b/packages/renderers-rust/e2e/system/src/generated/instructions/transfer_sol_with_seed.rs index c69b9bc76..97e8a8e66 100644 --- a/packages/renderers-rust/e2e/system/src/generated/instructions/transfer_sol_with_seed.rs +++ b/packages/renderers-rust/e2e/system/src/generated/instructions/transfer_sol_with_seed.rs @@ -136,7 +136,7 @@ impl TransferSolWithSeedBuilder { self.from_owner = Some(from_owner); self } - /// Add an aditional account to the instruction. + /// Add an additional account to the instruction. #[inline(always)] pub fn add_remaining_account( &mut self, diff --git a/packages/renderers-rust/e2e/system/src/generated/instructions/upgrade_nonce_account.rs b/packages/renderers-rust/e2e/system/src/generated/instructions/upgrade_nonce_account.rs index a9ae53c15..bffa18438 100644 --- a/packages/renderers-rust/e2e/system/src/generated/instructions/upgrade_nonce_account.rs +++ b/packages/renderers-rust/e2e/system/src/generated/instructions/upgrade_nonce_account.rs @@ -77,7 +77,7 @@ impl UpgradeNonceAccountBuilder { self.nonce_account = Some(nonce_account); self } - /// Add an aditional account to the instruction. + /// Add an additional account to the instruction. #[inline(always)] pub fn add_remaining_account( &mut self, diff --git a/packages/renderers-rust/e2e/system/src/generated/instructions/withdraw_nonce_account.rs b/packages/renderers-rust/e2e/system/src/generated/instructions/withdraw_nonce_account.rs index 1f35f98d0..2319a6598 100644 --- a/packages/renderers-rust/e2e/system/src/generated/instructions/withdraw_nonce_account.rs +++ b/packages/renderers-rust/e2e/system/src/generated/instructions/withdraw_nonce_account.rs @@ -158,7 +158,7 @@ impl WithdrawNonceAccountBuilder { self.withdraw_amount = Some(withdraw_amount); self } - /// Add an aditional account to the instruction. + /// Add an additional account to the instruction. #[inline(always)] pub fn add_remaining_account( &mut self, diff --git a/packages/renderers-rust/public/templates/instructionsPageBuilder.njk b/packages/renderers-rust/public/templates/instructionsPageBuilder.njk index 55f4c2c7a..352feeff3 100644 --- a/packages/renderers-rust/public/templates/instructionsPageBuilder.njk +++ b/packages/renderers-rust/public/templates/instructionsPageBuilder.njk @@ -78,7 +78,7 @@ impl {{ instruction.name | pascalCase }}Builder { } {% endif %} {% endfor %} - /// Add an aditional account to the instruction. + /// Add an additional account to the instruction. #[inline(always)] pub fn add_remaining_account(&mut self, account: solana_program::instruction::AccountMeta) -> &mut Self { self.__remaining_accounts.push(account); From 8b198fc80ee5bebfa23b4e1b9be350c20eef1c69 Mon Sep 17 00:00:00 2001 From: Loris Leiva Date: Wed, 9 Oct 2024 10:29:01 +0100 Subject: [PATCH 2/2] Create short-houses-drop.md --- .changeset/short-houses-drop.md | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 .changeset/short-houses-drop.md diff --git a/.changeset/short-houses-drop.md b/.changeset/short-houses-drop.md new file mode 100644 index 000000000..6dcf044fe --- /dev/null +++ b/.changeset/short-houses-drop.md @@ -0,0 +1,5 @@ +--- +"@kinobi-so/renderers-rust": patch +--- + +Fix typo in generated comment