Releases: KowalewskiPawel/Substrate-Polkadot-Smart-Contracts-Caller
Releases · KowalewskiPawel/Substrate-Polkadot-Smart-Contracts-Caller
Ver 0.4.9 Code Hash
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
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
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
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!
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