Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
46 commits
Select commit Hold shift + click to select a range
d618365
[feat]: Made sdk and client io generic
batconjurer Jul 21, 2023
3c968bf
[fix]: Fixed intra-doc link typo
batconjurer Jul 21, 2023
3b724a9
[chore]: Merge in main
batconjurer Jul 24, 2023
3e651c9
[feat]: Refactored the masp integration tests to no longer need the n…
batconjurer Jul 24, 2023
c33d0e0
[chore]: Added IO macros to wallet cli. Renamed to
batconjurer Jul 24, 2023
b80a9bd
[feat]: Refactored the masp integration tests to no longer need the n…
batconjurer Jul 24, 2023
e35ed2e
[chore]: rebasing on bat/generic-io
batconjurer Jul 24, 2023
23af0b5
Merge branch 'bat/feature/int-tests-io' of github.com:anoma/namada in…
batconjurer Jul 24, 2023
c5a2ce2
changelog: add #1746
tzemanovic Jul 25, 2023
cfb57ab
[feat]: Made io reading methods async
batconjurer Jul 26, 2023
79a953f
[feat]: Refactored the masp integration tests to no longer need the n…
batconjurer Jul 24, 2023
6aa9ee5
[chore]: rebasing on bat/generic-io
batconjurer Jul 24, 2023
9aad0d8
Merge branch 'bat/feature/int-tests-io' of github.com:anoma/namada in…
batconjurer Jul 26, 2023
c833aa3
[fix]: Fixing downstream async io changes from bat/generic-io
batconjurer Jul 26, 2023
2329c2d
[chore]: Merge in main
batconjurer Jul 27, 2023
12f219f
[feat]: Refactored the masp integration tests to no longer need the n…
batconjurer Jul 24, 2023
014e4f7
[chore]: rebasing on bat/generic-io
batconjurer Jul 24, 2023
c64fdee
[fix]: Fixing downstream async io changes from bat/generic-io
batconjurer Jul 26, 2023
b235ed3
Merge branch 'bat/feature/int-tests-io' of github.com:anoma/namada in…
batconjurer Jul 27, 2023
36fe43e
[feat]: Changed default io read methods to use tokio's async io tools
batconjurer Jul 27, 2023
f046728
[feat]: Changed default io read methods to use tokio's async io tools
batconjurer Jul 27, 2023
c249df8
[feat]: Refactored the masp integration tests to no longer need the n…
batconjurer Jul 24, 2023
a2c5ced
[chore]: rebasing on bat/generic-io
batconjurer Jul 24, 2023
88820fd
[fix]: Fixing downstream async io changes from bat/generic-io
batconjurer Jul 26, 2023
823fff0
Merge branch 'bat/feature/int-tests-io' of github.com:anoma/namada in…
batconjurer Jul 28, 2023
844e4a2
[feat]: After rebasing on bat/generic-io, need to make io read method…
batconjurer Jul 28, 2023
b734c65
[chore]: Formatting
batconjurer Jul 28, 2023
c855632
[fix]: Removed unused file
batconjurer Aug 15, 2023
078cea0
[chore]: Merge in 0.21.1
batconjurer Sep 1, 2023
bf599b4
[feat]: Refactored the masp integration tests to no longer need the n…
batconjurer Jul 24, 2023
7198560
[chore]: rebasing on bat/generic-io
batconjurer Jul 24, 2023
46fe66b
[fix]: Fixing downstream async io changes from bat/generic-io
batconjurer Jul 26, 2023
9208268
[feat]: After rebasing on bat/generic-io, need to make io read method…
batconjurer Jul 28, 2023
b6e925f
[chore]: Formatting
batconjurer Jul 28, 2023
9d06bbd
[chore]: merge in v0.21.1
batconjurer Sep 1, 2023
d504e8a
Merge branch 'bat/feature/int-tests-io' of github.com:anoma/namada in…
batconjurer Sep 1, 2023
79888c8
Merge branch 'base' into bat/generic-io
batconjurer Sep 13, 2023
bdfaff4
[feat]: Refactored the masp integration tests to no longer need the n…
batconjurer Jul 24, 2023
bbfb810
[fix]: Fixing downstream async io changes from bat/generic-io
batconjurer Jul 26, 2023
4cdcd6c
[feat]: After rebasing on bat/generic-io, need to make io read method…
batconjurer Jul 28, 2023
5244631
[chore]: Formatting
batconjurer Jul 28, 2023
e9a613a
[chore]: merge in v0.21.1
batconjurer Sep 1, 2023
2e31a7d
[feat]: Refactored the masp integration tests to no longer need the n…
batconjurer Jul 24, 2023
17358c3
[chore] Merging in v0.22
batconjurer Sep 13, 2023
eb015c4
Merge branch 'bat/feature/int-tests-io' of github.com:anoma/namada in…
batconjurer Sep 13, 2023
40ab00a
[fix]: Fixed removing tokio dep from wasm targeted builds
batconjurer Sep 19, 2023
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
2 changes: 2 additions & 0 deletions .changelog/unreleased/features/1746-generic-io.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
- Replaced standard IO in SDK and client code with a trait that allows custom
handling. ([\#1746](https://github.com/anoma/namada/pull/1746))
16 changes: 8 additions & 8 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading