telackey 0adc932400 118: queryRecords should return [] when no matching records exist, not an error (#121)
Whenever a key is used which doesn't exist in the DB at all, an error is returned like this:

```
[
  {
    message: `rpc error: code = Unknown desc = store doesn't have key: "\\atypeApplicationRecord"`,
    path: [ 'queryRecords' ]
  }
]
```

That doesn't make any sense, as it is not an error to find out that the thing you asked for does not exist.  This changes it to return an empty list.

Reviewed-on: cerc-io/laconicd#121
Reviewed-by: David Boreham <dboreham@noreply.git.vdb.to>
Co-authored-by: Thomas E Lackey <telackey@bozemanpass.com>
Co-committed-by: Thomas E Lackey <telackey@bozemanpass.com>
2023-11-28 20:41:28 +00:00
2021-10-08 12:07:03 +00:00
2023-01-11 10:52:29 +05:30
2023-01-10 10:20:57 +05:30
2023-01-10 10:20:57 +05:30
2022-10-13 11:23:17 +05:30
2023-01-10 10:20:57 +05:30
2023-01-10 10:20:57 +05:30
2022-10-10 16:08:33 +05:30
2023-01-10 10:20:57 +05:30
2023-01-10 10:20:57 +05:30
2023-01-10 10:20:57 +05:30
2023-01-10 10:20:57 +05:30
2023-01-10 10:20:57 +05:30
2023-01-11 10:52:29 +05:30
2023-01-10 10:20:57 +05:30
2022-10-10 16:08:33 +05:30
2023-01-10 10:20:57 +05:30
2023-03-14 11:21:23 +05:30
2022-10-18 15:36:34 +05:30
2023-01-10 10:20:57 +05:30
2021-08-04 09:30:13 +00:00
2023-01-10 10:20:57 +05:30
2021-09-16 08:36:08 +00:00
2023-01-30 16:59:13 -05:00
2023-01-10 10:20:57 +05:30
2021-10-29 15:56:09 +02:00
2023-01-10 10:20:57 +05:30
2023-01-10 10:20:57 +05:30
2023-01-10 10:20:57 +05:30
2023-01-10 10:20:57 +05:30
2023-03-20 11:18:13 +05:30
2023-01-10 10:20:57 +05:30
2023-01-10 10:20:57 +05:30
2023-01-10 10:20:57 +05:30
2023-01-10 10:20:57 +05:30
2018-07-17 11:52:20 -04:00
2021-09-05 11:03:06 +00:00
2022-10-10 16:08:33 +05:30
2022-10-13 11:23:17 +05:30
2022-10-10 16:08:33 +05:30
2023-01-30 16:59:13 -05:00
2023-01-10 10:20:57 +05:30
2023-01-10 10:20:57 +05:30
2023-01-11 10:52:29 +05:30
2021-11-30 09:22:21 +01:00
2023-01-10 10:20:57 +05:30
2023-01-11 09:11:37 -05:00
2023-01-11 10:52:29 +05:30

Laconic Network

banner

The Source of Proof. Laconic is a next generation data availability & verifiability layer with cryptographic proofs, powering internet-scale Web3 applications, built on Proof-of-Stake with fast-finality using the Cosmos SDK which runs on top of Tendermint Core consensus engine.

Note: Requires Go 1.19+

Installation

make install

Usage

To quickly get started with a single node fixture, run:

./init.sh

Community

The following chat channels and forums are a great spot to ask questions about Ethermint:

Contributing

Looking for a good place to start contributing? Check out some good first issues.

For additional instructions, standards and style guides, please refer to the Contributing document.

S
Description
Laconic state machine
Readme
44 MiB
Languages
Go 79.9%
Solidity 6.4%
Python 5.2%
JavaScript 4.8%
Shell 2.1%
Other 1.5%