Alex Kit
Alex Kit
Hi @nikkolasg , thank you for the submission. It looks like you have a typo in the parameter key, --endpoints, it should be singular. However, with this, you have given...
@peterbraden sure, if all the features from those 3 prs are acceptable, then I'll close them, merge und fix the tests. Cheers
Hi Peter, sorry for some delay, all the week I was at CeBIT. May I ask you, if it were possible: - to change all the tests to the [utest](https://github.com/atmajs/utest)...
@peterbraden , I have add `id` feature back, the tests are green know, but for the future it would be better to remove it and to rewrite the tests. As...
It adds array grouping by a type to the calendar instance. So that all, for example, `BEGIN:VEVENT ...` entries are stored in the array `calendar.vevent`. Firstly, It is semantically better...
My point was, that in-memory representation structure is not dependent on the spec _in this case_. I found nothing that says, that child object should be stored(_in memory_) under the...
Hi, thank you; I appreciate your feedback. Adding Flashbot relays has definitely been on my radar for a while. I have a question regarding some stats: Do you mostly submit...
Hi @ishfx, I've been working to integrate Flashbots support. Here are the key updates: 1. The [default configuration](https://github.com/0xweb-org/dequanto/blob/b8112e27945da7ffcb5b6ae27a528a9164eb4ba2/configs/dequanto.yml#L249) now includes relay URLs for Ethereum chains. 2. TypeScript classes for the...
ts-node shouldn't be the problem. Maybe some ts configuration issue. It uses additional npm dependencies, maybe they should be additionally installed, if you install dequanto as git submodule. Could you...
Thank you very much for the example. It seems that by default, `ts-node` prioritizes `.json` files over `.ts`. https://github.com/microsoft/TypeScript/issues/47870 https://github.com/ishfx/dequanto-test/tree/main/0xc/eth/chainlink/oracle-eth In this case, there are two files - one ABI...