Skip to content

feat: add visual identity service#2550

Merged
iurimatias merged 1 commit into
developfrom
feat/emojihash
Mar 11, 2022
Merged

feat: add visual identity service#2550
iurimatias merged 1 commit into
developfrom
feat/emojihash

Conversation

@osmaczko
Copy link
Copy Markdown
Contributor

@osmaczko osmaczko commented Feb 25, 2022

@ghost
Copy link
Copy Markdown

ghost commented Feb 25, 2022

Hey @osmaczko, and thank you so much for making your first pull request in status-go! ❤️ Please help us make your experience better by filling out this brief questionnaire https://goo.gl/forms/uWqNcVpVz7OIopXg2

@ghost
Copy link
Copy Markdown

ghost commented Feb 25, 2022

Pull Request Checklist

  • Have you updated the documentation, if impacted (e.g. docs.status.im)?
  • Have you tested changes with mobile?
  • Have you tested changes with desktop?

@osmaczko osmaczko marked this pull request as draft February 25, 2022 13:44
@status-im-auto
Copy link
Copy Markdown
Member

status-im-auto commented Feb 25, 2022

Jenkins Builds

Click to see older builds (12)
Commit #️⃣ Finished (UTC) Duration Platform Result
✔️ 64405d1 #1 2022-02-25 13:47:16 ~2 min linux 📦zip
✔️ 64405d1 #1 2022-02-25 13:49:05 ~4 min ios 📦zip
✔️ 64405d1 #1 2022-02-25 13:49:15 ~4 min android 📦aar
✔️ 3fe3301 #2 2022-02-27 09:26:10 ~1 min linux 📦zip
✔️ 3fe3301 #2 2022-02-27 09:26:50 ~2 min ios 📦zip
✔️ 3fe3301 #2 2022-02-27 09:28:35 ~3 min android 📦aar
✔️ c410fbc #3 2022-02-27 09:35:34 ~1 min ios 📦zip
✔️ c410fbc #3 2022-02-27 09:35:57 ~2 min linux 📦zip
✔️ c410fbc #3 2022-02-27 09:36:41 ~2 min android 📦aar
✔️ 4c3245e #4 2022-03-05 11:32:56 ~2 min linux 📦zip
✔️ 4c3245e #4 2022-03-05 11:33:15 ~2 min ios 📦zip
✔️ 4c3245e #4 2022-03-05 11:34:21 ~3 min android 📦aar
Commit #️⃣ Finished (UTC) Duration Platform Result
✔️ 4759d2e #5 2022-03-05 11:44:50 ~2 min linux 📦zip
✔️ 4759d2e #5 2022-03-05 11:46:07 ~4 min ios 📦zip
✔️ 4759d2e #5 2022-03-05 11:46:07 ~4 min android 📦aar
✔️ a9e0d10 #6 2022-03-05 12:01:18 ~2 min linux 📦zip
✔️ a9e0d10 #6 2022-03-05 12:01:18 ~2 min ios 📦zip
✔️ a9e0d10 #6 2022-03-05 12:02:12 ~3 min android 📦aar

Comment thread services/visual-identity/api.go Outdated
Comment thread services/visual-identity/api.go Outdated
Comment thread services/visual-identity/api.go Outdated
Comment thread node/status_node_services.go Outdated
Comment thread services/visual-identity/utils.go Outdated
Comment thread services/visual-identity/utils.go Outdated
Comment thread services/visual-identity/utils.go Outdated
@osmaczko osmaczko force-pushed the feat/emojihash branch 2 times, most recently from 3fe3301 to c410fbc Compare February 27, 2022 09:33
@osmaczko
Copy link
Copy Markdown
Contributor Author

Thank you @richard-ramos, learned a lot!

}

func (api *API) EmojiHashOf(pubkey string) (hash []string, err error) {
log.Info("[VisualIdentityAPI::EmojiHashOf]")
Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Probably we can change this to .Debug or .Trace (if it exists), since it might pollute the logs too much

@iurimatias
Copy link
Copy Markdown
Member

tested in status-im/status-app#5020

@iurimatias iurimatias merged commit 9930dbe into develop Mar 11, 2022
@iurimatias iurimatias deleted the feat/emojihash branch March 11, 2022 21:17
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

implement emojihash support on status-go

5 participants