Skip to content
This repository has been archived by the owner on Nov 17, 2023. It is now read-only.

Refactor: Decouple *Client types from Any* types #60

Merged
merged 28 commits into from
Sep 16, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
28 commits
Select commit Hold shift + click to select a range
5e105fa
Decouple `*Client` types from `Any*` types
vmarkushin Sep 1, 2022
4ade2bc
Remove unused bounds and imports
vmarkushin Sep 7, 2022
4a1b9ec
Fix tests
vmarkushin Sep 8, 2022
df23299
Remove commented code
vmarkushin Sep 9, 2022
c259764
Merge branch 'master' into trait-refactor
vmarkushin Sep 9, 2022
f9eeded
Fix warnings
vmarkushin Sep 9, 2022
c31b5c8
Fix more warnings
vmarkushin Sep 9, 2022
0beda80
ClientTypes should only exist on ClientKeeper
seunlanlege Sep 9, 2022
b17d4e3
Merge remote-tracking branch 'origin/trait-refactor' into trait-refactor
vmarkushin Sep 9, 2022
1d0abdf
Finish "ClientTypes should only exist on ClientKeeper"
vmarkushin Sep 9, 2022
ae5075f
Get rid of `GlobalDefs`
vmarkushin Sep 9, 2022
bba9089
fix tests
vmarkushin Sep 9, 2022
e3d3ac7
remove unused functions
vmarkushin Sep 12, 2022
72923bc
Proc-macros for `Any*` types + Protobuf generation
vmarkushin Sep 13, 2022
97d6660
Move client types to a separate crate
vmarkushin Sep 13, 2022
6c0b276
fix tests
vmarkushin Sep 14, 2022
47fd91b
remove ics18-relayer
vmarkushin Sep 15, 2022
207ecde
make `downcast` and `wrap` return Option
vmarkushin Sep 15, 2022
04bdb0d
HostFunctions is now the responsibility of Clients
seunlanlege Sep 15, 2022
43fe236
Make `ClientType` - `str`
vmarkushin Sep 15, 2022
db01785
Merge remote-tracking branch 'origin/trait-refactor' into trait-refactor
vmarkushin Sep 15, 2022
f638bb0
Finish 'HostFunctions is now the responsibility of Clients'
vmarkushin Sep 16, 2022
ca6b668
cargo fix & fmt
vmarkushin Sep 16, 2022
ea59e8a
Clean up dependencies
vmarkushin Sep 16, 2022
e58dbdc
re-introduce host consensus state proofs
seunlanlege Sep 16, 2022
b5efb25
fix compilation
seunlanlege Sep 16, 2022
a1747b2
remove clients
seunlanlege Sep 16, 2022
cbe3fac
cargo fmt
seunlanlege Sep 16, 2022
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
  •  
  •  
  •  
79 changes: 0 additions & 79 deletions .changelog/config.toml

This file was deleted.

Loading