solace 0.1.4 → 0.1.5

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: solace
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.4
4
+ version: 0.1.5
5
5
  platform: ruby
6
6
  authors:
7
7
  - Sebastian Scholl
@@ -117,6 +117,11 @@ files:
117
117
  - lib/solace/composers/spl_token_program_transfer_composer.rb
118
118
  - lib/solace/composers/system_program_create_account_composer.rb
119
119
  - lib/solace/composers/system_program_transfer_composer.rb
120
+ - lib/solace/composers/token_2022_program_close_account_composer.rb
121
+ - lib/solace/composers/token_2022_program_initialize_mint_composer.rb
122
+ - lib/solace/composers/token_2022_program_mint_to_composer.rb
123
+ - lib/solace/composers/token_2022_program_transfer_checked_composer.rb
124
+ - lib/solace/composers/token_2022_program_transfer_composer.rb
120
125
  - lib/solace/concerns/binary_serializable.rb
121
126
  - lib/solace/connection.rb
122
127
  - lib/solace/constants.rb
@@ -138,11 +143,19 @@ files:
138
143
  - lib/solace/instructions/spl_token/transfer_instruction.rb
139
144
  - lib/solace/instructions/system_program/create_account_instruction.rb
140
145
  - lib/solace/instructions/system_program/transfer_instruction.rb
146
+ - lib/solace/instructions/token_2022/close_account_instruction.rb
147
+ - lib/solace/instructions/token_2022/initialize_account_instruction.rb
148
+ - lib/solace/instructions/token_2022/initialize_mint_instruction.rb
149
+ - lib/solace/instructions/token_2022/mint_to_instruction.rb
150
+ - lib/solace/instructions/token_2022/transfer_checked_instruction.rb
151
+ - lib/solace/instructions/token_2022/transfer_instruction.rb
141
152
  - lib/solace/keypair.rb
142
153
  - lib/solace/message.rb
143
154
  - lib/solace/programs/associated_token_account.rb
144
155
  - lib/solace/programs/base.rb
145
156
  - lib/solace/programs/spl_token.rb
157
+ - lib/solace/programs/token_2022.rb
158
+ - lib/solace/programs/token_program_interface.rb
146
159
  - lib/solace/public_key.rb
147
160
  - lib/solace/serializers/address_lookup_table_deserializer.rb
148
161
  - lib/solace/serializers/address_lookup_table_serializer.rb