Skip to content

Commit

Permalink
Merge branch 'master' of github.com:aurora-is-near/sputnikvm into fea…
Browse files Browse the repository at this point in the history
…t/mega-eof
  • Loading branch information
mrLSD committed Dec 14, 2024
2 parents 20b2bc3 + d7f1580 commit 3dc8992
Show file tree
Hide file tree
Showing 5 changed files with 90 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
15 changes: 15 additions & 0 deletions .github/workflows/security-analysis.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
---
name: "Security Analysis"

on:
push:
branches:
- master
pull_request:
workflow_dispatch:

jobs:
contract_analysis:
name: "Shared"
uses: aurora-is-near/.github/.github/workflows/security_analysis.yml@master
secrets: inherit
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 3dc8992

Please sign in to comment.