-
### Problem
The Hedera network supports smart contracts as part of EVM equivalence.
Occasionally items have shown up that surfaced inequivalence at the language or opcode layer.
Solidity suppor…
-
# Lines of code
https://github.com/code-423n4/2023-10-zksync/blob/1fb4649b612fac7b4ee613df6f6b7d921ddd6b0d/code/system-contracts/contracts/L1Messenger.sol#L206
https://github.com/code-423n4/2023-10-z…
-
# Lines of code
https://github.com/code-423n4/2023-10-zksync/blob/1fb4649b612fac7b4ee613df6f6b7d921ddd6b0d/code/contracts/ethereum/contracts/bridge/L1WethBridge.sol#L98-L134
https://github.com/code-4…
-
**Context:** [P256VERIFY.yul#L442](https://github.com/lambdaclass/zksync_era_precompiles/blob/bee001d7a0c99a653b8479d4b3b2fe087fc072d7/precompiles/P256VERIFY.yul#L442)
**Description:**
In the `p…
-
**Context:** [P256VERIFY.yul#L469](https://github.com/lambdaclass/zksync_era_precompiles/blob/bee001d7a0c99a653b8479d4b3b2fe087fc072d7/precompiles/P256VERIFY.yul#L469)
**Description:**
In the `p…
-
**Context:** [P256VERIFY.yul#L152](https://github.com/lambdaclass/zksync_era_precompiles/blob/bee001d7a0c99a653b8479d4b3b2fe087fc072d7/precompiles/P256VERIFY.yul#L152)
**Description:**
There is …
-
Parent issue tracking the `stable2409` long term support release.
This issue is used to track the lifecycle of the release. See [Polkadot-SDK Release Calendar](https://github.com/orgs/paritytech/pr…
-
**Versions**
Management: v2.65.6
Blacklight: _no changes_
**Production**
- [x] Management
- [x] restart image servers
-
**Story**
After the UAT Solr restart the SOLR_HEAP variable in the ECS Task Definition is blank. I suspect it is not being passed from Camerata since it is not listed in the `cluster.rb` file.
See…
-
**🧐 Motivation**
Solidity in-memory arrays can't grow, because reallocation would be expensive and difficult to perform safely. But they can safely shrink.
Quite often a memory array needs to be …