Deniz Mert Edincik
Deniz Mert Edincik
I think we need to use more advanced format, something like: ```json { "contracts": { "MyContract": { "type" : "local", "localPath": "./contracts/MyContract.cdc" }, "TopShot":{ "type": "flow", "localPath": "./contracts/utility/TopShot.cdc", "remotePath":{ "mainnet":...
@WHYTEWYLL you are sending command to emulator ( you need to send to mainnet like in @sideninja example), but block range and contract address doesn't seem to make sense. As...
cadut already has plugins btw: https://github.com/onflow/flow-cadut/tree/49c3d8152b62c5027614d9c6c69b714b84e2f9d2/packages/flow-cadut-plugin-find https://github.com/onflow/flow-cadut/tree/49c3d8152b62c5027614d9c6c69b714b84e2f9d2/packages/flow-cadut-plugin-flowns
Maybe it can be better for wallets to support WebAuthn as a secondary login option. (as in any case you will need a web-based wallet). Also, as your public key...
"It’s an advantage if you look it from the angle where a user does not have one Flow account but many. Each dapp can have accounts for their users, no...
yeah but when you have per dapp PK, you don't own anything. If dapp goes down, how you will reach your stuff? Or account A is on dapp A, you...
@godlovericea From Discord: ( from @SupunS ) > it seems like the project has multiple cbor versions (through transitive dependencies), and picks the wrong version. i.e: atree `v0.8.1` needs cbor...
I think PR here is the correct approach. I don't understand why it is not merged? KeyId is part of signature, am I missing something here? I think this is...
flow-archive needs to be upgraded to newer flow-go ( and versioning part is a bit mess there I think v0.x.x ones are more recent than v1.x.x)
thanks @SupunS , the reason for this suggestion is, if we don't allow `resource VaultImpl: Vault, Receiver` case, then we can allow in interface conformances to override default implementations. something...