Logo
Explore Help
Sign In
logos-messaging/logos-delivery
1
0
Fork 0
You've already forked logos-delivery
mirror of https://github.com/logos-messaging/logos-delivery.git synced 2026-06-04 13:09:32 +00:00
Code Issues Packages Projects Releases Wiki Activity
logos-delivery/waku/utils/requests.nim

11 lines
218 B
Nim
Raw Normal View History

Refactor: Put waku_type content where it belongs (#333) - Separate out types and methods into appropriate module - Add util folder for small utils used in multiple independent places - Update paths
2021-01-06 17:35:05 +08:00
# Request utils.
chore: remove all pre-nim-1.6 deadcode from codebase (#2857)
2024-06-28 16:04:57 +05:30
{.push raises: [].}
Update submodules (#682)
2021-07-22 10:43:41 +02:00
update to latest libp2p
2026-05-07 14:43:12 -04:00
import libp2p/crypto/crypto, stew/byteutils
Refactor: Put waku_type content where it belongs (#333) - Separate out types and methods into appropriate module - Add util folder for small utils used in multiple independent places - Update paths
2021-01-06 17:35:05 +08:00
update to latest libp2p
2026-05-07 14:43:12 -04:00
proc generateRequestId*(rng: crypto.Rng): string =
Refactor: Put waku_type content where it belongs (#333) - Separate out types and methods into appropriate module - Add util folder for small utils used in multiple independent places - Update paths
2021-01-06 17:35:05 +08:00
var bytes: array[10, byte]
update to latest libp2p
2026-05-07 14:43:12 -04:00
rng.generate(bytes)
chore: bump v0.38.0 (#3712)
2026-02-11 03:00:57 +05:30
return byteutils.toHex(bytes)
Reference in New Issue Copy Permalink
Powered by Gitea Version: 1.23.0 Page: 118ms Template: 2ms
English
Bahasa Indonesia Deutsch English Español Français Gaeilge Italiano Latviešu Magyar nyelv Nederlands Polski Português de Portugal Português do Brasil Suomi Svenska Türkçe Čeština Ελληνικά Български Русский Українська فارسی മലയാളം 日本語 简体中文 繁體中文(台灣) 繁體中文(香港) 한국어
Licenses API