Syed Daanish
Syed Daanish
Axe just throws the error :- ```console Uncaught TypeError: can't access property "textContent", document.head.getElementsByTagName(...)[0] is undefined ``` in firefox for no reason it seems that on line 532 in axe.js...
**Description**: This PR modifies the `compose-network/network-node/data/config/application.properties` file to add `contracts.maxRefundPercentOfGasLimit=100` in order to allow the devs to be able to see the actual gas used. **Related issue(s)**: Fixes #408 **Notes...
Update the regex validation for ``user``, ``relation``, and ``object`` under ``CheckRequestTupleKey``. Updated regular expressions used for user, relation and object under CheckRequestTupleKey in the following manner: - ``user``: ``^(?=.{2,512}$)(?:[a-z_-]+:(?:[a-zA-Z0-9_/#-]+|\*))$`` -...