Releases: iotexproject/iotex-election
Releases · iotexproject/iotex-election
election committee initialize fetch and store in small batch from eth
v0.1.14 split catching up on start into batches (#87)
vita completed
v0.1.13 add clerk claim and update config (#86)
add votesync
Fix racing in client pool (#83) * fix racing
Fix GetCandidates API
The reward address and the operator address were empty.
Improvements and new API
- Improve read response time
- Add getCandidateByName API
- Rename rankingService to APIService
- Delete some unused code
- Move dumper and bookkeeper to iotex-tools to void circle dependency
Update license
Merge pull request #51 from iotexproject/frank Add csvFile flag for bookkeeper
Update Mock Files and Dependencies
Update mock file and dependencies
Provide bookkeeper to manage reward distribution for voters
Fix bugs
Improve ethereum sync speed
- Remove dependency on iotex-core
- Improve ethereum sync speed with multi-threads
- Change candidate filter logic
Update Mock Files
Fix the issue in v0.1.2 by updating mock files