laconicd/x
Prathamesh Musale 92764535a6 Additional registry module commands (#6)
For registry module:
- Add commands to:
  - get records by bond id
  - reserve name authority
  - get name authority
  - set authority bond id
  - set name
  - get and list names
  - resolve name to a record
  - delete name
- Handle:
  - genesis import / export
  - returning names when fetching record(s)
  - sub-authority reservation
- To be handled in an upcoming PR:
  - module end blocker
  - record expiry
  - command to renew records
  - bond-association commands

Reviewed-on: deep-stack/laconic2d#6
Co-authored-by: Prathamesh Musale <prathamesh.musale0@gmail.com>
Co-committed-by: Prathamesh Musale <prathamesh.musale0@gmail.com>
2024-02-26 05:42:36 +00:00
..
auction Additional registry module commands (#6) 2024-02-26 05:42:36 +00:00
bond Add registry module commands to set and get records (#5) 2024-02-16 06:40:42 +00:00
registry Additional registry module commands (#6) 2024-02-26 05:42:36 +00:00
README.md Add a minimal chain and placeholders for bond module (#1) 2024-02-01 10:18:40 +05:30

/x/{modules}

This directory contains the code for your chain custom modules.