2023-11-21T22:40:44Z - 2024-11-21T22:40:44Z

Overview

55 Active Pull Requests
7 Active Issues
Excluding merges, 7 authors have pushed 66 commits to main and 68 commits to all branches. On main, 242 files have changed and there have been 166526 additions and 18130 deletions.

10 Releases published by 2 users

Published v0.1.9 v0.1.9 2024-10-30 12:15:50 +00:00

Published v0.1.8 v0.1.8 2024-09-25 08:41:33 +00:00

Published v0.1.7 v0.1.7 2024-08-16 06:26:08 +00:00

Published v0.1.6 v0.1.6 2024-08-09 13:30:16 +00:00

Published v0.1.5 v0.1.5 2024-08-05 12:40:29 +00:00

Published v0.1.4 v0.1.4 2024-07-30 09:34:42 +00:00

Published v0.1.3 v0.1.3 2024-07-24 09:19:13 +00:00

Published v0.1.2 v0.1.2 2024-07-22 05:41:55 +00:00

Published v0.1.1 v0.1.1 2024-07-19 11:31:06 +00:00

Published v0.1.0 v0.1.0 2024-07-16 04:30:54 +00:00

54 Pull requests merged by 3 users

Merged #63 Remove stale auctions after a year 2024-10-29 04:04:49 +00:00

Merged #62 Make min-gas-price configurable in node initialization script 2024-10-28 04:22:57 +00:00

Merged #61 Reset block height for imported authorities 2024-10-24 05:25:25 +00:00

Merged #60 Updates for stage2 setup 2024-10-22 09:54:34 +00:00

Merged #59 Add service provider auctions 2024-09-25 12:38:50 +00:00

Merged #58 Add pagination for query to get records 2024-09-05 07:33:49 +00:00

Merged #57 Add methods to update laconic module params 2024-09-05 07:07:55 +00:00

Merged #56 Add gov module to the chain 2024-09-05 04:15:43 +00:00

Merged #53 Integrate slashing module in the app 2024-08-16 06:23:57 +00:00

Merged #50 Add env variables to configure authority auctions in initialization script 2024-08-08 07:14:37 +00:00

Merged #49 Update node initialization script 2024-08-07 11:25:02 +00:00

Merged #48 Implement GQL query for listing authorities 2024-08-02 09:15:09 +00:00

Merged #47 Update init script to use existing genesis file 2024-08-01 11:52:48 +00:00

Merged #46 Change token denom from photon to lnt and alnt 2024-07-30 11:05:59 +00:00

Merged #44 Add queries to get participant by laconic or nitro address 2024-07-29 10:28:31 +00:00

Merged #43 Add fields for role and KYC ID for onboarded participants 2024-07-26 14:42:41 +00:00

Merged #42 Add a query to list authorities 2024-07-24 09:14:40 +00:00

Merged #40 Fixes for handling authority expiry queue 2024-07-22 05:40:46 +00:00

Merged #39 Ignore error on not finding an authority expiry queue entry 2024-07-19 11:30:16 +00:00

Merged #37 Allow requests from any origin 2024-07-17 09:59:59 +00:00

Merged #36 Implement onboarding module for testnet participants 2024-07-16 07:45:45 +00:00

Merged #35 Unset home and keyring dir from depinject client config 2024-07-16 03:50:09 +00:00

Merged #31 Replace alpine with ubuntu as base image in the Dockerfile 2024-07-10 14:36:09 +00:00

Merged #34 Update root command setup to respect home flag 2024-07-10 12:32:50 +00:00

Merged #30 Use custom KV store config to handle progressively increasing gas usage 2024-06-25 06:33:41 +00:00

Merged #29 Changes required for laconicd testnet stack 2024-06-19 12:09:50 +00:00

Merged #28 Update init script to enable prometheus metrics 2024-04-11 07:56:54 +00:00

Merged #27 Rename laconicd rest endpoint to rpc for SDK tests 2024-04-02 03:38:49 +00:00

Merged #25 the chain-id needs to be set before anything else 2024-04-01 12:19:55 +00:00

Merged #26 Rename laconic2d to laconicd 2024-04-01 09:57:28 +00:00

Merged #24 Update registry-sdk repo path in CI 2024-03-14 09:15:16 +00:00

Merged #23 Add CI workflows for SDK tests 2024-03-13 06:19:16 +00:00

Merged #22 Verify write transactions in E2E tests 2024-03-13 04:53:12 +00:00

Merged #21 Add SDK tests script 2024-03-12 12:06:25 +00:00

Merged #20 Handle not found errors in GQL query resolvers 2024-03-12 08:40:24 +00:00

Merged #19 Disable block timeouts in E2E test network 2024-03-12 04:35:21 +00:00

Merged #18 Add a test network setup and patch for E2E tests 2024-03-07 12:36:00 +00:00

Merged #17 Rename RPC method to reserve authority and fix proto lint errors 2024-03-07 11:25:17 +00:00

Merged #16 Additional CI workflows 2024-03-07 09:11:54 +00:00

Merged #15 Add initialization script and a Dockerfile 2024-03-07 05:10:42 +00:00

Merged #14 Add module invariants and input validations 2024-03-06 09:24:16 +00:00

Merged #13 Add e2e tests for gRPC requests and CLI commands 2024-03-04 11:16:11 +00:00

Merged #12 Setup and integrate GQL server 2024-02-29 12:45:39 +00:00

Merged #11 Setup integration tests and CI 2024-02-29 11:54:36 +00:00

Merged #10 Use LRN abbrevation for names 2024-02-28 04:53:24 +00:00

Merged #9 Setup hooks between laconic modules 2024-02-28 04:35:00 +00:00

Merged #8 Add bond-record association commands to registry module 2024-02-26 12:56:12 +00:00

Merged #7 Handle record and authority expiry in registry module 2024-02-26 06:16:10 +00:00

Merged #6 Additional registry module commands 2024-02-26 05:42:38 +00:00

Merged #5 Add registry module commands to set and get records 2024-02-16 06:40:44 +00:00

Merged #4 Setup and plumbing for registry module 2024-02-15 07:08:34 +00:00

Merged #3 Additional auction module commands 2024-02-15 06:56:20 +00:00

Merged #2 Add commands to create and get auctions 2024-02-12 08:34:41 +00:00

Merged #1 Setup and plumbing for auction module 2024-02-09 08:44:46 +00:00

1 Pull request proposed by 1 user

6 Issues closed from 3 users

Closed #55 Chain congestion prevents setting names, publishing records, etc. 2024-09-25 15:36:51 +00:00

Closed #51 bug with config in 0.1.6 release 2024-08-10 06:40:11 +00:00

Closed #41 Add a CLI query to list all authorities with owner filter 2024-07-26 03:28:00 +00:00

Closed #32 client.toml parameters are not read 2024-07-26 03:27:46 +00:00

Closed #33 Key not found in keyring 2024-07-26 03:27:37 +00:00

Closed #38 [bug] Consensus failure occurs when an authority is reserved before the grace period is over 2024-07-26 03:21:31 +00:00

1 Issue created by 1 user

Opened #54 GQL config question 2024-08-20 13:33:44 +00:00