Projects : gbw-node : gbw-node_memoryview_replacement

gbw-node/manifest

Dir - Raw

1711740 gbw-node_subdir_genesis jfw Online database frontend and schema for gbw, the Gales Bitcoin Wallet. Reissued to follow various conventions: top-level project subdir, lowercase manifest filename, README at project level. (File renaming only; pending content changes are to follow.)
2711740 gbw-node_usrbin jfw As seen also with gscm, change command symlink from /command/gbw-node to /usr/bin/gbw-node, and correct the install script for the case of replacing an existing version. Update README and bump version to reflect the packaging changes.
3783265 gbw-node_error_reporting jfw Fix undefined reference on reporting a bad address in cmd_tags. More generally, simplify arglist processing and fix the silent ignoring of excess CLI arguments, by having Python unpack the arglist automatically into named parameters of each command handler function. Report more context for address decoding errors. Clarify help text regarding input format for watch and push commands.
4783269 gbw-node_error_tolerance jfw Don't die immediately on bad input lines.
5783270 gbw-node_db_auto_init jfw Automate database initialization from schema script; update and expand related documentation.
6783272 gbw-node_memoryview_replacement jfw Replace memoryview with cStringIO for loading block data, eliminating the main cause of Python 2.7 dependence, simplifying the code and even somewhat improving performance.