-
Notifications
You must be signed in to change notification settings - Fork 109
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Extra Data on Posts, NFTs, Messages, Messaging Groups, and Derived Ke…
…ys (#213) * Add ProfileExtraData to ProfileEntry struct * add test to ensure extra data comes through. update calls to CreateUpdateProfileTxn, add postgres support * Update lib/block_view_profile_test.go * Review and cleanup * Add one more fixme * update profile test for extra data * ExtraData on NFT / Message / GroupMessagingKey / DerivedKey entries (#221) * Return error if error during txindex db update (#220) * Add extra data to NFT, Message, GroupMessagingKey, and DerivedKey entries Return error if error during txindex db update (#220) add tests for adding extra data on NFT, private message, messaging group, and derived key entries add comment on extra data * Fix Issue with ParentStakeID set when modifying Post (#222) * move ComputeMetadata to a switch-case and glog errors for Like and SubmitPost Txns * don't return an error from ComputeTransactionMetadata, just glog it * Create accept bid for buynow when create bid in postgres (#226) * Create accept bid for buynow when create bid in postgres * Update lib/postgres.go Co-authored-by: Lazy Nina <[email protected]> * add AcceptedBlockHeight to NFTBidEntry (REQUIRES RESYNC) (#224) * add AcceptedBlockHeight to NFTBidEntry * Set Accepted on PGNFTBid is AcceptedBlockHeight is not nil * only copy AcceptedBlockHeight if not nil * add txindex metadata for Burns and Accept NFT Transfers (#228) * Update nodes.go (#202) * Update nodes.go * Update nodes.go * Add upcoming overclout node (#219) * Add upcoming overclout node * Update lib/nodes.go Co-authored-by: Lazy Nina <[email protected]> * Fix get-all-messaging-keys & add base point test (#217) * add remaining UtxoTypes to UtxoType.String() (#229) * diamondhands touchups with some FIXMEs for @lazynina * delete fixmes about deleting protected keys * add test for encoding/decoding message entries for backwards compatibility * add test for encoding/decoding messaging group entries for backwards compatibility Co-authored-by: Martijn van Halen <[email protected]> Co-authored-by: elmasapp <[email protected]> Co-authored-by: Don Hardman <[email protected]> Co-authored-by: Piotr Nojszewski <[email protected]> Co-authored-by: diamondhands <[email protected]> * Update lib/blockchain.go Co-authored-by: diamondhands <[email protected]> Co-authored-by: Martijn van Halen <[email protected]> Co-authored-by: elmasapp <[email protected]> Co-authored-by: Don Hardman <[email protected]> Co-authored-by: Piotr Nojszewski <[email protected]>
- Loading branch information
1 parent
c971166
commit d6ff118
Showing
17 changed files
with
952 additions
and
118 deletions.
There are no files selected for viewing
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.