-
1) Use != instead of > for uint256 in StakingReward.sol:
Both amount and reward are of type uin256 comparing, checking for inequality instead of a greater than relation saves gas. The comparisons ca…
-
Currently it is not possible to cross compile gssproxy. This is due to two autoconf macros.
1. In external/dinglibs.m4 AC_RUN_IFELSE is used without cross compile action, leading to error: cannot ru…
-
###GAS OPTIMIZATION
--1
-unnecessary `i` value set
https://github.com/code-423n4/2022-02-concur/blob/main/contracts/ConcurRewardPool.sol#L35
unnecessary value set. the default value of uint is zero. j…
-
As far as I can see, it's currently not possible to update `idForFirstItem` after the first render. The docs concur with this assessment.
https://github.com/html-next/vertical-collection/blob/b2182…
-
Hello,
With the new version of macOS Sequoia, FusionInventory 2.6 is not installing. It shows the error: "Legacy Installer Package - The installer package is incompatible with this version of macOS…
-
The ghcjs version compiles perfectly, but now I'm trying to get the regular ghc version compiling so I can use it with ghci in emacs. `concure-core` compiles with ghc, but `concur-vdom` has this error…
-
Concur is the most easy way I have ever seen to design a UI!
Is it possible to use Concur/ concur-replica to design UIs for android or iOS?
-
# Lines of code
https://github.com/code-423n4/2022-02-concur/blob/shelter-client/contracts/ConvexStakingWrapper.sol
https://github.com/code-423n4/2022-02-concur/blob/shelter-client/contracts/MasterCh…
-
# Report
* [cache values from external function calls](#cache-values-from-external-function-calls)
* [remove unnecessary `safeApprove()`](#remove-unnecessary-safeapprove)
* [use constant state variab…
-
# Problem
Users are interested into knowing the scaling model of integrations / data streams.
Examples:
- If I deploy N Elastic Agents with the same policy, will I speed up the ingestion or I'll get …