-
Notifications
You must be signed in to change notification settings - Fork 86
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Fix nil pointer error on invalid file upload * Add lock to seed BitClout and monkey-patch blockchain.com last_price bug * Trigger rebuild * Trigger rebuild * return graylist and blacklist status in get-single-profile request (#55) * Ln/send seed bitclout (#56) * retry sending BitClout once in the event of an error after sleeping for 5 seconds. glog the errors * more glog * add more details in error logs when send seed bitclout fails * Don't use the 24h price when fetching from Blockchain.com * Track last hour of pricing data (#59) * keep one hours worth of last trade price history and take the max of those values * add more comments to explain the culling logic * add datadog logging * [stable] Release 1.0.4 * Move github actions to buildkite * Upgrade badgerdb * [stable] Release 1.0.5 * rename WyreBTCAddress to BuyBitCloutBTCAddress to more accurately reflect this flag's purpose (#61) * Ln/txn ids only (#62) * add support for IDsOnly as described in the documentation * only set the TransactionIdBase58Check in the Transactions slice * omit transaction response fields if empty * [stable] Release 1.0.6 * fix IDsOnly mempool transactions for public key (#64) * add get nfts for user logic Co-authored-by: maebeam <[email protected]> Co-authored-by: diamondhands0 <[email protected]>
- Loading branch information
1 parent
bf7f00c
commit 8a07d85
Showing
18 changed files
with
594 additions
and
292 deletions.
There are no files selected for viewing
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.