mirror of
https://github.com/mimblewimble/grin.git
synced 2025-01-20 19:11:08 +03:00
cdb2d6c72c
* Node API v2 * Update gitignore * Add get_pmmr_indices method * Add Foreign and Owner API each one with specific secret * Fix failing tests * Revert to 'Option<u64>'
14 lines
142 B
Text
14 lines
142 B
Text
*.swp
|
|
.DS_Store
|
|
.grin*
|
|
!node_clients
|
|
!node_clients.rs
|
|
target
|
|
*/Cargo.lock
|
|
*.iml
|
|
grin.log
|
|
wallet.seed
|
|
test_output
|
|
wallet_data
|
|
wallet/db
|
|
.idea/
|