1 new545503335c/ElrondDevelopers 2years ago Is the bundled file loaded before you make a reference to any of its assets?
2 new545503335c/ElrondDevelopers 2years ago Is it possible to simulate cross-shard tx calls in Mandos? Like I have a scenario where the user calls SC A in shard 0 then SC A makes an async call to SC B in Metashard. Then user makes another call direct to SC B. All these happen in the same block. I want to guarantee that the first tx (cross-s... Read more
1 new545503335c/ElrondDevelopers 2years ago Can you point me to where you got this info from about the sorting?
1 new545503335c/ElrondDevelopers 2years ago Epoch change depends on block round and not block nonce, right?
1 new545503335c/ElrondDevelopers 2years ago Please do you happen to know where I can get the rust implementation of the DSC running on mainnet?
1 new545503335c/ElrondDevelopers 2years ago Hey all, I am trying to wrap my head around the Elrond Serialization format. How would a decimal 10^18 be TopEncoded as a BigUint?
1 new545503335c/ElrondDevelopers 2years ago If with a valid path, but a test that should fail..it still passes. Is there something I still need to setup to make it work well?
1 new545503335c/ElrondDevelopers 2years ago When you say session id, are you trying to identify the signature with a user stored on your backend?
1 new545503335c/ElrondDevelopers 2years ago Good morning team????...What's the order of SC transaction execution in a particular block round? Let's say 2 transactions will mutate the SC state and those transactions depend on the mutated state of either of the transactions, and these transactions are processed in the same block. How does th... Read more
2 new545503335c/ElrondDevelopers 2years ago Hey all, where can I find the definition of the storage_mapper attribute used in the rust smart contract framework?
2 new545503335c/ElrondDevelopers 2years ago Okay. There's currently no way to add a hook that calls another SC's method when certain methods on the DSC are called, right?
1 new545503335c/ElrondDevelopers 2years ago Hey all. Can SCs listen to the events emitted by other SCs?
1 new545503335c/ElrondDevelopers 4years ago How do we make mandos understand and interpret our structs as stored in the contract?
1 new545503335c/ElrondDevelopers 4years ago Thanks. But how do I use it for type annotation for variables and constants?