Browse Source

abci: Fix gitignore abci-cli (#6668)

Closes #6663
pull/6643/head
Tanya Bouman 3 years ago
committed by GitHub
parent
commit
ba3f7106b1
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 1 deletions
  1. +1
    -1
      .gitignore
  2. +1
    -0
      CHANGELOG_PENDING.md

+ 1
- 1
.gitignore View File

@ -15,7 +15,7 @@
.vagrant
.vendor-new/
.vscode/
abci-cli
abci/abci-cli
addrbook.json
artifacts/*
build/*


+ 1
- 0
CHANGELOG_PENDING.md View File

@ -148,3 +148,4 @@ Friendly reminder: We have a [bug bounty program](https://hackerone.com/tendermi
- [rpc] \#6507 fix RPC client doesn't handle url's without ports (@JayT106)
- [statesync] \#6463 Adds Reverse Sync feature to fetch historical light blocks after state sync in order to verify any evidence (@cmwaters)
- [fastsync] \#6590 Update the metrics during fast-sync (@JayT106)
- [gitignore] \#6668 Fix gitignore of abci-cli (@tanyabouman)

Loading…
Cancel
Save