This repository has been archived by the owner on Nov 30, 2018. It is now read-only.
Releases: clawoflight/aursec
Releases · clawoflight/aursec
Shellcheck Fixes
v0.12.1 Fix shellcheck errors
Fix for Ethereum API change
v0.12 fix for geth api change
Many improvements
Changes since last version:
Bennett Piater (3):
The contract now remembers the second-most-common hash for each package as well. This is not deployed yet.
aursec-init: extract log file into variable
aursec: improve output
Lukas Krismer (10):
aursec-init: allways show progress of dag generation
aursec-init: check if connected with blockchain
aursec-init: bugfix
genBlock: add config
init: add sleep for ensuring the service is started
aursec-init: wait for sync
aursec-init & chain: add max times for curl and wait for sync
aursec-init: improve output
aursec-chain: improve output
aursec-chain: Handle SIGHUP SIGINT SIGTERM
Bugfix
Changes since last version:
Bennett Piater (3):
README: show build status for master only
aursec-init: fix another permission issue
README: add that we need a user and group
Bugfix
Changes since last version:
Bennett Piater (1):
aursec-init: give $BLOCKCHAIN_PATH/markers mode 755
Small improvements
Changes since last version:
Bennett Piater (4):
Improve automatic mining
edit readme
Merge pull request #24 from jelly/master
aursec-hash: use readarray instead of command substitution to get the vcs directories.
Jelle van der Waa (1):
Make circleci status clickable
Lukas Krismer (2):
aursec-blockchain.service: max use 200% of CPU (2 Threads)
tui: change just to only
Hotfix
Fix an issue with aursec-init.
Improve usability
Changes since last version:
Lukas Krismer (2):
aursec-init: Mine 2 Blocks
aursec-init & aursec manpage: Add note, that there will be a sync
Many fixes and small improvements
Changes since last version:
Bennett Piater (11):
ignore python bytecode
Merge branch 'TUI_devel' of github.com:/clawoflight/aursec into TUI_devel
tui.py: show short hash of blocks (first 8 chars)
tui.py: add some key bindings.
tui.py: hide leading 0x of the miner hash
Add a first version of the TUI makefile
Merge branch 'TUI_devel'
Finish the TUI's makefile
aursec-hash: use pkgbase as id if available, else pkgname
aursync.7.md: update notes
aursec.1.md: fix typo
Lukas Krismer (23):
tui.py: added first layout of the tui
TUI: rough structure
rename transactions -> blocks
blocks: added backend for tui
tui: connect backend with frontend. CONTAINS BUGS
tui: testing
tui: fixed buggs
tui: format output
ignore: idea folders
remove idea folders
add gitkeep again
tui: fixed transaction syntax bug
tui: executable
tui: executeable with python 3
tui: other transactions then hash-commits will not lead to a crash
tui: fixed syntax bug
tui: fixed bug - not showing hash-commits
tui: fixed bug - just showing transactions with even nr
tui: nicer setting format
aursec-chain manpage: fix Camelcase Headline, remove unneeded Headlines
aursec-tui manpage: start making the manpage
aursec-tui manpage: finished manpage
aursec-init: hotfix
First stable version.
Changes since last version:
Bennett Piater (22):
aursec.1.md: first proper man-page
manpage improvements
Finish the man-pages.
aursec-verify-hashes: use lowercase variable names
_aursec-chain: add newline at EOF
aursec-chain: formatting
aursec-init: add marker files and adapt permissions accordingly
aursec-chain,aursec-blockchain-mine.service: Finish auto-mining.
Specify PS4 prompt for better debugging with bash -x
aursec-hash: tweaked firejail ruleset
add a first braindump for the structure of the paper
aursec-hash: fix CI warnings
aursec: detect errors from aursec-hash.
add aurse-aurbuild-wrapper and docs
aursec: threshold can be configured through an environment variable.
aursec-init: fix file permissions.
Add aursec-aursync-wrapper
aursec-hash: redirect all firejail output to /dev/null
aursec-blockchain.service: correct install section (hopefully)
aursec-hash: fix stupid mistake.
aursec-init: Fix wrong file mode
aursec-blockchain-mine.timer: mine hourly instead of daily
Lukas Krismer (19):
aursec-chain: improve debug output
aursec-chain.1.md: updated man-page
_aursec-chain: created autocompletion for aursec-chain in zsh
aursec-chain.1.md: adjust the manpage to the changes
aursec-chain: prevent infinite loop by mining n blocks
structure.md: added points to the structure
structure.md: deleted last line
structure.md: adjusted after feedback
aursec-chain: limit mining jobs to 1 per time closing #23
blockchain.service: now connect to bootnode. This closes #21
aursec-init: Added fail if genesis block wasn't found
aursec-chain: fixed bugs with curl
aursec-chain: removed 1 debug output
genesis_block: increase difficulty
genesis-block:decrease difficulty
aursec: adjust to new serverblockchain with contract
aursec-chain: remove bug from get hash
aursec-init: generate DAG
aursec-chain: mine with 1 thread