laconicd/x/registry
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
..
client/cli Add registry module commands to set and get records (#5) 2024-02-16 06:40:42 +00:00
helpers Add registry module commands to set and get records (#5) 2024-02-16 06:40:42 +00:00
keeper Additional registry module commands (#6) 2024-02-26 05:42:36 +00:00
module Additional registry module commands (#6) 2024-02-26 05:42:36 +00:00
codec.go Add registry module commands to set and get records (#5) 2024-02-16 06:40:42 +00:00
events.go Add registry module commands to set and get records (#5) 2024-02-16 06:40:42 +00:00
genesis.go Setup and plumbing for registry module (#4) 2024-02-15 07:08:32 +00:00
genesis.pb.go Setup and plumbing for registry module (#4) 2024-02-15 07:08:32 +00:00
keys.go Additional registry module commands (#6) 2024-02-26 05:42:36 +00:00
msgs.go Add registry module commands to set and get records (#5) 2024-02-16 06:40:42 +00:00
params.go Setup and plumbing for registry module (#4) 2024-02-15 07:08:32 +00:00
query.pb.go Setup and plumbing for registry module (#4) 2024-02-15 07:08:32 +00:00
query.pb.gw.go Setup and plumbing for registry module (#4) 2024-02-15 07:08:32 +00:00
registry.pb.go Setup and plumbing for registry module (#4) 2024-02-15 07:08:32 +00:00
tx.pb.go Setup and plumbing for registry module (#4) 2024-02-15 07:08:32 +00:00
tx.pb.gw.go Setup and plumbing for registry module (#4) 2024-02-15 07:08:32 +00:00
types.go Add registry module commands to set and get records (#5) 2024-02-16 06:40:42 +00:00