CakeWallet/cw_bitcoin
Czarek Nakamoto 7ac732198b feat: dev screen for file manager, snapshot and fuzzing
This commit adds tooling to find potential issues with code
that are difficult to notice during debugging (especially on
builds from the CI which lack debugging capabilities).

File manager supports basic operations like browsing files,
renaming, copying and removing

Snapshots allow to take a snapshot of current app data, and
compare to it later on with basic hexdump view - useful to
notice anomalies or modifications to files that shouldn't
be accessed.

File watcher checks for file modifications in real time, which
is used to see what actions are happening to the fs in real
time.

Fuzzing can be used to load/create wallets randomly to see
if any of them will get corrupted (can be used in addition
with wallet_fuzzer.sh script that kills the app and restarts
the process at random intervals to simulate unexpected action
that can happen for example in the background).

In addition I've added toString method to {bitcoin,monero,nano
,zano}_wallet_keys.dart so I can easily compare the results
when fuzzing without accessing wallet-specific code.
2025-06-04 17:45:49 +02:00
..
lib feat: dev screen for file manager, snapshot and fuzzing 2025-06-04 17:45:49 +02:00
test Move bitcoin and monero parts into self modules. 2021-12-24 14:52:08 +02:00
.gitignore Revert "Add pubspec.lock files and Podfile.lock to .gitignore [skip ci]" 2023-02-08 19:25:37 +02:00
.metadata Move bitcoin and monero parts into self modules. 2021-12-24 14:52:08 +02:00
CHANGELOG.md Move bitcoin and monero parts into self modules. 2021-12-24 14:52:08 +02:00
LICENSE Move bitcoin and monero parts into self modules. 2021-12-24 14:52:08 +02:00
pubspec.lock v5.0.1 [skip ci] 2025-05-29 18:09:39 +03:00
pubspec.yaml Revert "FIX (#2283)" (#2298) 2025-05-29 16:54:22 +03:00
README.md Move bitcoin and monero parts into self modules. 2021-12-24 14:52:08 +02:00

cw_bitcoin

A new Flutter package project.

Getting Started

This project is a starting point for a Dart package, a library module containing code that can be shared easily across multiple Flutter or Dart projects.

For help getting started with Flutter, view our online documentation, which offers tutorials, samples, guidance on mobile development, and a full API reference.