CBOR in Byron transactions #338
Closed
mkazlauskas
started this conversation in
Ideas / Feature Requests
Replies: 1 comment 8 replies
-
I like the idea but it is going to be challenging to know what were the protocol parameters needed to compute fees at the moment of the serialization. Perhaps instead including a size in bytes would solve your issue? |
Beta Was this translation helpful? Give feedback.
8 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
What is your idea? Provide a use case.
Either always include
cbor
in Byron transactions, or compute and set thefee
Why is it a good idea?
fee
is not part of a Byron transaction body and we used cbor it to compute it.What is the current alternative and why is it not good enough?
c7b6869 changed the behavior that was there before 6.0
Beta Was this translation helpful? Give feedback.
All reactions