Skip to content

Commit 8b60bbf

Browse files
committed
Use Codama v1.0.0
See See codama-idl/codama#234
1 parent 833ce04 commit 8b60bbf

File tree

16 files changed

+135
-135
lines changed

16 files changed

+135
-135
lines changed

clients/js/src/generated/index.ts

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
/**
2-
* This code was AUTOGENERATED using the kinobi library.
2+
* This code was AUTOGENERATED using the codama library.
33
* Please DO NOT EDIT THIS FILE, instead use visitors
4-
* to add features, then rerun kinobi to update it.
4+
* to add features, then rerun codama to update it.
55
*
6-
* @see https://github.com/kinobi-so/kinobi
6+
* @see https://github.com/codama-idl/codama
77
*/
88

99
export * from './instructions';

clients/js/src/generated/instructions/addMemo.ts

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
/**
2-
* This code was AUTOGENERATED using the kinobi library.
2+
* This code was AUTOGENERATED using the codama library.
33
* Please DO NOT EDIT THIS FILE, instead use visitors
4-
* to add features, then rerun kinobi to update it.
4+
* to add features, then rerun codama to update it.
55
*
6-
* @see https://github.com/kinobi-so/kinobi
6+
* @see https://github.com/codama-idl/codama
77
*/
88

99
import {
Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
/**
2-
* This code was AUTOGENERATED using the kinobi library.
2+
* This code was AUTOGENERATED using the codama library.
33
* Please DO NOT EDIT THIS FILE, instead use visitors
4-
* to add features, then rerun kinobi to update it.
4+
* to add features, then rerun codama to update it.
55
*
6-
* @see https://github.com/kinobi-so/kinobi
6+
* @see https://github.com/codama-idl/codama
77
*/
88

99
export * from './addMemo';
Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
/**
2-
* This code was AUTOGENERATED using the kinobi library.
2+
* This code was AUTOGENERATED using the codama library.
33
* Please DO NOT EDIT THIS FILE, instead use visitors
4-
* to add features, then rerun kinobi to update it.
4+
* to add features, then rerun codama to update it.
55
*
6-
* @see https://github.com/kinobi-so/kinobi
6+
* @see https://github.com/codama-idl/codama
77
*/
88

99
export * from './memo';

clients/js/src/generated/programs/memo.ts

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
/**
2-
* This code was AUTOGENERATED using the kinobi library.
2+
* This code was AUTOGENERATED using the codama library.
33
* Please DO NOT EDIT THIS FILE, instead use visitors
4-
* to add features, then rerun kinobi to update it.
4+
* to add features, then rerun codama to update it.
55
*
6-
* @see https://github.com/kinobi-so/kinobi
6+
* @see https://github.com/codama-idl/codama
77
*/
88

99
import { type Address } from '@solana/web3.js';

clients/js/src/generated/shared/index.ts

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
/**
2-
* This code was AUTOGENERATED using the kinobi library.
2+
* This code was AUTOGENERATED using the codama library.
33
* Please DO NOT EDIT THIS FILE, instead use visitors
4-
* to add features, then rerun kinobi to update it.
4+
* to add features, then rerun codama to update it.
55
*
6-
* @see https://github.com/kinobi-so/kinobi
6+
* @see https://github.com/codama-idl/codama
77
*/
88

99
import {
Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
//! This code was AUTOGENERATED using the kinobi library.
1+
//! This code was AUTOGENERATED using the codama library.
22
//! Please DO NOT EDIT THIS FILE, instead use visitors
3-
//! to add features, then rerun kinobi to update it.
3+
//! to add features, then rerun codama to update it.
44
//!
5-
//! <https://github.com/kinobi-so/kinobi>
5+
//! <https://github.com/codama-idl/codama>
66
//!

clients/rust/src/generated/instructions/add_memo.rs

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
1-
//! This code was AUTOGENERATED using the kinobi library.
1+
//! This code was AUTOGENERATED using the codama library.
22
//! Please DO NOT EDIT THIS FILE, instead use visitors
3-
//! to add features, then rerun kinobi to update it.
3+
//! to add features, then rerun codama to update it.
44
//!
5-
//! <https://github.com/kinobi-so/kinobi>
5+
//! <https://github.com/codama-idl/codama>
66
//!
77
88
use borsh::BorshDeserialize;
@@ -79,7 +79,7 @@ impl AddMemoBuilder {
7979
self.memo = Some(memo);
8080
self
8181
}
82-
/// Add an aditional account to the instruction.
82+
/// Add an additional account to the instruction.
8383
#[inline(always)]
8484
pub fn add_remaining_account(
8585
&mut self,

clients/rust/src/generated/instructions/mod.rs

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
1-
//! This code was AUTOGENERATED using the kinobi library.
1+
//! This code was AUTOGENERATED using the codama library.
22
//! Please DO NOT EDIT THIS FILE, instead use visitors
3-
//! to add features, then rerun kinobi to update it.
3+
//! to add features, then rerun codama to update it.
44
//!
5-
//! <https://github.com/kinobi-so/kinobi>
5+
//! <https://github.com/codama-idl/codama>
66
//!
77
88
pub(crate) mod r#add_memo;

clients/rust/src/generated/mod.rs

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
1-
//! This code was AUTOGENERATED using the kinobi library.
1+
//! This code was AUTOGENERATED using the codama library.
22
//! Please DO NOT EDIT THIS FILE, instead use visitors
3-
//! to add features, then rerun kinobi to update it.
3+
//! to add features, then rerun codama to update it.
44
//!
5-
//! <https://github.com/kinobi-so/kinobi>
5+
//! <https://github.com/codama-idl/codama>
66
//!
77
88
pub mod errors;

0 commit comments

Comments
 (0)