Skip to content

benchmarks of token transfer#2499

Merged
KamiD merged 7 commits intodevfrom
yxq/wasm-system-test
Nov 16, 2022
Merged

benchmarks of token transfer#2499
KamiD merged 7 commits intodevfrom
yxq/wasm-system-test

Conversation

@xzav3r
Copy link
Contributor

@xzav3r xzav3r commented Sep 5, 2022

  • Targeted PR against correct branch (see CONTRIBUTING.md)

  • Linked to github-issue with discussion and accepted design OR link to spec that describes this work.

  • Wrote tests

  • Updated relevant documentation (docs/)

  • Added a relevant changelog entry to the Unreleased section in CHANGELOG.md

  • Reviewed Files changed in the github PR explorer


For Admin Use:

  • Added appropriate labels to PR (ex. wip, ready-for-review, docs)
  • Reviewers Assigned
  • Squashed all commits, uses message "Merge PR #XYZ: [title]" (coding standards)

@codecov-commenter
Copy link

codecov-commenter commented Sep 6, 2022

Codecov Report

Merging #2499 (458e955) into dev (a940322) will increase coverage by 0.00%.
The diff coverage is n/a.

@@           Coverage Diff           @@
##              dev    #2499   +/-   ##
=======================================
  Coverage   36.37%   36.38%           
=======================================
  Files         414      414           
  Lines       43552    43552           
=======================================
+ Hits        15843    15845    +2     
+ Misses      26560    26559    -1     
+ Partials     1149     1148    -1     
Impacted Files Coverage Δ
x/wasm/keeper/keeper.go 80.69% <0.00%> (+0.30%) ⬆️

📣 We’re building smart automated test selection to slash your CI/CD build times. Learn more

@xzav3r xzav3r force-pushed the yxq/wasm-system-test branch from 5d14e42 to 65825d8 Compare November 14, 2022 10:51
@KamiD KamiD merged commit 3924177 into dev Nov 16, 2022
@KamiD KamiD deleted the yxq/wasm-system-test branch November 16, 2022 01:58
ItsFunny added a commit that referenced this pull request Nov 21, 2022
* adapter bank keeper

* add proxy middleware

* refactor facaded keeper

* adapter height task

* test transfer wrappered by fee channel successfully

* add tx

* fix proto marshal bug

* optimize

* fix cli wei & okt

* wei

* proxy icamauth

* fix ica no router

* success okc control cosmos

* add amino account
rm pb interchainaccount
fix account

* add final swap

