This branch is 14 commits behind cerc-io/laconicd-deprecated:main
telackey ed81bba3ed Add ApplicationDeploymentRemovalRequests (#130)
```
message ApplicationDeploymentRemovalRequest {
  string type           = 1 [(gogoproto.moretags) = "json:\"type\" yaml:\"type\""];
  string version        = 2 [(gogoproto.moretags) = "json:\"version\" yaml:\"version\""];
  string deployment     = 3 [(gogoproto.moretags) = "json:\"deployment\" yaml:\"deployment\""];
  string request        = 4 [(gogoproto.moretags) = "json:\"request\" yaml:\"request\""];
  string meta           = 20 [(gogoproto.moretags) = "json:\"meta\" yaml:\"meta\""];
  repeated string tags  = 21 [(gogoproto.moretags) = "json:\"tags\" yaml:\"tags\""];
}

message ApplicationDeploymentRemovalRecord {
  string type           = 1 [(gogoproto.moretags) = "json:\"type\" yaml:\"type\""];
  string version        = 2 [(gogoproto.moretags) = "json:\"version\" yaml:\"version\""];
  string deployment     = 3 [(gogoproto.moretags) = "json:\"deployment\" yaml:\"deployment\""];
  string request        = 4 [(gogoproto.moretags) = "json:\"request\" yaml:\"request\""];
  string meta           = 20 [(gogoproto.moretags) = "json:\"meta\" yaml:\"meta\""];
  repeated string tags  = 21 [(gogoproto.moretags) = "json:\"tags\" yaml:\"tags\""];
}
```

Reviewed-on: cerc-io/laconicd#130
Co-authored-by: Thomas E Lackey <telackey@bozemanpass.com>
Co-committed-by: Thomas E Lackey <telackey@bozemanpass.com>
2023-12-21 21:21:03 +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%