-
just try out go-ethereum its worked great so far. but had problem when trying to call static func like in ether js. using transactionOpt to not send the transaction. the command is worked, but abigen …
-
(Note: initial draft from Cat, not James)
think this would be an awesome resource
1. solidity-by-example dao contract -> private voting in aztec.nr
2. Patrick Collins smart contract
@catmcg…
jzaki updated
1 month ago
-
## Description
The following program is a trivially correct one. I copy data from calldata to memory.
```solidity
contract A {
struct S {
int a;
}
function f (S calldata s) publ…
-
All contracts bellow 0.6 should be checked and parser corrected in case of any issues.
0x19 updated
11 months ago
-
If a private smart contract deployed on Pente happens to have a method that emits events only (and does not modify contract storage), then the contract address shows up in `getUpdatedAccounts()`, but …
-
Hello everybody,
I m new here and in Solidity and I try to learn. I have an issue with this function (_beforeTokenTransfer), here is the code :
______________________________
pragma solidity…
-
### Description
Sourcify may be returning a new response that is not matched.
```log
** (exit) an exception was raised:
** (CaseClauseError) no case clause matching: {:ok, [%{\"address\" => …
-
**Describe the bug**
When an `RPC Error: Internal JSON-RPC error` occurs, the result of the message is displayed in the terminal.
In the current release, an error message is displayed in the termina…
-
Hello.
I am Aiyuki from the Japan.
I wanted to reach out to express my interest in potential collaboration opportunities.
I am very interested in your company mission and vision.
With over 6 ye…
-
### Describe the feature
I've been tasked with exploring the topic of parallelized compilation in solc, especially in the context of improving the speed of compilation via IR. We wanted to know what …