-
# Handle
gpersoon
# Vulnerability details
## Impact
The function revertIfCallFailed of LibUtils.sol uses "assembly" to log error information in a revert situation.
In the latest solidity version …
-
* rewrite an impure function to be pure and pass tests I have set up
* refactor a code example and write tests for it
-
Guys i think there is some issue with the way things are implemented currently in this repo biggest of which is regarding coding standard
currently you guys use `convert_to_openai_tool` from `langc…
-
Do we have a way to declare a generator entry which is not pure, but is only needed if some dependent values are still reachable from the heap?
It would be good for some cases where we call abstrac…
-
```
$ ./build-ubuntu.sh
[...snip...]
*** Building nasm ***
gcc -c -I/home/norru/Projects/3rdParty/ffmpeg-static/target/include -L/home/norru/Projects/3rdParty/ffmpeg-static/target/lib -fwrapv …
norru updated
3 years ago
-
## What I do
Calling a simple "name" function on my smartcontract, which is a **pure** function that returns a string.
The abi of this function:
```yml
# config/web3.yml
contract_abi = "[{\"i…
-
Generally, GUI plugin files must be named `*.plugin.tcl`.
Unfortunately, `load_startup_plugins` in `pd-gui.tcl` doesn't search for plugins recursively. Instead it assumes that plugin files are eith…
-
I looked through physics manual and got an impression that there is no implementation of quadrupole fringes (thin, octupole like), only for combined function dipole, which are different from pure quad…
-
THIS IS MY ERROR
```
akashneelesh@Akashs-MacBook-Air foundry-fund-me-f24 % forge build
[⠊] Compiling...
[⠒] Compiling 3 files with Solc 0.8.26
[⠢] Solc 0.8.26 finished in 25.44ms
Error:
Compil…
-
Hi CBC team.
I'm working in my project and I want to use [MIP](https://www.python-mip.com/) and CBC in the browser with [pyodide](https://github.com/pyodide). MIP function good because is a pure pyrh…