* code optimize (#2639)

* rm todo & optimize codes
optimize selector

* optimize fee middleware

* rm nft module

* msgProtoAdapter=>msgAdapter

* add ibc-v4 ut (#2679)

* ut

* [x] ut1

* ut2

* ut3

* ut4

* ut5

* ut6

* fix ut

* rm debug code

* account test

* fix origin ut

* add keeper ut

* fix ut channel open try

* fix ut confirm

* add controller t

* add host ut

* add ut handshake

* add host ut

* fee ut1

* fee ut2

* fee ut4

* fee ut5

* fix t

* fee utn

* fee utn2

* gen2

* fee utn4

* fee ut5

* fee ut7

* fee ut8

* fee ut9

* fee 1

* fee 2

* add fee ut

* add fee ut

* add all ut

* hankdshake

* fix origin client

* fix channel

* fix port

* fix msgs

* fix origin ut

* fix ut client1

* fix client2

* fix client3

* rm code

* fix ut

* replace ut

* rm codes

* rm codes

* rm codes

* add height support

* fix ut

* ibc veneus3=>veneus4 & fix smb

* rm debug info

* rm codes

* regex

* mod

* veneus4

* Makefile

* add log

* optimize

* rm protoadapter

* add ut

* coinadapter rm copy

* add coin ut

* ica sequence

* optimize coin

* optimize keeper

* wrap fee

* rename fallthrough => facaded

* optimize

* Merge PR: benchmarks of token transfer (#2499)

* add benchmarks of token transfer and system test

* update fork height

Co-authored-by: KamiD <44460798+KamiD@users.noreply.github.com>

* fix ut1

* fix ibcut

* fix app ut

* fix erc20 ut

* add ignore

* Merge PR: dump lastrun in case of fastsync (#2758)

* dump lastrun in case of fastsync

* dump lastrun in case of fastsync

* milestone

* rm

Co-authored-by: YuanXingqiang <xingqiang.yuan@okg.com>
Co-authored-by: KamiD <44460798+KamiD@users.noreply.github.com>
Co-authored-by: Zhong Qiu <36867992+zhongqiuwood@users.noreply.github.com>
KamiD added a commit that referenced this pull request Dec 21, 2022
* merge ibc40 ica (#2525)

* add milestore veneus3

* upgrade 07-tendermint

* upgrade 02-client

* upgrade 03-connection

* upgrade 04-channel

* upgrade core keeper

* add x/nft

* ica add types

* ica -controller -keeper

* ica -host-keeper

* ica controller-cli
ica host-cli

* add module logic

* need fee module

* ibc40 fee (#2526)

* add milestore veneus3

* upgrade 07-tendermint

* upgrade 02-client

* upgrade 03-connection

* upgrade 04-channel

* upgrade core keeper

* add x/nft

* ica add types

* ica -controller -keeper

* ica -host-keeper

* ica controller-cli
ica host-cli

* add module logic

* need fee module

* add pb
add types

* add keeper

* add cli

* add middleware

* adapter module

* add icamauth (#2539)

* rm nft

* rm todos

* refactor ibc40 middleware  (#2698)

* adapter bank keeper

* add proxy middleware

* refactor facaded keeper

* adapter height task

* test transfer wrappered by fee channel successfully

* add tx

* fix proto marshal bug

* optimize

* fix cli wei & okt

* wei

* proxy icamauth

* fix ica no router

* success okc control cosmos

* add amino account
rm pb interchainaccount
fix account

* add final swap

* code optimize (#2639)

* rm todo & optimize codes
optimize selector

* optimize fee middleware

* rm nft module

* msgProtoAdapter=>msgAdapter

* add ibc-v4 ut (#2679)

* ut

* [x] ut1

* ut2

* ut3

* ut4

* ut5

* ut6

* fix ut

* rm debug code

* account test

* fix origin ut

* add keeper ut

* fix ut channel open try

* fix ut confirm

* add controller t

* add host ut

* add ut handshake

* add host ut

* fee ut1

* fee ut2

* fee ut4

* fee ut5

* fix t

* fee utn

* fee utn2

* gen2

* fee utn4

* fee ut5

* fee ut7

* fee ut8

* fee ut9

* fee 1

* fee 2

* add fee ut

* add fee ut

* add all ut

* hankdshake

* fix origin client

* fix channel

* fix port

* fix msgs

* fix origin ut

* fix ut client1

* fix client2

* fix client3

* rm code

* fix ut

* replace ut

* rm codes

* rm codes

* rm codes

* add height support

* fix ut

* ibc veneus3=>veneus4 & fix smb

* rm debug info

* rm codes

* regex

* mod

* veneus4

* Makefile

* add log

* optimize

* rm protoadapter

* add ut

* coinadapter rm copy

* add coin ut

* ica sequence

* optimize coin

* optimize keeper

* wrap fee

* rename fallthrough => facaded

* optimize

* merge  (#2771)

* adapter bank keeper

* add proxy middleware

* refactor facaded keeper

* adapter height task

* test transfer wrappered by fee channel successfully

* add tx

* fix proto marshal bug

* optimize

* fix cli wei & okt

* wei

* proxy icamauth

* fix ica no router

* success okc control cosmos

* add amino account
rm pb interchainaccount
fix account

* add final swap

* code optimize (#2639)

* rm todo & optimize codes
optimize selector

* optimize fee middleware

* rm nft module

* msgProtoAdapter=>msgAdapter

* add ibc-v4 ut (#2679)

* ut

* [x] ut1

* ut2

* ut3

* ut4

* ut5

* ut6

* fix ut

* rm debug code

* account test

* fix origin ut

* add keeper ut

* fix ut channel open try

* fix ut confirm

* add controller t

* add host ut

* add ut handshake

* add host ut

* fee ut1

* fee ut2

* fee ut4

* fee ut5

* fix t

* fee utn

* fee utn2

* gen2

* fee utn4

* fee ut5

* fee ut7

* fee ut8

* fee ut9

* fee 1

* fee 2

* add fee ut

* add fee ut

* add all ut

* hankdshake

* fix origin client

* fix channel

* fix port

* fix msgs

* fix origin ut

* fix ut client1

* fix client2

* fix client3

* rm code

* fix ut

* replace ut

* rm codes

* rm codes

* rm codes

* add height support

* fix ut

* ibc veneus3=>veneus4 & fix smb

* rm debug info

* rm codes

* regex

* mod

* veneus4

* Makefile

* add log

* optimize

* rm protoadapter

* add ut

* coinadapter rm copy

* add coin ut

* ica sequence

* optimize coin

* optimize keeper

* wrap fee

* rename fallthrough => facaded

* optimize

* Merge PR: benchmarks of token transfer (#2499)

* add benchmarks of token transfer and system test

* update fork height

Co-authored-by: KamiD <44460798+KamiD@users.noreply.github.com>

* fix ut1

* fix ibcut

* fix app ut

* fix erc20 ut

* add ignore

* Merge PR: dump lastrun in case of fastsync (#2758)

* dump lastrun in case of fastsync

* dump lastrun in case of fastsync

* milestone

* rm

Co-authored-by: YuanXingqiang <xingqiang.yuan@okg.com>
Co-authored-by: KamiD <44460798+KamiD@users.noreply.github.com>
Co-authored-by: Zhong Qiu <36867992+zhongqiuwood@users.noreply.github.com>

* rm useless codes

* fix ut

* revert

* rename

* add proto files

* fix ut

* rm todo

* add version

* fix ut rm duplicate codes

Co-authored-by: YuanXingqiang <xingqiang.yuan@okg.com>
Co-authored-by: KamiD <44460798+KamiD@users.noreply.github.com>
Co-authored-by: Zhong Qiu <36867992+zhongqiuwood@users.noreply.github.com>
Co-authored-by: BananaLF <864685021@qq.com>
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.

3 participants