Skip to content

Releases: KowalewskiPawel/Substrate-Polkadot-Smart-Contracts-Caller

Ver 0.4.9 Code Hash

11 Apr 10:55
Compare
Choose a tag to compare

Ver 0.4.9

This version includes following features and updates:

  • Check Code Hash route added for checking the original code hash of the given smart contract, based on the AccountId of the deployed smart contract
  • GET requests now handled properly with url query

Ver 0.4 Execution Result

03 Apr 19:48
51ad960
Compare
Choose a tag to compare

Ver 0.4

This version includes following features:

  • Execution of the Write Transaction, now returns Execution result if transaction reverts

Ver 0.3 Transaction URL

29 Mar 08:59
a974518
Compare
Choose a tag to compare

Ver 0.3

This version includes following features:

  • New route that return the link to the given block where transaction was executed (Currently only AlephZero Testnet supported)
  • New route for checking account's Public Key

Ver 0.2 Arguments Support

21 Feb 18:40
0f31055
Compare
Choose a tag to compare

Ver 0.2

This version includes following features:

  • Dynamic arguments for methods added as an array passed to the request body
  • Support for sr25519 type of accounts

Ver 0.1 Hello Substrate World!

20 Feb 11:54
e008971
Compare
Choose a tag to compare

Ver 0.1

First version released! 🥳

This version includes following features:

  • Triggering Read calls on Smart Contracts
  • Triggering Write calls on Smart Contracts
  • Delegating calls to an external account
  • Gas ​​less execution - at least for the user
  • Sending the signature to the backend from the frontend
  • verifying the signature on the backend side
  • workaround for ink v4 smart contracts