#Agenda for Developer Meeting on 3/7/24

1 messages · Page 1 of 1 (latest)

dusk skiff
#

Phase 1 limits are live on Soroban! How are we feeling about things right now? What else is on everyone's minds this week? I've got a few things but I'd love to hear from others. What are we talking about this Thursday?

#
  • Frustrations with simulation limitations. Especially when various limits are exceeded. Errors just aren't helpful.
  • Frustrations with the TS bindings. Missing events, simulated errors aren't complete. It's starting to feel over-engineered for a perfect case.
pseudo falcon
#

Thoughts and feedback on current limits, now that you all have had a chance to submit a few tx

dusk skiff
thorn raft
zealous solar
#

Thanks 🙏🏼@thorn raft we’re making good progress 🙃🤩 Soroban blows my mind with the possibilities it unlocks, will share once we have it on mainnet.

plucky gate
#

My question is why can't we query the RPC for TTL of a ledger entry directly using LedgerKeyTtl? Error code is -32602 and message ledger ttl entries cannot be queried directly.

#

Also, how does one query for instance ledger values? We currently have this durability enum in the XDR and if I query for instance ledger key with persistent I get no results.

enum ContractDataDurability {
    TEMPORARY = 0,
    PERSISTENT = 1
};