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(x/ecocredit/marketplace): implement buyer and seller fees #2154

Merged
merged 31 commits into from
Mar 14, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
31 commits
Select commit Hold shift + click to select a range
fa1208b
feat(x/ecocredit/marketplace): add marketplace fee API
aaronc Jan 30, 2024
3624c5d
docs
aaronc Jan 30, 2024
8e09e86
cleanup
aaronc Jan 30, 2024
d0bfd3e
proto-gen
aaronc Jan 30, 2024
00563af
Merge branch 'main' of github.com:regen-network/regen-ledger into aar…
aaronc Jan 31, 2024
c589b42
Merge branch 'main' of github.com:regen-network/regen-ledger into aar…
aaronc Jan 31, 2024
6459263
feat(x/ecocredit/marketplace): implement buyer and seller fees
aaronc Jan 31, 2024
d22fe85
validate basic
aaronc Jan 31, 2024
f82c581
add go-mod-tidy-all
aaronc Jan 31, 2024
0835631
WIP
aaronc Jan 31, 2024
c5b3f41
make existing tests pass
aaronc Jan 31, 2024
32d7bf1
failing test
aaronc Jan 31, 2024
64b093c
tests
aaronc Jan 31, 2024
494163f
Merge branch 'main' of github.com:regen-network/regen-ledger into aar…
aaronc Feb 5, 2024
aa7084d
fix tests
aaronc Feb 5, 2024
9e27574
fee params tests
aaronc Feb 5, 2024
77cfe06
set fee params validation tests
aaronc Feb 5, 2024
41b76f5
add failing max_fee_amount tests
aaronc Feb 5, 2024
dae82fa
tests passing
aaronc Feb 5, 2024
3ee7ed5
tests
aaronc Feb 5, 2024
c2a362e
lint
aaronc Feb 5, 2024
478f3e4
refactor max fee amount to coin
aaronc Feb 12, 2024
5ade325
Merge branch 'main' of github.com:regen-network/regen-ledger into aar…
aaronc Feb 28, 2024
c4a1c81
proto gen
aaronc Feb 28, 2024
b1a7ad2
add seller and buyer fee data to EventBuyDirect
aaronc Feb 28, 2024
7af0973
make max fee amount required
aaronc Feb 28, 2024
3376e76
add marketplace fee pool account
aaronc Feb 29, 2024
bd95846
fix tests
aaronc Feb 29, 2024
caa606c
add MsgGovSendFromFeePool
aaronc Feb 29, 2024
7442fe2
fix coins
aaronc Feb 29, 2024
dbf4e14
proto lint
aaronc Feb 29, 2024
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
94 changes: 47 additions & 47 deletions api/regen/data/v1/query.pulsar.go

Large diffs are not rendered by default.

94 changes: 47 additions & 47 deletions api/regen/data/v2/query.pulsar.go

Large diffs are not rendered by default.

48 changes: 24 additions & 24 deletions api/regen/ecocredit/basket/v1/query.pulsar.go

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

Loading
Loading