https://smartpy.io/ https://twitter.com/smartpy_io
I remember you said and you mentioned the Edonet switch that I am also using
Читать полностью…@claudebarde, that's what I told you some time ago (we don't analyze yet). Nicely enough, we do support GET_AND_UPDATE.
Читать полностью…Kudos to the team, this is really a great developer experience.
Читать полностью…Does anyone have a project that has been affected by the 16KB deploy limit on Tezos? If so - could you get in touch via DM ASAP?
Читать полностью…For tickets, the UNPAIR
instruction is almost necessary in practice to avoid `DUP`s. This is not something that the editor will tell you (yet) so you really need to enable the Edo switch.
Very small precision, for purely new instructions or types, we enable them by default. For some optimizations or macros that are now instructions (like `UNPAIR`), you need to enable the Edo switch.
Читать полностью…Yes, we have a switch on the top-center of the page to enable Edo features.
Читать полностью…What you can do is writing instantiation and tests of the induced contract separately.
Читать полностью…i wrote some function which deposit some funds to newly created contract. Not sure how to verify whether it is correct. basically from tests, I need to call some variable of newly created contract. Can you help? I created a viewer to see the adress and tried checking balance. it didnt worked
Читать полностью…Thanks. The example you shared was very useful. I was able to resolve my issue
Читать полностью…I knew about the tickets not being duplicable but I didn’t know it applies to big maps as well
Читать полностью…Does that mean I cannot duplicate a big map that contains tickets?
Читать полностью…This probably comes from the DUP on the big map in the last entrypoint. You cannot do that because it would allow you to duplicate the tickets stored within the big map.
Читать полностью…Hey! I wrote a contract using tickets with the Michelson editor of the website, it looks like there is no issue but when I try to deploy the contract through a node supporting Edonet, I get an unexpected_ticket
error from the node. I haven’t used the Michelson editor that much before so I was wondering if I am not missing something 😜
I just deployed a smart contract from within the browser using SmartPy's editor and Thanos for the first time. Truly magical stuff to not have to futz around on the command line.
Читать полностью…And thank you for making the new instructions available so early in the editor, it makes trying them a lot easier!
Читать полностью…OK, I wanted mainly to work on tickets but it’s good to know, thanks
Читать полностью…This is a good example where we can see some optimizations between Pre-Edo and Post-Edo: https://smartpy.io/michelson?cid=QmUDHEGWCEi7vkg5bsKGbHSNTC6ca72S9jbtbhjUxe9jJJ&k=c281edd41a2ddbf67663
Читать полностью…Hey! Does your Michelson editor support Edo features like tickets? Thanks!
Читать полностью…Happy to announce that SmartPy.io now supports Beacon and Thanos extensions.
Читать полностью…Ok, I was about to send you another link. We can confirm the simulation engine support it.
Читать полностью…Could it be because SmartPy doesn't handle it already in the simulation engine?
Читать полностью…