-
Notifications
You must be signed in to change notification settings - Fork 1.3k
Description
Hey guys, obviously things have continued to get stale, but a great thank you goes out to @joeuhren and @TheHolyRoger for your community engagement, issue handling, and great code additions. While I'm basically more around just trying to help answer issues, I have not spent much time with new code additions, as I work more in Solana projects these days, and the forks have (hopefully) gotten a little better over time.
So I'm wondering if there's any forks out there that people are finding themselves using that have not yet created a PR to merge back with us. I know some forks like ciquiduis have come and gone, and they didn't do proper forks to track, but if someone can list out some of their favorite forks, i'd love to start going through and creating proper PRs to merge with.
I know there's been desires for things like Masternodes (properly implemented), better error management for different transaction types, and I'm certain that the RPC standards have probably had a few new features added that we could start looking into. Let me know, or if you're a Fork manager, please create a PR yourself and let us review! For me, personally, i'd love to use a 2 tier database system where historical data can be thrown into a db like Postgres or Mysql, and then the "fresh" data can be mongo. There are tools out there that do a pretty decent job of converting blockchain leveldb data from coind to SQL code, which would be great for those that need to sync ALOT of data up quickly, and having historical relational data is always fun (plus its less frequently accessed, so might as well get it onto a slower/less used node).
As always, thank you everyone for your continued commitment into Iquidus' Explorer, it's definitely been a fun journey working with the community these past few years.