laconicd/x/registry/types
Nabarun 776799ea02
Some checks failed
Pull Request Labeler / triage (push) Successful in 58s
Run Gosec / Gosec (push) Failing after 2m29s
Tests / cleanup-runs (push) Has been skipped
Lint / Run flake8 on python integration tests (push) Failing after 4m48s
Tests / test-unit-cover (push) Failing after 8m52s
Tests / sdk_tests (push) Failing after 22s
Tests / test-rpc (push) Failing after 1m18s
Lint / Run golangci-lint (push) Successful in 15m15s
Tests / test-importer (push) Successful in 11m6s
CodeQL / Analyze (go) (push) Failing after 3m14s
Semgrep / Scan (push) Failing after 47s
Remove hard-coded record types (#132)
- Resolves #107 and is initial work on #108
  - Refactors the `Record.Attributes` from Any into a byte string and removes the hard-coded Protobuf record types.
  - Fixes EIP-712 bytes decoding.
- Resolves #109
  - Rewords the graphql schema to be able to represent generic IPLD objects encoded as DAG-JSON.

Co-authored-by: Roy Crihfield <roy@manteia.ltd>
Co-authored-by: neeraj <neeraj.rtly@gmail.com>
Co-authored-by: Prathamesh Musale <prathamesh.musale0@gmail.com>
Reviewed-on: #132
Reviewed-by: Thomas E Lackey <telackey@noreply.git.vdb.to>
Co-authored-by: Nabarun <nabarun@deepstacksoft.com>
Co-committed-by: Nabarun <nabarun@deepstacksoft.com>
2024-01-15 04:20:38 +00:00
..
codec.go Remove hard-coded record types (#132) 2024-01-15 04:20:38 +00:00
events.go rename nameservie to registry (#54) 2022-12-09 09:47:14 +05:30
genesis.go rename nameservie to registry (#54) 2022-12-09 09:47:14 +05:30
genesis.pb.go Sync from fork (#74) 2023-01-10 10:20:57 +05:30
keys.go rename nameservie to registry (#54) 2022-12-09 09:47:14 +05:30
msg.go Remove hard-coded record types (#132) 2024-01-15 04:20:38 +00:00
params.go rename nameservie to registry (#54) 2022-12-09 09:47:14 +05:30
query.pb.go Remove hard-coded record types (#132) 2024-01-15 04:20:38 +00:00
query.pb.gw.go Sync from fork (#74) 2023-01-10 10:20:57 +05:30
record_msg.go Remove hard-coded record types (#132) 2024-01-15 04:20:38 +00:00
registry.pb.go Remove hard-coded record types (#132) 2024-01-15 04:20:38 +00:00
tx.pb.go Remove hard-coded record types (#132) 2024-01-15 04:20:38 +00:00
tx.pb.gw.go Add new record types ApplicationRecord, WebAppDeploymentRecord, GeneralRecord (#113) 2023-11-20 22:01:03 +00:00
types.go Remove hard-coded record types (#132) 2024-01-15 04:20:38 +00:00