Skip to content

Commit

Permalink
Merge Astria support into Penumbra branch (#16)
Browse files Browse the repository at this point in the history
* update rustfmt

* implement `AstriaEndpoint` (#1)

* begin AstriaEndpoint impl; update rustfmt

* impl send_messages and verify_header

* check_misbehaviour and bootstrap

* bump deps and work on query methods

* implement rest of queries, lint

* getting stuff running! hermes working but issue on astria

* increase default rpc timeout to 60s

* add proof specs for astria

* handle nonce in astria endpoint

* use no_prehash for proof spec for now

* update localnet config for osmosis

* cleanup

* fix astria address creation and cleanup

* implement ICS20Withdrawal on astria for transfer command

* merge w upstream (#2)

* merge with upstream

* add celestia config

* remove unused config

* bump astria, penumbra, and ibc-proto deps

* Resolve penumbra dependencies across astria/penumbra

* Use ibc-types v0.12.0

* Fix compilation with a bunch of todos

* cargo fmt

* Fix some test imports

* Test fixes for Penumbra/Astria

* Fix compilation and move penumbra/astria dependencies to recent versions

---------

Co-authored-by: elizabeth <elizabethjbinks@gmail.com>
Co-authored-by: noot <36753753+noot@users.noreply.github.com>
  • Loading branch information
3 people authored Mar 15, 2024
1 parent 6aa8ab2 commit 2641ffc
Show file tree
Hide file tree
Showing 423 changed files with 7,276 additions and 4,460 deletions.
3 changes: 3 additions & 0 deletions .rustfmt.toml
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
max_width = 100
reorder_imports = true
imports_layout = "Vertical"
imports_granularity = "Crate"
group_imports = "StdExternalCrate"

# nightly only

Expand Down
Loading

0 comments on commit 2641ffc

Please sign in to comment.