cardano-foundation / cardano-foundation/cardano-rosetta-java
add 'resolve_smart_wallet_addr' in the /network/options response
- Dominant language
- Java
- Stars
- 26
- Forks
- 15
- Avg merge
- 5d 3h
- Merged PRs (30d)
- 2
Description
### Background
The /network/options endpoint in the response outputs the call methods available. So the new method needs to be added.
``` json
Response changes -
"call_methods": [
"get_parse_error_blocks",
"mark_parse_error_block_checked",
"resolve_smart_wallet_addr"
],
```
Contributor guide
No contributing guide indexed for this repository
Research direction
Start at the /network/options endpoint implementation and search the codebase for the existing call_methods list containing get_parse_error_blocks and mark_parse_error_block_checked. Add resolve_smart_wallet_addr to that response, then run the relevant API tests or verify the endpoint response includes the new method.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- java
- Domain
- api, blockchain
- Issue type
- Feature
- Difficulty
- 2/5
- Estimated time
- 1-3 hours
- Activity status
- Quiet
- Clarity
- Clearly specified
- Newbie friendliness
- 72/100