Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
32 commits
Select commit Hold shift + click to select a range
e755ebd
initial structure for the section
web3jenks Apr 29, 2025
2f9ad68
final adjustments
web3jenks Apr 30, 2025
0b02198
Merge branch 'dev', remote-tracking branch 'origin' into jenks/add-to…
web3jenks Apr 30, 2025
8bd590a
fix to names and images
web3jenks May 2, 2025
2c533c5
shrunk sizes of the tiles
web3jenks May 6, 2025
bf853cf
more finessing
web3jenks May 7, 2025
f55a7a3
feat: add image zoom feature
May 16, 2025
edefde5
Daria/api spec split (#151)
dariaag May 19, 2025
3325cbe
Daria/api spec split (#174)
web3jenks May 20, 2025
a928888
fix: Switching the theme caused zoom to fail
May 20, 2025
4871bee
Update ToolsAndInfra.tsx
web3jenks May 20, 2025
8f15217
Merge branch 'jenks/add-tooling-and-infra-sections' into dev
web3jenks May 20, 2025
b6cdcc4
Merge branch 'kevin/image-zoom' into dev
web3jenks May 20, 2025
cd3a180
Daria/api spec split (#174)
web3jenks May 20, 2025
cec64c1
chore: update wallet status
May 23, 2025
e89f33c
feat: apply new color scheme (#184)
kkkk666 May 28, 2025
9313f35
fix: the bugs causing incomplete display & zoom of the logo.
May 28, 2025
09c9ce2
feat: baby staking via mintscan (#173)
kkkk666 Jun 2, 2025
328428b
feat: add blog section (#188)
kkkk666 Jun 2, 2025
b0c072c
Kevin/apply new colour scheme (#191)
kkkk666 Jun 3, 2025
4a62d24
feat: enhance remoteMD feature and align with crawler (#189)
kkkk666 Jun 3, 2025
ca805ab
Merge branch 'main' into dev
web3jenks Jun 3, 2025
093e364
Daria/api spec split (#174)
web3jenks May 20, 2025
6b408df
Kevin/enhance remotemd (#194)
kkkk666 Jun 4, 2025
50be639
fix: adjust style & format baby staking guide (#196)
kkkk666 Jun 5, 2025
89457d2
fix: replace optimism gadget repo link (#197)
kkkk666 Jun 9, 2025
f67a84c
updated cosmos & op stack chain .mdxs (#200)
web3jenks Jun 11, 2025
7243f99
chore: add genesis v2 upgrade audit report (#202)
kkkk666 Jun 12, 2025
b8a151a
updated informal report and renamed (#203)
web3jenks Jun 13, 2025
0539d10
Merge branch 'main' into dev
web3jenks Jun 13, 2025
49e40ee
update remoteMD configs (#206)
web3jenks Jun 13, 2025
727c866
Update hmac_security.mdx
web3jenks Jun 17, 2025
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
6 changes: 3 additions & 3 deletions docs/guides/security/audit_reports.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -122,9 +122,9 @@ Audits for the [Babylon Genesis v2 Upgrade](https://babylonlabs.io/blog/babylon-
<BrowserOnly>
{() => (
<Card
title="Genesis v2 Upgrade Audit Report"
to={new URL('/assets/files/informal_system_genesis_v2_audit_2025_06.pdf', window.location.origin).href}
description="Informal Systems Babylon Genesis v2 Upgrade Audit Report (June 2025)"
title="Informal Systems Audit Report"
to={new URL('/assets/files/informal_system_genesis_v2_final_audit_2025_06.pdf', window.location.origin).href}
description="Informal Systems Babylon Genesis v2 Upgrade Final Audit Report (June 2025)"
target="_blank"
rel="noopener noreferrer"
/>
Expand Down
4 changes: 4 additions & 0 deletions docs/operators/finality_providers/finality_providers.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,8 @@ export const rawUrl="https://raw.githubusercontent.com/babylonlabs-io/finality-p
<RemoteMD
rawUrl={rawUrl}
hideRelease={false}
defaultRelease="v1.0.0"
releaseVersions={{
"v1.1.0-rc.1": "https://raw.githubusercontent.com/babylonlabs-io/finality-provider/refs/tags/v1.1.0-rc.1/README.md",
}}
/>
4 changes: 4 additions & 0 deletions docs/operators/finality_providers/fp_core_specs.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,8 @@ export const rawUrl="https://raw.githubusercontent.com/babylonlabs-io/finality-p
<RemoteMD
rawUrl={rawUrl}
hideRelease={false}
defaultRelease="v1.0.0"
releaseVersions={{
"v1.1.0-rc.1": "https://raw.githubusercontent.com/babylonlabs-io/finality-provider/refs/tags/v1.1.0-rc.1/docs/fp-core.md",
}}
/>
4 changes: 4 additions & 0 deletions docs/operators/finality_providers/fp_finality_votes.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,8 @@ export const rawUrl="https://raw.githubusercontent.com/babylonlabs-io/finality-p
<RemoteMD
rawUrl={rawUrl}
hideRelease={false}
defaultRelease="v1.0.0"
releaseVersions={{
"v1.1.0-rc.1": "https://raw.githubusercontent.com/babylonlabs-io/finality-provider/refs/tags/v1.1.0-rc.1/docs/send-finality-vote.md",
}}
/>
6 changes: 5 additions & 1 deletion docs/operators/finality_providers/fp_operations.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,8 @@ export const rawUrl="https://raw.githubusercontent.com/babylonlabs-io/finality-p
<RemoteMD
rawUrl={rawUrl}
hideRelease={false}
/>
defaultRelease="v1.0.0"
releaseVersions={{
"v1.1.0-rc.1": "https://raw.githubusercontent.com/babylonlabs-io/finality-provider/refs/tags/v1.1.0-rc.1/docs/finality-provider-operation.md",
}}
/>
4 changes: 4 additions & 0 deletions docs/operators/finality_providers/fp_public_randomness.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,8 @@ export const rawUrl="https://raw.githubusercontent.com/babylonlabs-io/finality-p
<RemoteMD
rawUrl={rawUrl}
hideRelease={false}
defaultRelease="v1.0.0"
releaseVersions={{
"v1.1.0-rc.1": "https://raw.githubusercontent.com/babylonlabs-io/finality-provider/refs/tags/v1.1.0-rc.1/docs/commit-pub-rand.md",
}}
/>
4 changes: 4 additions & 0 deletions docs/operators/finality_providers/hmac_security.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,8 @@ export const rawUrl="https://raw.githubusercontent.com/babylonlabs-io/finality-p
<RemoteMD
rawUrl={rawUrl}
hideRelease={false}
defaultRelease="v1.0.0"
releaseVersions={{
"v1.1.0-rc.1": "https://raw.githubusercontent.com/babylonlabs-io/finality-provider/refs/tags/v1.1.0-rc.1/docs/hmac-security.md",
}}
/>
4 changes: 4 additions & 0 deletions docs/operators/finality_providers/slashing_protection.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -13,5 +13,9 @@ export const rawUrl="https://raw.githubusercontent.com/babylonlabs-io/finality-p
<RemoteMD
rawUrl={rawUrl}
hideRelease={false}
defaultRelease="v1.0.0"
releaseVersions={{
"v1.1.0-rc.1": "https://raw.githubusercontent.com/babylonlabs-io/finality-provider/refs/tags/v1.1.0-rc.1/docs/slashing-protection.md",
}}
/>

Binary file not shown.