Tsachi Herman
Tsachi Herman
## Conduct CLI end to end testing for the core soroban support Sub tasks : - [x] update the Quickstart docker image with the latest core release. https://github.com/stellar/go/issues/4624 - [x]...
## Use the CLI to deploy contract Use Soroban Examples, Hello world : sample from soroban-example, addi32 contract
This is a draft PR, used for education purposes only. Please DO NOT merge. PR Checklist ### PR Structure * [ ] This PR has reasonably narrow scope (if not,...
Depends on https://github.com/stellar/stellar-core/issues/3484, which is merged now. This API should follow the soroban-rpc API Docs on Confluence, so that devs can swap out API server they are using `soroban-rpc`/`cli serve`/`horizon`...
### What when running the make xdr-update, the xdr/xdr_commit_generated.txt wasn't updated. see https://github.com/stellar/go/pull/4766
### Subject of the issue Extend the msgpack unit tests to cover all decoding and encoding execution paths ### Details Our existing msgp decoders and encoders are auto-generated by the...
## Summary Currently, the agreement service is attempting to create a proposal if a node has participation keys. Once a proposal is created and signed, it attempts to verify the...