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

DO NOT MERGE Fix/0.22 pion #360

Closed
wants to merge 46 commits into from
Closed
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
97fc5f3
bump everything to 0.22
Buckram123 May 2, 2024
67432ec
Merge remote-tracking branch 'origin/main' into update/abstract-0.22.0
Buckram123 May 2, 2024
28c8167
migration clone tested
Buckram123 May 2, 2024
d1d9181
update snapshots
Buckram123 May 2, 2024
d5df038
Update WASM & Schemas [skip ci]
May 2, 2024
d64e01d
simplify old account creation in migration tests
Buckram123 May 2, 2024
db7a131
Merge branch 'update/abstract-0.22.0' of github.com:AbstractSDK/abstr…
Buckram123 May 2, 2024
cb85cdc
bump modules versions
Buckram123 May 3, 2024
0036500
prepare changelogs
Buckram123 May 3, 2024
06555ea
Update WASM & Schemas [skip ci]
May 3, 2024
d7c57d6
Merge remote-tracking branch 'origin/main' into update/abstract-0.22.0
Buckram123 May 3, 2024
fa719cf
Merge branch 'update/abstract-0.22.0' of github.com:AbstractSDK/abstr…
Buckram123 May 3, 2024
bf313aa
Update WASM & Schemas [skip ci]
May 3, 2024
c9cc799
test vc config migration
Buckram123 May 3, 2024
1a4a54f
Merge branch 'update/abstract-0.22.0' of github.com:AbstractSDK/abstr…
Buckram123 May 3, 2024
3e70d4b
Added simple abstract script for deploy
Kayanski May 3, 2024
55412bd
Simpler deploy script
Kayanski May 3, 2024
a38d020
Nit
Kayanski May 3, 2024
c3dcc4f
add abstract_token to publish script
Buckram123 May 3, 2024
7f35c34
Merge branch 'update/abstract-0.22.0' of github.com:AbstractSDK/abstr…
Buckram123 May 3, 2024
7429d42
fix publish scripts
Buckram123 May 3, 2024
df1c1f4
remove javascript code from the abstract
Buckram123 May 3, 2024
9bcba1a
error if gitignore not found
Buckram123 May 3, 2024
79c2256
add comments to the publish script
Buckram123 May 3, 2024
e4772a4
allow empty commit in case lock already added so we don't revert prev…
Buckram123 May 3, 2024
a11fc52
Added IBC README
Kayanski May 5, 2024
8691ace
Merge branch 'main' into update/abstract-0.22.0
CyberHoward May 7, 2024
059ccbe
Merge remote-tracking branch 'origin/main' into update/abstract-0.22.0
Buckram123 May 8, 2024
ff78995
update version release date
CyberHoward May 8, 2024
62e3725
generate schemas
CyberHoward May 8, 2024
4a3daee
bump versions update scripts
Buckram123 May 8, 2024
1661b12
Merge branch 'update/abstract-0.22.0' of github.com:AbstractSDK/abstr…
Buckram123 May 8, 2024
9de5397
Merge remote-tracking branch 'origin/main' into update/abstract-0.22.0
Buckram123 May 8, 2024
0b6a083
added archway notes
Buckram123 May 8, 2024
f8d3fa7
bump changelogs
Buckram123 May 8, 2024
9e0a0bb
update snapshots
Buckram123 May 8, 2024
73b33d2
Update WASM & Schemas [skip ci]
May 8, 2024
780c890
it should succeed to deserialize
Buckram123 May 8, 2024
bcc713b
Update WASM & Schemas [skip ci]
May 8, 2024
16c66bb
finish migration of the contracts
Buckram123 May 8, 2024
9c1eebc
update publish script
Buckram123 May 8, 2024
e31e0b4
last fix for publish script
Buckram123 May 8, 2024
147b70b
Add Cargo.lock for tag v0.22.1
Buckram123 May 8, 2024
c5d18c7
xion deployed to 0.22
Buckram123 May 23, 2024
cdc0ea9
Added abstract account in state
Kayanski May 24, 2024
270dd03
Removed manager migrate checks
Kayanski May 24, 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
  •  
  •  
  •  
1 change: 0 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
**/target
**/Cargo.lock

# Remove Cargo.lock from gitignore if creating an executable, leave it for libraries
# More information here https://doc.rust-lang.org/cargo/guide/cargo-toml-vs-cargo-lock.html
Expand Down
Loading