cliff.li
cliff.li
change to return str(long(time.time() * 100000)) still not work error is as below Key timestamp should be a decimal number, e.g. "123.456"
as of current master branch fallback-provider.ts - line 471 i changed to ```ts async detectNetwork(): Promise { const networks = await Promise.all( this.providerConfigs.map(async (c) => { try { return c.provider.getNetwork();...
@ricmoo i have forked and made a pr. pls refer to https://github.com/ethers-io/ethers.js/pull/3247
> > any solution? > > @patsonkaushik yes, there is a solution. You need to copy the prebuilt binaries directory to your project root. prebuild issue solved. however, below error...
WARNING:root:You are using evm version 1.8.2. The supported version is 1.7.3 WARNING:root:You are using solc version 0.4.21, The latest supported version is 0.4.19
you can use I256 and convert to bytes; then use U256::from(bytes). the raw slot is 256 bits, which can be represented by U256 actually; just ensure that the raw bytes...
I got this too
内容非常好且updated, 大佬什么时候更新呢,出书了必然买一本