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

Add CLI and library for extrinsics interaction #150

Merged
merged 38 commits into from
Jul 25, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
38 commits
Select commit Hold shift + click to select a range
640809c
fix(polka-storage): remove unused primitives cli
jmg-duarte Jul 16, 2024
a3f2f74
feat(polka-storage): extrinsics cli
jmg-duarte Jul 18, 2024
0235dcf
feat(polka-storage): more methods for the extrinsics cli
jmg-duarte Jul 18, 2024
4f0f2a6
feat(polka-storage): subxt magic
jmg-duarte Jul 19, 2024
9d8347a
feat(polka-storage): more subxt magic
jmg-duarte Jul 19, 2024
c76d256
feat(polka-storage): simplify
jmg-duarte Jul 19, 2024
7138932
feat(polka-storage): simplify more
jmg-duarte Jul 19, 2024
74d3d3a
feat(polka-storage): finish basic cli
jmg-duarte Jul 21, 2024
1a2e250
fix(storagext): remove test file
jmg-duarte Jul 22, 2024
ad57d84
fix(storagext-cli): add docs to arguments
jmg-duarte Jul 22, 2024
79e74b6
fix(storagext): reuse types across crates
jmg-duarte Jul 22, 2024
a45be8c
fix(storagext): reduce MAX_N_DEALS
jmg-duarte Jul 22, 2024
4632d0b
fix(storagext): more keys
jmg-duarte Jul 22, 2024
f422090
fix(storagext): reuse more types
jmg-duarte Jul 22, 2024
36cb098
fix(storagext): better docs for keys
jmg-duarte Jul 22, 2024
a8d4a9a
fix(zombienet): fix zombienet ws port
jmg-duarte Jul 22, 2024
1134132
fix(storagext): better docs for market
jmg-duarte Jul 22, 2024
ce725c0
fix(storagext): remove hack
jmg-duarte Jul 22, 2024
58d00ec
fix(storagext): remove custom error and replace tracing fields
jmg-duarte Jul 22, 2024
431b09c
fix(storagext): more docs
jmg-duarte Jul 22, 2024
fa9f8f9
style: taplo format
jmg-duarte Jul 22, 2024
784f645
fix(storagext): clippy fixes
jmg-duarte Jul 23, 2024
703d63c
fix: clippy
jmg-duarte Jul 23, 2024
7da9a9d
fix(storagext): address comments
jmg-duarte Jul 23, 2024
78aec23
fix(storagext): better error message for cid deserialization
jmg-duarte Jul 23, 2024
bb746b6
fix(storagext): deserialization tests
jmg-duarte Jul 23, 2024
4382b6b
fix(storagext): rebuild when SCALE changes
jmg-duarte Jul 23, 2024
08f87ab
docs(storagext): add README
jmg-duarte Jul 23, 2024
1812b6d
fix(storagext): wait for successful finalization
jmg-duarte Jul 23, 2024
4096bbe
fix(storagext): metadata mismatch
jmg-duarte Jul 23, 2024
4511f2f
fix: typo
jmg-duarte Jul 24, 2024
4292a4e
fix: wrong ip
jmg-duarte Jul 24, 2024
110c834
fix: typo
jmg-duarte Jul 24, 2024
fde6ac6
fix(zombienet): port
jmg-duarte Jul 24, 2024
2c5f7fa
fix: address comments
jmg-duarte Jul 24, 2024
07051c1
style: taplo
jmg-duarte Jul 24, 2024
936e708
fix(zombienet): local config
jmg-duarte Jul 25, 2024
ce25aeb
style: taplo
jmg-duarte Jul 25, 2024
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
{
"rust-analyzer.rustfmt.extraArgs": ["+nightly"],
"rust-analyzer.checkOnSave": false,
"coverage-gutters.coverageBaseDir": "coverage",
"coverage-gutters.coverageFileNames": [
"pallet-storage-provider.lcov.info",
Expand Down
Loading