bsv-wallet 0.3.0 → 0.3.1

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.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: aeb3dc8d2b6c485d81d28e540b432688b65b370be001f545d7fbe0e2adbff34d
4
- data.tar.gz: 9f9ce64fe90d7d386c1823c4e698ee268e913870a8192135794d8d6f0ddd7643
3
+ metadata.gz: d1640a355dfd2880bab6814c356768c848786260244726f539db357927c75f67
4
+ data.tar.gz: c0aaf75e827d31dcaeada202b65f28f9b3bb0b89793724b503615d4512447e14
5
5
  SHA512:
6
- metadata.gz: 8c49d1e84cc279ce6ec065bcf914d83d16590ded06601459979d0e2cd8084b95d678121fa8c4c36f27c68243ee2337b88857f77d1e09a79f3153e5800a76d54d
7
- data.tar.gz: 83c9ae27c5ca5b09731d81e9aedbc3c981310675f6d2052a229c2da8215b7e13e95e5a8f72c39418ec20f42e4a95478459394f051c3ab32b99578066ccf0504e
6
+ metadata.gz: fb8e922ac7496dbb755a6a2e8c1f392cadc78a27c23845045a190ff5d4c4e11b2112394647c40a0f5059c4634f949cc68732115e8327de463bf7eee4d519610c
7
+ data.tar.gz: 9db7cc2da623b3731e903e5544aca2c265a7db9fc0e5b24c200027f11f4e5b11816ba6fc8bb7ac455c37bf748fc642289f01fcbfdc71ac4132192c84d9a11386
@@ -2,6 +2,6 @@
2
2
 
3
3
  module BSV
4
4
  module WalletInterface
5
- VERSION = '0.3.0'
5
+ VERSION = '0.3.1'
6
6
  end
7
7
  end
@@ -183,6 +183,7 @@ module BSV
183
183
  tx = extract_subject_transaction(beef)
184
184
 
185
185
  store_proofs_from_beef(beef)
186
+ @storage.store_transaction(tx.txid_hex, tx.to_hex)
186
187
  process_internalize_outputs(tx, args[:outputs])
187
188
  store_action(tx, args, status: 'completed')
188
189
  { accepted: true }
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: bsv-wallet
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.3.0
4
+ version: 0.3.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Simon Bettison