Holger Drewes
Holger Drewes
With CrawlSpider Rules there exists a more powerful tool in Scrapy (http://doc.scrapy.org/en/0.14/topics/spiders.html) to crawl pages from different urls following a certain pattern than it is actually realized in DDS with...
New round of beta releases following #2045. Client and some eventual last work still missing to be integrated, but open for review for all non-client libraries nevertheless. Releases targeted to...
This issue tracks problems of consumers of our beta-releases libraries which we should fix. **General** - [ ] Some error messages check `expected === actual` but do not report what...
Will reopen this issue in favor of #905 to give this more visibility again since this has proven to be very handy. To recap: this issue is for collecting small...
Currently our nightly node version tests from [here](https://github.com/ethereumjs/ethereumjs-monorepo/blob/master/.github/workflows/node-versions.yml) are failing for Node 14, 16 and 18, see e.g. [this](https://github.com/ethereumjs/ethereumjs-monorepo/runs/7664048458?check_suite_focus=true) run. Error message for all failing runs is: ``` Cannot find...
Some last minute thinking about the signature functionality for the breaking releases we now have in [signature.ts](https://github.com/ethereumjs/ethereumjs-monorepo/blob/master/packages/util/src/signature.ts) in `Util`, especially regarding the role of the `v` and `recovery` value. This...
To maintain a consistent HF state throughout the libraries is somewhat of a challenging task, we use the Common library for this a have fine-tuned usage and implementation patterns throughout...
It really get's on my nerve that it is so so hard to run the VM in a "real world" state context, so e.g. I just wanted to add a...