crStiv

Results 112 issues of crStiv

## Implemented Features: - New Go tool in `ops/cmd/check_addresses` that finds and fixes incorrectly checksummed Ethereum addresses - Added CI check to prevent merging files with incorrect address formats -...

fixed typos in codes, some of these typos may lead to misunderstanding of the person who reads it

Reorder state changes in _unsafeTransfer function to follow best practices: 1. First clear old state (delete idOf[from]) 2. Then set new state (idOf[to] and custodyOf[id]) This change helps prevent potential...

### Major improvements to README documentation: - Added project status badges - Enhanced project description and key features - Added detailed installation instructions - Included contribution guidelines - Improved overall...

### This PR: * Adds comprehensive logging to the CDN Marshal service * Implements the TODO in marshal.rs * Improves observability and debugging capabilities for the CDN Marshal component ###...

# feat: Add state reconstruction tests Closes #3177 ### This PR: - Adds tests for state reconstruction in two scenarios: - Node starting with PoS version - Node upgrading from...

- Add comprehensive project overview highlighting key features and benefits. - Include step-by-step setup instructions for new contributors. - Improve table of contents to reflect new sections.