diff options
| author | MarcoFalke <[email protected]> | 2020-07-05 18:05:54 -0400 |
|---|---|---|
| committer | MarcoFalke <[email protected]> | 2020-07-05 18:06:00 -0400 |
| commit | 171f4a516bd62d255d11f3bde4305a41323a2fac (patch) | |
| tree | 9d9ce0363e29213c07953a1aceb2a14c6bdf9f59 /src/script/script_error.cpp | |
| parent | Merge #19444: test: Remove cached directories and associated script blocks fr... (diff) | |
| parent | walletdb: Move Rewrite into BerkeleyDatabase (diff) | |
| download | discoin-171f4a516bd62d255d11f3bde4305a41323a2fac.tar.xz discoin-171f4a516bd62d255d11f3bde4305a41323a2fac.zip | |
Merge #19324: wallet: Move BerkeleyBatch static functions to BerkeleyDatabase
d8e9ca66d119d80acfb2bb3c8940c386ce0fc226 walletdb: Move Rewrite into BerkeleyDatabase (Andrew Chow)
91d109156d63ff81cda534bd7bec8369af0027dd walletdb: Move PeriodicFlush into WalletDatabase (Andrew Chow)
8f1bcf8b7b6e47c05f2e43dd98ec3505b888d8b3 walletdb: Combine VerifyDatabaseFile and VerifyEnvironment (Andrew Chow)
Pull request description:
The `BerkeleyBatch` class has 4 static functions that operate on `BerkeleyDatabase` or `BerkeleyEnvironment`. It doesn't make sense for these to be standalone nor for them to be static functions. So instead, move them from `BerkeleyBatch` into `BerkeleyDatabase` and make them member functions instead of static.
`BerkeleyBatch::VerifyEnvironment` and `BerkeleyBatch::VerifyDatabaseFile` are combined into a single `BerkeleyDatabase::Verify` function that operates on that `BerkeleyDatabase` object.
`BerkeleyBatch::Rewrite` and `BerkeleyBatch::PeriodicFlush` both took a `BerkeleyDatabase` as an argument and did stuff on it. So we just make it a member function so it doesn't need to take a database as an argument.
Part of #18971
ACKs for top commit:
MarcoFalke:
re-ACK d8e9ca66d1 only change is test fixup 🤞
promag:
Code review ACK d8e9ca66d119d80acfb2bb3c8940c386ce0fc226, good stuff.
Tree-SHA512: 9847e55b13d98bf4e5636cc14bc3f5351d56737f7e320fafffaed128606240765599e5400382c5aecac06690f7e36265ca3e1031f3f6d8a9688f6d5cb1bacd2a
Diffstat (limited to 'src/script/script_error.cpp')
0 files changed, 0 insertions, 0 deletions