Skip to content

Commit

Permalink
chore: add catalog entities (#70)
Browse files Browse the repository at this point in the history
  • Loading branch information
diegofigs authored Nov 15, 2024
1 parent 8fad857 commit 8fdb235
Show file tree
Hide file tree
Showing 4 changed files with 75 additions and 0 deletions.
27 changes: 27 additions & 0 deletions .catalog-info.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
---
apiVersion: backstage.io/v1alpha1
kind: Location
metadata:
name: sputnikvm-public
description: SputnikVM repository
spec:
targets:
- ./core/.catalog-info.yaml
- ./runtime/.catalog-info.yaml
- ./gasometer/.catalog-info.yaml
---
apiVersion: backstage.io/v1alpha1
kind: Component
metadata:
name: sputnikvm-evm
title: SputnikVM evm
description: Main library that re-exports most things
tags:
- ethereum
links: []
annotations:
aurora.dev/security-tier: "1"
spec:
owner: engine-team
type: library
lifecycle: production
16 changes: 16 additions & 0 deletions core/.catalog-info.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
apiVersion: backstage.io/v1alpha1
kind: Component
metadata:
name: sputnikvm-core
title: SputnikVM core
description: Core library defining the basic execution rules
tags:
- ethereum
links: []
annotations:
aurora.dev/security-tier: "1"
spec:
owner: engine-team
type: library
lifecycle: production
subcomponentOf: sputnikvm-evm
16 changes: 16 additions & 0 deletions gasometer/.catalog-info.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
apiVersion: backstage.io/v1alpha1
kind: Component
metadata:
name: sputnikvm-gasometer
title: SputnikVM gasometer
description: Integration of Ethereum gas rules
tags:
- ethereum
links: []
annotations:
aurora.dev/security-tier: "1"
spec:
owner: engine-team
type: library
lifecycle: production
subcomponentOf: sputnikvm-evm
16 changes: 16 additions & 0 deletions runtime/.catalog-info.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
apiVersion: backstage.io/v1alpha1
kind: Component
metadata:
name: sputnikvm-runtime
title: SputnikVM runtime
description: Runtime defining interface for block, transaction, and storage
tags:
- ethereum
links: []
annotations:
aurora.dev/security-tier: "1"
spec:
owner: engine-team
type: library
lifecycle: production
subcomponentOf: sputnikvm-evm

0 comments on commit 8fdb235

Please sign in to comment.