-
## Summary
The redeem() function in VYToken.sol has a vulnerability that allows users to redeem vyTokens held by the contract itself, which could lead to unintended consequences. The redeem() f…
-
```
[2023-08-18 13:02:05 WARN][observer] Emit lock expired, re-publishing to emit queue, blockNumber: 17935509 logIndex: 173
[2023-08-18 13:02:05 WARN][observer] Emit lock expired, re-publishing to…
-
AFAICS there's no way to profile sclang code to see where the performance bottlenecks are - is that correct?
If so, please consider this a feature request, and if not, please consider it a document…
-
Title: Solidity compiler versions mismatch
Severity: Low Risk
The project is compiled with different versions of solidity, which is not recommended because it can lead to undefined behaviors.
…
-
I am currently trying to use the `TwoRayGroundReflection` path loss model in a simulation which uses an `IEEE80211DimensionalRadioMedium`. I realized that `IPathLoss::computePathLoss` gets never calle…
-
Hi @akinremisa - during the JOSS pre-review phase we got a few good comments from @bobmyhill that I didn't want us to skip-over during the review phase. I am pasting them below. If you could address t…
-
I have a simulation of a PDE on which I would like to perform Bayesian inference. I can (easily, thank you guys!) compute the 'forward' and gradient of the PDE, more efficiently than NumPy can, but th…
-
I would like to do RF fingerprinting (carrier frequency offset) for Zigbee devices based on this project
(Carrier Frequency Offset (CFO), Amplitude Error, Phase Error, DC Bias, and Synchronization
e…
-
# ❔
I often need to use html functions (`fun FlowContent.foo() {`) without a parent node, I just want to get the html as text. This is what I came up with, just wondering if there was a standard/clea…
-
Currently (https://github.com/Kotlin/kotlinx-io/pull/136), kotlinx-io will only provide a bare minimum of extensions required for interop with Java-specific APIs:
- functions to wrap `j.i.InputStream…