Tanmay
Tanmay
Its used here https://github.com/zeta-chain/zeta-node/blob/368114f3f7a5bd38637684c0376f7a83b75633e6/x/crosschain/keeper/gas_payment.go#L358-L369 This calcualtion may be used by a V1 `msg-passing` cctx , with receiver chain set as a connected Chain.
https://github.com/zeta-chain/node/pull/4453 We can close this PR @hazim1093
Should we also add https://github.com/zeta-chain/node/issues/4057 as a subtask for this issue
No, it's not The supply checker initially implemented was disabled as we planned to test it on Athens to determine the frequency of these checks so that the notifications are...
The primary requirement for setting up these commands , would be a testnet and mainnet node which has the required communication ports exposed. Had a chat with hazim , this...
Based on the conversation we had and after some research . I think some points from my end are > zetacore has no idea of what's happening in external chains...
> @lumtis @kingpinXD i fixed upgrade tests like this [97a0178](https://github.com/zeta-chain/node/commit/97a017839db2280b58766da7cc506d5641ec7ecc) > > old binary doesn't have this old flag, i think this should be ok we can remove the check...
Related , might have some useful information https://github.com/zeta-chain/node/issues/350
I used this script to analyze state data at some point , I would need minor changes , to get it working as the SDK code has been refactored since...
The outbound multiplier applied by ZetaClient is EVMOutboundGasPriceMultiplier = `1.2`, which equates to a 20% increase. This means the net increase is proportional; for a higher gas price, the 20%...