mirror of
https://github.com/mimblewimble/grin-wallet.git
synced 2025-01-20 11:01:09 +03:00
62d976f9ef
* move wallet tests into integration module in advance of further test creation, add v3 API * rustfmt * fix return value from incorrect mask supplied * rustfmt * rework send request call some * rustfmt * more refactoring, turn proxy startup + wallet init into macros * rustfmt * move sample requests into subdirectories * add missing wallet files, change gitignore
13 lines
126 B
Text
13 lines
126 B
Text
*.swp
|
|
.DS_Store
|
|
.grin*
|
|
node*
|
|
!node_clients
|
|
!node_clients.rs
|
|
target
|
|
*/Cargo.lock
|
|
*.iml
|
|
grin.log
|
|
wallet.seed
|
|
test_output
|
|
.idea/
|