Lewis

Results 10 issues of Lewis

Hi, I'm new to deno and trying to do ```cargo install deno --locked``` on my m1 mac. But, I faced the following error: linking with `cc` failed: exit status: 1...

build
question

KIP-163 is a proposal for a new CnStakingV3 with public delegation. [See this PR in markdown](https://github.com/klaytn/kips/blob/CnStakingV3-with-publicDelegation/KIPs/kip-163.md) Closes #163

This issue is created for discussions on CnStakingV3 with native public staking. 1. Introduce the CnStakingV3, which is an upgraded version of CnStakingV2. It won't support built-in mutisig features, and...

## Proposed changes - Add KIP-163 contracts (CnV3, PublicDelegation) - Add docs for system contracts - Update abigen to handle custom error message. Ported from https://github.com/ethereum/go-ethereum/pull/23161 ## Types of changes...

## Proposed changes This PR updates the validator refresh interval to 1 block, which is currently 1 day (= 86,400). The validator set at `block N` now will be determined...

## Proposed changes This PR suggests: 1. Make `SyncStakingInfo` for CNAPI work only before kaia block. 2. Fix staking info handler to return correct staking info after kaia fork. 3....

## Proposed changes After kaia fork, the staking info for block `N` is determined at block `N-1`. Also, staking info is no longer stored in DB after kaia fork. This...

## Proposed changes Note that PR #2154 is a prerequisite for this. (~Temporarily rebased on top of that~) After Kaia fork, use multicall contract to retrieve staking info instead of...

## Proposed changes The Multicall contract only considers the total balance, which results in the same staking amount calculation as before. Initially, the multicall contract was introduced to calculate `effective...

I'm using hardhat with [email protected] and found the following issues related to the `receive` function. When the `receive() payable` has a modifier that uses a private function and is expected...