Skip to content

Commit

Permalink
Merge pull request #57 from rsksmart/fingerroot-release
Browse files Browse the repository at this point in the history
Fingerroot release
  • Loading branch information
marcos-iov committed Jun 26, 2023
2 parents 915832a + a00842f commit da2df7f
Show file tree
Hide file tree
Showing 9 changed files with 808 additions and 7,255 deletions.
File renamed without changes.
41 changes: 41 additions & 0 deletions .github/workflows/codeql.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,41 @@
name: "CodeQL"

on:
push:
branches: [ "master" ]
pull_request:
branches: [ "master" ]
schedule:
- cron: "42 4 * * 3"

jobs:
analyze:
name: Analyze
runs-on: ubuntu-latest
permissions:
actions: read
contents: read
security-events: write

strategy:
fail-fast: false
matrix:
language: [ javascript ]

steps:
- name: Checkout
uses: actions/checkout@v3

- name: Initialize CodeQL
uses: github/codeql-action/init@v2
with:
languages: ${{ matrix.language }}
queries: +security-and-quality

- name: Autobuild
uses: github/codeql-action/autobuild@v2

- name: Perform CodeQL Analysis
uses: github/codeql-action/analyze@v2
with:
category: "/language:${{ matrix.language }}"
33 changes: 18 additions & 15 deletions readme.md → README.md
Original file line number Diff line number Diff line change
@@ -1,14 +1,17 @@
<img src="./RSK_Logo_RGB_300dpi.png" alt="logo" height="200" />
![Github CI/CD](https://github.com/rsksmart/precompiled-abis/actions/workflows/workflow.yml/badge.svg)
[![CodeQL](https://github.com/rsksmart/precompiled-abis/workflows/CodeQL/badge.svg)](https://github.com/rsksmart/precompiled-abis/actions?query=workflow%3ACodeQL)

# Welcome to the precompiled ABIs from RSK.
<img src="./rootstock_logo.png" alt="Rootstock" />

Here you will find the ABIs for the existing precompiled contracts in RSK. You will also get their addresses and a builder to use it with web3js.
# Welcome to the precompiled ABIs from Rootstock

Here you will find the ABIs for the existing precompiled contracts in Rootstock. You will also get their addresses and a builder to use it with [web3js](https://www.npmjs.com/package/web3).

# Version

Different versions of the package mentioned are required for different RSK releases.
Different versions of the package mentioned are required for different Rootstock releases.

The semantic versioning of this package doesn’t correlate to the semantic versioning of RSK. For each named release of RSK, there will be a corresponding name version in npm.
Until Fingerroot, the semantic versioning of this package doesn’t correlate to the semantic versioning of Rootstock. For each named release of Rootstock, there will be a corresponding name version in npm.

This package's support starts with ORCHID.

Expand Down Expand Up @@ -54,13 +57,13 @@ If the version to be installed is not defined in the command line, the version w

# Versioning table

| Package Version | RSK version |
|-----------------|---------------|
| 1.0.0-ORCHID | ORCHID-0.6.2 |
| 2.0.0-WASABI | WASABI-1.0.0 |
| 2.0.1-WASABI | WASABI-1.0.0 |
| 3.0.0-PAPYRUS | PAPYRUS-2.0.0 |
| 4.0.0-IRIS | IRIS-3.0.0 |
| 4.0.2-IRIS | IRIS-3.0.0 |
| 5.0.0-HOP | HOP-4.0.0 |
| 6.0.0-FINGERROOT| FINGERROOT-5.0.0|
| Package Version | RSK version |
|------------------|------------------|
| 1.0.0-ORCHID | ORCHID-0.6.2 |
| 2.0.0-WASABI | WASABI-1.0.0 |
| 2.0.1-WASABI | WASABI-1.0.0 |
| 3.0.0-PAPYRUS | PAPYRUS-2.0.0 |
| 4.0.0-IRIS | IRIS-3.0.0 |
| 4.0.2-IRIS | IRIS-3.0.0 |
| 5.0.0-HOP | HOP-4.0.0 |
| 5.0.0-FINGERROOT | FINGERROOT-5.0.0 |
Binary file removed RSK_Logo_RGB_300dpi.png
Binary file not shown.

0 comments on commit da2df7f

Please sign in to comment.