-
-
Notifications
You must be signed in to change notification settings - Fork 140
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
Fix / Kujira / New tendermint changes #218
Fix / Kujira / New tendermint changes #218
Conversation
0a9c9b8
to
f3ae8a4
Compare
f3ae8a4
to
de29e8d
Compare
de29e8d
to
a42c013
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Changes reviewed.
27ab13e
to
bd9c79a
Compare
Hi @fengtality, @cardosofede, @rapcmia We've created this PR (and another one for the Client) in order to update and improve our connector due to some feedback we've received from our users also to conform to the new breaking changes on the Kujira blockchain. The summary of the PR explain the changes and they are relatively simple, for this one we need to touch some more files because it was needed to change the Tendermint references in different ones. Disclaimer: unfortunately (as it has happened before), our build is not green but the tests which are failing are not related to us or our code, it's related with ethereum. Please kindly take a look at it when you have time. |
bd9c79a
to
074c139
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
- Ran test on this PR with development branch
- Setup Kujira testnet
- Able to create order and cancel when reached refresh time
- Orders are successfully filled
- Ran same tests with docker build, all ok
074c139
to
87098b6
Compare
87098b6
to
524e832
Compare
…ating CLOB validator to accept market orders. commit 0854c33 Author: Danilo Araújo Silva <danilo.silva@funttastic.com> Date: Wed Oct 25 23:38:51 2023 +0300 Adding support market orders. commit 0379f28 Author: Danilo Araújo Silva <danilo.silva@funttastic.com> Date: Wed Oct 25 21:39:00 2023 +0300 Updating yarn.lock. commit f3ae8a4 Author: Álvaro E. F. Mota <alvaro.mota@funttastic.com> Date: Fri Oct 20 18:40:28 2023 -0300 Added two more test to cover exception cases commit da4b091 Author: Álvaro E. F. Mota <alvaro.mota@funttastic.com> Date: Fri Oct 20 17:22:39 2023 -0300 Added some tests that cover some exceptions commit 49ac103 Author: Álvaro E. F. Mota <alvaro.mota@funttastic.com> Date: Tue Oct 17 18:40:02 2023 -0300 Updated the Tendermint version
524e832
to
15d7dc8
Compare
With the new changes to the Kujira blockchain and the Cosmos library,
we are updating the code changing the references of the Tendermin34Client class in favor or the Tendermint37Client class,
now necessary to keep the connector working properly.
We also used the opportunity to create some more unit tests to increase the test coverage.
Finally we've updated a CLOB core validator to also accept market orders.