Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
30 commits
Select commit Hold shift + click to select a range
0637769
GH-598: second QA fix: the main thing done
Oct 7, 2025
0e53e04
GH-598: second QA fix: added logging
Oct 8, 2025
bc95399
GH-598: second QA fix: formatting
Oct 8, 2025
b9f6c64
GH-598: second QA fix: finished all.sh
Oct 8, 2025
1acd12d
GH-598: second QA fix: fix according to rev advice
Oct 8, 2025
f77eaa9
GH-598: fixed test to be OS agnostic
Oct 8, 2025
738ead8
GH-598: add 5 mins interval for retry scan
utkarshg6 Oct 16, 2025
af1a075
GH-598: tests in accountant are passing
utkarshg6 Oct 19, 2025
268eeba
GH-598: retry payable scan interval is half the duration of payable s…
utkarshg6 Oct 20, 2025
77a1d1c
GH-598: add public rpc url for eth mainnet
utkarshg6 Oct 20, 2025
25af8cb
GH-598: transaction count param from pending to latest
Nov 2, 2025
a151e96
Breaking change to remove RRID from CORES packages (#740)
dnwiebe Nov 5, 2025
a71cd1f
Revert "Breaking change to remove RRID from CORES packages (#740)" (#…
czarte Nov 6, 2025
42eebcc
Update ci-matrix to test new runners (#741)
kauri-hero Nov 10, 2025
e82da77
Refine regex for max block count extraction and add test (#735)
kauri-hero Nov 13, 2025
858adfa
GH-598-hot-fix-panic-bug: fixed (#746)
bertllll Nov 19, 2025
dd3bd6b
Merge branch 'master' into GH-598
bertllll Nov 19, 2025
6dab798
GH-598: fixed a flaw from last merge
Nov 20, 2025
1ba4317
GH-754: Gas Price Optimisation - Hot Fix (#751)
utkarshg6 Dec 11, 2025
06dd374
GH-598: Receivables scheduling hot fix (#750)
bertllll Dec 17, 2025
422038f
immediate fix for screwed GH-598-receivables-scheduling-hot-fix
Dec 17, 2025
a654025
GH-598: fix for a bug found by Cursor
havlinj Feb 23, 2026
3b9d70f
GH-598: minor fix in a test
havlinj Feb 23, 2026
69877fe
GH-623: Direct Node to pick new public key on the command line (#679)
dnwiebe Mar 4, 2026
ef08892
v0.9.1: version bump (#760)
czarte Mar 4, 2026
93e3d7e
GH-598: merged master in
bertllll Mar 6, 2026
8bd5a40
GH-598: little reassurance on scan intervals parsing and some cosmetics
bertllll Mar 6, 2026
37d0e85
GH-818 Are Chunked Responses Being Handled Wrong? (#682)
dnwiebe Mar 26, 2026
0fbd911
GH-686 Limits on rate-pack values (#736)
dnwiebe Mar 28, 2026
c9d2231
GH-598: merged master in
bertllll Mar 30, 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
2 changes: 1 addition & 1 deletion .github/workflows/ci-matrix.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
matrix:
target:
- { name: linux, os: ubuntu-22.04 }
- { name: macos, os: macos-13 }
- { name: macos, os: macos-latest }
- { name: windows, os: windows-2022 }

name: Build node on ${{ matrix.target.os }}
Expand Down
3 changes: 3 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
**/*.rs.bk
.idea/azure/
.idea/inspectionProfiles/Project_Default.xml
.idea/copilot*

### Node
node_modules
Expand Down Expand Up @@ -57,8 +58,10 @@ Temporary Items
**/.idea/jsLibraryMappings.xml
**/.idea/markdown-navigator.xml
**/.idea/markdown-navigator/**
**/idea/db-forest-config.xml
**/.idea/aws.xml
**/.idea/scopes/*.xml
**/.idea/copilot*

# Sensitive or high-churn files:
**/.idea/**/dataSources/
Expand Down
67 changes: 67 additions & 0 deletions .idea/SweepConfig.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading
Loading