BlockchainEngineering icon indicating copy to clipboard operation
BlockchainEngineering copied to clipboard

Learn to think like a blockchain designer by solving practical challenges

Results 9 BlockchainEngineering issues
Sort by recently updated
recently updated
newest added

Bumps [ipython](https://github.com/ipython/ipython) from 7.15.0 to 8.10.0. Release notes Sourced from ipython's releases. See https://pypi.org/project/ipython/ We do not use GitHub release anymore. Please see PyPI https://pypi.org/project/ipython/ Commits 15ea1ed release 8.10.0 560ad10...

dependencies

Bumps [pillow](https://github.com/python-pillow/Pillow) from 9.0.0 to 9.3.0. Release notes Sourced from pillow's releases. 9.3.0 https://pillow.readthedocs.io/en/stable/releasenotes/9.3.0.html Changes Initialize libtiff buffer when saving #6699 [@​radarhere] Limit SAMPLESPERPIXEL to avoid runtime DOS #6700 [@​wiredfool]...

dependencies

Bumps [nbconvert](https://github.com/jupyter/nbconvert) from 5.6.1 to 6.5.1. Release notes Sourced from nbconvert's releases. Release 6.5.1 No release notes provided. 6.5.0 What's Changed Drop dependency on testpath. by @​anntzer in jupyter/nbconvert#1723 Adopt...

dependencies

Bumps [mistune](https://github.com/lepture/mistune) from 0.8.4 to 2.0.3. Release notes Sourced from mistune's releases. Version 2.0.2 Fix escape_url via lepture/mistune#295 Version 2.0.1 Fix XSS for image link syntax. Version 2.0.0 First release...

dependencies

Bumps [numpy](https://github.com/numpy/numpy) from 1.19.1 to 1.22.0. Release notes Sourced from numpy's releases. v1.22.0 NumPy 1.22.0 Release Notes NumPy 1.22.0 is a big release featuring the work of 153 contributors spread...

dependencies

Bumps [notebook](http://jupyter.org) from 6.4.1 to 6.4.12. [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=notebook&package-manager=pip&previous-version=6.4.1&new-version=6.4.12)](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 it yourself. You can also trigger a...

dependencies

It seems that on line `G = sim.get_graph()` in the third notebook, `get_graph()` is not defined in the Simulation class.

When running pip install with the requirements file. It crashes on Windows... The error that is thrown is during the installation of Numpy: `The " Microsoft Visual C++ 14.0 or...

In the Jupyter notebook 02_Gossip_Services, the cell `Average time` contains the following piece of code. ```python def show_avg_time(df): plt.figu re(figsize=(10, 5)) ax = sns.boxplot(data=df, ) ax.set_title('Average time to arrival', fontsize=...