pontem-network / dove

🛠️ Diem/Pontem Move package manager
MIT License
35 stars 13 forks source link

Diem addresses broken since 1.2.3 (tested also with 1.2.5) #92

Closed villesundell closed 3 years ago

villesundell commented 3 years ago

Since 1.2.3 the following does not seem to work anymore: dove run --file folder --signers "0x2f66c09143acc52a85fec529a4e20c85" "somethinghere()"

Giving: ERROR: unable to parse AccoutAddress.

villesundell commented 3 years ago

@vladimirovmm I can confirm: your PR #96 fixes this issue :slightly_smiling_face: Thank you!

villesundell commented 3 years ago

And thanks for making run simpler: now the signer can be dropped from the command line if using the signed defined in Dove.toml :+1: