-
Decoding of V1 vs V2 system contract signatures is a bit messy and spread over multiple files, making it hard to study and maintain.
Move things around so that they're more clearly understood. P…
-
**Describe the bug**
We are unable to correctly finalize the call to the Orca whirlpool program fork after we have obtained the whirlpool interface via the `solang idl whirlpool.json` command.
Whe…
-
**Description**
Solidity 0.6 introduces the `abstract` keyword for abstract contracts: https://solidity.readthedocs.io/en/v0.6.0/contracts.html#abstract-contracts
Works:
```Solidity
// Test.sol
…
-
I am unsure what else to try. [Here is my vimrc](https://github.com/jamiis/dotfiles/blob/master/vimrc). Notably I have
`filetype plugin indent on`
and
```
set rtp+=~/.vim/bundle/vim-colors…
-
Hi, I'm Ethan Tan, a web full-stack and blockchain developer with extensive experience spanning over 8 years. I specialize in developing resilient, scalable web applications and state-of-the-art block…
-
Challenge period calculator -- @anorth has more context here. Basically for some parameters users care about we can calculate reasonable challenge parameters. We should build a tool for calculating …
-
# Lines of code
https://github.com/code-423n4/2022-06-putty/blob/3b6b844bc39e897bd0bbb69897f2deff12dc3893/contracts/src/PuttyV2.sol#L2
# Vulnerability details
The solidity version 0.8.13 has below…
-
**Github username:** --
**Twitter username:** --
**Submission hash (on-chain):** 0x739fe19b2a92509639349db8e28b0da7d3daac96f4090c5114690d5c8571f148
**Severity:** medium
**Description:**
**Descriptio…
-
I have a solidity file named 'Manager.sol' for compiler version 0.5.1. First line of the file reads pragma solidity 0.5.1 However, while running I am getting the following error.
```
Manager.sol:1:1…
-
## Description
The value of `start` in the sourceMap is greater than the length of source file.
The `start` is the byte offset to the start of the range in the source file. Hence this value shoul…