-
**Context:** [StargateFacetV2.sol#L50](https://github.com/lifinance/contracts/blob/d622002440317580b5d0fb90ef22b839d84957e2/src/Facets/StargateFacetV2.sol#L50), [StargateFacetV2.sol#L73](https://githu…
-
**Is your feature request related to a problem? Please describe (REQUIRED):**
I'm working on frame-sensitive camera mechanics as part of a library. I believe Defold currently only updates the world…
-
Function calls must be resolved at codegen time for two reasons:
- A call to a trait function on a generic parameter:
```rs
fn foo(t: *T) { t.foo(); }
```
- `t.foo()` is unknown…
-
**Github username:** --
**Twitter username:** --
**Submission hash (on-chain):** 0x8403d03d97414cc2c22177914b4a63f3403f711c9d321cba93be0b092f6ad09a
**Severity:** high
**Description:**
**Description*…
-
handle_setup_connection_error and handle_channel_endpoint_changed are two functions to be implemented.
They are present in roles\v2\pool\src\lib\mining_pool\setup_connection.rs and roles\v2\mining-…
4ss0 updated
6 months ago
-
1. No receive() function to receive ether in contract
The following contracts have payable functions for caller to send ether to contract. However the contract does not implement receive() to receive …
-
-
**The use case**
Consider the code here: https://github.com/AndreiKingsley/kmath-tensors-example-jupyters/blob/master/kmath_tensors_examples.ipynb. KMath extensively uses context-oriented programming…
-
Use extension functions liberally. Every time you have a function that works primarily on an object, consider making it an extension function accepting that object as a receiver. To minimize API pollu…
-
## Summary
The redeem() functions and the withdraw() function in VYToken.sol do not check if the receiver parameter is a zero address. This omission could lead to the underlying amount being sent t…