-
Notifications
You must be signed in to change notification settings - Fork 1k
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
Implement NotaryAssisted transaction attribute #3175
base: master
Are you sure you want to change the base?
Commits on Mar 6, 2024
-
Implement NotaryAssisted transaction attribute
Close neo-project#2896. Use a stub for native Notary contract hash since this contract is not implemented yet. Thus, technically, NotaryAssisted attribute verification will always fail on real network until native Notary is implemented. Signed-off-by: Anna Shaleva <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 6da4ae2 - Browse repository at this point
Copy the full SHA 6da4ae2View commit details -
Payloads: add doc to CalculateNetworkFee method of NotaryAssisted att…
…ribute Signed-off-by: Anna Shaleva <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for acec1b0 - Browse repository at this point
Copy the full SHA acec1b0View commit details
Commits on Mar 7, 2024
-
Native: add NotaryAssisted attributes handler to Gas OnPersist
Transactions network fee should be split between Primary node and Notary nodes. Signed-off-by: Anna Shaleva <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 1508d4f - Browse repository at this point
Copy the full SHA 1508d4fView commit details -
Payloads: adjust comment to NotaryAssisted attribute
Signed-off-by: Anna Shaleva <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 8b547c9 - Browse repository at this point
Copy the full SHA 8b547c9View commit details -
Payloads: temporary use hard-coded Notary contract hash
Once Notary contract is implemented, this hash will be replaced by a proper Notary contract hash. The exact value won't be changed since Notary contract has constant hash as any other native contract. Signed-off-by: Anna Shaleva <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for b16a28c - Browse repository at this point
Copy the full SHA b16a28cView commit details
Commits on Mar 8, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 00b54ff - Browse repository at this point
Copy the full SHA 00b54ffView commit details
Commits on Mar 12, 2024
-
Payloads: replace hard-coded Notary hash value with calculated one
No functional changes, just a refactoring for better code readability. Signed-off-by: Anna Shaleva <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 24135ff - Browse repository at this point
Copy the full SHA 24135ffView commit details
Commits on Apr 2, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 2fb879d - Browse repository at this point
Copy the full SHA 2fb879dView commit details
Commits on Apr 9, 2024
-
Configuration menu - View commit details
-
Copy full SHA for a260253 - Browse repository at this point
Copy the full SHA a260253View commit details
Commits on May 23, 2024
-
Configuration menu - View commit details
-
Copy full SHA for e2f0360 - Browse repository at this point
Copy the full SHA e2f0360View commit details
Commits on Jun 5, 2024
-
NeoModules: integrate NotaryAssisted attribute
Port the neo-project/neo-modules#884. Signed-off-by: Anna Shaleva <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for fbf5eae - Browse repository at this point
Copy the full SHA fbf5eaeView commit details
Commits on Jun 10, 2024
-
Payloads: fix XML comment formatting
Signed-off-by: Anna Shaleva <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 151f859 - Browse repository at this point
Copy the full SHA 151f859View commit details
Commits on Jun 11, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 042440f - Browse repository at this point
Copy the full SHA 042440fView commit details -
P2P: move NotaryAssisted transaction attribute under D hardfork
Signed-off-by: Anna Shaleva <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for c229cd5 - Browse repository at this point
Copy the full SHA c229cd5View commit details
Commits on Jun 24, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 01ddf78 - Browse repository at this point
Copy the full SHA 01ddf78View commit details -
P2P: move NotaryAssisted transaction attribute under E hardfork
D hardfork was occupied by 3.7.5, thus use the next available one. Signed-off-by: Anna Shaleva <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 4d5cee9 - Browse repository at this point
Copy the full SHA 4d5cee9View commit details