Skip to content

Commit 585a361

Browse files
committed
Release v1.10.5.0
1 parent bb1d972 commit 585a361

File tree

3 files changed

+5
-2
lines changed

3 files changed

+5
-2
lines changed

api.toml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -214,6 +214,9 @@
214214
# /transaction/cost will receive a single transaction in JSON format and will return the estimated cost of it
215215
{ Name = "/cost", Open = true },
216216

217+
# /transaction/cost-scr will receive a single smart contract result in JSON format and will return the estimated cost of it
218+
{ Name = "/cost-scr", Open = true },
219+
217220
# /transaction/pool will return the hashes of the transactions that are currently in the pool
218221
# /transaction/pool?fields=sender,receiver,gaslimit,gasprice will return hashes and all the optional fields mentioned that are currently in the pool
219222
# /transaction/pool?by-sender=erd1... will return the hashes of the transactions that are currently in the pool for the sender

binaryVersion

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
tags/v1.10.4
1+
tags/v1.10.5

proxyVersion

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
tags/v1.3.0
1+
tags/v1.3.1

0 commit comments

Comments
 (0)