Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
duniter
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container registry
Model registry
Monitor
Service Desk
Analyze
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
nodes
typescript
duniter
Merge requests
!1308
Resolve "Deprecated and now unused method lastBlockWithDividend()"
Code
Review changes
Check out branch
Download
Patches
Plain diff
Expand sidebar
Merged
Resolve "Deprecated and now unused method lastBlockWithDividend()"
1409-deprecated-and-now-unused-method-lastblockwithdividend
into
dev
Overview
8
Commits
2
Pipelines
0
Changes
2
Merged
Resolve "Deprecated and now unused method lastBlockWithDividend()"
Cédric Moreau
requested to merge
1409-deprecated-and-now-unused-method-lastblockwithdividend
into
dev
May 9, 2020
Overview
8
Commits
2
Pipelines
0
Changes
2
Closes
#1409 (closed)
Edited
May 9, 2020
by
Cédric Moreau
0
0
Merge request reports
Compare
dev
version 6
acadede5
May 9, 2020
version 5
28c0d789
May 9, 2020
version 4
3278f03a
May 9, 2020
version 3
89a3dc39
May 9, 2020
version 2
f7768dd8
May 9, 2020
version 1
3278f03a
May 9, 2020
dev (base)
and
latest version
latest version
be08c404
2 commits,
May 9, 2020
version 6
acadede5
2 commits,
May 9, 2020
version 5
28c0d789
2 commits,
May 9, 2020
version 4
3278f03a
1 commit,
May 9, 2020
version 3
89a3dc39
1 commit,
May 9, 2020
version 2
f7768dd8
1 commit,
May 9, 2020
version 1
3278f03a
1 commit,
May 9, 2020
2 files
+
0
−
13
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
2
app/lib/dal/indexDAL/abstract/BlockchainDAO.ts
+
0
−
2
View file @ be08c404
Edit in single-file editor
Open in Web IDE
Show full file
@@ -15,8 +15,6 @@ export interface BlockchainDAO extends GenericDAO<DBBlock>, ForksDAO {
lastBlockOfIssuer
(
issuer
:
string
):
Promise
<
DBBlock
|
null
>
;
lastBlockWithDividend
():
Promise
<
DBBlock
|
null
>
;
getCountOfBlocksIssuedBy
(
issuer
:
string
):
Promise
<
number
>
;
dropNonForkBlocksAbove
(
number
:
number
):
Promise
<
void
>
;
Loading