bigchaindb / bigchaindb/java-bigchaindb-driver
I can not get Validators
Open
- Dominant language
- Java
- Stars
- 29
- Forks
- 30
- PR merge metrics
- No merged PRs in 30d
Description
when I use ValidatorsApi to get the validators, I get null. My code is :
`Validators validators = ValidatorsApi.getValidators();
System.out.println(validators.getValidators().get(0).getPower());`
Contributor guide
Research direction
Start by tracing ValidatorsApi.getValidators() and the Validators response handling in the Java driver. Reproduce the reported call and inspect the returned value and any available response details; done means identifying why the validators result is null and adding a regression check or clear documented behavior.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- java
- Domain
- api, blockchain
- Issue type
- Bug
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 25/100