Skip to content

feat(mm2_persistent_datadir): DB from mm2 is now stored into data folder#166

Closed
Milerius wants to merge 1 commit intodevfrom
mm2_persistent_data_dir
Closed

feat(mm2_persistent_datadir): DB from mm2 is now stored into data folder#166
Milerius wants to merge 1 commit intodevfrom
mm2_persistent_data_dir

Conversation

@Milerius
Copy link
Copy Markdown

eg:

.
├── config
│  ├── default.wallet
│  └── rmn.seed
├── logs
│  ├── 2020-05-18-04-14-59.log
│  ├── 2020-05-18-04-17-22.log
│  ├── 2020-05-18-04-19-12.log
│  ├── 2020-05-18-04-26-50.log
│  ├── 2020-05-18-04-27-54.log
│  ├── 2020-05-18-04-33-40.log
│  ├── 2020-05-18-04-34-53.log
│  ├── 2020-05-18-04-35-19.log
│  └── 2020-05-19-05-32-31.log
└── mm2
   └── DB
      └── cf3d6da1ab1df72e29d94bb531e56d5728f29739
         ├── GTC
         │  ├── checkval
         │  └── orders
         ├── ORDERS
         │  ├── checkval
         │  └── MY
         │     ├── checkval
         │     ├── MAKER
         │     │  └── checkval
         │     └── TAKER
         │        └── checkval
         ├── PRICES
         │  └── checkval
         ├── SWAPS
         │  ├── checkval
         │  ├── MY
         │  │  └── checkval
         │  └── STATS
         │     ├── checkval
         │     ├── MAKER
         │     │  └── checkval
         │     └── TAKER
         │        └── checkval
         ├── TRANSACTIONS
         │  └── checkval
         └── UNSPENTS
            └── checkval

Signed-off-by: romanszterg rmscastle@gmail.com

… folder

eg:

```
.
├── config
│  ├── default.wallet
│  └── rmn.seed
├── logs
│  ├── 2020-05-18-04-14-59.log
│  ├── 2020-05-18-04-17-22.log
│  ├── 2020-05-18-04-19-12.log
│  ├── 2020-05-18-04-26-50.log
│  ├── 2020-05-18-04-27-54.log
│  ├── 2020-05-18-04-33-40.log
│  ├── 2020-05-18-04-34-53.log
│  ├── 2020-05-18-04-35-19.log
│  └── 2020-05-19-05-32-31.log
└── mm2
   └── DB
      └── cf3d6da1ab1df72e29d94bb531e56d5728f29739
         ├── GTC
         │  ├── checkval
         │  └── orders
         ├── ORDERS
         │  ├── checkval
         │  └── MY
         │     ├── checkval
         │     ├── MAKER
         │     │  └── checkval
         │     └── TAKER
         │        └── checkval
         ├── PRICES
         │  └── checkval
         ├── SWAPS
         │  ├── checkval
         │  ├── MY
         │  │  └── checkval
         │  └── STATS
         │     ├── checkval
         │     ├── MAKER
         │     │  └── checkval
         │     └── TAKER
         │        └── checkval
         ├── TRANSACTIONS
         │  └── checkval
         └── UNSPENTS
            └── checkval
```

Signed-off-by: romanszterg <rmscastle@gmail.com>
@Milerius Milerius closed this May 19, 2020
takenagain pushed a commit that referenced this pull request Jan 10, 2025
takenagain pushed a commit that referenced this pull request Jan 10, 2025
CharlVS pushed a commit that referenced this pull request Jan 10, 2025
takenagain pushed a commit that referenced this pull request Jan 15, 2025
CharlVS added a commit that referenced this pull request Feb 10, 2025
* add arbitrum coin type (#166)

* Private Key Export (#183)

* kdf show_priv_key api

* display private keys

* private keys QR code dialog

* private keys list title

* private key dialog width

* private key share instead of copy

* Revert "private key share instead of copy"

This reverts commit a623444ea75e4d074419bcc9689585ca819beceb.

* private key clipboard warning

* DEX Swap form gets filled with URL parameters  (#162)

* router fix uri query parameters were lost at parse

* router add dexroute parameters

* router dex state notifyListeners for new fields

* router dex process order_type param

* router dex clean params without notifying

* router dex maker process ticker and amount params

* router dex fix typo

* dex TakerSetSellCoin event add setOnlyIfNotSet

* router dex maker consumes only their own params

* router dex allow order_type being maker by default

* router dex taker process from/to currencies

* dex repository waitOrderbookAvailability function

* router dex form wait for orderbooks before process

* router dex taker process from_amount

* router dex code cleanup

* mobile/widget layout taker form dropdown position

* maker form parse error check

* hide trading bot setting

* default to wallet route parser if wallet only

* wallet only logout confirmation description

* improve transaction table error message

Use the message suggested by @smk762 rather than printing the raw exception message

* fix disappearing icons on fiat coin selection dropdown

---------

Co-authored-by: Tolga Ay <naezith@users.noreply.github.com>
Co-authored-by: naezith <naezith@gmail.com>
takenagain added a commit that referenced this pull request Sep 11, 2025
…ted (#126)

* feat(auth): add polling stream for Trezor connection (#125)

* Implement connection status stream

* fix(types): use abstract classes for freezed models

* feat(trezor,auth): sign user out if device is disconnected

* fix(trezor): use snake case for keys and pascal case for values

* fix(trezor): improve connection status stream error handling

* refactor(trezor): improve Trezor connection monitoring with timeout and error handling (#166)

Co-authored-by: Cursor Agent <cursoragent@cursor.com>

* refactor(review): address PR nitpicks

* refactor(review): add convenience methods and constructors

* test: add unit tests for the new poll utility

* refactor(trezor): add logging statements to auth mixin

* test(trezor): add unit test cases for newly added interfaces

* refactor(trezor): await close and stop functions and yield error

* test(trezor): expand connection error handling test

* fix(trezor): mitigate Trezor pin/passphrase exposure with converter

freezed by default adds all fields to toString overrides, which could result in user pin/passphrases being printed to logs

* fix(trezor): assume initial state as available and extract local variable

* chore: rename dragon charts folder

Rename the dragon charts folder to be consistent with the package name.

NO FUNCTIONAL CHANGES

* fix: fix  broken package reference

---------

Co-authored-by: Cursor Agent <cursoragent@cursor.com>
Co-authored-by: CharlVS <77973576+CharlVS@users.noreply.github.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant