-
Notifications
You must be signed in to change notification settings - Fork 100
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
Sign the transaction in the InvokeContractVerify method #436
Merged
superboyiii
merged 39 commits into
neo-project:master
from
chenzhitong:InvokeContractVerify2
Jan 15, 2021
Merged
Changes from 36 commits
Commits
Show all changes
39 commits
Select commit
Hold shift + click to select a range
19866ff
Merge pull request #14 from neo-project/master
6dd0c37
[RpcServer] Querying contracts by ID/name (#378)
c7d1961
MPT in StateService from core (#410)
0799d85
Unify GetUnclaimedGas and GetWalletUnclaimedGas with decimal (#413)
superboyiii b522dce
Fixed UT (Neo CI01089) (#416)
bd80d9e
Nep17 (#412)
3f1e022
a
0cb8a83
merge
f05644f
clear
615b974
Transfer bug fix (#429)
33141c1
Preview4 (#430)
superboyiii c5af4ea
Merge pull request #22 from neo-project/master
chenzhitong 215a8cc
dotnet 5.0 (#407)
chenzhitong 8780e1a
CI01123 (#435)
erikzhang e55cff7
Sign the transaction in the InvokeContractVerify method
bfee848
Merge branch 'master' into InvokeContractVerify2
chenzhitong 417002a
Merge pull request #24 from neo-project/master
chenzhitong 6ae4d3e
Merge branch 'master' into InvokeContractVerify2
superboyiii 6a873ab
Update RpcServer.Wallet.cs
chenzhitong 7da4178
Merge branch 'InvokeContractVerify2' of https://github.com/chenzhiton…
chenzhitong 5774c81
Fix dotnet5 (#442)
Ashuaidehao c88b717
Merge pull request #28 from neo-project/master
chenzhitong 5e0a013
Merge branch 'origin3' into InvokeContractVerify2
chenzhitong 7dcf459
Merge pull request #29 from neo-project/master
chenzhitong 42b30b0
merge
chenzhitong 29637de
update
chenzhitong 906b08b
Update src/RpcServer/RpcServer.Wallet.cs
chenzhitong 7983903
Merge branch 'master' into InvokeContractVerify2
chenzhitong 68e26be
Update RpcServer.Wallet.cs
chenzhitong 6f2d05a
Merge branch 'InvokeContractVerify2' of https://github.com/chenzhiton…
chenzhitong dd4216c
Update src/RpcServer/RpcServer.Wallet.cs
chenzhitong 5b0d7aa
Merge branch 'master' into InvokeContractVerify2
superboyiii 43ecc9f
Merge branch 'master' into InvokeContractVerify2
shargon 26b84bd
Remove LoadContract
shargon c776ade
Merge branch 'master' into InvokeContractVerify2
vncoelho ebc3c38
Update src/RpcServer/RpcServer.Wallet.cs
chenzhitong 6769321
Merge branch 'master' into InvokeContractVerify2
shargon dcaafcc
Merge branch 'master' into InvokeContractVerify2
vncoelho f1d2c3e
Merge branch 'master' into InvokeContractVerify2
superboyiii 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
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
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.
Is there a need to check if these
signers
are know or unknown as @cloud8little tested?