-
Notifications
You must be signed in to change notification settings - Fork 3.6k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feat(types): Deprecate the DBBackend variable in favor of new app-db-backend config entry #11188
Commits on Feb 14, 2022
-
Configuration menu - View commit details
-
Copy full SHA for 34615fb - Browse repository at this point
Copy the full SHA 34615fbView commit details -
[10948]: Deprecate the types.DBBackend variable and the NewLevelDB fu…
…nction. Create a NewDB function to replace them.
Configuration menu - View commit details
-
Copy full SHA for a51cbc2 - Browse repository at this point
Copy the full SHA a51cbc2View commit details -
[10948]: Add a DBBackend string to the simulation config and a flag f…
…or setting it. Update the simulation setup to use that instead of the compile-time DBBackend variable.
Configuration menu - View commit details
-
Copy full SHA for 533a317 - Browse repository at this point
Copy the full SHA 533a317View commit details -
[10948]: Update the mock app creator to use the NewDB function. Not s…
…ure what to do about the db backend in that case though.
Configuration menu - View commit details
-
Copy full SHA for 53d766f - Browse repository at this point
Copy the full SHA 53d766fView commit details -
Configuration menu - View commit details
-
Copy full SHA for 63ddc2f - Browse repository at this point
Copy the full SHA 63ddc2fView commit details -
Configuration menu - View commit details
-
Copy full SHA for d84ef9d - Browse repository at this point
Copy the full SHA d84ef9dView commit details -
[10948]: Update the last use of NewLevelDB by adding a parameter to o…
…penDB and uppdating calls to that to provide the db type to use.
Configuration menu - View commit details
-
Copy full SHA for 37b3456 - Browse repository at this point
Copy the full SHA 37b3456View commit details -
[10948]: Upddate the NewDB function to also have a default db backend…
… type if an empty string is provided there.
Configuration menu - View commit details
-
Copy full SHA for 6411ab5 - Browse repository at this point
Copy the full SHA 6411ab5View commit details -
[10948]: Remove the new TODO in mock.NewApp. After looking through it…
…'s uses, there doesn't seem to be any desire to change it, and there's no easy way to communicate it.
Configuration menu - View commit details
-
Copy full SHA for 33cf13f - Browse repository at this point
Copy the full SHA 33cf13fView commit details -
[10948]: Enhance the NewDB defer function to also add info to any err…
… that is being returned.
Configuration menu - View commit details
-
Copy full SHA for 9b81772 - Browse repository at this point
Copy the full SHA 9b81772View commit details -
Configuration menu - View commit details
-
Copy full SHA for ee2736c - Browse repository at this point
Copy the full SHA ee2736cView commit details -
Configuration menu - View commit details
-
Copy full SHA for 606c600 - Browse repository at this point
Copy the full SHA 606c600View commit details -
Configuration menu - View commit details
-
Copy full SHA for d596b60 - Browse repository at this point
Copy the full SHA d596b60View commit details -
Configuration menu - View commit details
-
Copy full SHA for 6a40720 - Browse repository at this point
Copy the full SHA 6a40720View commit details
Commits on Feb 15, 2022
-
Configuration menu - View commit details
-
Copy full SHA for 6090bde - Browse repository at this point
Copy the full SHA 6090bdeView commit details -
Configuration menu - View commit details
-
Copy full SHA for 22796fe - Browse repository at this point
Copy the full SHA 22796feView commit details -
Configuration menu - View commit details
-
Copy full SHA for 36bcd0c - Browse repository at this point
Copy the full SHA 36bcd0cView commit details
Commits on Feb 17, 2022
-
Configuration menu - View commit details
-
Copy full SHA for d060fc5 - Browse repository at this point
Copy the full SHA d060fc5View commit details -
Configuration menu - View commit details
-
Copy full SHA for 7ed5bec - Browse repository at this point
Copy the full SHA 7ed5becView commit details -
[10948]: Use memdb for the mock app instead of goleveldb. I know it w…
…as a goleveldb before, but for a mock app, a memdb feels like a better choice (assuming 'mock' and 'mem' mean what I assume they mean).
Configuration menu - View commit details
-
Copy full SHA for e5a97de - Browse repository at this point
Copy the full SHA e5a97deView commit details -
Configuration menu - View commit details
-
Copy full SHA for 83d2074 - Browse repository at this point
Copy the full SHA 83d2074View commit details -
[10948]: Fix cachekv store bench test calling iter.Key() before check…
…ing iter.Valid().
Configuration menu - View commit details
-
Copy full SHA for f08da2d - Browse repository at this point
Copy the full SHA f08da2dView commit details
Commits on Feb 22, 2022
-
Configuration menu - View commit details
-
Copy full SHA for ed5caf6 - Browse repository at this point
Copy the full SHA ed5caf6View commit details -
[10948]: Remove the panic recovery from types.NewDB since dbm.NewDB r…
…eturns an error now (it didn't originally, when NewLevelDB was first written).
Configuration menu - View commit details
-
Copy full SHA for ff6d1ca - Browse repository at this point
Copy the full SHA ff6d1caView commit details -
[10948]: Add changlog entry indicationg an API breaking change due to…
… the DBBackend change.
Configuration menu - View commit details
-
Copy full SHA for 00e3615 - Browse repository at this point
Copy the full SHA 00e3615View commit details -
Configuration menu - View commit details
-
Copy full SHA for 12df003 - Browse repository at this point
Copy the full SHA 12df003View commit details -
[10948]: Get rid of the types.NewDB function in favor of just using t…
…he tm-db version of it.
Configuration menu - View commit details
-
Copy full SHA for 3f57be7 - Browse repository at this point
Copy the full SHA 3f57be7View commit details -
Configuration menu - View commit details
-
Copy full SHA for 52ee92c - Browse repository at this point
Copy the full SHA 52ee92cView commit details -
Merge branch 'master' into dwedul/10948-remove-dbbackend-var
# Conflicts: # CHANGELOG.md
Configuration menu - View commit details
-
Copy full SHA for 55e335b - Browse repository at this point
Copy the full SHA 55e335bView commit details
Commits on Feb 28, 2022
-
Merge branch 'master' into dwedul/10948-remove-dbbackend-var
# Conflicts: # CHANGELOG.md
Configuration menu - View commit details
-
Copy full SHA for 1cef616 - Browse repository at this point
Copy the full SHA 1cef616View commit details -
Configuration menu - View commit details
-
Copy full SHA for b035260 - Browse repository at this point
Copy the full SHA b035260View commit details -
Configuration menu - View commit details
-
Copy full SHA for bf44163 - Browse repository at this point
Copy the full SHA bf44163View commit details -
[10948]: Adjust the comment on the app-db-backend config entry to cla…
…rify fallback behavior.
Configuration menu - View commit details
-
Copy full SHA for e9ee9b7 - Browse repository at this point
Copy the full SHA e9ee9b7View commit details -
Configuration menu - View commit details
-
Copy full SHA for 0dba287 - Browse repository at this point
Copy the full SHA 0dba287View commit details -
[10948]: Add a default of GoLevelDBBackend to GetAppDBBackend. The ol…
…d DBBackend variable defaulted to that, and some unit tests assume that behavior still exists.
Configuration menu - View commit details
-
Copy full SHA for 4705c1c - Browse repository at this point
Copy the full SHA 4705c1cView commit details -
Configuration menu - View commit details
-
Copy full SHA for c8001e0 - Browse repository at this point
Copy the full SHA c8001e0View commit details
Commits on Mar 2, 2022
-
Merge branch 'master' into dwedul/10948-remove-dbbackend-var
# Conflicts: # CHANGELOG.md
Configuration menu - View commit details
-
Copy full SHA for 46e6356 - Browse repository at this point
Copy the full SHA 46e6356View commit details -
Configuration menu - View commit details
-
Copy full SHA for e49f6c5 - Browse repository at this point
Copy the full SHA e49f6c5View commit details -
Merge branch 'master' into dwedul/10948-remove-dbbackend-var
# Conflicts: # .github/workflows/codeql-analysis.yml
Configuration menu - View commit details
-
Copy full SHA for c08225e - Browse repository at this point
Copy the full SHA c08225eView commit details -
Configuration menu - View commit details
-
Copy full SHA for de2cb9b - Browse repository at this point
Copy the full SHA de2cb9bView commit details
Commits on Mar 10, 2022
-
Merge branch 'master' into dwedul/10948-remove-dbbackend-var
# Conflicts: # CHANGELOG.md
Configuration menu - View commit details
-
Copy full SHA for 2d4c6a0 - Browse repository at this point
Copy the full SHA 2d4c6a0View commit details -
Merge branch 'master' into dwedul/10948-remove-dbbackend-var
# Conflicts: # Makefile
Configuration menu - View commit details
-
Copy full SHA for f6b541c - Browse repository at this point
Copy the full SHA f6b541cView commit details -
Configuration menu - View commit details
-
Copy full SHA for 6c6e38f - Browse repository at this point
Copy the full SHA 6c6e38fView commit details
Commits on Mar 15, 2022
-
Configuration menu - View commit details
-
Copy full SHA for 33b55d6 - Browse repository at this point
Copy the full SHA 33b55d6View commit details -
Configuration menu - View commit details
-
Copy full SHA for 8ecf3c8 - Browse repository at this point
Copy the full SHA 8ecf3c8View commit details -
[10948]: Put a brief delay after closing the test network. Hopefully …
…that helps with address-in-use and non-empty directory errors.
Configuration menu - View commit details
-
Copy full SHA for 32f758b - Browse repository at this point
Copy the full SHA 32f758bView commit details -
Configuration menu - View commit details
-
Copy full SHA for 812b014 - Browse repository at this point
Copy the full SHA 812b014View commit details
Commits on Mar 16, 2022
-
Configuration menu - View commit details
-
Copy full SHA for de8ad46 - Browse repository at this point
Copy the full SHA de8ad46View commit details
Commits on Mar 17, 2022
-
Configuration menu - View commit details
-
Copy full SHA for a05638a - Browse repository at this point
Copy the full SHA a05638aView commit details -
Configuration menu - View commit details
-
Copy full SHA for bbbccb6 - Browse repository at this point
Copy the full SHA bbbccb6View commit details