Skip to content

Commit

Permalink
Create 2023-03-21.mpx (#387)
Browse files Browse the repository at this point in the history
* Create 2023-03-21.mpx

* Rename 2023-03-21.mpx to 2023-03-21.mdx

* Update and rename 2023-03-21.mdx to 2024-03-21.mdx

* Update 2024-03-21.mdx
  • Loading branch information
Danasacco authored Mar 25, 2024
1 parent 8f306b1 commit 927d7ef
Showing 1 changed file with 21 additions and 0 deletions.
21 changes: 21 additions & 0 deletions meeting-notes/2024-03-21.mdx
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
---
title: '2024-03-21'
authors: kalepail
tags: [developer]
---

<iframe
src="https://drive.google.com/file/d/1vSkQFbdg80548ShpjOpyD9scnQjebkQi/preview"
width="640"
height="360"
allow="autoplay"
></iframe>

[Discord agenda thread](https://discord.com/channels/897514728459468821/1219381314931917000)

1. There's a discussion on a TX meta change increasing visibility and analytics within the Stellar network. (https://github.com/stellar/stellar-xdr/pull/175)
2. Read-only invocations for contracts is explained, focusing on ensuring certain functions remain read-only without side effects. (https://github.com/stellar/stellar-protocol/discussions/1454) (https://github.com/stellar/stellar-protocol/discussions/1456) (https://github.com/stellar/stellar-protocol/discussions/1464)
3. Enabling contract discovery is introduced to enhance the visibility and authenticity of smart contracts within the Stellar ecosystem.
4. The implementation of a standardized contract meta data schema is proposed to link contracts to source code and enhance contract discoverability.(https://docs.rs/soroban-sdk/latest/soroban_sdk/macro.contractmeta.html)
5. Issues related to inclusion fees in the Stellar network, highlighting the importance of monitoring fees closely and understanding the implications of surge pricing. (https://developers.stellar.org/docs/learn/smart-contract-internals/fees-and-metering#transaction-fee)
6. Plans are discussed for designing a new RPC endpoint to provide developers with better visibility and information on setting inclusion fees, aiming to improve transparency and decision-making regarding fee trade-offs.

0 comments on commit 927d7ef

Please sign in to comment.