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: adding proto files for fee payment middleware #272

Merged
merged 27 commits into from
Jul 26, 2021
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
27 commits
Select commit Hold shift + click to select a range
fb29909
feat: adding proto files for fee payment middleware
seantking Jul 20, 2021
c0c88e9
grammar
seantking Jul 20, 2021
4d4a8b9
fix: remove generated .pb files
seantking Jul 20, 2021
65be512
fix: comment
seantking Jul 20, 2021
092f9e9
feat: adding PacketId type
seantking Jul 20, 2021
ddc6410
refactor: fee / genesis
seantking Jul 21, 2021
4565657
refactor: escrowed fees map
seantking Jul 21, 2021
ba0e3dc
Apply suggestions from code review
seantking Jul 21, 2021
0bfa303
Update proto/ibc/applications/middleware/fee/v1/tx.proto
seantking Jul 21, 2021
7cc97fa
Update proto/ibc/applications/middleware/fee/v1/tx.proto
seantking Jul 21, 2021
85032f9
Update proto/ibc/applications/middleware/fee/v1/tx.proto
seantking Jul 21, 2021
3e48f92
refactor: use packetID + minor changes
seantking Jul 22, 2021
6671611
feat: adding query for all incentivized packets + some fixes
seantking Jul 22, 2021
ac52989
feat: adding pagination to incentivized query
seantking Jul 22, 2021
3e29dab
fix: removing generated ibc directory + adding import/yaml
seantking Jul 22, 2021
fd267d0
fix: naming
seantking Jul 22, 2021
44c4cdb
increase max depth for proto file searching and make proto all
AdityaSripal Jul 22, 2021
488244a
Update proto/ibc/applications/middleware/fee/v1/fee.proto
seantking Jul 22, 2021
0cedbe5
refactor: remove file imports/add yaml/add argument for requests
seantking Jul 22, 2021
42cd7d1
refactor: updating IdentifiedPacketFee
seantking Jul 22, 2021
0b93645
fix: remove hidden file
seantking Jul 22, 2021
985a801
removing middleware dir & adding query
seantking Jul 26, 2021
1be683d
remove junk file and update query rpcs
AdityaSripal Jul 26, 2021
583e52e
Merge branch 'ics29-fee-middleware' into feat/fee-middleware-proto
AdityaSripal Jul 26, 2021
b74ccd5
Apply suggestions from code review
colin-axner Jul 26, 2021
a0b837e
Apply suggestions from code review
colin-axner Jul 26, 2021
11fba68
remove query yaml, make proto-all
colin-axner Jul 26, 2021
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
958 changes: 680 additions & 278 deletions docs/ibc/proto-docs.md

Large diffs are not rendered by default.

765 changes: 765 additions & 0 deletions modules/apps/29-fee/types/fee.pb.go

Large diffs are not rendered by default.

337 changes: 337 additions & 0 deletions modules/apps/29-fee/types/genesis.pb.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading