You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Quick checklist summarizing the commits / changes that have been made between preview3 and preview4 we'll need to implement.
While it may look daunting many of these commits will be taken care of in 1 commit since many of them are overlapping changes, for example adding the new native contracts will take care of any of these "optimize" commits I organized.
Quick checklist summarizing the commits / changes that have been made between preview3 and preview4 we'll need to implement.
While it may look daunting many of these commits will be taken care of in 1 commit since many of them are overlapping changes, for example adding the new native contracts will take care of any of these "optimize" commits I organized.
testMode
from applicationEngine Remove testmode from ApplicationEngine neo-project/neo#1819isMultisigContract
method Fix IndexOutOfRangeExceptions from IsMultiSigContract neo-project/neo#1890CheckReturnType
enum look into its use Call _deploy during deploy and update neo-project/neo#1933Blockchain changes:
OnPersist
andPostPersist
neo-project/neo#2022Node changes:
block receive height limit
change Add block receive height limit neo-project/neo#1870Native Contract Changes:
(a lot of these overlap and will be checked off in one go)
BlockAccount
in native Policy contract Optimize BlockAccount neo-project/neo#1843Consensus Changes:
LastSeenMessage
in ConsensusContext Fix #1834 neo-project/neo#1838The text was updated successfully, but these errors were encountered: