jmininger
jmininger
Hi @johannesgerer . Thank you very much for taking the time to file an issue! Do you think you could provide the version or hash of reflex-dom that you were...
You should make sure that the tests in `frontend/tests/Frontend/VersionedStore*` are changed over from V1 to V2 (or that V2 is added?)
Note, you should be able to get around this by typing "reset" into the repl, so that you don't have to restart the entire app.
Note. This requires that the default has been overridden. You should not have to specify a keyset when sending to k-accounts. The correct one will be chosen for you.
Hi Eric. We do not support BigSur at the moment. You can use either https://chainweaver.kadena.network or use the 2.1.1 dmg seen here (which does happen to work on BigSur): https://github.com/kadena-io/chainweaver/releases/tag/chainweaver-2.1.1
@monomadic we are working on resolving the mac issue, but have you tried Web-chainweaver https://chainweaver.kadena.network ? We also have keychain https://github.com/kadena-community/keychain which is a cli based signing tool that uses...
Both the source and destination chains need to have gas-payers specified in the "Gas-Payer" section of the transfer tool. If you leave one (or both) of them blank, the tx...
We trim leading / trailing whitespace from account names when the user goes to the next step of the transfer workflow. Is this what you mean?
Spent a bit of time looking into this...The following thread seems relevant, along with the linked SO q/a: https://gitlab.haskell.org/ghc/ghc/-/issues/1487 https://stackoverflow.com/questions/4785126/getlogin-c-function-returns-null-and-error-no-such-file-or-directory with the chainweaver code here, being the chunk in question:...
Thanks for reporting this -- I wasn't able to repro on windows vm cw v2.2.0.2 given the steps you gave. Do you have any other repro instructions? Is it at...