Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
51 commits
Select commit Hold shift + click to select a range
8690419
Create 05-21-core-devs-call.md
0xarmagan Jul 23, 2025
d99634a
Create 05-28-core-devs-call.md
0xarmagan Jul 23, 2025
658b08c
Create 06-04-core-devs-call.md
0xarmagan Jul 23, 2025
4690260
Create 06-25-core-devs-call.md
0xarmagan Jul 23, 2025
6d858cd
Create 07-02-core-devs-call.md
0xarmagan Jul 23, 2025
0534e58
Create 07-09-core-devs-call.md
0xarmagan Jul 23, 2025
c9e6a1e
Create 07-23-core-devs-call.md
0xarmagan Jul 23, 2025
c863094
Update and rename 07-23-core-devs-call.md to 07-16-core-devs-call.md
0xarmagan Jul 23, 2025
06680af
Create 07-23-core-devs-call.md
0xarmagan Jul 23, 2025
24f0d20
Add hashi update for deprecation
vanshika-srivastava Aug 22, 2025
9ed392d
shift hashi integration
vanshika-srivastava Aug 22, 2025
ea58789
Main (#799)
vanshika-srivastava Aug 22, 2025
63e06bd
docs(bridges): update docs
zengzengzenghuy Sep 2, 2025
13cc717
update older content
skundu42 Sep 3, 2025
d7d8184
Merge branch 'main' into dev
skundu42 Sep 3, 2025
45abd6e
Fix broken links (#802)
tmgrask Sep 4, 2025
31cfee7
feat: add cookie policy banner and script (#805)
Wagalidoom Sep 16, 2025
8314fcf
feat(bridges): update USDS migration details (#806)
zengzengzenghuy Sep 23, 2025
80d0ddd
added announcement bar
skundu42 Sep 23, 2025
a904fe2
Add dRPC to RPC Providers list (#808)
dRPCMarketing Oct 15, 2025
b3bd7dc
docs: :memo: update Prysm domain to prysm.offchainlabs.com (#804)
victorelec14 Oct 15, 2025
89f4b32
docs: Replace broken link (#811)
rodrigoherera Oct 22, 2025
f013155
Update node > management > monitoring-validators section. (#809)
nicosampler Oct 22, 2025
e628136
remove llms.txt from git
skundu42 Oct 22, 2025
7fa8959
Merge branch 'main' into dev
skundu42 Oct 22, 2025
f5c8498
Revise image and hint in Node README
0xarmagan Oct 22, 2025
581fd4a
Update Covalent details (#814)
zeeshan8281 Nov 1, 2025
c03ae1e
feat(bridges): update usds migration status, add governance decisions…
zengzengzenghuy Nov 10, 2025
a57e3c0
fix(docusaurus.config.js): typo
zengzengzenghuy Nov 10, 2025
7b4d8ff
feat(bridges): update bridges content
zengzengzenghuy Nov 10, 2025
37dd774
feat: update color palette and icons (#817)
Wagalidoom Nov 17, 2025
1fa1cd2
Merge branch 'main' into dev
vanshika-srivastava Nov 17, 2025
be4d9ff
Adding Openfort (#819)
joalavedra Nov 26, 2025
2f5586b
feat(bridges): update bride validator and decision, replace Gateway w…
zengzengzenghuy Nov 26, 2025
ad56e0c
bumped up docusaurus version
skundu42 Nov 26, 2025
c4fad98
minor link updates
skundu42 Nov 26, 2025
9ce2b8d
Merge branch 'main' into dev
skundu42 Nov 26, 2025
6fc4cae
bridges(management): add governance decisions: remove kpk from bridge…
zengzengzenghuy Dec 12, 2025
ceaa07d
Merge branch 'main' into dev
zengzengzenghuy Dec 12, 2025
096036e
Adding Codeowners file, also updating security of workflows
atifather Jan 7, 2026
18e5609
minor fix in erigon command
skundu42 Jan 7, 2026
2708989
Merge branch 'main' into dev
vanshika-srivastava Jan 7, 2026
15eee99
feat: add minimum release, trust policy and lock package version
Wagalidoom Jan 9, 2026
5cdde21
feat: add security audit workflow
Wagalidoom Jan 9, 2026
aa12282
fix: update packages
Wagalidoom Jan 12, 2026
f517846
Merge pull request #828 from gnosischain/feat/security-update
Wagalidoom Jan 12, 2026
4e80420
chore: update nvmrc
Wagalidoom Jan 14, 2026
fed03fd
chore: update vulnerable package
Wagalidoom Jan 14, 2026
519ede8
temp: override ws
Wagalidoom Jan 14, 2026
3a64f26
fix: remove cookbookdev
Wagalidoom Jan 15, 2026
134a35a
remove old link and fix cookbook breaking change
skundu42 Jan 23, 2026
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions .github/CODEOWNERS
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
* @0xarmagan @gnosischain/bridge @gnosischain/coredevs-internal @gnosischain/devops @gnosischain/gnosis-devrel @gnosischain/gnosis-dapp-dev
2 changes: 1 addition & 1 deletion .github/workflows/create_release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:

steps:
- name: Create Github Release
uses: actions/github-script@v6
uses: actions/github-script@d7906e4ad0b1822421a7e6a35d5ca353c962f410 # v6
with:
github-token: ${{ secrets.GITHUB_TOKEN }}
script: |
Expand Down
8 changes: 4 additions & 4 deletions .github/workflows/dev_deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,15 +32,15 @@ jobs:
run: |
for apt_file in `grep -lr microsoft /etc/apt/sources.list.d/`; do sudo rm $apt_file; done

- uses: actions/checkout@v4
- uses: actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5 # v4

- uses: actions/cache@v3
- uses: actions/cache@6f8efc29b200d32929f49075959781ed54ec270c # v3
with:
path: '**/node_modules'
key: ${{ runner.os }}-modules-${{ hashFiles('**/yarn.lock') }}

- name: Setup Node.js
uses: actions/setup-node@v2
uses: actions/setup-node@7c12f8017d5436eb855f1ed4399f037a36fbd9e8 # v2

- name: Install
run: |
Expand All @@ -59,7 +59,7 @@ jobs:
run: yarn build

- name: Configure AWS Development credentials
uses: aws-actions/configure-aws-credentials@v1
uses: aws-actions/configure-aws-credentials@67fbcbb121271f7775d2e7715933280b06314838 # v1
if: ( github.ref == 'refs/heads/dev' || github.ref == 'refs/heads/main' )
with:
aws-access-key-id: ${{ secrets.DEV_AWS_ACCESS_KEY_ID }}
Expand Down
8 changes: 4 additions & 4 deletions .github/workflows/prod_deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,20 +24,20 @@ jobs:
for apt_file in `grep -lr microsoft /etc/apt/sources.list.d/`; do sudo rm $apt_file; done

# Ref: https://github.com/actions/checkout/issues/1471#issuecomment-1771231294
- uses: actions/checkout@v4
- uses: actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5 # v4

- name: Tag checkout
run: |
git fetch --prune --unshallow --tags
git checkout ${{ github.event.inputs.tag }}

- uses: actions/cache@v3
- uses: actions/cache@6f8efc29b200d32929f49075959781ed54ec270c # v3
with:
path: '**/node_modules'
key: ${{ runner.os }}-modules-${{ hashFiles('**/yarn.lock') }}

- name: Setup Node.js
uses: actions/setup-node@v2
uses: actions/setup-node@7c12f8017d5436eb855f1ed4399f037a36fbd9e8 # v2

- name: Install
run: |
Expand All @@ -56,7 +56,7 @@ jobs:
run: yarn build

- name: Configure AWS Production credentials
uses: aws-actions/configure-aws-credentials@v1
uses: aws-actions/configure-aws-credentials@67fbcbb121271f7775d2e7715933280b06314838 # v1
with:
aws-access-key-id: ${{ secrets.PROD_AWS_ACCESS_KEY_ID }}
aws-secret-access-key: ${{ secrets.PROD_AWS_SECRET_ACCESS_KEY }}
Expand Down
35 changes: 35 additions & 0 deletions .github/workflows/security-audit.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,35 @@
name: Security Audit

on:
push:
branches: [main]
pull_request:
branches: [main]

jobs:
security-audit:
name: Dependency Security Audit
runs-on: ubuntu-latest
permissions:
contents: read

steps:
- name: Checkout code
uses: actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5 # v4
with:
fetch-depth: 0

- name: Enable Corepack
run: corepack enable

- name: Setup Node
uses: actions/setup-node@49933ea5288caeca8642d1e84afbd3f7d6820020 # v4
with:
node-version-file: '.nvmrc'
cache: 'pnpm'

- name: Install dependencies
run: pnpm install --frozen-lockfile

- name: Run security audit
run: pnpm audit --audit-level=high
4 changes: 2 additions & 2 deletions .github/workflows/slack_release_notification.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,14 +31,14 @@ jobs:

- name: Extract commit
id: commit
uses: prompt/actions-commit-hash@v2
uses: prompt/actions-commit-hash@01d19a83c242e1851c9aa6cf9625092ecd095d09 # v2

- name: Get current date
id: date
run: echo "::set-output name=date::$(date +'%Y-%m-%dT%H:%M:%S')"

- id: slack
uses: slackapi/slack-github-action@v1.24.0
uses: slackapi/slack-github-action@e28cf165c92ffef168d23c5c9000cffc8a25e117 # v1.24.0
with:
payload: "{\"username\":\"Releases\",\"icon_url\":\"https://avatars3.githubusercontent.com/u/134083290\",\"text\":\"${{ inputs.message }} - ${{ github.event.head_commit.message }}\",\"attachments\":[{\"text\":\"\",\"color\":\"${{ inputs.success == true && '#36a64f' || '#FF3131' }}\",\"author_name\":\"${{ inputs.service }}\",\"title\":\"\",\"fields\":[{\"title\":\"Environment\",\"short\":true,\"value\":\"`${{ inputs.environment }}`\"},{\"title\":\"Branch\",\"short\":true,\"value\":\"${{ steps.extract_branch.outputs.branch }}\"},{\"title\":\"Commit\",\"short\":true,\"value\":\"${{ steps.commit.outputs.short }}\"},{\"title\":\"Status\",\"short\":true,\"value\":\"${{ inputs.success == true && '🟢 SUCCEEDED' || '🔴 FAILED' }}\"},{\"title\":\"Time\",\"short\":true,\"value\":\"${{ steps.date.outputs.date }}\"}]}]}"
env:
Expand Down
3 changes: 3 additions & 0 deletions .npmrc
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
save-exact=true
minimum-release-age=3d
trust-policy=no-downgrade
2 changes: 1 addition & 1 deletion .nvmrc
Original file line number Diff line number Diff line change
@@ -1 +1 @@
18.14.0
v18.20.1
2 changes: 1 addition & 1 deletion docs/node/manual/execution/erigon.md
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ services:
--authrpc.addr=0.0.0.0
--authrpc.jwtsecret=/jwt
--authrpc.vhosts=*
--prune=htcr
--prune.mode=minimal
--torrent.download.rate=16mb
--torrent.upload.rate=16mb
user: 1000:1000
Expand Down
4 changes: 0 additions & 4 deletions docs/tools/wallets/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,6 @@ Wallets store private keys, keeping your crypto safe and accessible. They also a
Do you own research while selecting your wallet, keep your seed and funds safely. For extra security, use [safe wallet](/tools/wallets/safe).
:::

## Gnosis Wallets

Visit [Gnosis Wallets](https://gnosiswallets.com/) to find a wallet that fits your needs. Discover all supported Gnosis Chain wallets and search based on their unique features and compatibility.

## Software wallets

- [Alpha Wallet](https://alphawallet.com/asset/the-best-wallet-for-xdai/)
Expand Down
Loading
Loading