Skip to content

Commit 068fccc

Browse files
galin-sPetarKirov
authored andcommitted
style: Reformat all files to satisfy pre-commit rules
1 parent d366dfe commit 068fccc

File tree

53 files changed

+1299
-1093
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

53 files changed

+1299
-1093
lines changed

.github/dependabot.yml

Lines changed: 10 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,12 @@
11
version: 2
22
updates:
3-
4-
- package-ecosystem: github-actions
5-
directory: "/"
6-
schedule:
7-
interval: daily
8-
time: '00:00'
9-
timezone: UTC
10-
open-pull-requests-limit: 10
11-
commit-message:
12-
prefix: "chore"
13-
include: "scope"
3+
- package-ecosystem: github-actions
4+
directory: '/'
5+
schedule:
6+
interval: daily
7+
time: '00:00'
8+
timezone: UTC
9+
open-pull-requests-limit: 10
10+
commit-message:
11+
prefix: 'chore'
12+
include: 'scope'

.github/workflows/update-flake-lock.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,6 @@ on:
88
schedule:
99
- cron: 0 0 * * 0
1010

11-
1211
jobs:
1312
update-flake-lock:
1413
uses: metacraft-labs/nixos-modules/.github/workflows/reusable-update-flake-lock.yml@main

.github/workflows/update-flake-packages.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
1-
name: "Update Flake Packages ❄️"
1+
name: 'Update Flake Packages ❄️'
22
on:
33
workflow_dispatch:
44
schedule:
5-
- cron: "0 0 * * *" # https://crontab.guru/#0_0_*_*_*
5+
- cron: '0 0 * * *' # https://crontab.guru/#0_0_*_*_*
66

77
jobs:
88
update-flake-packages:

README.md

Lines changed: 18 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -7,16 +7,15 @@ A Nix flake offering blockchain development tools
77
This repo is provided as a Nix Flake. The packages defined here can be consumed
88
via one of the flake output categories:
99

10-
* `overlays.default` (which you can e.g. apply on top of Nixpkgs)
11-
* All packages are placed inside the `metacraft-labs` namespace
12-
* For example: `metacraft-labs.solana`
13-
* `packages.${arch}.${pkg}` - suitable for use with `nix shell`
14-
10+
- `overlays.default` (which you can e.g. apply on top of Nixpkgs)
11+
- All packages are placed inside the `metacraft-labs` namespace
12+
- For example: `metacraft-labs.solana`
13+
- `packages.${arch}.${pkg}` - suitable for use with `nix shell`
1514

1615
1. Blockchain Node Software
17-
16+
1817
| package name | description | supported platforms |
19-
|------------------------------------------|-------------------------------------------------------------------------------------------------------------------------|---------------------------------------------|
18+
| ---------------------------------------- | ----------------------------------------------------------------------------------------------------------------------- | ------------------------------------------- |
2019
| [avalanche-cli]([avalanche-url]) | Helps developers develop and test subnets | x86_64-linux, x86_64-darwin, aarch64-darwin |
2120
| [bnb-beacon-node]([bnb-beacon-node-url]) | Blockchain with a flexible set of native assets and pluggable modules | x86_64-linux, x86_64-darwin, aarch64-darwin |
2221
| [cardano]([cardano-url]) | HTTP server & command-line for managing UTxOs and HD wallets in Cardano | x86_64-linux, x86_64-darwin |
@@ -34,7 +33,7 @@ via one of the flake output categories:
3433
2. ZK Circuit-related Software
3534

3635
| package name | description | supported platforms |
37-
|----------------------------------------|----------------------------------------------------------------------------|---------------------------------------------|
36+
| -------------------------------------- | -------------------------------------------------------------------------- | ------------------------------------------- |
3837
| [circom]([circom-url]) | zkSnark circuit compiler | x86_64-linux, x86_64-darwin, aarch64-darwin |
3938
| [circom_runtime]([circom_runtime-url]) | The code needed to calculate the witness by a circuit compiled with circom | x86_64-linux, x86_64-darwin, aarch64-darwin |
4039
| [ffiasm]([ffiasm-url]) | A script that generates a Finite field Library in Intel64 and ARM Assembly | x86_64-linux, x86_64-darwin |
@@ -46,22 +45,23 @@ via one of the flake output categories:
4645
3. General Dev Tools
4746

4847
| package name | description | supported platforms |
49-
|------------------------------|---------------------------------------------------------------------------------------------------------------------------|---------------------------------------------|
48+
| ---------------------------- | ------------------------------------------------------------------------------------------------------------------------- | ------------------------------------------- |
5049
| [emscripten][emscripten-url] | An LLVM-to-WebAssembly Compiler | x86_64-linux, x86_64-darwin, aarch64-darwin |
5150
| [kurtosis]([kurtosis-url]) | A platform for packaging and launching ephemeral backend stacks with a focus on approachability for the average developer | x86_64-linux |
5251

5352
4. Libraries
54-
* Cryptography-related
5553

56-
| package name | description | supported platforms |
57-
|----------------------------|--------------------------------------------------------------------------------|---------------------------------------------|
58-
| [blst]([blst-url]) | Multilingual BLS12-381 signature library | x86_64-linux, x86_64-darwin, aarch64-darwin |
59-
| [py-ecc]([py-ecc-url]) | Python implementation of ECC pairing and bn_128 and bls12_381 curve operations | x86_64-linux |
54+
- Cryptography-related
55+
56+
| package name | description | supported platforms |
57+
| ---------------------- | ------------------------------------------------------------------------------ | ------------------------------------------- |
58+
| [blst]([blst-url]) | Multilingual BLS12-381 signature library | x86_64-linux, x86_64-darwin, aarch64-darwin |
59+
| [py-ecc]([py-ecc-url]) | Python implementation of ECC pairing and bn_128 and bls12_381 curve operations | x86_64-linux |
6060

61-
* General-purpose
61+
- General-purpose
6262

6363
| package name | description | supported platforms |
64-
|----------------------------|------------------------------------------------|---------------------|
64+
| -------------------------- | ---------------------------------------------- | ------------------- |
6565
| [pistache]([pistache-url]) | A high-performance REST toolkit written in C++ | x86_64-linux |
6666

6767
[cosmos-url]: https://github.com/hyphacoop/testnets/blob/master/local/previous-local-testnets/v7-theta/priv_validator_key.json
@@ -98,7 +98,7 @@ nix shell github:metacraft-labs/nix-blockchain-development#solana
9898

9999
### Declarative with Nix Flakes dev shell
100100

101-
* `flake.nix`:
101+
- `flake.nix`:
102102

103103
```nix
104104
{
@@ -144,7 +144,7 @@ nix shell github:metacraft-labs/nix-blockchain-development#solana
144144
}
145145
```
146146

147-
* `shell.nix`:
147+
- `shell.nix`:
148148

149149
```nix
150150
{pkgs}:

0 commit comments

Comments
 (0)