API does not respond correctly on bridged chain
See original GitHub issuehttps://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:
- Created 3 years ago
- Comments:6 (3 by maintainers)
Top 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 >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
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.
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 to1
for filtering and sorting.https://github.com/e-m-s-y/scooter-transactions/blob/master/src/transactions/types.js#L2-L5