David Terpay
97e5731f52
rm ( #530 )
2024-06-24 12:56:06 -04:00
David Terpay
7d8a6956a7
feat: gRPC mempool service ( #275 )
...
* make file nit
* base app set up
* make file update
* makefile nit
* adding service test to e2e
* lint
* type fix
* nit
* unit test + readme
2023-12-08 13:33:58 -05:00
David Terpay
736b2d3997
fix: String representation of escrow address ( #238 )
...
* greedy approach to lane verification
* docs
* base lane testing
* mev lane testing nits
* abci top level testing done
* network spamming in E2E
* string rep of escrow address
* nit
* removing logs from testing
* query test
2023-11-27 17:10:43 -05:00
Alex Johnson
79b9434615
feat: x/blocksdk full module ( #192 )
...
* module proto
* lane proto
* proto-gen
* proto-format
* regenerate
* genesis
* stub
* test
* comment
* new keeper functions
* finalize
* lint fix
* proto format
* encounteredLanes
* make protos
* generate
* generate
* msgs
* msgs test
* msg service
* grpc query
* add module
* add module assertions
* add client
* fix proto
* typo
2023-11-06 07:49:52 -05:00
Alex Johnson
ef654f5cbf
feat: x/blocksdk types and keeper outline ( #187 )
...
* module proto
* lane proto
* proto-gen
* proto-format
* regenerate
* genesis
* stub
* test
* comment
* new keeper functions
* finalize
* lint fix
* proto format
* encounteredLanes
2023-11-03 13:42:23 -04:00
Alex Johnson
d451d7a167
feat: x/blocksdk inital proto ( #183 )
...
* module proto
* lane proto
* proto-gen
* proto-format
* regenerate
* update desc
2023-11-02 14:42:58 -04:00
Alex Johnson
0346c07e86
chore: update all deps ( #184 )
...
* deps
* lint fix
* update proto and format
* proto update deps
* remove cmd
2023-11-02 14:27:10 -04:00
David Terpay
b9d6761776
feat(ABCI): New Proposal Struct with Associated Metadata ( #126 )
...
* new proto types for proposal info
* new proposal type
* nits
* lane input
* lint
* feat(ABCI): Deprecating `CheckOrderHandler` with new Proposal MetaData (#127 )
* refactor without checkorder
* nits
* more nits
* lint
* nits
* feat(ABCI): Updating MEV lane to have no `CheckOrder` handler + testing (#128 )
* updating mev lane
* nits
* preventing adding multiple bid txs in prepare
* update
2023-09-28 11:10:13 -04:00
Nikhil Vasan
3c6f319ff1
feat(docs): rename x/builder -> x/auction ( #55 )
...
* rename x/builder -> x/auction
* update proto / etc.
* integratino fix
---------
Co-authored-by: David Terpay <david.terpay@gmail.com>
2023-09-12 14:37:25 -04:00
David Terpay
b191a6d3f7
generating new protos
2023-08-17 17:29:48 -04:00
David Terpay
ecdb7395e3
proto stuff
2023-08-17 16:51:12 -04:00
David Terpay
bf25872404
init
2023-08-17 16:40:59 -04:00
David Terpay
1ed1adc856
feat(ITS): [ENG-1627]: Moving ITS from release branch to main ( #236 )
...
Co-authored-by: Nikhil <nikhil@skip.money>
2023-08-11 18:22:39 +00:00
Keefer Taylor | Tessellated
d22df9e622
chore(proto): run buf mod update ( #238 )
2023-08-09 19:41:50 +00:00
David Terpay
5dd05d1afb
chore(v0.50.0): Migrating codebase to latest SDK version ( #215 )
2023-07-26 21:42:57 +00:00
Nikhil Vasan
8b5ebc310a
feat: Provide Configuration Options for POB ( #206 ) ( #211 )
...
Co-authored-by: Keefer Taylor | Tessellated <keefer@tessellated.io>
2023-07-17 14:32:20 +00:00
David Terpay
e873dfda31
fix(Audit): Audit issues ( #190 )
2023-07-03 17:01:40 +00:00
Aleksandr Bezobchuk
7db24f2c29
refactor: remove min-buy-in param ( #135 )
...
Co-authored-by: David Terpay <35130517+davidterpay@users.noreply.github.com>
2023-05-15 15:43:03 +00:00
David Terpay
7797110514
feat(v1): Vote Extension Auction ( #106 )
2023-05-09 16:47:27 -04:00
David Terpay
32e2af07e0
fix(proto): File structure fix ( #115 )
2023-05-04 16:07:48 -04:00
David Terpay
a831b25025
[ENG-731]: Support for Dependencies Injection ( #65 )
2023-04-18 16:45:31 -04:00
David Terpay
a0dacf78a1
[ENG-684]: Single Coin Fees ( #48 )
2023-04-05 18:04:45 -04: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
Aleksandr Bezobchuk
99b4bc2da2
Proposer Bid Reward [ENG-534] ( #24 )
2023-03-17 10:38:09 -04:00
David Terpay
34fef8f45b
[ENG-597]: Front-running Protection ( #27 )
2023-03-16 09:38:59 -04:00
David Terpay
1c96a6c3c2
Ante Handler [ENG-545] ( #16 )
2023-03-13 15:54:40 -04: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
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