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

feat(ibc): impl ibc adapter traits #720

Merged
merged 3 commits into from
Sep 19, 2022
Merged

Conversation

hongda3141
Copy link
Contributor

What this PR does / why we need it:

This PR

Which issue(s) this PR fixes:

Fixes #

Which docs this PR relation:

Ref #

Which toolchain this PR adaption:

No Breaking Change

Special notes for your reviewer:

NIL

CI Description

CI Name Description
Chaos CI Test the liveness and robustness of Axon under terrible network condition
Cargo Clippy Run cargo clippy --all --all-targets --all-features
Coverage Test Get the unit test coverage report
E2E Test Run end-to-end test to check interfaces
Code Format Run cargo +nightly fmt --all -- --check and cargo sort -gwc
Web3 Compatible Test Test the Web3 compatibility of Axon
v3 Core Test Run the compatibility tests provided by Uniswap V3
OCT 1-5 | 6-10 | 11 | 12-15 | 16-19 Run the compatibility tests provided by OpenZeppelin

CI Usage

Check the CI you want to run below, and then comment \run-ci.

CI Switch

  • Chaos CI
  • Cargo Clippy
  • Coverage Test
  • E2E Tests
  • Code Format
  • Unit Tests
  • Web3 Compatible Tests
  • OCT 1-5 And 12-15
  • OCT 6-10
  • OCT 11
  • OCT 16-19
  • v3 Core Tests

KaoImin and others added 3 commits September 19, 2022 16:11
impl adapter traits

refactor: change ibc grpc server and context impl (axonweb3#709)

remove useless interface

feat(ibc): impl ibccrosschain trait

WIP

feat(ibc): add adapter trait

add ibccrosschain trait and ibcadapter trait

feat(ibc): add ibrgrpcadapter trait

leave one function

fix: add feature ibc

add ibc feature

fix: add ibc feature

add ibc feature

style: remove comment

remove comment

fix(ibc): fix db read panic

fix db panic when read

test(ibc): add unit test

add unit test of storage module

chore: update pull request template (axonweb3#712)

chore(deps): bump sha2 from 0.10.5 to 0.10.6 (axonweb3#717)

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

chore(deps): bump ripemd from 0.1.1 to 0.1.2 (axonweb3#715)

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

ci: fix finally job (axonweb3#718)

chore(deps): bump env_logger from 0.9.0 to 0.9.1 (axonweb3#714)

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
@hongda3141
Copy link
Contributor Author

/run-ci

@KaoImin KaoImin changed the title feat(ibc): impl adapter traits feat(ibc): impl ibc adapter traits Sep 19, 2022
@KaoImin KaoImin merged commit cd76bd7 into axonweb3:main Sep 19, 2022
This pull request was closed.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants