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
Читать полностью…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" ] }
]
}
]
}
]
},
// ...
"name": "TezosOperationError",
"lastError": {
"kind": "permanent",
"id": "proto.020-PsParisC.michelson_v1.unreachable_entrypoint",
"path": [
"Right",
"Left",
"Right",
"Right",
"Right"
]
}
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?
Genius developers, welcome to join Kolibri and try to solve problems to earn rewards
Читать полностью…we'll be doing the final DNS changes later today - so apologies if there are any short disturbances
Читать полностью…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
Читать полностью…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.
Читать полностью…Hi Jordan, I'm going live on mainnet so which RPC url I should use ? also does it contain any API_KEY ?
Читать полностью…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.
Jordan sorry for noob questions, but what version of smartpy is https://smartpy.io/ide running?
Читать полностью…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?
Читать полностью…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 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
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.
I think it is something like 500 req per minute but I'll have to check with the infrastructure people who now run it
Читать полностью…Hello, the URLs are https://mainnet.smartpy.io and https://ghostnet.smartpy.io
No API keys needed.
Hi, first congratulations !
I'll ask to the infra specialists on our side and answer you back.
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.
Читать полностью…