Pascal

Results 24 comments of Pascal

> * a function or attribute to return the file-type and encoding of an object > > * some standard for encoding/decoding files. eg base64 -but then it still needs...

> Apologies for the late reply on this one, but this one is achievable with userland code. > > ```pact > (module m g (defcap g () true) > (defun...

I like it. It makes sense. But what about the owners of principal accounts, who have already previously rotated their guard ? We should give them a possibility to come...

By the way: A more straightforward workaround proposal for non-rotatable accounts could be to simply use `r:` accounts (keyset references). Keysets are still rotatable. This has been suggested by @emilypi...

Maybe, should you take advantage of this new KIP to add some other protocols identifiers: - m: XXXX where XXXX is a module name. It enforces the usage of corresponding...

I have a big concern about the fungible-v3 interface. I believe that this will break all contracts relying on ```coin``` used with a modref. Like existing DEXs. I am wrong...

> @CryptoPascal31 Interfaces are not upgradeable by design, so that's the main cause of all of this kerfuffle. Yes I know.. I maybe wrong but that's why, I think that...

> We will not break `fungible-v2` nor remove it from `coin-v6`. When I look at the files attached in this PR, `coin-v6` is not implementing `fungible-v2` anymore but `fungible-v3`. I...

> IMO it will just break future lp creations, but not old ones. but yeah indeed it's still a massive headache to the whole ecosystem. No it won't work even...