|
Electroneum
|
#include <sys/types.h>#include <sys/stat.h>#include <unistd.h>#include <fcntl.h>#include <string.h>#include <boost/filesystem.hpp>#include "gtest/gtest.h"#include "string_tools.h"#include "crypto/crypto.h"#include "crypto/random.h"#include "crypto/chacha.h"#include "ringct/rctOps.h"#include "cryptonote_basic/cryptonote_basic.h"#include "wallet/ringdb.h"
Go to the source code of this file.
Classes | |
| class | RingDB |
Functions | |
| TEST (ringdb, not_found) | |
| TEST (ringdb, found) | |
| TEST (ringdb, convert) | |
| TEST (ringdb, different_genesis) | |
| TEST (spent_outputs, not_found) | |
| TEST (spent_outputs, found) | |
| TEST (spent_outputs, vector) | |
| TEST (spent_outputs, mark_as_unspent) | |
| TEST (spent_outputs, clear) | |
| TEST | ( | ringdb | , |
| not_found | |||
| ) |
Definition at line 100 of file ringdb.cpp.

| TEST | ( | ringdb | , |
| found | |||
| ) |
Definition at line 107 of file ringdb.cpp.

| TEST | ( | ringdb | , |
| convert | |||
| ) |
Definition at line 117 of file ringdb.cpp.
| TEST | ( | ringdb | , |
| different_genesis | |||
| ) |
Definition at line 130 of file ringdb.cpp.

| TEST | ( | spent_outputs | , |
| not_found | |||
| ) |
Definition at line 139 of file ringdb.cpp.

| TEST | ( | spent_outputs | , |
| found | |||
| ) |
Definition at line 146 of file ringdb.cpp.

| TEST | ( | spent_outputs | , |
| vector | |||
| ) |
Definition at line 153 of file ringdb.cpp.

| TEST | ( | spent_outputs | , |
| mark_as_unspent | |||
| ) |
Definition at line 177 of file ringdb.cpp.

| TEST | ( | spent_outputs | , |
| clear | |||
| ) |
Definition at line 185 of file ringdb.cpp.
