From d4f584d6d09cadc90140af60f37fa6663c3d3269 Mon Sep 17 00:00:00 2001 From: barekati Date: Thu, 14 Oct 2021 20:13:33 +0330 Subject: [PATCH 1/5] Improve Existing SDK: Python - Milestone 1 & 2 --- submissions/issue-46/milestone-1&2.md | 55 +++++++++++++++++++++++++++ 1 file changed, 55 insertions(+) create mode 100644 submissions/issue-46/milestone-1&2.md diff --git a/submissions/issue-46/milestone-1&2.md b/submissions/issue-46/milestone-1&2.md new file mode 100644 index 00000000..46ad4a12 --- /dev/null +++ b/submissions/issue-46/milestone-1&2.md @@ -0,0 +1,55 @@ +## [Improve Existing SDK: Python] - Milestone 1 & 2 + +## Description + +This PR is for issue #46. + +All user stories are completed, examples and usage documentions are available at: https://github.com/janezpodhostnik/flow-py-sdk + +## Features: + +Blocks: + +- [x] retrieve a block by ID +- [x] retrieve a block by height +- [x] retrieve the latest block + +Collections: + +- [x] retrieve a collection by ID + +Events: + +- [x] retrieve events by name in the block height range + +Scripts: + +- [x] submit a script and parse the response +- [x] submit a script with arguments and parse the response + +Accounts: + +- [x] retrieve an account by address +- [x] create a new account +- [x] deploy a new contract to the account +- [x] remove a contract from the account +- [x] update an existing contract on the account + +Transactions: + +- [x] retrieve a transaction by ID +- [x] sign a transaction (single payer, proposer, authorizer or combination of multiple) +- [x] submit a signed transaction +- [x] sign a transaction with arguments and submit it + +## Milestones + +- [x] 1: Implement examples covering all user stories. +- [x] 2: Create tests, documentation, and optimize for performance and usability. + +## Other Details + +### Authers + +@amhossaini +@barekati \ No newline at end of file From 160da64e5d09eb195b78c3f9ff8069fb1c48bf1f Mon Sep 17 00:00:00 2001 From: barekati Date: Tue, 26 Oct 2021 22:34:52 +0330 Subject: [PATCH 2/5] Create milestone-1&2.md --- submissions/issue-46/milestone-1&2.md | 55 +++++++++++++++++++++++++++ 1 file changed, 55 insertions(+) create mode 100644 submissions/issue-46/milestone-1&2.md diff --git a/submissions/issue-46/milestone-1&2.md b/submissions/issue-46/milestone-1&2.md new file mode 100644 index 00000000..46ad4a12 --- /dev/null +++ b/submissions/issue-46/milestone-1&2.md @@ -0,0 +1,55 @@ +## [Improve Existing SDK: Python] - Milestone 1 & 2 + +## Description + +This PR is for issue #46. + +All user stories are completed, examples and usage documentions are available at: https://github.com/janezpodhostnik/flow-py-sdk + +## Features: + +Blocks: + +- [x] retrieve a block by ID +- [x] retrieve a block by height +- [x] retrieve the latest block + +Collections: + +- [x] retrieve a collection by ID + +Events: + +- [x] retrieve events by name in the block height range + +Scripts: + +- [x] submit a script and parse the response +- [x] submit a script with arguments and parse the response + +Accounts: + +- [x] retrieve an account by address +- [x] create a new account +- [x] deploy a new contract to the account +- [x] remove a contract from the account +- [x] update an existing contract on the account + +Transactions: + +- [x] retrieve a transaction by ID +- [x] sign a transaction (single payer, proposer, authorizer or combination of multiple) +- [x] submit a signed transaction +- [x] sign a transaction with arguments and submit it + +## Milestones + +- [x] 1: Implement examples covering all user stories. +- [x] 2: Create tests, documentation, and optimize for performance and usability. + +## Other Details + +### Authers + +@amhossaini +@barekati \ No newline at end of file From 322d997fee5cebd7274f79b33d78e7afdceb6621 Mon Sep 17 00:00:00 2001 From: barekati Date: Tue, 26 Oct 2021 22:39:35 +0330 Subject: [PATCH 3/5] milestone1&2 --- .../issue-46/{milestone-1&2.md => milestone-1&2/mohsen23_1423.md} | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename submissions/issue-46/{milestone-1&2.md => milestone-1&2/mohsen23_1423.md} (100%) diff --git a/submissions/issue-46/milestone-1&2.md b/submissions/issue-46/milestone-1&2/mohsen23_1423.md similarity index 100% rename from submissions/issue-46/milestone-1&2.md rename to submissions/issue-46/milestone-1&2/mohsen23_1423.md From 3c6645bbe9da30635ce41758f1bab1f43352f591 Mon Sep 17 00:00:00 2001 From: barekati Date: Tue, 26 Oct 2021 22:59:34 +0330 Subject: [PATCH 4/5] Update mohsen23_1423.md --- submissions/issue-46/milestone-1&2/mohsen23_1423.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/submissions/issue-46/milestone-1&2/mohsen23_1423.md b/submissions/issue-46/milestone-1&2/mohsen23_1423.md index 46ad4a12..c7755199 100644 --- a/submissions/issue-46/milestone-1&2/mohsen23_1423.md +++ b/submissions/issue-46/milestone-1&2/mohsen23_1423.md @@ -44,8 +44,9 @@ Transactions: ## Milestones -- [x] 1: Implement examples covering all user stories. -- [x] 2: Create tests, documentation, and optimize for performance and usability. +- [x] 1: Implement examples covering all user stories. (done) +- [x] 2: Create tests, documentation, and optimize for performance and usability. (done) + examples, test and documents files are send as PR to [flow python sdk](https://github.com/onflow/flow-go-sdk) ## Other Details From 23641547950027df9a43ddae36357a14f7b96877 Mon Sep 17 00:00:00 2001 From: barekati Date: Tue, 26 Oct 2021 23:03:55 +0330 Subject: [PATCH 5/5] Delete milestone-1&2.md --- submissions/issue-46/milestone-1&2.md | 55 --------------------------- 1 file changed, 55 deletions(-) delete mode 100644 submissions/issue-46/milestone-1&2.md diff --git a/submissions/issue-46/milestone-1&2.md b/submissions/issue-46/milestone-1&2.md deleted file mode 100644 index 46ad4a12..00000000 --- a/submissions/issue-46/milestone-1&2.md +++ /dev/null @@ -1,55 +0,0 @@ -## [Improve Existing SDK: Python] - Milestone 1 & 2 - -## Description - -This PR is for issue #46. - -All user stories are completed, examples and usage documentions are available at: https://github.com/janezpodhostnik/flow-py-sdk - -## Features: - -Blocks: - -- [x] retrieve a block by ID -- [x] retrieve a block by height -- [x] retrieve the latest block - -Collections: - -- [x] retrieve a collection by ID - -Events: - -- [x] retrieve events by name in the block height range - -Scripts: - -- [x] submit a script and parse the response -- [x] submit a script with arguments and parse the response - -Accounts: - -- [x] retrieve an account by address -- [x] create a new account -- [x] deploy a new contract to the account -- [x] remove a contract from the account -- [x] update an existing contract on the account - -Transactions: - -- [x] retrieve a transaction by ID -- [x] sign a transaction (single payer, proposer, authorizer or combination of multiple) -- [x] submit a signed transaction -- [x] sign a transaction with arguments and submit it - -## Milestones - -- [x] 1: Implement examples covering all user stories. -- [x] 2: Create tests, documentation, and optimize for performance and usability. - -## Other Details - -### Authers - -@amhossaini -@barekati \ No newline at end of file