block-sdk/block
Alex Johnson 41e85e9cfe
feat: x/blocksdk module integration (#201)
* 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

* config

* app

* clean

* wip

* mocks

* integrate into mempool

* lane utils

* wip

* fix and test

* format

* debug logs

* add

* integrate

* format

* fix

* rm

* add

* fmt imports

* better error

* simplify

* simplify

* simplify

* format

* deep copy

* Update block/lane.go

Co-authored-by: Keefer Taylor | Tessellated <keefer@tessellated.io>

---------

Co-authored-by: aljo242 <alex@ingenuity.build>
Co-authored-by: Keefer Taylor | Tessellated <keefer@tessellated.io>
2023-11-07 16:22:17 -05:00
..
base feat: x/blocksdk module integration (#201) 2023-11-07 16:22:17 -05:00
mocks feat: x/blocksdk module integration (#201) 2023-11-07 16:22:17 -05:00
proposals fmt all 2023-11-02 11:01:54 -04:00
utils feat(ABCI): New Proposal Struct with Associated Metadata (#126) 2023-09-28 11:10:13 -04:00
ante.go feat(ABCI): New Proposal Struct with Associated Metadata (#126) 2023-09-28 11:10:13 -04:00
lane_test.go feat: x/blocksdk module integration (#201) 2023-11-07 16:22:17 -05:00
lane.go feat: x/blocksdk module integration (#201) 2023-11-07 16:22:17 -05:00
mempool_test.go feat: x/blocksdk module integration (#201) 2023-11-07 16:22:17 -05:00
mempool.go feat: x/blocksdk module integration (#201) 2023-11-07 16:22:17 -05:00
types.go fmt all 2023-11-02 11:01:54 -04:00