Add builder for ErrmapOptions#8
Open
ghpZ54K8ZRwU62zGVSePPs97yAv9swuAY0mVDR4 wants to merge 3 commits intorooch-network:move_osfrom
Open
Add builder for ErrmapOptions#8ghpZ54K8ZRwU62zGVSePPs97yAv9swuAY0mVDR4 wants to merge 3 commits intorooch-network:move_osfrom
ghpZ54K8ZRwU62zGVSePPs97yAv9swuAY0mVDR4 wants to merge 3 commits intorooch-network:move_osfrom
Conversation
steelgeek091
pushed a commit
to steelgeek091/move
that referenced
this pull request
Dec 4, 2024
* framework update from randomnet
Squashed commit of the following to fix jwk smoke tests:
commit 3bd015468bb85aefb7ebc37c91c36c039399a187
Author: zhoujun.ma <zhoujun@aptoslabs.com>
Date: Tue Feb 27 02:47:57 2024 -0800
update
commit 2eb6add04d4d973b8c8d9a1945a0ae251427003a
Author: zhoujun.ma <zhoujun@aptoslabs.com>
Date: Tue Feb 27 02:12:27 2024 -0800
update
commit 9d821519ad3236763da53980fda6ea8d73e8fbb4
Author: zhoujun.ma <zhoujun@aptoslabs.com>
Date: Tue Feb 27 01:51:08 2024 -0800
debug
fix doc test
fix spec
fix doc
update initialization in genesis
update features.move
initialize randomness in genesis
update golden files
private entry fun check and vm updates
* postpone release builder changes
* update goldenfiles
* fix is_safe_call spec
GitOrigin-RevId: eab81de7bc33bdf1303174ffe9accd79793f0400
This file contains hidden or 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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
Motivation
Add a custom builder for ErrmapOptions to build custom error map.
Have you read the Contributing Guidelines on pull requests?
Yes.
Test Plan
N/A