David Terpay
|
6745a20e99
|
init (#9)
|
2023-08-21 16:20:07 -04:00 |
|
David Terpay
|
e9c31f621f
|
ITS migrated shippor
|
2023-08-17 17:51:39 -04:00 |
|
David Terpay
|
b191a6d3f7
|
generating new protos
|
2023-08-17 17:29:48 -04:00 |
|
David Terpay
|
b50fb816c8
|
its
|
2023-08-17 16:42:17 -04:00 |
|
David Terpay
|
bf25872404
|
init
|
2023-08-17 16:40:59 -04:00 |
|
David Terpay
|
16887dcce9
|
more nitz
|
2023-08-17 10:43:36 -04:00 |
|
David Terpay
|
fe172ffba3
|
lint
|
2023-08-16 11:09:54 -04:00 |
|
David Terpay
|
af2b5226f3
|
rename of constructor to base
|
2023-08-15 18:01:49 -04:00 |
|
David Terpay
|
a9022fd3ca
|
Merge branch 'main' into terpay/rename-to-block-sdk
|
2023-08-15 16:38:51 -04:00 |
|
David Terpay
|
10688927ce
|
feat(BB): Initialization of lane constructor code (#244)
|
2023-08-15 19:28:13 +00:00 |
|
David Terpay
|
dbf4b6720c
|
starting to add docs
|
2023-08-15 12:39:10 -04:00 |
|
David Terpay
|
4cbf8d0f1a
|
deprecating blockbuster
|
2023-08-15 11:15:34 -04:00 |
|
David Terpay
|
9d349910d1
|
moving lanes to their own directory
|
2023-08-15 11:09:17 -04:00 |
|
David Terpay
|
b2daf5acbb
|
rename tob lane to mev lane
|
2023-08-15 09:44:11 -04:00 |
|
David Terpay
|
e9dd8259eb
|
base app fix
|
2023-08-14 19:20:13 -04:00 |
|
David Terpay
|
50edf777de
|
merging n updating n shi
|
2023-08-14 19:13:49 -04:00 |
|
David Terpay
|
605d94f201
|
init
|
2023-08-14 18:18:23 -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 |
|
David Terpay
|
14f83b5e25
|
feat(BB): Update match function to include sdk.Context (#234)
|
2023-08-10 17:01:52 +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 |
|
dependabot[bot]
|
91af6a4c47
|
chore(deps): bump github.com/cosmos/cosmos-sdk from 0.47.2 to 0.47.3 (#173)
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: David Terpay <35130517+davidterpay@users.noreply.github.com>
Co-authored-by: David Terpay <david.terpay@gmail.com>
|
2023-07-03 15:07:42 +00:00 |
|
David Terpay
|
04f3862ecb
|
feat(bb): Multi-lane testing + docs (#174)
|
2023-06-13 12:52:10 +00:00 |
|
David Terpay
|
3d505edf31
|
feat(BB): Decoding Txs before ProcessLane + IgnoreList (#170)
|
2023-06-08 20:23:20 +00:00 |
|
David Terpay
|
38f2ae20f6
|
feat(BB): Main BB testing (Mempool + ABCI) (#169)
|
2023-06-08 15:46:24 +00:00 |
|
David Terpay
|
cfe2147d52
|
feat(BB): Free Lane (#167)
|
2023-06-07 16:38:42 +00:00 |
|
David Terpay
|
b7780a3140
|
feat(bb): Defer in proposal handlers, more interfaces for lanes, clean up (#165)
|
2023-06-07 13:47:34 +00:00 |
|
David Terpay
|
648a2f88d6
|
fix: CheckTx Handler (#141)
|
2023-05-23 22:09:37 +00:00 |
|
Aleksandr Bezobchuk
|
5fa7309ca5
|
refactor: separate v1 and v2 (VE) (#142)
|
2023-05-17 15:22:30 +00:00 |
|
mergify[bot]
|
c86338fdc1
|
test: Migrating the live node script to E2E (backport #133) (#138)
Co-authored-by: David Terpay <35130517+davidterpay@users.noreply.github.com>
Co-authored-by: Aleksandr Bezobchuk <aleks.bezobchuk@gmail.com>
|
2023-05-15 23:23:50 +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
|
4da95939f5
|
feat: Integrating POB into sim-app base app. (#130)
Co-authored-by: Aleksandr Bezobchuk <aleks.bezobchuk@gmail.com>
|
2023-05-11 18:58:35 +00:00 |
|
Aleksandr Bezobchuk
|
cc74b9e027
|
feat: [ENG-792] Implement E2E Testing Framework (#107)
|
2023-05-08 14:45:17 -04:00 |
|