Skip to content

Commit 229b6fc

Browse files
ckeshavakuan121mvadari
authored
Release-Feb-26-2026 (#1287)
## High Level Overview of Change This is a release PR for the Explorer with the `axios` dependency upgrade. It patches a recently discovered vulnerability in the `axios` package. The staging branch has been deployed into the Explorer staging environment. https://github.com/ripple/explorer-deploy/actions/runs/22453222357. It can be accessed at https://livenet.stg.ripplex.io/ <!-- Please include a summary/list of the changes. If too broad, please consider splitting into multiple PRs. --> <!-- Please include the context of a change. If a bug fix, when was the bug introduced? What was the behavior? If a new feature, why was this architecture chosen? What were the alternatives? If a refactor, how is this better than the previous implementation? If there is a design document for this feature, please link it here. --> ### Type of Change <!-- Please check relevant options, delete irrelevant ones. --> - [ ] Bug fix (non-breaking change which fixes an issue) - [ ] New feature (non-breaking change which adds functionality) - [ ] Breaking change (fix or feature that would cause existing functionality to not work as expected) - [ ] Refactor (non-breaking change that only restructures code) - [ ] Tests (You added tests for code that already exists, or your new feature included in this PR) - [ ] Documentation Updates - [ ] Translation Updates - [x] Release ## Test Plan Existing tests pass <!-- Please describe the tests that you ran to verify your changes and provide instructions so that others can reproduce. --> <!-- ## Future Tasks For future tasks related to PR. --> --------- Co-authored-by: Kuan Lin <klin@ripple.com> Co-authored-by: Mayukha Vadari <mvadari@ripple.com>
1 parent b339ac3 commit 229b6fc

File tree

224 files changed

+18971
-18682
lines changed

Some content is hidden

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

224 files changed

+18971
-18682
lines changed

.github/pull_request_template.md

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -34,14 +34,11 @@ Please check relevant options, delete irrelevant ones.
3434
### Codebase Modernization
3535

3636
<!--
37-
In an effort to modernize the codebase, you should convert the files that you work with to React Hooks and TypeScript,
38-
and update tests to use the React Testing Library instead of Enzyme. If this is not possible (e.g. it's too many
39-
changes, touching too many files, etc.) please explain why here.
37+
In an effort to modernize the codebase, you should convert the files that you work with to React Hooks and TypeScript If this is not possible (e.g. it's too many changes, touching too many files, etc.) please explain why here.
4038
-->
4139

4240
- [ ] Updated files to React Hooks
4341
- [ ] Updated files to TypeScript
44-
- [ ] Updated tests to React Testing Library
4542

4643
## Before / After
4744

.vscode/settings.json

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@
5858
"chopa",
5959
"chopb",
6060
"cimode",
61-
"Clawback",
61+
"clawback",
6262
"clsx",
6363
"ctid",
6464
"CUSTOMNETWORK",
@@ -76,13 +76,16 @@
7676
"nftoken",
7777
"nodemodules",
7878
"pageview",
79+
"paychannel",
7980
"paychannels",
80-
"Permissioned",
81+
"permissioned",
82+
"setfee",
8183
"stylelint",
8284
"svgr",
8385
"topojson",
8486
"trustlines",
8587
"Txns",
88+
"unauth",
8689
"VITE",
8790
"Xahau",
8891
"xchain",

0 commit comments

Comments
 (0)