Mugdha Goel

Results 13 issues of Mugdha Goel

**Description**: This PR adds the support for greater and lower bound conditions for query parameters in the request. This PR modifies * The service layer and the repository layer to...

enhancement
nft
rest-java

### Problem Since the NFT allowance APIs use the same token as the contract call API to test , there was an issue after deleting the token. To reproduce: 1....

enhancement

### Description With the current implementation a scenario with `account.id=gt:…&token.id=gt:…&order=desc` would generate wrong result. ### Steps to reproduce 1. Provide `account.id=gt:…&token.id=gt:…&order=desc` for nft allowance rest api will generate incorrect Next...

bug
nft
rest-java

### Problem Currently the next link logic is not in a proper service. Also address the issue stated in https://github.com/hashgraph/hedera-mirror-node/pull/7837#discussion_r1546419083 ### Solution - Add a new `LinkFactory` to create and...

enhancement
nft
rest-java

### Problem NFT allowances API , needs to be performance tested via k6. ### Solution - Add k6 tests for the NFT allowances API - Add owner = false case...

enhancement
performance
test
nft

### Problem This checklist verifies a release is rolled out successfully. ### Solution ## Preparation - [X] Milestone created - [x] Milestone field populated on relevant [issues](https://github.com/hashgraph/hedera-mirror-node/issues?q=is%3Aclosed+no%3Amilestone+sort%3Aupdated-desc) - [x] Nothing...

enhancement
process

### Problem Customers have requested a number of NFT allowance APIs and that are being review by the HIP Process. ### Solution - The proposed endpoints in the HIP are...

enhancement
epic

### Problem - Currently the NFT allowance API returns approve_for_all=true and false values. - Need to add Query Parameter validation as per openapi spec. ### Solution - Modify the NFT...

enhancement
nft
rest-java

### Problem This checklist verifies a release is rolled out successfully. ### Solution ## Preparation - [x] Milestone created - [x] Ensure all cloud sql instances have executed `create extension...

enhancement
process

### Problem Currently we are using a VM monitor for rest monitor tests for production environments which is managed by ops. ### Solution Research and find a solution to use...

enhancement
monitor