Commit Graph
14 Commits
Author SHA1 Message Date
776799ea02 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: cerc-io/laconicd#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
nabarun 02e9080094 Changes to run laconic-console app with laconicd (#75)
* Add cors middleware for GQL requests (#65)

* Implement loading query from URL in GQL playground (#66)

* Implement loading GQL query from URL

* Fix variable name lint error

* Load record names in `getRecordsByIds` GQL query (#67)

* Fix variable rename

* Load names in getRecordsByIds GQL query

* CI Review fixes

* Make init script executable
2023-01-11 13:06:42 +05:30
nabarun e20e7c24c8 fix: GQL getStatus query 2022-04-26 15:30:21 +05:30
nabarun e3f97b1df9 fix: gql query getAccounts for high balances 2022-04-22 15:42:31 +05:30
nabarun 9d4c381e1a fix: increase timers for nameservice tests 2022-04-21 00:45:52 +05:30
nabarun 2ea883bc50 nameservice: return record id in setRecord message response 2022-04-20 17:21:52 +05:30
nabarun 92f07873f4 chore: replace with wrn with crn 2022-04-20 13:19:07 +05:30
nabarun 7f70108a4a nameservice: implement processing record and authority expiry 2022-04-19 15:51:37 +05:30
nabarun 8477b3d9cb Implement float, boolean and reference types for attributes keyValueInput 2022-04-19 08:58:10 +05:30
nabarun f7623b26f9 nameservice: return names with records query 2022-04-18 14:44:32 +05:30
nabarun d762ce98b3 nameservice: queryRecords filter by attributes 2022-04-13 17:33:42 +05:30
nabarun 8f5449f397 auction: change params for auction module test 2022-04-12 11:39:50 +05:30
nabarun 2b8b18d659 fix: return nil response for gql queries 2022-04-08 18:02:18 +05:30
nabarun 555934b799 nameservice: change Record message types for chiba-clonk-client 2022-04-08 13:03:58 +05:30