forked from nanocurrency/nano-node
-
Notifications
You must be signed in to change notification settings - Fork 51
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Redesigning vote_processor::flush test to not directly modify timestamp field. The only functional change is that each vote is now its own object rather than modifying an existing one. * Removing timestamp changing and re-signing as this is re-testing something that's already tested above, signature correctness with respect to vote contents. * Encapsulating vote::timestamp field as vote::timestamp_m behind vote::timestamp (). * Add nano::vote::timestamp_min and nano::vote::timestamp_max variables and use these constants in tests. * Formatting. * Implement "accounts_representatives" RPC (nanocurrency#3409) (nanocurrency#3412) * Fix crash in nano_wallet when ran with --config option (nanocurrency#3546) * Fix conflicts.add_two unit test (nanocurrency#3545) * Fix conflicts.add_two unit test * Style fixes * Address code review Co-authored-by: clemahieu <[email protected]> Co-authored-by: Shryder <[email protected]> Co-authored-by: theohax <[email protected]>
- Loading branch information
1 parent
f2cb6ed
commit c6c6451
Showing
16 changed files
with
231 additions
and
92 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.