Commit Graph

41 Commits

Author SHA1 Message Date
David Terpay
d301b3adcd
[ENG-683]: Ignore auction txs in second portion of PrepareProposal (#51)
Co-authored-by: Aleksandr Bezobchuk <alexanderbez@users.noreply.github.com>
2023-04-10 14:08:25 +00:00
David Terpay
cc3012a129
[ENG-682]: Refactoring auction mempool to ingress normal sdk txs (#50) 2023-04-06 11:13:44 -04:00
David Terpay
d3a198a710
[ENG-687]: Testing for the UpdateParams handler (#49) 2023-04-05 18:40:42 -04:00
David Terpay
a0dacf78a1
[ENG-684]: Single Coin Fees (#48) 2023-04-05 18:04:45 -04:00
David Terpay
5d1e08d5aa
[ENG-685]: Reordering the bid checking so that it is more logical (#45) 2023-04-05 17:55:00 -04:00
dependabot[bot]
dbf280be65
chore(deps): bump github.com/spf13/cobra from 1.6.1 to 1.7.0 (#46)
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Aleksandr Bezobchuk <alexanderbez@users.noreply.github.com>
2023-04-05 17:17:47 +00:00
Aleksandr Bezobchuk
2cb87355b9
docs: update readme (#44)
Co-authored-by: David Terpay <35130517+davidterpay@users.noreply.github.com>
2023-04-05 16:57:03 +00:00
David Terpay
8353af3a96
updating buf version to proper sdk version (#43) 2023-04-04 13:27:56 -04:00
David Terpay
61fcd5efdc
[ENG-653]: Rename to builder module (#41) 2023-04-03 18:53:38 +00:00
dependabot[bot]
36c7509d57
chore(deps): bump github.com/cosmos/gogoproto from 1.4.6 to 1.4.7 (#42)
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-03-31 11:32:50 -04:00
David Terpay
345ce2d4fa
Registering the Query and Msg Server in App Module (#37) 2023-03-29 17:37:14 -04:00
David Terpay
c368f4cb00
Aggregating all testing functionality into one directory (#38) 2023-03-29 14:30:53 -04:00
dependabot[bot]
bd5104ffc7
chore(deps): bump github.com/cosmos/cosmos-sdk from 0.47.0 to 0.47.1 (#35)
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-03-28 20:15:54 -04:00
dependabot[bot]
635b7593ff
chore(deps): bump cosmossdk.io/math from 1.0.0-rc.0 to 1.0.0 (#36)
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-03-28 20:15:38 -04:00
David Terpay
2db90d4eae
[ENG-599]: Ante handler testing (#33)
Co-authored-by: Aleksandr Bezobchuk <alexanderbez@users.noreply.github.com>
2023-03-22 14:32:58 -04:00
dependabot[bot]
4a13a85ab1
chore(deps): bump google.golang.org/grpc from 1.53.0 to 1.54.0 (#34) 2023-03-22 18:30:01 +00:00
David Terpay
717238ffd7
[ENG-540]: Process Proposal + Process Proposal Testing (#31) 2023-03-22 14:06:15 -04:00
David Terpay
c8115a0d81
[ENG-569]: PrepareProposal Testing (#29) 2023-03-21 10:07:14 -04:00
David Terpay
9e350bc7f7
[ENG-613]: Linting fixes (#32)
Co-authored-by: Aleksandr Bezobchuk <aleks.bezobchuk@gmail.com>
2023-03-20 16:58:19 +00:00
Aleksandr Bezobchuk
99b4bc2da2
Proposer Bid Reward [ENG-534] (#24) 2023-03-17 10:38:09 -04:00
David Terpay
fdfd12a81d
[ENG-585]: Setting min bid increment in ante (#28) 2023-03-16 19:40:09 -04:00
dependabot[bot]
b6da342a49
chore(deps): bump actions/setup-go from 3 to 4 (#30)
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-03-16 10:42:09 -04:00
David Terpay
34fef8f45b
[ENG-597]: Front-running Protection (#27) 2023-03-16 09:38:59 -04:00
dependabot[bot]
560639f1e0
chore(deps): bump github.com/cosmos/cosmos-sdk from 0.47.0-rc3.0.20230308212038-818f6a047eeb to 0.47.0 (#23)
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-03-15 15:29:35 -04:00
David Terpay
68588d93fb
[ENG-539]: Mempool Testing (#25)
Co-authored-by: Aleksandr Bezobchuk <aleks.bezobchuk@gmail.com>
Co-authored-by: Aleksandr Bezobchuk <alexanderbez@users.noreply.github.com>
2023-03-15 14:26:32 -04:00
David Terpay
d807400a11
[ENG-532]: Updating default params (#26) 2023-03-15 14:21:39 -04:00
Aleksandr Bezobchuk
e630bd4a39
Auction Index Refactor [ENG-547] (#18)
Co-authored-by: David Terpay <david.terpay@gmail.com>
2023-03-15 10:20:24 -04:00
dependabot[bot]
8a761d219d
chore(deps): bump github.com/golang/protobuf from 1.5.2 to 1.5.3 (#20)
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Aleksandr Bezobchuk <alexanderbez@users.noreply.github.com>
2023-03-14 14:46:42 +00:00
dependabot[bot]
66f020d849
chore(deps): bump github.com/cosmos/cosmos-proto from 1.0.0-beta.2 to 1.0.0-beta.3 (#21)
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-03-14 14:43:28 +00:00
dependabot[bot]
71467c36de
chore(deps): bump github.com/stretchr/testify from 1.8.1 to 1.8.2 (#22)
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-03-14 10:42:02 -04:00
Aleksandr Bezobchuk
0d475f632d
CI Setup (#19) 2023-03-14 10:23:27 -04:00
David Terpay
1c96a6c3c2
Ante Handler [ENG-545] (#16) 2023-03-13 15:54:40 -04:00
Aleksandr Bezobchuk
629a3b3edd
feat: Implement PrepareProposal ABCI Handler [ENG-541] (#13) 2023-03-13 12:43:47 -04:00
Aleksandr Bezobchuk
afd56f2bbf
feat: auction index (#12)
Co-authored-by: David Terpay <35130517+davidterpay@users.noreply.github.com>
2023-03-06 12:40:57 -05:00
David Terpay
aff1a26da9
Scaffolding basic module configurations (#5)
Co-authored-by: Aleksandr Bezobchuk <aleks.bezobchuk@gmail.com>
2023-03-02 16:02:01 -05:00
Aleksandr Bezobchuk
293ee765b9
feat: base mempool setup (#2) 2023-03-01 11:47:44 -05:00
Aleksandr Bezobchuk
0aadcd5bea
feat: update types pkg (#9) 2023-02-28 09:50:56 -05:00
David Terpay
6040538831
Terpay/proto additions (#3)
Co-authored-by: Aleksandr Bezobchuk <aleks.bezobchuk@gmail.com>
2023-02-23 16:46:20 -05:00
Aleksandr Bezobchuk
0f7c95dbf7
chore: Setup Scaffolding for Protobuf (#1) 2023-02-23 13:38:13 -05:00
Aleksandr Bezobchuk
5b6c7a6203
initial commit 2023-02-23 12:44:15 -05:00
Aleksandr Bezobchuk
69b453d796
Initial commit 2023-02-23 11:57:50 -05:00