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
{{ message }}
This repository was archived by the owner on May 13, 2022. It is now read-only.
Fix ABI Address packing issue and error swallowing
- Burrow deploy was swallowing errors in multiple playbook runs
- 0.29.8 ABI fix accidentally removed support for hex string addresses -
corrected!
- Make console logging look more reasonable
- Fix ability to call fallback function
Signed-off-by: Silas Davis <[email protected]>
"filename for playbook output file. by default, this name will reflect the playbook passed")
36
37
37
-
playbooksOpt:=cmd.StringsArg("FILE", []string{},
38
-
"path to playbook file which deploy should run. if also using the --dir flag, give the relative path to playbooks file, which should be in the same directory")
proposalList:=cmd.StringOpt("list-proposals state", "", "List proposals, either all, executed, expired, or current")
77
75
76
+
playbooksArg:=cmd.StringsArg("FILE", []string{},
77
+
"path to playbook file which deploy should run. if also using the --dir flag, give the relative path to playbooks file, which should be in the same directory")
0 commit comments