andrewchambers
andrewchambers
If its possible to go from publickey -> address (I think this is possible) the following workflow is acceptable and no changes are needed to stellard. PersonA wants write a...
I'm very happy with the key in sig method then :). Now I just have to push for the official gui client to just have a little ui section for...
Thats why the official client should support it, even if only in a small submenu or under an advanced tab. So people don't need to use 3rd party clients for...
Being able to regeneration all bootstrap scripts from one platform will be useful
All the type definitions in std should maybe move to a new builtin package in that case. I'll look at the code and see if I can manage this change.
What I meant was: - make typeof a keyword and a node type in the compiler (I just noticed you have typesof(@)). - break the dependency of the typeof node...
Will definitely take a look, thanks for letting me know.
I believe this is technically possible but wasn't added because the ingested tarball has some file ordering requirements that normal tar tools wouldn't adhere to. I don't have any ETA...
@ezrosent I believe the bug is in cfg.rs where make_loop seems to be disregarding the update statement. To me it looks as though it should be pushing the update statement...