Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Binary encode tx #46

Closed
wants to merge 34 commits into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
34 commits
Select commit Hold shift + click to select a range
f4d4f1b
account validation
CreatureDev Aug 21, 2023
294baa6
admin validation
CreatureDev Aug 22, 2023
f3c5352
improve error
CreatureDev Aug 22, 2023
651a7e4
channel validation
CreatureDev Aug 22, 2023
ec0b614
clio validation
CreatureDev Aug 22, 2023
efbcd0d
ledger request validation
CreatureDev Sep 7, 2023
1480b93
path/book validation
CreatureDev Sep 7, 2023
435b6c8
server request validation
CreatureDev Sep 11, 2023
4e762f2
subscribe validation
CreatureDev Sep 11, 2023
b762889
transactions validation
CreatureDev Sep 11, 2023
5c5a725
utility validation
CreatureDev Sep 11, 2023
22d44cb
addl tests
CreatureDev Sep 26, 2023
d8364f0
typo
CreatureDev Oct 21, 2023
0565c16
complete client impl
CreatureDev Oct 21, 2023
7c9fd4f
requested changes
CreatureDev Jan 18, 2024
0605fa5
Merge pull request #1 from xyield/pr/model-validation
CreatureDev Jan 30, 2024
e8e4e6d
Merge pull request #2 from xyield/pr/client-impl
CreatureDev Jan 30, 2024
95e2980
bugfixes
CreatureDev Jan 30, 2024
6a64aa5
change imports
CreatureDev Jan 30, 2024
30f5a78
fix response decoding
CreatureDev Feb 1, 2024
b847014
remainder of client
CreatureDev Feb 7, 2024
a7360f8
Update README.md
CreatureDev Feb 8, 2024
456af3b
nft history + clio client
CreatureDev Feb 8, 2024
4cd8ff2
chore: updated encode method to use transaction types
JCrawsh Sep 19, 2023
92c4967
chore: made uint a helper method to return a pointer
JCrawsh Sep 19, 2023
ce86a09
chore: added flag interface and fixed st array tests
JCrawsh Oct 23, 2023
4e84c19
chore: updated definitions.json
JCrawsh Nov 14, 2023
5187c9f
chore: added tests for uint types
JCrawsh Nov 14, 2023
6a059d5
chore: updated uint64 type and added tests
JCrawsh Nov 14, 2023
4784faf
chore: passing tests for all encode methods
JCrawsh Jan 4, 2024
88ec97d
chore: updated Encode method so don't need to include onlySigning input
JCrawsh Jan 4, 2024
7f6fe94
fix imports
CreatureDev Feb 19, 2024
57b9748
send response with error
CreatureDev Feb 19, 2024
b6876c2
have response with error
CreatureDev Feb 19, 2024
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,9 +21,9 @@ Install [pre-commit](https://github.com/pre-commit/pre-commit-hooks)
* Binary Codec
* Address Codec
* Keypairs Generation - **to finish**
* Go Models - **to finish**
* Json Rpc Client - **to finish**
* Webhook Client - **todo**
* Go Models
* Json Rpc Client
* Webhook Client

## Usage
* Keys and Wallets
Expand Down
Loading
Loading