This repository has been archived by the owner on Nov 15, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 2.6k
pallet-contracts: Use the transactional storage for contracts #4590
Closed
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
initial values.
Remove bench feature, exposing 'set_storage' publicly. Minor fixes.
Co-Authored-By: Sergei Pepyakin <[email protected]>
Find a bug with fuzzing: fix for commit_transaction (prospective should not break).
Co-Authored-By: Sergei Pepyakin <[email protected]>
(static value makes more sense for the time being).
…be revert" This reverts commit c8938d3.
Push gc a bit.
test-helpers only.
Adapt next_key functions.
Merge branch 'master' into overlay_change
…nto cheme-overlay_change
pepyakin
added
the
A3-in_progress
Pull request is in progress. No review needed at this stage.
label
Jan 10, 2020
pepyakin
added
A1-onice
and removed
A3-in_progress
Pull request is in progress. No review needed at this stage.
labels
Jan 31, 2020
4 tasks
Closing as part of a general PR clean up. This PR hasn't seen activity in quite a while (>30 days), thus I am closing this for now. This is not a comment on the approach, code quality or whether we like it or not and it would get merged eventually, but it won't get merged as is and seems to be stale. You are welcome to reopen or raise another PR about this any time later. |
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
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.
This builds upon #3263.