-
Notifications
You must be signed in to change notification settings - Fork 119
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
Remove Warp Integration #856
Merged
Merged
Changes from 1 commit
Commits
Show all changes
29 commits
Select commit
Hold shift + click to select a range
29048b3
remove warp
wlawt ef177a2
fix type_parser tests
wlawt 17406c4
fix chain/transaction
wlawt 22c3b71
add back ShouldVerifyWithContext
wlawt e1ea721
fix rpc
wlawt 3431db5
mock gen works
wlawt c7acc0d
morpheusvm integration passes
wlawt 6ec989d
fix load & e2e for morpheus
wlawt 600a2cd
tokenvm integration passes
wlawt 1cb8180
fix tokenvm e2e and load
wlawt a9fb336
fix tokenvm
wlawt 1c80740
fix morpheus
wlawt 276b3da
fix lint
wlawt 32f4422
fix x/programs
wlawt 8ead746
remove StatelessBlock.bctx
wlawt 7273300
remove block functions
wlawt 8842b0d
update readme
wlawt 04226e3
remove unused outputs
wlawt 9a51964
fix Result.Size()
wlawt 688fec9
inline size into NewWriter
wlawt a3ef92e
keep vm.cacheAuth
wlawt dc82c61
storage remove unnecessary alloc
wlawt 86ee5c2
check no bytes left to read
wlawt f873f85
update tokenvm readme
wlawt b1a8d57
reduce alloc size of v
wlawt 6529b6e
remove vm.buildBlock blockCtx
wlawt cf42708
add todo to remove cachAuth
wlawt 0335fe3
unify verify and Verify
wlawt f5dc77f
unify buildBlock and BuildBlock
wlawt File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
remove block functions
- Loading branch information
commit 727330034ccae47d7479b2e1a811693781abb9bf
There are no files selected for viewing
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
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
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
Oops, something went wrong.
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.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
We may want to unify
Build
/build
andVerify
/verify
for now but not sure where we use them.