education-cryptomoji icon indicating copy to clipboard operation
education-cryptomoji copied to clipboard

Results 15 education-cryptomoji issues
Sort by recently updated
recently updated
newest added

Known high severity security vulnerability detected in deep-extend < 0.5.1 defined in package-lock.json package-lock.json update suggested: deep-extend ~> 0.5.1.  

All app design material should be removed from READMEs and maintained separately in `reading/part-XXX/design.md`. All educational curriculum should be removed from READMEs and maintained separately in `reading/part-XXX/curriculum.md`. READMEs should contain...

in progress
version 2

These characters do not display on every system: 10047 3642

bug
in progress

Move all videos to an external service like YouTube, and then rebase all repo branches to remove these videos from the commit history entirely. The 500MB download is simply too...

bug
in progress

Failures in a `beforeEach` hook do not report back their error messages. No test should run a the function being tested in `beforeEach`.

bug
in progress

The Cryptomoji App should be redesigned to remove most of the extra noise that distracts students from the actual Sawtooth implementation, as well as front-loading the more typical blockchain behavior...

in progress
design
version 2

Blocked by #127 Once integration tests are in place, stub files for a Java TP and docker-compose components should be added to the repo. Should probably include a method to...

enhancement
help wanted

Blocked by #127 Once integration tests are in place, stub files for a Python TP and docker-compose components should be added to the repo. Should probably include a method to...

enhancement
help wanted

Transaction processor can be written in any language, but the current Javascript unit tests necessitate a JS implementation. Adding integration tests would allow students to write their Transaction Processor in...

enhancement
help wanted

Specifically these two issues popped up for many students on Linux: Issues with number of watchers: https://stackoverflow.com/questions/22475849/node-js-error-enospc/32600959#32600959 `echo fs.inotify.max_user_watches=524288 | sudo tee -a /etc/sysctl.conf && sudo sysctl -p` Sudo required...

bug