-
Notifications
You must be signed in to change notification settings - Fork 223
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
Changing TransactionV1
structure. From now on a TransactionV1
con…
#4890
Merged
casperlabs-bors-ng
merged 9 commits into
casper-network:feat-2.0
from
zajko:restructuring_transaction_datatype
Oct 17, 2024
Merged
Changing TransactionV1
structure. From now on a TransactionV1
con…
#4890
casperlabs-bors-ng
merged 9 commits into
casper-network:feat-2.0
from
zajko:restructuring_transaction_datatype
Oct 17, 2024
Commits on Oct 10, 2024
-
Changing TransactionV1 structure. From now on a TransactionV1 consist…
…s of `hash`, `payload` and `approvals`. `payload` is a merge of `header` and `body` concepts from before. `body` is not represented in a type-constrained way, instead we use an amorphic `fields` of type `BTreeMap<u16, Bytes>` which is more resistant to future changes.
Jakub Zajkowski committedOct 10, 2024 Configuration menu - View commit details
-
Copy full SHA for 078e98e - Browse repository at this point
Copy the full SHA 078e98eView commit details
Commits on Oct 11, 2024
-
Merge remote-tracking branch 'upstream/feat-2.0' into restructuring_t…
…ransaction_datatype
Jakub Zajkowski committedOct 11, 2024 Configuration menu - View commit details
-
Copy full SHA for 4566bde - Browse repository at this point
Copy the full SHA 4566bdeView commit details -
Added "std" feature switch to code in transaction_v1.rs
Jakub Zajkowski committedOct 11, 2024 Configuration menu - View commit details
-
Copy full SHA for 9c2db43 - Browse repository at this point
Copy the full SHA 9c2db43View commit details
Commits on Oct 16, 2024
-
Jakub Zajkowski committed
Oct 16, 2024 Configuration menu - View commit details
-
Copy full SHA for fe897d4 - Browse repository at this point
Copy the full SHA fe897d4View commit details -
Jakub Zajkowski committed
Oct 16, 2024 Configuration menu - View commit details
-
Copy full SHA for 49dfb76 - Browse repository at this point
Copy the full SHA 49dfb76View commit details -
Jakub Zajkowski committed
Oct 16, 2024 Configuration menu - View commit details
-
Copy full SHA for 604bd1b - Browse repository at this point
Copy the full SHA 604bd1bView commit details -
Jakub Zajkowski committed
Oct 16, 2024 Configuration menu - View commit details
-
Copy full SHA for baaccb2 - Browse repository at this point
Copy the full SHA baaccb2View commit details -
Jakub Zajkowski committed
Oct 16, 2024 Configuration menu - View commit details
-
Copy full SHA for c276376 - Browse repository at this point
Copy the full SHA c276376View commit details -
Jakub Zajkowski committed
Oct 16, 2024 Configuration menu - View commit details
-
Copy full SHA for 434e76f - Browse repository at this point
Copy the full SHA 434e76fView commit details
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.