-
Notifications
You must be signed in to change notification settings - Fork 4
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
seraphis_main: add validation helpers for legacy txs #37
base: seraphis_lib
Are you sure you want to change the base?
seraphis_main: add validation helpers for legacy txs #37
Conversation
a6bdc34
to
e73335d
Compare
Can you explain what the 'fork dependent' part is about and why it's necessary? |
An alternative approach would be to create a versioning framework for legacy txs, then infer the semantics rule version based on the content of the transactions, then simply use (This PR doesn't yet actually change any behavior) |
Ok, can you add a brief comment somewhere in this PR with what you just said? |
…is_lib_hist_05_15_23 branch for commit history
make JamtisDestinationV1 serializable --------- Co-authored-by: DangerousFreedom <[email protected]>
* add operator== to JamtisPaymentProposals --------- Co-authored-by: DangerousFreedom <[email protected]>\
* make JamtisPaymentProposal serializable --------- Co-authored-by: DangerousFreedom <[email protected]>
…tProposals (monero-project#24) * modify construct_tx_for_mock_ledger_v1 so it outputs the JamtisPaymentProposals --------- Co-authored-by: DangerousFreedom <[email protected]>
* derive view_balance from master key Co-authored-by: UkoeHB <[email protected]> --------- Co-authored-by: DangerousFreedom1984 <[email protected]> Co-authored-by: UkoeHB <[email protected]>
Needs rebase |
59e550c
to
944bf7c
Compare
No description provided.