cardano_wallet 0.3.25 → 0.3.26
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 +4 -4
- data/lib/cardano_wallet/shared.rb +2 -2
- data/lib/cardano_wallet/version.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: b939ecfaab3cb3b39b87072b84ada64881ca169a40a21537e046a407c7c940b7
|
4
|
+
data.tar.gz: 8e208b0afe7adcf2d853955da46a0acb786aae86ce20a5e0eeb31bb8a5d552f7
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 8420ef9068779be1a4b7ea1c23c8f8ad6995781a5b31508830150cea83bb44370d35be2a03f5045a60d7f3dee6e035669ffaeea8b5007f8663f3acf7c520f020
|
7
|
+
data.tar.gz: cd653f1463d490e7590dcf99ecd2b19902bee68c02019116363db659238d51c1bfac2ce280a63c29dbcdef6ac0bc2f85595611aa9512f9149907bf18195ac049
|
@@ -92,7 +92,7 @@ module CardanoWallet
|
|
92
92
|
'transaction' => transaction
|
93
93
|
}
|
94
94
|
payload[:encoding] = encoding if encoding
|
95
|
-
self.class.post("/wallets/#{wid}/transactions-sign",
|
95
|
+
self.class.post("/shared-wallets/#{wid}/transactions-sign",
|
96
96
|
body: payload.to_json,
|
97
97
|
headers: { 'Content-Type' => 'application/json' })
|
98
98
|
end
|
@@ -103,7 +103,7 @@ module CardanoWallet
|
|
103
103
|
# @param transaction [String] CBOR transaction data
|
104
104
|
def submit(wid, transaction)
|
105
105
|
payload = { 'transaction' => transaction }
|
106
|
-
self.class.post("/wallets/#{wid}/transactions-submit",
|
106
|
+
self.class.post("/shared-wallets/#{wid}/transactions-submit",
|
107
107
|
body: payload.to_json,
|
108
108
|
headers: { 'Content-Type' => 'application/json' })
|
109
109
|
end
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: cardano_wallet
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.3.
|
4
|
+
version: 0.3.26
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Piotr Stachyra
|
8
8
|
autorequire:
|
9
9
|
bindir: exe
|
10
10
|
cert_chain: []
|
11
|
-
date: 2022-09-
|
11
|
+
date: 2022-09-15 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: httparty
|