cryptochain
cryptochain copied to clipboard
Build a blockchain-based cryptocurrency on the full stack course
Bumps [cookiejar](https://github.com/bmeck/node-cookiejar) from 2.1.2 to 2.1.4. Commits See full diff in compare view [](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter...
Here is issue where I explained the problem: https://github.com/15Dkatz/cryptochain/issues/19
Bumps [express](https://github.com/expressjs/express) from 4.16.4 to 4.17.3. Release notes Sourced from express's releases. 4.17.3 deps: accepts@~1.3.8 deps: mime-types@~2.1.34 deps: [email protected] deps: [email protected] deps: [email protected] deps: [email protected] deps: [email protected] deps: [email protected] deps:...
Bumps [qs](https://github.com/ljharb/qs) to 6.5.3 and updates ancestor dependencies [qs](https://github.com/ljharb/qs), [body-parser](https://github.com/expressjs/body-parser) and [express](https://github.com/expressjs/express). These dependencies need to be updated together. Updates `qs` from 6.5.2 to 6.5.3 Changelog Sourced from qs's changelog....
Bumps [decode-uri-component](https://github.com/SamVerschueren/decode-uri-component) from 0.2.0 to 0.2.2. Release notes Sourced from decode-uri-component's releases. v0.2.2 Prevent overwriting previously decoded tokens 980e0bf https://github.com/SamVerschueren/decode-uri-component/compare/v0.2.1...v0.2.2 v0.2.1 Switch to GitHub workflows 76abc93 Fix issue where decode...
Bumps [css-what](https://github.com/fb55/css-what) from 2.1.2 to 3.4.2. Release notes Sourced from css-what's releases. v3.4.2 feat(lint): Add eslint-plugin-node de90133 Use Object.keys as Object.values is not supported in node<7 (#295 by @klapec) 98a0489...
Bumps [degenerator](https://github.com/TooTallNate/node-degenerator) to 3.0.2 and updates ancestor dependency [pubnub](https://github.com/pubnub/javascript). These dependencies need to be updated together. Updates `degenerator` from 1.0.4 to 3.0.2 Release notes Sourced from degenerator's releases. 3.0.2 Patches...
I found that validTransactionData method of Blockchain class does not work properly. Precisely I think that this part is problem const trueBalance = Wallet.calculateBalance({ chain: this.chain, address: transaction.input.address }); if...
This code is duplicate on L28 - L40. https://github.com/15Dkatz/cryptochain/blob/48993aa39583d1f9960cc745143af68d275b6b52/app/pubsub.pubnub.js#L85-L97
I'm on Chapter 3, I started getting this error in around section 15 and this failed error in test is not going away. I am now on section 18 in...