From e700c4988fcbef180b6692e24b4715553b272c1b Mon Sep 17 00:00:00 2001 From: Joseph Chalabi <100090645+chalabi2@users.noreply.github.com> Date: Wed, 11 Sep 2024 14:23:28 -0700 Subject: [PATCH] add new proto files --- package.json | 2 +- .../manifest/v1/genesis.proto | 2 +- .../{ => liftedinit}/manifest/v1/query.proto | 4 +- proto/{ => liftedinit}/manifest/v1/tx.proto | 4 +- starship/configs/config.workflow.yaml | 55 ------------------- starship/configs/starship.yaml | 3 - 6 files changed, 6 insertions(+), 64 deletions(-) rename proto/{ => liftedinit}/manifest/v1/genesis.proto (94%) rename proto/{ => liftedinit}/manifest/v1/query.proto (89%) rename proto/{ => liftedinit}/manifest/v1/tx.proto (97%) delete mode 100644 starship/configs/config.workflow.yaml delete mode 100644 starship/configs/starship.yaml diff --git a/package.json b/package.json index 0d8c479..083a1ef 100644 --- a/package.json +++ b/package.json @@ -29,7 +29,7 @@ "test": "jest", "test:watch": "jest --watch", "test:debug": "node --inspect node_modules/.bin/jest --runInBand", - "starship": "starship --config ./starship/configs/starship.yaml", + "starship": "starship --config ./starship/configs/config.yaml", "starship:test": "jest --config ./jest.starship.config.js --verbose --bail", "starship:debug": "jest --config ./jest.starship.config.js --runInBand --verbose --bail", "starship:watch": "jest --watch --config ./jest.starship.config.js" diff --git a/proto/manifest/v1/genesis.proto b/proto/liftedinit/manifest/v1/genesis.proto similarity index 94% rename from proto/manifest/v1/genesis.proto rename to proto/liftedinit/manifest/v1/genesis.proto index 9c6d220..c71731a 100644 --- a/proto/manifest/v1/genesis.proto +++ b/proto/liftedinit/manifest/v1/genesis.proto @@ -1,5 +1,5 @@ syntax = "proto3"; -package manifest.v1; +package liftedinit.manifest.v1; import "gogoproto/gogo.proto"; import "amino/amino.proto"; diff --git a/proto/manifest/v1/query.proto b/proto/liftedinit/manifest/v1/query.proto similarity index 89% rename from proto/manifest/v1/query.proto rename to proto/liftedinit/manifest/v1/query.proto index eeae4d0..2e01276 100644 --- a/proto/manifest/v1/query.proto +++ b/proto/liftedinit/manifest/v1/query.proto @@ -1,8 +1,8 @@ syntax = "proto3"; -package manifest.v1; +package liftedinit.manifest.v1; import "google/api/annotations.proto"; -import "manifest/v1/genesis.proto"; +import "liftedinit/manifest/v1/genesis.proto"; option go_package = "github.com/liftedinit/manifest-ledger/x/manifest/types"; diff --git a/proto/manifest/v1/tx.proto b/proto/liftedinit/manifest/v1/tx.proto similarity index 97% rename from proto/manifest/v1/tx.proto rename to proto/liftedinit/manifest/v1/tx.proto index f44b9a9..8cee74f 100644 --- a/proto/manifest/v1/tx.proto +++ b/proto/liftedinit/manifest/v1/tx.proto @@ -1,8 +1,8 @@ syntax = "proto3"; -package manifest.v1; +package liftedinit.manifest.v1; import "cosmos/msg/v1/msg.proto"; -import "manifest/v1/genesis.proto"; +import "liftedinit/manifest/v1/genesis.proto"; import "gogoproto/gogo.proto"; import "cosmos_proto/cosmos.proto"; import "cosmos/base/v1beta1/coin.proto"; diff --git a/starship/configs/config.workflow.yaml b/starship/configs/config.workflow.yaml deleted file mode 100644 index d55a0db..0000000 --- a/starship/configs/config.workflow.yaml +++ /dev/null @@ -1,55 +0,0 @@ -name: manifestjs -version: v1.2.1 - -chains: - - id: manifest-ledger-beta - name: manifest - image: ghcr.io/liftedinit/manifest-ledger:v0.0.1-alpha.12 - numValidators: 1 - ports: - rest: 1317 - rpc: 26657 - faucet: 8007 - resources: - cpu: "0.2" - memory: "200M" - - id: cosmos-2 - name: cosmoshub - numValidators: 1 - ports: - rest: 1313 - rpc: 26653 - faucet: 8003 - resources: - cpu: "0.2" - memory: "200M" - -relayers: - - name: manifest-cosmos - type: hermes - replicas: 1 - chains: - - manifest-ledger-beta - - cosmos-2 - resources: - cpu: "0.1" - memory: "100M" - -registry: - enabled: true - ports: - rest: 8081 - grpc: 9091 - resources: - cpu: "0.1" - memory: "100M" - -exposer: - resources: - cpu: "0.1" - memory: "100M" - -faucet: - resources: - cpu: "0.1" - memory: "100M" diff --git a/starship/configs/starship.yaml b/starship/configs/starship.yaml deleted file mode 100644 index d70f891..0000000 --- a/starship/configs/starship.yaml +++ /dev/null @@ -1,3 +0,0 @@ -helmName: manifestjs -helmFile: ./config.yaml -helmVersion: v0.1.38