-
## Optimization
### 1. (wfCash) Unnecessary `safeTrasnfer` on WETH
in `wfCashLogic._sendTokensToReceiver`, it uses `IERC20(address(WETH)).safeTransfer` on WETH. But safeERC20 library is only intende…
-
I want to create a child page on the parent page:
`get create page:takeaway_checkout on takeaway`
But it created only empty folder with error message:
```
✖ + Folder .\lib\app\modules\takea…
-
## Method Syntax
Right now there is only one way to call a function on some data.
``` clojure
(move-player player x y)
```
But instead of polluting the global namespace, and in order to more closel…
-
Hi guys, awesome work you're doing here. I've recently ported a [really simple SC from C++ to TS](https://github.com/nice1-blockchain/profiles) thanks to your library and I have to say that I love bei…
-
**Is your feature request related to a problem? Please describe.**
We have the need to customize Error responses, e.g.: Add an Error Code/Status Code. And we feel that it's kind of limiting to only h…
-
Some resources in ETN are called time and time again within functions, which leads me to believe it might save users time, and server resources if the values of these resources could be retained for a…
-
This is a topic I've been thinking about for a while based on the following observations:
* Value conversions take an observable amount of time in flamegraphs
* Function lookup and calling takes a…
-
### Gas Optimizations
| | Finding | Instances |
|:-------|:--------------------------------------------…
-
## Describe the bug
The project is currently using outdated version of many dependencies, including Compose and Glance.
This is causing crashes like the following:
```
java.lang.NoSuchMethodErr…
-
Currently most virtual methods take `&mut self` as the receiver, this can be problematic if you want to call multiple virtual methods at once from godot. We could loosen this restriction.
One way t…