Luke
Luke
我正在做一个网络书签。我的需求是只想要article.title的内容。请问,能否通过配置,我拿到title内容之后,他就不再去获取网络内容。因为我见过测试,有些需要四五秒之后才将article内容获取完毕,这个时间对我来说有点长。
## Description I have implemented the `editValidator` function in the https://github.com/evmos/evmos/pull/2030, and along with you the previously implemented `delegate`, `undelegate`, `redelegate` and related functions, the staking precompiled contract is only...
## Description a small update for convert an address between hex and bech32. **before** bech32 address to hex address(only for evmos and evmosvaloper bech32 address): `evmosd debug addr evmos1qqqqhe5pnaq5qq39wqkn957aydnrm45sdn8583 `...
imp(distribution): replace bech32 address with evm hex address for distribution precompile contract
## Description Please review https://github.com/evmos/evmos/pull/2200 first, because this is modified based on this PR More details see before https://github.com/evmos/evmos/pull/2122
## Description This PR will convert all bech32 addresses in precompiled contract staking to evm hex address. The implementation itself is not difficult, but too many unit tests need to...
## Overview evmos and cometbft provide many interfaces for us to query information about the chain. However, unfortunately, evmosjs does not implement these interfaces in the provider package. In actual...
I mean how to use evmosjs libary complete the following functions: ``` evmosd tx staking create-validator \ --amount=1000000000000aevmos \ --pubkey='{"@type":"/cosmos.crypto.ed25519.PubKey","key":"3YAmZANy26ad4otlglkx6sj1zIP8pCDQT8p5Rz4TGu4="}' \ --moniker="ValidatorTest" \ --chain-id="evmos_9000-1" \ --commission-rate="0.05" \ --commission-max-rate="0.20" \ --commission-max-change-rate="0.01"...
### Ethers Version 6.11.1 ### Search Terms tuple,object,array ### Describe the Problem ```solidity struct Description { string moniker; string identity; string website; string securityContact; string details; } struct CommissionRates {...
# Description This is the basic description of the function MsgMultiSend. **Send coins from one sender and to a series of different addresses. If any of the receiving addresses do...