smartpy_io | Unsorted

Telegram-канал smartpy_io - SmartPy

474

https://smartpy.io/ https://twitter.com/smartpy_io

Subscribe to a channel

SmartPy

I think this is just because entrypoints are arranged alphabetically by name, so if you have a bunch that come before "d" the default will be deeply nested

Читать полностью…

SmartPy

Hey Team,
When I try to originate my contract's Michelson code (using Taquito), I encounter the following error: proto.020-PsParisC.michelson_v1.unreachable_entrypoint.
It seems that the issue is caused by the custom default entry point I defined in my contract. Removing it entirely resolves the problem.
I naively attempted to "move" the entry point higher up in the contract's structure, but the same error persists.
It appears that the generated default entry point in the Michelson code is deeply nested within an or structure.


{
"prim": "parameter",
"args": [
{
"prim": "or",
"args": [
{
"prim": "or",
"args": [
{
"prim": "or",
"args": [
{ "prim": "or", "args": [ { "prim": "nat", "annots": [ "%entrypoint_A"] }, { "prim": "address", "annots": [ "%entrypoint_B" ] } ] },
{
"prim": "or",
"args": [
{ "prim": "unit", "annots": [ "%default" ] },
{
"prim": "or",
"args": [
{ "prim": "address", "annots": [ "%entrypoint_C" ] },
{ "prim": "lambda", "args": [ { "prim": "unit" }, { "prim": "list", "args": [ { "prim": "operation" } ] } ], "annots": [ "%entrypoint_D" ] }
]
}
]
}
]
},
// ...



Error message:


"name": "TezosOperationError",
"lastError": {
"kind": "permanent",
"id": "proto.020-PsParisC.michelson_v1.unreachable_entrypoint",
"path": [
"Right",
"Left",
"Right",
"Right",
"Right"
]
}


Version of SmartPy used 0.19.2a4

Читать полностью…

SmartPy

Are there tezos wallets apps that allow you to see smart contracts or contract data?
For example, if I have a contract that contains tickets, I would want to see those tickets. How can I see the tickets in wallet somehow? If i can see tickets, how can i send them out?

Читать полностью…

SmartPy

Genius developers, welcome to join Kolibri and try to solve problems to earn rewards

Читать полностью…

SmartPy

we'll be doing the final DNS changes later today - so apologies if there are any short disturbances

Читать полностью…

SmartPy

hi! after the dns update, some of the legacy links aren't working any more, eg links to individual version releases from https://legacy.smartpy.io/docs/releases

Читать полностью…

SmartPy

strange, loaded correctly on Chrome, not on Firefox 🤷‍♂️

Читать полностью…

SmartPy

It seems that we need to wait an hour. 🤞

Читать полностью…

SmartPy

Hello all, just to say that later on today at around 3pm we will be switching over the rest of the SmartPy infrastructure (website etc) to google cloud. Hopefully there won't be any significant downtime but there may be some small interruptions whilst new SSL certificates are provisioned.

Читать полностью…

SmartPy

Okay Can you please confirm for both ghostnet and mainnet

Читать полностью…

SmartPy

Is there any rate limit for this ?

Читать полностью…

SmartPy

Sure, I'm waiting for the answer

Читать полностью…

SmartPy

Hi Jordan, I'm going live on mainnet so which RPC url I should use ? also does it contain any API_KEY ?

Читать полностью…

SmartPy

It seems that there are some errors in this utils.
Sorry for that.
You can change it with "return reversed(res)".
I'm reporting to the team.

Читать полностью…

SmartPy

Jordan sorry for noob questions, but what version of smartpy is https://smartpy.io/ide running?

Читать полностью…

SmartPy

I seem to remember that in ParisC there is a 31 char length limit on entrypoint names when you have an entrypoint called "default" present, if you dont then somehow the 31 char limit is not enforced. Do you have long entrypoint names?

Читать полностью…

SmartPy

Hi everyone! Know any talented builders or founders? We've just launched TZ Apex: Founders Edition, which offers exciting incentives for recommending builders and aspiring Web3 founders within your network.

If you know high-quality projects that you feel can benefit from being in Fortify Labs 2025, you and earn tez based on the progress of your referred startups. https://dmission.me/missions/tz-apex-founders-edition

Читать полностью…

SmartPy

SmartPy v0.20.0 is out!
👉 See https://smartpy.io/releases

Including
* New FA2.1 draft library and FA2 examples
* New module importing system
* Write SmartPy modules in dedicated *.spy files
* New effects - control entrypoints ability to raise errors and allow mutez overflow or underflow in calculation
* Much improved documentation
* Bugfixes and other improvements

Читать полностью…

SmartPy

Approximately twelve days ago, the oracle of Kolibri finance malfunctioned.
If there are suitable developers, they are also welcomed to join Kolibri. Currently, there is a portion of developer funds on Tezos, which can be used to pay for a certain amount of work.Currently, the simplest way to succeed is to enable Kolibri to connect to the price API of Coinbase.

Читать полностью…

SmartPy

Ok, thanks for letting us know, we'll look into that

Читать полностью…

SmartPy

all good on all browsers, devices 👍

Читать полностью…

SmartPy

Seems to load now. Can you confirm?

Читать полностью…

SmartPy

hi is the migration still ongoing? DNS lookup for the domain is failing

Читать полностью…

SmartPy

ive just checked and its 1000 req per minute for both

Читать полностью…

SmartPy

I think it is something like 500 req per minute but I'll have to check with the infrastructure people who now run it

Читать полностью…

SmartPy

Hello, the URLs are https://mainnet.smartpy.io and https://ghostnet.smartpy.io

No API keys needed.

Читать полностью…

SmartPy

Hi, first congratulations !
I'll ask to the infra specialists on our side and answer you back.

Читать полностью…

SmartPy

Hello all, we will be working on the mainnet RPC this afternoon to switch it over to google cloud hosting. Hopefully there will be minimal downtime but expect a few minutes out at around 3pm UK time.

Читать полностью…

SmartPy

It's running the last in https://smartpy.io/releases meaning 0.19.1

Читать полностью…

SmartPy

aren't those examples wrong* if to_index is exclusive

Читать полностью…
Subscribe to a channel