Skip to content
This repository was archived by the owner on Aug 21, 2024. It is now read-only.

Update code samples in quickstart #88

Merged
merged 3 commits into from
Aug 30, 2022
Merged

Update code samples in quickstart #88

merged 3 commits into from
Aug 30, 2022

Conversation

leighmcculloch
Copy link
Contributor

@leighmcculloch leighmcculloch commented Aug 30, 2022

What

Remove export feature, explain testutils feature better, and update examples to use new types.

Why

The SDK has new types. The export feature is not particularly relevant to a developer at this stage and is for rather advanced usage. The testutils feature needs better instruction on how to use it in Rust integration tests (#86).

Close #86

@leighmcculloch leighmcculloch requested a review from jonjove August 30, 2022 17:28
@stellar-jenkins
Copy link

@leighmcculloch
Copy link
Contributor Author

I'm adding a brief blurb about the testutils feature and its affect on tests in this change.

Screen Shot 2022-08-30 at 10 35 23 AM

I think we can still add a separate tutorial for integration tests, but it is worth mentioning here too I think.

@leighmcculloch leighmcculloch marked this pull request as ready for review August 30, 2022 17:37
@stellar-jenkins
Copy link

@stellar-jenkins
Copy link

@leighmcculloch leighmcculloch merged commit d22ad6c into dev Aug 30, 2022
@leighmcculloch leighmcculloch deleted the updatequickstart branch August 30, 2022 18:17
@leighmcculloch leighmcculloch linked an issue Aug 30, 2022 that may be closed by this pull request
leighmcculloch added a commit that referenced this pull request Aug 31, 2022
* noop

* noop

* Update sdk and cli versions and output (#87)

* Update code samples in quickstart (#88)

* empty

* Update the tutorial for creating a project (#89)

* Update the tutorial for writing a contract (#90)

* Update the tutorial for testing (#91)

* Update the hello_world contract (#92)

* Small fix to hello contract

* Update the increment contract (#93)

* Small fix to increment example

* Update the custom_types contract (#94)

* Add auth example and update auth learn page (#95)

* Put auth example earlier in list of examples

Co-authored-by: Tyler van der Hoeven <hi@tyvdh.com>
Co-authored-by: Siddharth Suresh <siddharth@stellar.org>
leighmcculloch added a commit that referenced this pull request Sep 2, 2022
* noop

* noop

* Update sdk and cli versions and output (#87)

* Update code samples in quickstart (#88)

* empty

* Update the tutorial for creating a project (#89)

* Update the tutorial for writing a contract (#90)

* Update the tutorial for testing (#91)

* Update the hello_world contract (#92)

* Small fix to hello contract

* Update the increment contract (#93)

* Small fix to increment example

* Update the custom_types contract (#94)

* Add auth example and update auth learn page (#95)

* Put auth example earlier in list of examples (#98)

(cherry picked from commit fc2fc75)

* Add events example (#100)

* Update the cross_contract contract (#99)

* Small tweak to contract call doc

* Fix to contract call code sample

* Fix to contract call code sample

* noop to try and make it deploy properly

* Reorder examples so that contract events appears higher in list

* Fix headings of cross contract example (#102)

* Add soroban-cli read example

* Tweak language about developer discord

* Some changes to the events example page (#101)

* Rename standard-contracts and update token-contract (#103)

* Rename Standard Contracts to Built-In Contracts

* Update built-in-contracts/token-contract and examples/authorization

* Fix title capitalization of built-in contracts page (#104)

* Add stub for token example (#105)

* Update authorization docs to line up with contract examples (#106)

* Small fixes for token contract doc

* Make authorization docs line up with the example

* Instruct users to checkout v0.0.4 tag for examples (#107)

* fix pages and sdk instructions

* Add auth sdk page

Co-authored-by: Tyler van der Hoeven <hi@tyvdh.com>
Co-authored-by: Siddharth Suresh <siddharth@stellar.org>
Co-authored-by: Jay Geng <junzhe.g@gmail.com>
Co-authored-by: jonjove <31668823+jonjove@users.noreply.github.com>
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Add information about features when using integration-style tests
3 participants