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

XION serde definitions #2

Open
wants to merge 60 commits into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
60 commits
Select commit Hold shift + click to select a range
a2d1abc
add serde definitions
ash-burnt Jun 1, 2024
8bfa16c
add pbjson
ash-burnt Jun 1, 2024
11179f1
add wasmd, update plugins
ash-burnt Jun 1, 2024
17d17d9
extern google types with pbjson-types
ash-burnt Jun 2, 2024
702d384
compiles
ash-burnt Jun 2, 2024
89cc500
patch validators policy for serde
ash-burnt Jun 2, 2024
69dd4c9
different patch for serde
ash-burnt Jun 2, 2024
5ebab1c
add more name definitions for authorizations
ash-burnt Jun 3, 2024
c1e813b
compile xion protos for rust
ash-burnt Jun 4, 2024
8f8f70e
define xion module
ash-burnt Jun 4, 2024
bf24ce7
define xion module
ash-burnt Jun 4, 2024
3535c7c
add xion dirs
ash-burnt Jun 4, 2024
747551c
proper type definition
ash-burnt Jun 4, 2024
9108ae0
submodule public
ash-burnt Jun 4, 2024
4b1332e
cosmrs: basic parsing of `msg_responses` field inside `TxMsgData` (#472)
jstuczyn Jun 13, 2024
17838dd
cosmos-sdk-proto v0.22.0 (#473)
tony-iqlusion Jun 27, 2024
64f4839
cosmrs v0.17.0 (#474)
tony-iqlusion Jun 27, 2024
3c3f244
switch xion branch
ash-burnt Jul 18, 2024
b50389f
update for multi-allowance
ash-burnt Jul 18, 2024
ae003db
Bump tendermint-rs dependencies to v0.38 (#476)
tony-iqlusion Jul 18, 2024
ccf4267
merge upstream main
ash-burnt Jul 20, 2024
3bfaf21
use informal systems pbjson
ash-burnt Jul 30, 2024
c5db4e5
cosmos-sdk-proto: add support for `no_std` (#478)
conr2d Jul 31, 2024
871e514
cosmrs: support coins with amount `0`, empty denom (#479)
tony-iqlusion Aug 1, 2024
d94d08b
cosmos-sdk-proto v0.23.0 (#480)
tony-iqlusion Aug 3, 2024
eba698b
cosmrs v0.18.0 (#481)
tony-iqlusion Aug 3, 2024
5d52a7f
chore: include xion jwk module protos in pub mod
Peartes Aug 7, 2024
4a0b192
chore: scope jwk mod
Peartes Aug 7, 2024
b98797d
Merge branch 'main' of github.com:cosmos/cosmos-rust into feat/xion-s…
ash-burnt Aug 7, 2024
ba87a88
Merge branch 'feat/xion-serde' of github.com-ash:burnt-labs/cosmos-ru…
ash-burnt Aug 7, 2024
6b75f41
tokenfactory
ash-burnt Aug 7, 2024
5388748
tokenfactory
ash-burnt Aug 7, 2024
1dafd5e
extra layer
ash-burnt Aug 8, 2024
9e1b3d6
Bump tendermint-rs dependencies to v0.39 (#482)
tony-iqlusion Aug 8, 2024
ee5274a
pull upstream
ash-burnt Aug 8, 2024
0dde80f
updated with upstream tendermint changes
ash-burnt Aug 8, 2024
9dae930
switch to informal pbjson
ash-burnt Aug 8, 2024
fda84ca
review notes
ash-burnt Aug 8, 2024
6755fa0
Bump tendermint-rs crates to v0.39.1 (#483)
tony-iqlusion Aug 9, 2024
b716d6d
Update cosmos-sdk-proto/Cargo.toml
ash-burnt Aug 9, 2024
b7e04cc
remove comment
ash-burnt Aug 9, 2024
f9e43da
Merge branch 'feat/serde' of github.com-ash:burnt-labs/cosmos-rust in…
ash-burnt Aug 9, 2024
8474c92
cargo changes
ash-burnt Aug 9, 2024
d36b12b
pull upstream
ash-burnt Aug 9, 2024
0960168
formatting
ash-burnt Aug 9, 2024
e8b7d05
cosmwasm authorizations don't exist in this version
ash-burnt Aug 9, 2024
304bc5d
bring in pbjson for serialization
ash-burnt Aug 9, 2024
395d8d7
Update cosmos-sdk-proto/Cargo.toml
ash-burnt Aug 9, 2024
39988e6
Update cosmos-sdk-proto/Cargo.toml
ash-burnt Aug 9, 2024
608a337
move serialization into a feature tag
ash-burnt Aug 9, 2024
368b109
change name to serde
ash-burnt Aug 11, 2024
75e72f4
pull upstream
ash-burnt Aug 12, 2024
db0f153
generate abstract account types
ash-burnt Sep 23, 2024
b3e8fae
compiled artifacts
ash-burnt Sep 23, 2024
f8adb4a
Include `abstractaccount` in lib
CyberHoward Sep 24, 2024
2350dd5
Remove typo
CyberHoward Sep 24, 2024
fdb36cb
set xion version to main
ash-burnt Oct 9, 2024
47a8235
update xion submodule
Buckram123 Oct 9, 2024
d3b51db
Merge pull request #4 from Buckram123/feat/xion-serde
ash-burnt Oct 9, 2024
ed9c8e8
Merge pull request #3 from CyberHoward/patch-1
ash-burnt Oct 16, 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
9 changes: 9 additions & 0 deletions .gitmodules
Original file line number Diff line number Diff line change
Expand Up @@ -7,3 +7,12 @@
[submodule "ibc-go"]
path = ibc-go
url = https://github.com/cosmos/ibc-go
[submodule "xion"]
path = xion
url = https://github.com/burnt-labs/xion
[submodule "tokenfactory"]
path = tokenfactory
url = https://github.com/strangelove-ventures/tokenfactory.git
[submodule "abstract-account"]
path = abstract-account
url = https://github.com/burnt-labs/abstract-account.git
Loading