This repository has been archived by the owner on Jun 11, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 458
Review use of sequences (db, balance) #538
Labels
Comments
As discussed, this issue is delayed for later, after 1.0.0 release. |
Issue is still valid, sequences should be reviewed as follows:
|
vitaly-t
added a commit
that referenced
this issue
Feb 19, 2018
...so that the rest of the library's API becomes accessible. This is following [this comment](#538 (comment)), so the `spex` sub-module becomes easily accessible: ```js const spex = require('./db').pgp.spex; // now can use spex.sequence or any other methods. ```
Quickly threw in a PR to make that |
I think we should also rename other sequences to something like: Making sure use them sparingly and at the highest level in call stack, so that we do not run into a problem of co-dependent nested sequences. |
MaciejBaj
added a commit
that referenced
this issue
Mar 13, 2018
Remove usage of dbSquence throughout blocks module - Relates #538
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Review use of sequences (db, balance) and drop use of them where not needed.
See: https://github.com/LiskHQ/lisk/blob/development/helpers/sequence.js
Belongs to: #449The text was updated successfully, but these errors were encountered: