!mmelwcKhoDjexeOrKb:matrix.org

BitcoinJS-dev

58 Members
A room for chatting about bitcoinjs-lib and related libraries. https://github.com/bitcoinjs/bitcoinjs-lib2 Servers

Load older messages


SenderMessageTime
15 Apr 2024
@junderw:matrix.orgjunderwIf your issue / PR is not on there, ping me inside the PR/issue to ask me to add it to the project.00:21:29
@blueuwu:matrix.orgblueuwu joined the room.10:07:14
@blueuwu:matrix.orgblueuwuRedacted or Malformed Event10:12:41
@blueuwu:matrix.orgblueuwu

Hi, I am Blue, a Frontend Engineer from India. I have 2+ years of experience as a contractor/freelance as a Frontend Developer and currently in the final year of my Bachelors in Computer Engineering.

I am currently a contributor at Openmesh , a decentralized data and computing infrastructure, and working with Conversion Time to improve their client’s website UX.

My main goal with Summer of Bitcoin is to contribute to & get more comfortable with the Bitcoin ecosystem, and potentially work on complex and impactful projects.

10:18:37
@nakshatra05:matrix.orgNakshatra Goel joined the room.10:53:08
@rxbryan:matrix.orgrxbryan joined the room.13:47:45
@rxbryan:matrix.orgrxbryanHi everyone13:48:58
@rxbryan:matrix.orgrxbryan I'm Bryan Elee, a final year computer science and mathematics student and I'm interested working on the Update the bip174 repository to be up to date with the BIP for the Summer of Bitcoin. I participated in last year's summer of bitcoin under ledger and my project involved signing PSBTs, hence I'm quite familair with the BIP174 and do have some experience working with PSBTs 13:56:08
@rxbryan:matrix.orgrxbryan
In reply to @junderw:matrix.org

Recapping Everyone's projects:

ES modules: Anshuman Maurya Ashu Rajput 0xayman

Get rid of Buffer: Bhavesh Gupta

Update bip174: Ashu Rajput 0xayman

Currently Anshuman Maurya has mentioned about starting on bech32 with ES modules.

I am not very good with organizational tasks, if someone wants to help make sure that no one does duplicate work, I would greatly appreciate it.

Let me know what timezones you are all in so I can try to schedule the Q&A at a good time for everyone.

junderw: Seems like some participants have already been paired with the projects. I am free to work on this?
14:10:19
@rxbryan:matrix.orgrxbryan
In reply to @junderw:matrix.org

Recapping Everyone's projects:

ES modules: Anshuman Maurya Ashu Rajput 0xayman

Get rid of Buffer: Bhavesh Gupta

Update bip174: Ashu Rajput 0xayman

Currently Anshuman Maurya has mentioned about starting on bech32 with ES modules.

I am not very good with organizational tasks, if someone wants to help make sure that no one does duplicate work, I would greatly appreciate it.

Let me know what timezones you are all in so I can try to schedule the Q&A at a good time for everyone.

* junderw: Seems like some participants have already been paired with the projects. am i free to work on this?
14:10:34
@junderw:matrix.orgjunderw
In reply to @rxbryan:matrix.org
junderw: Seems like some participants have already been paired with the projects. am i free to work on this?
Sure. Just keep up with the Matrix chat, make PRs and Issues as much as you want and I’ll put them in the project. You can watch the live stream from Friday if you want to catch up. Just communicate and hopefully your peers will also keep up with what’s going on.
14:58:39
@junderw:matrix.orgjunderw
In reply to @blueuwu:matrix.org

Hi, I am Blue, a Frontend Engineer from India. I have 2+ years of experience as a contractor/freelance as a Frontend Developer and currently in the final year of my Bachelors in Computer Engineering.

I am currently a contributor at Openmesh , a decentralized data and computing infrastructure, and working with Conversion Time to improve their client’s website UX.

My main goal with Summer of Bitcoin is to contribute to & get more comfortable with the Bitcoin ecosystem, and potentially work on complex and impactful projects.

Welcome! What do you feel like working on? Catch up on the Matrix chat, and check out the GitHub project. Also we did a live stream on Friday if you want to watch that.
15:00:05
16 Apr 2024
@rxbryan:matrix.orgrxbryan
In reply to @junderw:matrix.org
Sure. Just keep up with the Matrix chat, make PRs and Issues as much as you want and I’ll put them in the project. You can watch the live stream from Friday if you want to catch up. Just communicate and hopefully your peers will also keep up with what’s going on.
Alright. I will like to see the live stream, if you can share a link. thank you
08:24:04
@barrytra:matrix.orgBhavesh Guptahttps://www.youtube.com/live/CVFFSzBQioI08:26:49
@junderw:matrix.orgjunderw
In reply to @rxbryan:matrix.org
Alright. I will like to see the live stream, if you can share a link. thank you
Bhavesh posted it for us.
08:29:46
@blueuwu:matrix.orgblueuwu
In reply to @junderw:matrix.org
Welcome! What do you feel like working on? Catch up on the Matrix chat, and check out the GitHub project. Also we did a live stream on Friday if you want to watch that.
Thank you! I was initially interested in adding ES modules support to the ecosystem, but noticed Bhavesh is working alone for the migration to Uint8Array so I will help out with that! I will check out the live stream and the codebase and get back to you here incase I have any questions.
08:41:31
@illaf244:matrix.orgELAF joined the room.12:18:44
17 Apr 2024
@sahil2008:matrix.orgsahil gupta

Hii junderw I hope you're doing well! I wanted to update you on the task you assigned to make the Bech32 module hybrid. I've completed the changes and submitted a pull request for your review.

Here's a brief overview of the changes I made:

Added "type": "module" to the package.json to support ECMAScript modules (ESM).

Generated both CommonJS (.cjs) and ECMAScript (.mjs) module files using tsup. This ensures compatibility with both module systems.

Modified the code to use both require and import statements to ensure the hybrid nature of the module.

I've also thoroughly tested the changes to ensure everything is working as expected.

Please take a look at the pull request when you have a moment, and let me know if there are any further adjustments or improvements needed.

07:57:18
@sahil2008:matrix.orgsahil gupta *

Hii junderw I hope you're doing well! I wanted to update you on the task you assigned to make the Bech32 module hybrid. I've completed the changes and submitted a pull request for your review.

Here's a brief overview of the changes I made:

Added "type": "module" to the package.json to support ECMAScript modules (ESM).

Generated both CommonJS (.cjs) and ECMAScript (.mjs) module files using tsup. This ensures compatibility with both module systems.

Modified the code to use both require and import statements to ensure the hybrid nature of the module.

I've also thoroughly tested the changes to ensure everything is working as expected.

Please take a look at the pull request when you have a moment, and let me know if there are any further adjustments or improvements needed.

07:57:38
@sahil2008:matrix.orgsahil gupta *

Hii junderw I hope you're doing well! I wanted to update you on the task you assigned to make the Bech32 module hybrid. I've completed the changes and submitted a pull request for your review.
https://github.com/bitcoinjs/bech32/pull/54
Here's a brief overview of the changes I made:

Added "type": "module" to the package.json to support ECMAScript modules (ESM).

Generated both CommonJS (.cjs) and ECMAScript (.mjs) module files using tsup. This ensures compatibility with both module systems.

Modified the code to use both require and import statements to ensure the hybrid nature of the module.

I've also thoroughly tested the changes to ensure everything is working as expected.

Please take a look at the pull request when you have a moment, and let me know if there are any further adjustments or improvements needed.

07:58:01
@sahil2008:matrix.orgsahil guptaRedacted or Malformed Event08:05:55
@junderw:matrix.orgjunderw
In reply to @sahil2008:matrix.org

Hii junderw I hope you're doing well! I wanted to update you on the task you assigned to make the Bech32 module hybrid. I've completed the changes and submitted a pull request for your review.
https://github.com/bitcoinjs/bech32/pull/54
Here's a brief overview of the changes I made:

Added "type": "module" to the package.json to support ECMAScript modules (ESM).

Generated both CommonJS (.cjs) and ECMAScript (.mjs) module files using tsup. This ensures compatibility with both module systems.

Modified the code to use both require and import statements to ensure the hybrid nature of the module.

I've also thoroughly tested the changes to ensure everything is working as expected.

Please take a look at the pull request when you have a moment, and let me know if there are any further adjustments or improvements needed.

This is a duplicate of one of the other participants that finished theirs 2 days ago.
I didn't know about tsup though. That seems like an interesting tool. I'll have to verify the source and use it someday.

Since the other participant got theirs in first, and they don't introduce a new prod dependency, I will go ahead and close your PR.

The only problem besides the new dependency was adding tsup as a dependency instead of a devDependency, people using the library have no need to install tsup.

Thanks for the PR, and check in here as well as the currently open pull requests on the repo before starting work if possible.

12:46:07
@junderw:matrix.orgjunderw
In reply to @sahil2008:matrix.org

Hii junderw I hope you're doing well! I wanted to update you on the task you assigned to make the Bech32 module hybrid. I've completed the changes and submitted a pull request for your review.
https://github.com/bitcoinjs/bech32/pull/54
Here's a brief overview of the changes I made:

Added "type": "module" to the package.json to support ECMAScript modules (ESM).

Generated both CommonJS (.cjs) and ECMAScript (.mjs) module files using tsup. This ensures compatibility with both module systems.

Modified the code to use both require and import statements to ensure the hybrid nature of the module.

I've also thoroughly tested the changes to ensure everything is working as expected.

Please take a look at the pull request when you have a moment, and let me know if there are any further adjustments or improvements needed.

*

This is a duplicate of one of the other participants that finished theirs 2 days ago.
I didn't know about tsup though. That seems like an interesting tool. I'll have to verify the source and use it someday.

Since the other participant got theirs in first, and they don't introduce a new prod dependency, I will go ahead and close your PR.

The only problem besides the new dependency was adding tsup as a dependency instead of a devDependency, people using the bech32 library have no need to install tsup.

Thanks for the PR, and check in here as well as the currently open pull requests on the repo before starting work if possible.

12:46:48
@junderw:matrix.orgjunderwQuick update on my health situation: I'm going to have some difficulty this week reviewing PRs. I will do my best to put everything on the Github Project if you ping me with a link, so that once I'm better, I can have everything in one place to go through. Let me know if any of you have questions.12:57:55
18 Apr 2024
@blueuwu:matrix.orgblueuwuWish you a godspeed recovery! ^-^08:43:29
20 Apr 2024
@biswa.b:matrix.orgBiswarghya Biswas joined the room.00:32:48
@aashutosh:matrix.orgaashutosh joined the room.13:40:59
22 Apr 2024
@tirth_2004:matrix.orgTirth Bhayani 4-Yr B.Tech.: Computer Sci. & Engg., IIT(BHU) joined the room.04:55:17
@zaidmstrr:matrix.orgzaidmstrr joined the room.13:28:14
@zaidmstrr:matrix.orgzaidmstrrHello everyone, I am Mohd Zaid a first year Masters of Computer Applications student, and a Summer of Bitcoin 2024 participant. I'm intrested in a project "Migrate from Buffer to Uint8Array". Since I'm bit late to join cause I have to complete the assignmnet first to be eligible for the proposal round, now I'm done with that part. As i seen the above messages, is the project mentees already assinged to the projects? And what are my next steps. Thank you13:36:08

Show newer messages


Back to Room ListRoom Version: 1