stellar / soroban-examples

Example Soroban Contracts
Apache License 2.0
65 stars 68 forks source link

Update sdk version to 0.4.2, add the `alloc` example #193

Closed jayz22 closed 1 year ago

jayz22 commented 1 year ago

What

Update sdk version to 0.4.2, add the alloc example

Why

[TODO: Why this change is being made. Include any context required to understand the why.]

Known limitations

[TODO or N/A]

gitpod-io[bot] commented 1 year ago

leighmcculloch commented 1 year ago

Looks great! Thanks @jayz22!

Are you also planning on adding a page about the example to the docs at https://soroban.stellar.org/docs/category/examples? We should add a page at the bottom of the example list I think where we discuss the allocator provided.

jayz22 commented 1 year ago

Looks great! Thanks @jayz22!

Are you also planning on adding a page about the example to the docs at https://soroban.stellar.org/docs/category/examples? We should add a page at the bottom of the example list I think where we discuss the allocator provided.

Yes I will do that.

jayz22 commented 1 year ago

@leighmcculloch I've added the corresponding docs example in here: https://github.com/stellar/soroban-docs/pull/265