2023-06-24 22:59 | Add digest and signature checks in test | lash | 2 | +7 | -7 |
2023-06-24 21:04 | Generate signature from signedinfo | lash | 4 | +55 | -20 |
2023-06-23 20:31 | Verify sig from xml curve params | lash | 4 | +60 | -7 |
2023-06-23 19:08 | Make xml schema check pass | lash | 3 | +468 | -3 |
2023-06-22 23:20 | Add xml schema checker | lash | 8 | +105 | -30 |
2023-06-22 22:45 | Add xml sig parse module | lash | 4 | +270 | -0 |
2023-06-03 12:32 | Upgrade to beta | lash | 3 | +6 | -2 |
2023-03-29 14:15 | Bump version | lash | 2 | +3 | -1 |
2023-03-29 14:13 | Change package url | lash | 1 | +1 | -1 |
2022-11-14 18:50 | Update readme | lash | 2 | +4 | -33 |
2022-11-14 08:15 | Correct license file package var | lash | 2 | +2 | -2 |
2022-11-14 07:49 | Change license to AGPL3, waive copyright | lash | 7 | +120 | -86 |
2021-11-15 13:30 | Bump version to whole patch | nolash | 1 | +1 | -1 |
2021-10-10 16:28 | Add license | nolash | 2 | +674 | -0 |
2021-10-10 16:11 | Factor out eth code | nolash | 31 | +1 | -1809 |
2021-10-10 11:46 | Add lock, unlock, keyfile error detail | nolash | 5 | +40 | -11 |
2021-10-10 07:57 | Make cli test pass | nolash | 4 | +10 | -9 |
2021-10-10 07:55 | Make signer test pass | nolash | 5 | +116 | -211 |
2021-10-10 07:46 | Make sign test pass | nolash | 2 | +10 | -9 |
2021-10-10 07:41 | WIP refactor eth to separate module, rename to funga | nolash | 35 | +699 | -440 |
2021-09-23 18:44 | Add sign message alias | nolash | 1 | +8 | -0 |
2021-09-15 18:48 | One more typo | nolash | 2 | +2 | -2 |
2021-09-15 18:47 | Merge branch 'master' of gitlab.com:chaintool/crypto-dev-signer | nolash | 2 | +48 | -1 |
2021-09-15 18:47 | Symbol typo | nolash | 2 | +2 | -2 |
2021-09-15 18:40 | Add missing symbol in signer | nolash | 2 | +5 | -1 |
2021-09-15 15:57 | Merge branch 'daven/0.0.1' into 'master' | Daven Savoie | 2 | +48 | -1 |
2021-09-15 15:52 | Update run_tests.sh | Daven Savoie | 1 | +3 | -1 |
2021-09-15 15:50 | Update .gitlab-ci.yml | Daven Savoie | 1 | +1 | -1 |
2021-09-15 15:44 | Add new file | Daven Savoie | 1 | +45 | -0 |
2021-09-15 15:36 | Merge branch 'lash/http-real' | nolash | 14 | +450 | -180 |
2021-09-15 15:35 | Clean out commented lines in setup | nolash | 1 | +2 | -7 |
2021-09-07 06:56 | Add socket test missing warning | nolash | 8 | +130 | -15 |
2021-09-06 19:39 | Remove empty file | nolash | 2 | +1 | -8 |
2021-09-06 19:34 | Factor out components of cli daemon runnable to cli module | nolash | 8 | +319 | -271 |
2021-09-06 14:29 | Revert "Add http server to signer daemon" | nolash | 5 | +117 | -143 |
2021-09-06 14:28 | Revert "Remove rlp from signer method names" | nolash | 1 | +3 | -10 |
2021-09-06 13:48 | Add http server | nolash | 2 | +11 | -0 |
2021-09-06 13:47 | Add http server to signer daemon | nolash | 5 | +143 | -117 |
2021-08-23 16:07 | Remove rlp from signer method names | nolash | 2 | +11 | -4 |
2021-08-21 07:32 | Remove dead code, logger names | nolash | 12 | +5 | -311 |
2021-07-20 15:46 | Add private key bytes to private key converter, address default on keyfile decode | nolash | 10 | +21 | -7 |
2021-07-13 08:40 | Fix fail in tx serialization on none to-address (contract creation) | nolash | 3 | +7 | -2 |
2021-06-25 12:53 | Correct v transformation in transaction apply sig | nolash | 1 | +1 | -1 |
2021-06-25 11:08 | Make literal v literal v in argument | nolash | 3 | +6 | -5 |
2021-06-12 19:40 | Enable literal v setting in apply signature | nolash | 2 | +6 | -3 |
2021-06-09 14:21 | Remove secret key log output | nolash | 1 | +1 | -1 |
2021-06-09 13:17 | Add zero-length password option to keyfile tool | nolash | 3 | +6 | -2 |
2021-05-02 16:06 | Change path | nolash | 2 | +2 | -2 |
2021-04-23 20:02 | Correct jsonrpc version json key | nolash | 2 | +3 | -3 |
2021-04-14 07:28 | Remove dependency breaker requirements | nolash | 2 | +2 | -5 |
2021-04-13 06:26 | Reinstate sql requirements file | nolash | 1 | +2 | -0 |
2021-04-12 17:09 | Export canonical order method | nolash | 2 | +11 | -4 |
2021-04-11 13:09 | Make sql requirements extras in packaging | nolash | 3 | +15 | -4 |
2021-04-09 14:05 | Improve hex prefix handling for keyfile and dictstore | nolash | 4 | +24 | -13 |
2021-03-31 10:13 | Return address from import key in same format as get | nolash | 6 | +22 | -12 |
2021-03-27 15:28 | Remove premature int cast of tx chain id input | nolash | 1 | +4 | -4 |
2021-03-27 14:32 | Add separate signer with rlp output | nolash | 5 | +78 | -55 |
2021-03-26 12:08 | Rehabilitate tests, rename camelcase sign methods to snake case | nolash | 9 | +26 | -28 |
2021-03-25 18:14 | Split address generation steps | nolash | 5 | +18 | -10 |
2021-03-22 18:14 | Bump version | nolash | 1 | +1 | -1 |
2021-03-22 17:42 | Add private key input to keyfile crate, handle empty bytes in in serialize | nolash | 4 | +40 | -21 |
2021-03-21 13:03 | Remove spam logline bump version | nolash | 2 | +1 | -2 |
2021-03-19 19:14 | Revert from simple-rlp (does not serialize correctly) | nolash | 2 | +3 | -2 |
2021-03-18 10:59 | Upgrade deps | nolash | 1 | +2 | -2 |
2021-03-17 21:23 | Bump version | nolash | 2 | +5 | -2 |
2021-03-17 21:08 | Add passphrase prompt | nolash | 2 | +29 | -14 |
2021-03-17 20:51 | Add keyfile parser, creater | nolash | 3 | +248 | -2 |
2021-03-17 16:09 | Bump version | nolash | 3 | +3 | -3 |
2021-03-17 14:34 | Remove eth_keys, web3 dependencies | nolash | 15 | +122 | -75 |
2021-03-03 17:10 | Handle multiple zero-bytes on signatures | nolash | 3 | +27 | -6 |
2021-02-28 07:39 | Plug db session leak | nolash | 3 | +5 | -2 |
2021-02-07 15:23 | Typo in zero check | nolash | 2 | +2 | -2 |
2021-02-07 10:55 | Remove leading 0x00 from signature elements, add tx generation script | nolash | 4 | +158 | -1 |
2021-01-27 12:45 | Return hash for tx | nolash | 1 | +1 | -0 |
2021-01-27 12:33 | Add raw tx to error logging when tx send fails | nolash | 5 | +20 | -7 |
2021-01-25 17:22 | Add tcp server | nolash | 3 | +24 | -5 |
2021-01-14 10:36 | Relax confini requirement | nolash | 1 | +1 | -1 |
2021-01-14 10:11 | Remove rouge debug loglevel specifier | nolash | 3 | +3 | -3 |
2021-01-12 13:50 | Avoid empty nonce string from tx | nolash | 5 | +39 | -11 |
2021-01-11 19:30 | Bump beta, upgrade rlp | nolash | 2 | +2 | -2 |
2021-01-11 17:07 | Bump | nolash | 1 | +1 | -1 |
2021-01-10 17:27 | Add eth adapter to tx helper | nolash | 6 | +97 | -20 |
2021-01-09 21:59 | Bump prerelease | nolash | 3 | +45 | -23 |
2021-01-09 21:05 | Add transaction executor helper | nolash | 8 | +185 | -20 |
2021-01-09 19:37 | Bump prerelease | nolash | 1 | +1 | -1 |
2021-01-09 19:37 | Use hex in signer test text message, dictkeystore store pk as bytes | nolash | 2 | +13 | -5 |
2021-01-09 19:25 | Use keyapi for address generation in import key in dictkeystore | nolash | 11 | +94 | -7 |
2020-12-25 11:53 | Add missing param in middleware for sign | nolash | 5 | +7 | -2 |
2020-12-25 11:34 | Handle string and binary in signer backend | nolash | 1 | +7 | -1 |
2020-12-25 11:00 | Correct handler method params for sign | nolash | 1 | +4 | -4 |
2020-12-25 10:56 | Handle string message input for message signing | nolash | 3 | +7 | -2 |
2020-12-25 08:21 | Fix crash on unknown account sign | nolash | 6 | +20 | -2 |
2020-12-22 13:50 | Bump version | nolash | 2 | +3 | -1 |
2020-12-22 13:50 | Upgrade confini | nolash | 2 | +6 | -6 |
2020-12-19 07:47 | Add sign msg method | nolash | 7 | +45 | -4 |
2020-12-17 10:11 | Bump version | nolash | 2 | +3 | -1 |
2020-12-17 10:10 | Upgrade confini | nolash | 3 | +25 | -14 |
2020-12-15 07:22 | Upgrade rlp, load setup requirements from file | nolash | 4 | +10 | -41 |
2020-12-02 08:05 | Make dependency versions explicit in setup | nolash | 4 | +19 | -56 |
2020-10-26 08:10 | Update requirements file | nolash | 1 | +1 | -1 |
2020-10-26 08:02 | Handle hex inputs for tx create | nolash | 9 | +131 | -27 |
2020-10-20 09:39 | Upgrade confini | nolash | 1 | +1 | -1 |
2020-10-20 06:37 | Use SQLAlchemy | nolash | 5 | +66 | -32 |
2020-10-20 04:29 | Upgrade confini | nolash | 2 | +2 | -1 |
2020-10-18 08:32 | Upgrade confini | nolash | 8 | +264 | -249 |
2020-10-17 13:08 | More typo in middleware ipc check | nolash | 1 | +1 | -1 |
2020-10-17 13:03 | Fix condition omission checking ipc in middleware | nolash | 2 | +6 | -1 |
2020-10-17 12:47 | No middleware if no ipc, add prefix env var | nolash | 7 | +24 | -14 |
2020-10-17 10:25 | Remove hardcoded ipc path | nolash | 3 | +7 | -5 |
2020-10-17 09:06 | Add configurable dsn for postgres connection | nolash | 5 | +23 | -4 |
2020-10-17 00:44 | Add configs | nolash | 5 | +77 | -20 |
2020-09-22 09:37 | Merge branch 'lash/daemon-nonce' into 'master' | Louis Holbrook | 3 | +8 | -4 |
2020-09-22 09:26 | Fix daemon signTransaction nonce hardcoded to 0 | nolash | 3 | +8 | -4 |
2020-09-21 17:12 | Merge branch 'lash/import-prvate-key-type' into 'master' | Louis Holbrook | 4 | +31 | -16 |
2020-09-21 17:10 | Restructure import method chain | nolash | 4 | +31 | -16 |
2020-09-20 08:15 | Return new address on method 'new' | nolash | 2 | +5 | -1 |
2020-09-20 08:03 | Add missing comma in setup.py | nolash | 1 | +1 | -1 |
2020-09-20 08:00 | Rename forbidden keyword import | nolash | 4 | +10 | -2 |
2020-09-19 12:26 | Merge branch 'lash/table-when-not-exist' into 'master' | Louis Holbrook | 4 | +6 | -4 |
2020-09-19 12:26 | Merge remote-tracking branch 'nolash/master' into lash/table-when-not-exist | nolash | 6 | +31 | -8 |
2020-09-19 12:23 | Only create table if not exist | nolash | 4 | +8 | -4 |
2020-08-08 12:14 | Add comments | nolash | 1 | +3 | -2 |
2020-08-08 10:27 | Add feedback on missing secret | nolash | 1 | +14 | -1 |
2020-08-08 10:11 | update README | nolash | 1 | +10 | -4 |
2020-08-08 10:07 | Add metadata license, url | nolash | 3 | +5 | -0 |
2020-08-08 09:33 | Fix setup.py to include all modules | nolash | 21 | +210 | -200 |
2020-08-08 08:49 | Correct bogus asserts | nolash | 1 | +1 | -1 |
2020-08-08 08:45 | Add setup.py, rename server script | nolash | 7 | +182 | -162 |
2020-08-07 21:01 | Add eth_signTransaction workaround for missing personal_signTransaction | nolash | 5 | +48 | -14 |
2020-08-07 09:45 | Remove internal logging level set | nolash | 1 | +1 | -2 |
2020-08-07 09:40 | Remove multiple provideres in contrustor | nolash | 2 | +5 | -7 |
2020-08-07 09:37 | Move middleware to web3 override package | nolash | 4 | +119 | -91 |
2020-08-06 12:11 | Add keystore interface previously omitted, middleware req | nolash | 3 | +51 | -0 |
2020-08-06 09:09 | Merge branch 'master' of gitlab.com:grassrootseconomics/cic-platform-signer | nolash | 0 | +0 | -0 |
2020-08-06 09:07 | Add readme, changelog... | nolash | 11 | +845 | -80 |
2020-08-06 09:07 | Add readme, changelog... | nolash | 10 | +789 | -80 |
2020-08-06 08:05 | ... | nolash | 1 | +14 | -14 |
2020-08-06 07:58 | Uncomment dict translate | nolash | 1 | +7 | -5 |
2020-08-06 07:54 | Translate dict input | nolash | 1 | +6 | -1 |
2020-08-06 07:53 | Translate dict input | nolash | 1 | +7 | -2 |
2020-08-06 07:43 | Rename sign test file | nolash | 1 | +0 | -0 |
2020-08-06 07:41 | Add middleware example in scripts | nolash | 2 | +106 | -5 |
2020-08-05 20:00 | Implement personal_signTransaction in socket server | nolash | 4 | +31 | -7 |
2020-08-05 19:30 | Add personal_newAccount handler for socket server | nolash | 3 | +104 | -23 |
2020-08-05 18:00 | Update requirements | nolash | 1 | +6 | -0 |
2020-08-05 17:54 | Add wrong password test | nolash | 2 | +4 | -7 |
2020-08-05 17:51 | Add password to test | nolash | 2 | +8 | -2 |
2020-08-05 17:48 | Add encrypt and password to symmetric key hash in postgres package | nolash | 1 | +1 | -1 |
2020-08-05 17:48 | Add encrypt and password to symmetric key hash in postgres package | nolash | 1 | +0 | -10 |
2020-08-05 17:47 | Add encrypt and password to symmetric key hash in postgres package | nolash | 3 | +53 | -31 |
2020-08-05 16:14 | Add postgres with encryption | nolash | 4 | +122 | -4 |
2020-08-04 23:08 | Add python requirements | nolash | 1 | +8 | -0 |
2020-08-04 23:04 | Add socket server stub | nolash | 1 | +44 | -0 |
2020-08-04 21:41 | Initial commit | nolash | 5 | +151 | -0 |