-
Feature request: add language server ([lsp-mode](https://github.com/emacs-lsp/lsp-mode/)) support for Solidity.
There used to be [a repo](https://github.com/emacs-lsp/lsp-mode/issues/408) that has …
-
The `calldataViewFunctions` flags all `memory` parameters as gas inefficient if they aren't modified. This isn't always the case, `memory` arguments are often **cheaper** than `calldata`. This is beca…
-
-
ENS uses a `bytes` to store IPFS hashes, meanwhile Quasar uses plain `strings`. Probably it is more convenient to store them in a string so this way it is easier to be shown by radspec.
-
The slides by @axic are here: https://drive.google.com/file/d/1AniKaHdhmDG3nkKP9jbyuE_-pjmFCl4n/view
In order to use the SMTChecker we need to add the following pragma:
```solidity
pragma exper…
-
Using event_id, the endpoint should fetch all attendees that register for the event, return the data in a paginated list form
-
## Description
The .yul snippet below
```
{
let _1 := memoryguard(1111111111111111111111100)
mstore(0x40, _1)
mstore8(add(_1, 31), 200)
msto…
-
Implement the same computaiton for the `base_fee` as done in the python notebook.
I believe creating a small library can be useful for it. Testing can be made very convenient since we already have a…
-
Hi,
I am a newbie in Ethereum contract programming. I am testing the code in an ubuntu machine with node, testrpc and truffle. Here is what I got after running "npm test"
```
reggie@UBC809:~/mana…
-
The Solidity part of issue #167
See section 2.2.1 in the Token-negotiator report.
See [Jira issue 291](https://smarttokenlabs.atlassian.net/browse/PR-291).