issues
search
onflow
/
flow-archive
Flow Archive
Apache License 2.0
5
stars
4
forks
source link
Invoker refactor 1
#135
Closed
janezpodhostnik
closed
1 year ago
janezpodhostnik
commented
1 year ago
Goal of this PR
Refactor invoker:
some renaming
remove error text duplication
remove redundant check ValidateHeightIndexed when getting account keys
skip creating a dictionary of account keys then getting one key from it
move some code closer together
execute script accepts byte arrays instead of cadence values so we don't have to decode+encode+decode them before they are used.
Misc
[ ] PR title will be clear as part of the changelog
[ ] PR is against the correct branch
[ ] PR is labelled appropriately
[ ] PR is linked to an issue
Goal of this PR
Refactor invoker:
Misc