(Outdated post) Network Explorer

Hey @inccry,

I have a question and some feature requests.

Question: In Blockchain > Beacon Chain > Epoch subsection, which RPC do you use to show “xx/350”? What is your polling time or is there any subscription method for the remaining block?

Feature Requests:
1- Could you show seconds for pDEX requests in https://incscan.io/pdex/trades page?
2- Could you show exact absolute time (including second, I mean like pDEX page) in https://incscan.io/blockchain/transactions instead of/in addition to the relative time?
3- Could you enable right-click for trades and transactions in https://incscan.io/pdex/trades and https://incscan.io/blockchain/transactions so that the user can open the related trade or tx in a new tab or window?
4- You may ask what will open when the user clicks a trade :slight_smile: If possible, when she clicks a trade, could the site open the related trade response transaction?

Thanks. Best.

Hi @abduraman,

Thanks for the feature requests!

Yep, easy.

Yep, easy.

Yeah, that’s something I wanted to do but I forgot, will add this feature quickly.

Not easily, but it’s feasible. For the moment, I don’t keep the relation between the transaction and the associated trade.

2 Likes

curl -s 'https://mainnet.incognito.org/fullnode' --data-binary '{"jsonrpc":"1.0","method":"getblockchaininfo","params":"","id":2}' | jq '.Result.BestBlocks["-1"].RemainingBlockEpoch'

1 Like

How frequently do you call it in incscan? Once in 5/10/20/? sec? Thanks again.

It’s called by the client, every 30 sec.

1 Like

@abduraman available in 1.7.2 version, just released:

5 Likes

Hey @inccry, could we have instead of today trading volume, 24h trading volume? :thinking:

image

2 Likes

Hey @andrey, not easily but noted! (because I track USD volumes on a daily basis)

3 Likes

@inccry - I think you should indicate the time since this update was calculated alongside the (today trading volume). For example, say something like “TODAY TRADING VOLUME - Resets in 23 Hrs”. This will allow people to know that the number is typically much higher during a 24 hour period, and the fact that the clock just reset based on UTC time. Thanks! :slight_smile:

1 Like

:warning: UNSCHEDULED MAINTENANCE IN PROGRESS :warning:

Incscan is out of sync.

Cause: Access to api.incognito.org changed. I’m waiting for the Incognito team to get a solution.

ETA for reopening: TBD

2 Likes

:warning: END OF MAINTENANCE :warning:

Incscan is synced again.

6 Likes

I wrote a tutorial about transactions and websocket connections: [Tutorial] How to receive all new transactions in a websocket connection

2 Likes

Would it be possible to get a PRV/BTC chart in the pDex markets page? I’d love to be able to chart PRV against bitcoin.

1 Like

Its already available :slight_smile:

Hi @Brakley,

Please click on the pair name at the top right of the page, you can choose the pair you want to see.

Capture d’écran 2020-10-14 à 18.07.46

3 Likes

Nice! I had no idea that was a feature! Awesome work!

1 Like

Hi @sid, I just implemented your solution:

Capture d’écran 2020-10-15 à 16.04.37

So it shows, given your current timezone, since when this volume is calculated.

Thank you for your proposal!

5 Likes

Great, thank you @inccry!

:mega: 1.7.3 version released :mega:

Updates:

  • Urls changes: Some urls have been simplified, the homepage “/dashboard/simple” becomes “/”, pdex overview “/pdex/overview” becomes “/pdex”, etc…
  • pDEX overview: the 2 charts are now shown directly.
8 Likes

I think nobody clicked the link :slight_smile: It points to http://localhost:3000/pdex . FYI

If you provide a shortcut (e.g. /tx/{hash} for /blockchain/transactions/{hash}, it would be awesome.

1 Like