Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
28 commits
Select commit Hold shift + click to select a range
0256c63
Patch release for explorer (#1192)
achowdhry-ripple Jun 11, 2025
f27a241
fix: allow token search with both currency and parsed currencies (#1…
achowdhry-ripple Jun 11, 2025
4a1f921
chore(deps-dev): bump stylelint-scss from 5.3.2 to 6.12.1
dependabot[bot] Jul 2, 2025
3e3be1c
Merge branch 'staging'
pdp2121 Jul 10, 2025
b7b9a69
Merge branch 'staging'
Patel-Raj11 Aug 26, 2025
1c91b5c
Merge branch 'staging'
Patel-Raj11 Oct 2, 2025
5a5c917
Merge branch 'staging'
kuan121 Oct 9, 2025
4f55fd4
Merge branch 'staging'
pdp2121 Oct 27, 2025
a362106
Merge branch 'staging'
pdp2121 Oct 30, 2025
64fd390
Merge branch 'staging'
achowdhry-ripple Nov 5, 2025
2283d03
Merge branch 'staging'
ckeshava Nov 13, 2025
117f210
Merge branch 'staging'
ckeshava Nov 17, 2025
f00f5a0
Merge branch 'staging'
kuan121 Dec 16, 2025
4b385b4
Merge branch 'staging'
Patel-Raj11 Dec 17, 2025
386d7cf
Merge branch 'staging'
kuan121 Jan 8, 2026
b339ac3
Merge branch 'staging'
kuan121 Jan 9, 2026
229b6fc
Release-Feb-26-2026 (#1287)
ckeshava Feb 26, 2026
34e1b56
make main as default branch (#1288)
Patel-Raj11 Mar 2, 2026
348b8c6
fix: deprecated amendment should be marked as Not enabled (#1289)
pdp2121 Mar 5, 2026
c7125c7
Explorer Lending Protocol Object Page (#1281)
ckeshava Mar 11, 2026
e4459e3
Fix supply column name for iou tables (#1296)
kuan121 Mar 18, 2026
4db3421
Feature: Vault Rankings Page (#1292)
achowdhry-ripple Mar 20, 2026
53cff70
Vault Rankings: Add caching to backend to prevent rate limiting and e…
achowdhry-ripple Mar 20, 2026
73f2eeb
Fix rollup path traversal vulnerability (CVE-2026-27606) (#1297)
achowdhry-ripple Mar 21, 2026
bd7fc37
Fixes Issue #1285 (Icons out of sync on Tokens page) (#1301)
manavukani Mar 24, 2026
33996a1
Upgrading three dependencies (#1303)
ckeshava Mar 25, 2026
37cc67f
Migrate shared components and generalize cursor pagination (#1304)
kuan121 Mar 31, 2026
12463c2
Merge branch 'main' into dependabot/npm_and_yarn/stylelint-scss-6.12.1
cybele-ripple Apr 1, 2026
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
5 changes: 1 addition & 4 deletions .github/pull_request_template.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,14 +34,11 @@ Please check relevant options, delete irrelevant ones.
### Codebase Modernization

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

- [ ] Updated files to React Hooks
- [ ] Updated files to TypeScript
- [ ] Updated tests to React Testing Library

## Before / After

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/nodejs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: Explorer CI

on:
push:
branches: [main, staging]
branches: [main]
pull_request:
workflow_dispatch:

Expand Down
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ src/**/*.css.map
.env.production.local
.env
.node-version
.claude/

# Logs
npm-debug.log*
Expand Down
7 changes: 5 additions & 2 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@
"chopa",
"chopb",
"cimode",
"Clawback",
"clawback",
"clsx",
"ctid",
"CUSTOMNETWORK",
Expand All @@ -76,13 +76,16 @@
"nftoken",
"nodemodules",
"pageview",
"paychannel",
"paychannels",
"Permissioned",
"permissioned",
"setfee",
"stylelint",
"svgr",
"topojson",
"trustlines",
"Txns",
"unauth",
"VITE",
"Xahau",
"xchain",
Expand Down
12 changes: 6 additions & 6 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,25 +30,25 @@ You need only to do this once and you have probably already done this if you alr
### Clone the repository on your local machine.

```
$ git clone git@github.com:username/explorer.git --branch staging
$ git clone git@github.com:username/explorer.git --branch main
$ cd explorer
$ git remote add upstream git@github.com:ripple/explorer.git
```

### Start work in a new branch.

```
$ git fetch upstream staging
$ git checkout staging
$ git fetch upstream main
$ git checkout main
$ git checkout -b your-branch-name
$ git push --set-upstream origin your-branch-name
```

Bring in recent changes to the “staging” branch into your own branch
Bring in recent changes to the “main” branch into your own branch

```
$ git fetch upstream staging
$ git pull upstream staging
$ git fetch upstream main
$ git pull upstream main
```

### Ask to submit code from a branch of your GitHub fork.
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[![Release](https://img.shields.io/github/v/release/ripple/explorer.svg)](https://github.com/ripple/explorer/releases)
[![Build](https://github.com/ripple/explorer/actions/workflows/nodejs.yml/badge.svg)](https://github.com/ripple/explorer/actions)
[![License](https://img.shields.io/github/license/ripple/explorer)](https://github.com/ripple/explorer/blob/staging/LICENSE)
[![License](https://img.shields.io/github/license/ripple/explorer)](https://github.com/ripple/explorer/blob/main/LICENSE)

# XRPL Explorer

Expand Down
Loading