Description | Cycles Used | Nett Cycles Used (Cycles Used - Base Get Status Cycles) |
---|---|---|
Cycles Used for Get Status + 0 Trx Query Blocks | 431,715 | 330,281 |
Cycles Used for Get Status + 1 Trx Query Blocks | 441,715 | 340,281 |
Cycles Used for Get Status + 2 Trx Query Blocks | 460,052 | 358,618 |
Cycles Used for Get Status + 3 Trx Query Blocks | 477,652 | 376,218 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Date | Income | Expenses | NetIncome | BudgetIncome | ActualIncome | BudgetExpenses | ActualExpenses | Salaries | R&D | Marketing | Utilities | Rent | Equipment | Software | Hardware | Consulting | Office Supplies | DiffIncome | DiffExpenses | |
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
2022-01-01 | 281 | 218 | 63 | 284 | 281 | 221 | 218 | 41 | 24 | 45 | 43 | 22 | 35 | 2 | 2 | 2 | 2 | 3 | 3 | |
2022-01-02 | 328 | 244 | 84 | 323 | 328 | 240 | 244 | 46 | 45 | 34 | 35 | 31 | 37 | 1 | 4 | 8 | 3 | -5 | -4 | |
2022-01-03 | 266 | 223 | 43 | 269 | 266 | 222 | 223 | 31 | 49 | 38 | 30 | 22 | 40 | 2 | 6 | 1 | 4 | 3 | -1 | |
2022-01-04 | 287 | 226 | 61 | 279 | 287 | 229 | 226 | 43 | 47 | 31 | 48 | 21 | 26 | 5 | 1 | 3 | 1 | -8 | 3 | |
2022-01-05 | 307 | 214 | 93 | 309 | 307 | 217 | 214 | 48 | 37 | 40 | 23 | 34 | 20 | 1 | 3 | 4 | 4 | 2 | 3 | |
2022-01-06 | 209 | 229 | -20 | 197 | 209 | 226 | 229 | 48 | 23 | 29 | 49 | 39 | 26 | 3 | 6 | 5 | 1 | -12 | -3 | |
2022-01-07 | 294 | 202 | 92 | 289 | 294 | 202 | 202 | 38 | 22 | 34 | 23 | 36 | 32 | 2 | 9 | 4 | 2 | -5 | 0 | |
2022-01-08 | 270 | 217 | 53 | 260 | 270 | 210 | 217 | 33 | 40 | 20 | 36 | 31 | 42 | 4 | 7 | 1 | 3 | -10 | -7 | |
2022-01-09 | 255 | 209 | 46 | 256 | 255 | 214 | 209 | 43 | 33 | 32 | 36 | 21 | 35 | 2 | 3 | 1 | 3 | 1 | 5 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Retrieving eligible addresses... | |
Eligible addresses for airdrop: [ | |
{ | |
address: '5Cr4D7HLFubZUHnWSa2ErcTVqLGXDMcRRECPMJMUJu9euTfU', | |
balance: '40090304795001589023923', | |
networkId: 'myriad' | |
}, | |
{ | |
address: '5Di8z8iqwkg1uEz2zqEyJopif8HdVvPT3DCxmyJt8SkBQeFS', | |
balance: '1023969999999750000000', |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
~/work/myriad-node-parachain ~/work/myriad-node-parachain | |
Starting docker compose | |
Creating volume "myriad-node-parachain_data" with default driver | |
Building node | |
Step 1/32 : FROM paritytech/ci-linux:61d4fd50-20230713 AS chef | |
61d4fd50-20230713: Pulling from paritytech/ci-linux | |
9d21b12d5fab: Pull complete | |
94ec252bb138: Pull complete | |
935ba62d5fdf: Pull complete | |
Digest: sha256:dc9abf9e877c5bad94828245406dac8a186530e1ad6a1b5f2072e5e19e1f64b4 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: CI/CD Deploy Netlify Webapp | |
on: | |
push: | |
branches: [ main ] | |
workflow_dispatch: | |
jobs: | |
build: | |
runs-on: ubuntu-latest |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
- name: Deploy to Netlify | |
uses: nwtgck/[email protected] | |
with: | |
publish-dir: './packages/react-webapp/build' | |
production-branch: main | |
github-token: ${{ secrets.MY_GITHUB_SECRET }} | |
deploy-message: "Deploy from GitHub Actions" | |
enable-pull-request-comment: false | |
enable-commit-comment: true | |
overwrites-pull-request-comment: true |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
jobs: | |
build: | |
runs-on: ubuntu-latest | |
steps: | |
- name: Checkout Monorepo Code | |
uses: actions/checkout@v2 | |
- name: Yarn Bootstrap | |
uses: borales/[email protected] | |
with: | |
cmd: bootstrap:ci # will run `yarn bootstrap:ci` command |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
FROM debian:bullseye as base | |
RUN rm /bin/sh && ln -s /bin/bash /bin/sh | |
WORKDIR /workspace | |
RUN mkdir -pv "/workspace/bin" && echo 'echo test' > '/workspace/bin/test.sh' && chmod +x '/workspace/bin/test.sh' | |
ENV PATH="/workspace/bin:${PATH}" | |
FROM base as builder |
Features | Nest.js Package | Made by | ASP.NET Package | Made by |
---|---|---|---|---|
Caching | cache-manager | Community | Microsoft.Extensions.Caching.Memory | Microsoft |
Database access | @nestjs/typeorm | Nest.js | Microsoft.AspNetCore.Identity.EntityFrameworkCore | Microsoft |
Authentication | @nestjs/passport | Nest.js | Microsoft.AspNetCore.Authentication | Microsoft |
Task scheduling | @nestjs/schedule | Nest.js | Cronos | Community |
Queues | @nestjs/bull | Nest.js | System.Messaging | Microsoft |
Swagger | @nestjs/swagger | Nest.js | Swashbuckle.AspNetCore.Swagger | Community |
WebSockets | @nestjs/websockets | Nest.js | Microsoft.AspNetCore.WebSockets | Microsoft |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: CI/CD Deploy Netlify Webapp Dev | |
on: | |
push: | |
branches: [ main ] | |
workflow_dispatch: |
NewerOlder