question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

API does not respond correctly on bridged chain

See original GitHub issue

https://radians.nl/api/transactions?type=600 returns void list in data while meta says there are 68 type-600-transactions…

{"meta":{"totalCountIsEstimate":true,"count":0,"pageCount":1,"totalCount":68,"next":null,"previous":null,"self":"/api/transactions?type=600&transform=true&page=1&limit=100","first":"/api/transactions?type=600&transform=true&page=1&limit=100","last":"/api/transactions?type=600&transform=true&page=1&limit=100"},"data":[]}

I found some type-600-transactions in radians blockchain…

Issue Analytics

  • State:closed
  • Created 3 years ago
  • Comments:6 (3 by maintainers)

github_iconTop GitHub Comments

1reaction
ghostcommented, May 2, 2020

Thanks for opening this issue! A maintainer will review this in the next few days and explicitly select labels so you know what’s going on.

If no reviewer appears after a week, a reminder will be sent out.

0reactions
faustbriancommented, Jun 22, 2020

Seems to work as intended https://api.radians.nl/api/transactions?type=600&typeGroup=4000. You need to explicitly specify the typeGroup because it defaults to 1 for filtering and sorting.

https://github.com/e-m-s-y/scooter-transactions/blob/master/src/transactions/types.js#L2-L5

Read more comments on GitHub >

github_iconTop Results From Across the Web

Solved: connection to webbridge 3 failed - Cisco Community
I have successfully installed the certificate chain which has client and server authentication.The webbridge3 url is not displaying any web page.
Read more >
Cross-chain bridges and associated risks
Chainlink Labs does not endorse any bridge. Ultimately, you are responsible for assessing the bridge that you use to move your assets. Read...
Read more >
Secure The Bridge: Cross-Chain Communication Done Right ...
For one, most bridges are still not generalized solutions — each chain has built its own bespoke bridge, with inconsistent stability and APIs....
Read more >
Cross-Chain Bridging - What is it & How Does a Crypto Bridge ...
Cross-chain bridging means transferring crypto assets and information between independent blockchains, enabling users to access and interact ...
Read more >
How do you correctly deal with bridge transactions? - Koinly
Describe the problem: Bridging tokens from either Ethereum to Polygon Network, or vice versa, cannot be allocated/merged correctly as it is one tx...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found