-
Notifications
You must be signed in to change notification settings - Fork 714
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[GUI] New Deterministic Masternodes Graphical User Interface #2751
base: master
Are you sure you want to change the base?
Commits on Mar 4, 2022
-
Configuration menu - View commit details
-
Copy full SHA for d40aac0 - Browse repository at this point
Copy the full SHA d40aac0View commit details -
Move FundSpecialTx function from rpcevo.cpp to specialtx_utils.cpp
Decoupling the RPC server errors from the function.
Configuration menu - View commit details
-
Copy full SHA for 9ec79d3 - Browse repository at this point
Copy the full SHA 9ec79d3View commit details -
Move CalcTxInputsHash from specialtx_validation.h to transaction.h
And use the `PROTOCOL_VERSION` instead of the `CLIENT_VERSION`. Which should had never been used there as the serialization of inputs/spend_notes cannot be modified changing the `CLIENT_VERSION`, it's a hard-fork that needs a protocol bump.
Configuration menu - View commit details
-
Copy full SHA for 316d924 - Browse repository at this point
Copy the full SHA 316d924View commit details -
Configuration menu - View commit details
-
Copy full SHA for 2e797f1 - Browse repository at this point
Copy the full SHA 2e797f1View commit details -
RPC: Remove extra special tx validation.
Same validation is performed inside TryATMP.
Configuration menu - View commit details
-
Copy full SHA for c6b415b - Browse repository at this point
Copy the full SHA c6b415bView commit details -
RPC: Commit special transaction inside the wallet before relay it to …
…the network. The transaction inputs are always from the wallet.
Configuration menu - View commit details
-
Copy full SHA for 4e603db - Browse repository at this point
Copy the full SHA 4e603dbView commit details -
Encapsulate SignTransaction inside the wallet class.
And remove duplicated available inputs validation. The code will perform the same check few lines after the signature inside ATMP.
Configuration menu - View commit details
-
Copy full SHA for 9590eb8 - Browse repository at this point
Copy the full SHA 9590eb8View commit details -
Configuration menu - View commit details
-
Copy full SHA for 13c438b - Browse repository at this point
Copy the full SHA 13c438bView commit details -
Configuration menu - View commit details
-
Copy full SHA for 34eddd9 - Browse repository at this point
Copy the full SHA 34eddd9View commit details -
Configuration menu - View commit details
-
Copy full SHA for 42be387 - Browse repository at this point
Copy the full SHA 42be387View commit details -
Configuration menu - View commit details
-
Copy full SHA for 7e7c018 - Browse repository at this point
Copy the full SHA 7e7c018View commit details -
Configuration menu - View commit details
-
Copy full SHA for 1784fff - Browse repository at this point
Copy the full SHA 1784fffView commit details -
Configuration menu - View commit details
-
Copy full SHA for b62a622 - Browse repository at this point
Copy the full SHA b62a622View commit details -
GUI: Connect known DMN to the MN screen
Differentiating deterministic from legacy masternodes
Configuration menu - View commit details
-
Copy full SHA for f36ca3d - Browse repository at this point
Copy the full SHA f36ca3dView commit details -
Configuration menu - View commit details
-
Copy full SHA for b43129c - Browse repository at this point
Copy the full SHA b43129cView commit details -
Configuration menu - View commit details
-
Copy full SHA for 26d8715 - Browse repository at this point
Copy the full SHA 26d8715View commit details -
Store DMN operator sk within the dmn registration tx (if the key was …
…created locally). Only useful when the owner generates the operator key, so the object can be securely stored inside the wallet.dat encrypted. A future work could create an encryptable db for this specific object.
Configuration menu - View commit details
-
Copy full SHA for acc12da - Browse repository at this point
Copy the full SHA acc12daView commit details -
Configuration menu - View commit details
-
Copy full SHA for 5806d8d - Browse repository at this point
Copy the full SHA 5806d8dView commit details -
Configuration menu - View commit details
-
Copy full SHA for f056cbf - Browse repository at this point
Copy the full SHA f056cbfView commit details -
Configuration menu - View commit details
-
Copy full SHA for 5f2fe77 - Browse repository at this point
Copy the full SHA 5f2fe77View commit details -
Configuration menu - View commit details
-
Copy full SHA for e9100d4 - Browse repository at this point
Copy the full SHA e9100d4View commit details -
Configuration menu - View commit details
-
Copy full SHA for c89102a - Browse repository at this point
Copy the full SHA c89102aView commit details -
Configuration menu - View commit details
-
Copy full SHA for 3beb523 - Browse repository at this point
Copy the full SHA 3beb523View commit details -
Configuration menu - View commit details
-
Copy full SHA for 6109b88 - Browse repository at this point
Copy the full SHA 6109b88View commit details -
GUI: do not invalidate addresses filter when the new filter type is e…
…qual to the previous type
Configuration menu - View commit details
-
Copy full SHA for 48cae01 - Browse repository at this point
Copy the full SHA 48cae01View commit details -
Configuration menu - View commit details
-
Copy full SHA for 01c45e8 - Browse repository at this point
Copy the full SHA 01c45e8View commit details -
Configuration menu - View commit details
-
Copy full SHA for a17173c - Browse repository at this point
Copy the full SHA a17173cView commit details -
Configuration menu - View commit details
-
Copy full SHA for c6a893a - Browse repository at this point
Copy the full SHA c6a893aView commit details
Commits on Mar 9, 2022
-
Configuration menu - View commit details
-
Copy full SHA for 5d7c07b - Browse repository at this point
Copy the full SHA 5d7c07bView commit details -
Configuration menu - View commit details
-
Copy full SHA for ab5fb95 - Browse repository at this point
Copy the full SHA ab5fb95View commit details -
Configuration menu - View commit details
-
Copy full SHA for 811e0e6 - Browse repository at this point
Copy the full SHA 811e0e6View commit details -
Configuration menu - View commit details
-
Copy full SHA for 7410e45 - Browse repository at this point
Copy the full SHA 7410e45View commit details -
GUI: DMN creation, convert rejection error into an understandable str…
…ing for the user
Configuration menu - View commit details
-
Copy full SHA for 377b09d - Browse repository at this point
Copy the full SHA 377b09dView commit details -
test: failing txs are now properly considered RPC_VERIFY_REJECTED and…
… not general std::exception.
Configuration menu - View commit details
-
Copy full SHA for fce1940 - Browse repository at this point
Copy the full SHA fce1940View commit details -
Configuration menu - View commit details
-
Copy full SHA for c019cc8 - Browse repository at this point
Copy the full SHA c019cc8View commit details -
Configuration menu - View commit details
-
Copy full SHA for 2a11af8 - Browse repository at this point
Copy the full SHA 2a11af8View commit details -
Configuration menu - View commit details
-
Copy full SHA for 527ac1b - Browse repository at this point
Copy the full SHA 527ac1bView commit details -
GUI: MN wizard dialog text cut off correction.
Seems to only happen on linux.
Configuration menu - View commit details
-
Copy full SHA for 32e289a - Browse repository at this point
Copy the full SHA 32e289aView commit details -
Configuration menu - View commit details
-
Copy full SHA for b127b1e - Browse repository at this point
Copy the full SHA b127b1eView commit details -
Configuration menu - View commit details
-
Copy full SHA for 4a4bfef - Browse repository at this point
Copy the full SHA 4a4bfefView commit details -
trigger NotifyMasternodeListChanged asynchronously.
co-authored with random-zebra
Configuration menu - View commit details
-
Copy full SHA for 9e4b653 - Browse repository at this point
Copy the full SHA 9e4b653View commit details