This website requires JavaScript.
Explore
Help
Sign In
Mirroristas
/
bigchaindb
Watch
2
Star
0
Fork
0
You've already forked bigchaindb
mirror of
https://github.com/bigchaindb/bigchaindb.git
synced
2024-10-13 13:34:05 +00:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
bigchaindb
/
tests
/
upsert_validator
History
z-bowen
d696a51eab
Problem:
election_id
is not unique if two elections have the same properties
...
Solution: Added a random `uuid4` seed to enforce uniqueness
2018-09-07 17:23:15 +02:00
..
__init__.py
Problem: There is no way to add new validators (BEP-21) (
#2392
).
2018-07-27 17:38:24 +02:00
conftest.py
Problem:
election_id
is not unique if two elections have the same properties
2018-09-07 17:23:15 +02:00
test_upsert_validator_vote.py
Problem: Decided to no longer include the
election_id
when storing a
validator_set
2018-09-07 15:29:26 +02:00
test_validator_election.py
Problem:
election_id
is not unique if two elections have the same properties
2018-09-07 17:23:15 +02:00