Skip to content

v1.10.0

Compare
Choose a tag to compare
@dragos-rebegea dragos-rebegea released this 15 Jan 07:31
· 5 commits to main since this release
914e3c9

Added
• Multi-Transfer Support: Introduced support for EGLD in multi-transfer transactions. (#1401)
• Relayed Smart Contract Results: Added the option to include relayed smart contract results in transaction responses. (#API-334)
• Relayed Transactions Filter: Implemented a new filter across multiple endpoints to include relayed transactions for senders. (#API-334)
• NftSubType Filter: Added a filter for NftSubType and ensured proper handling for cases where nft.type is not present. (#1394)
• Transaction Simulation: Added the ability to forward the checkSignature parameter for transaction simulations. (#1422)
• Pool Transactions: Added function name identification for pool transactions. (#1425)
• Addresses Query Parameter: Added an addresses query parameter to filter accounts by a list of addresses. (#5079d6b)
• WebSocket Transaction Metrics: Introduced metrics for WebSocket transaction events. (#1429)
Changed
• Optional Fields for /accounts/:address: Made fields optional in the accounts endpoint for improved performance. (#1426)
• Load Test Workflow: Updated load-tests.yml for better testing workflows. (#1400)
• Invalid Transactions Handling: Improved handling and treatment of invalid transactions. (#1428)
• Query Parsers Update: Removed the use of the new keyword for query parsers that do not use specific parameters. (#1373)
Fixed
• Provider Delegation Data: Ensured providersDelegationData is treated as an array to prevent runtime issues. (#1420)
• Encoded Data Check: Added validation in KeysService to handle cases where no encoded data is present. (#8135bf8)
• Relayed Transactions Bug: Fixed issues related to the inclusion of relayed transactions for senders. (#API-334)
• Transactions Marked as Ignorable: Included transactions marked as canBeIgnored in responses. (#API-339)

Full Changelog: v1.9.2...v1.10.0