You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
wliyongfeng opened this issue
Aug 21, 2024
· 1 comment
Labels
BugTracks issues causing errors or unintended behavior, critical to fix for reliability.P3 - LowNon-essential improvements or minor fixes. Can be scheduled flexibly as time permits.
What is the current behavior and expected behavior?
On block 11178419, proxy.proxies doesn't work. Please use following code to reproduce:
asyncfunctionqueryProxies(api,delegator,height){constblockHash=awaitapi.rpc.chain.getBlockHash(height);constblockApi=awaitapi.at(blockHash);constproxies=awaitblockApi.query.proxy.proxies(delegator);console.log(proxies.toJSON());}(async()=>{constapi=awaitgetApi();// please construct an api by yourselfconstdelegator="1KvKReVmUiTc2LW2a4qyHsaJJ9eE9LRsywZkMk5hyBeyHgw";awaitqueryProxies(api,delegator,11178419);process.exit(0)})();
What is the motivation for changing the behavior?
Please tell us about your environment:
Version: 12.3.1
Environment:
Node.js
Browser
Other (limited support for other environments)
Language:
JavaScript
TypeScript (include tsc --version)
Other
The text was updated successfully, but these errors were encountered:
Might just need the corrects types set in types-known.
TarikGul
added
Bug
Tracks issues causing errors or unintended behavior, critical to fix for reliability.
P3 - Low
Non-essential improvements or minor fixes. Can be scheduled flexibly as time permits.
labels
Oct 29, 2024
BugTracks issues causing errors or unintended behavior, critical to fix for reliability.P3 - LowNon-essential improvements or minor fixes. Can be scheduled flexibly as time permits.
On block 11178419,
proxy.proxies
doesn't work. Please use following code to reproduce:Version: 12.3.1
Environment:
Language:
The text was updated successfully, but these errors were encountered: