funga

Signer and keystore daemon and library for cryptocurrency software development
Info | Log | Files | Refs | README | LICENSE

DateCommit messageAuthorFiles+-
2023-06-24 22:59Add digest and signature checks in testlash2+7-7
2023-06-24 21:04Generate signature from signedinfolash4+55-20
2023-06-23 20:31Verify sig from xml curve paramslash4+60-7
2023-06-23 19:08Make xml schema check passlash3+468-3
2023-06-22 23:20Add xml schema checkerlash8+105-30
2023-06-22 22:45Add xml sig parse modulelash4+270-0
2023-06-03 12:32Upgrade to betalash3+6-2
2023-03-29 14:15Bump versionlash2+3-1
2023-03-29 14:13Change package urllash1+1-1
2022-11-14 18:50Update readmelash2+4-33
2022-11-14 08:15Correct license file package varlash2+2-2
2022-11-14 07:49Change license to AGPL3, waive copyrightlash7+120-86
2021-11-15 13:30Bump version to whole patchnolash1+1-1
2021-10-10 16:28Add licensenolash2+674-0
2021-10-10 16:11Factor out eth codenolash31+1-1809
2021-10-10 11:46Add lock, unlock, keyfile error detailnolash5+40-11
2021-10-10 07:57Make cli test passnolash4+10-9
2021-10-10 07:55Make signer test passnolash5+116-211
2021-10-10 07:46Make sign test passnolash2+10-9
2021-10-10 07:41WIP refactor eth to separate module, rename to funganolash35+699-440
2021-09-23 18:44Add sign message aliasnolash1+8-0
2021-09-15 18:48One more typonolash2+2-2
2021-09-15 18:47Merge branch 'master' of gitlab.com:chaintool/crypto-dev-signernolash2+48-1
2021-09-15 18:47Symbol typonolash2+2-2
2021-09-15 18:40Add missing symbol in signernolash2+5-1
2021-09-15 15:57Merge branch 'daven/0.0.1' into 'master'Daven Savoie2+48-1
2021-09-15 15:52Update run_tests.shDaven Savoie1+3-1
2021-09-15 15:50Update .gitlab-ci.ymlDaven Savoie1+1-1
2021-09-15 15:44Add new fileDaven Savoie1+45-0
2021-09-15 15:36Merge branch 'lash/http-real'nolash14+450-180
2021-09-15 15:35Clean out commented lines in setupnolash1+2-7
2021-09-07 06:56Add socket test missing warningnolash8+130-15
2021-09-06 19:39Remove empty filenolash2+1-8
2021-09-06 19:34Factor out components of cli daemon runnable to cli modulenolash8+319-271
2021-09-06 14:29Revert "Add http server to signer daemon"nolash5+117-143
2021-09-06 14:28Revert "Remove rlp from signer method names"nolash1+3-10
2021-09-06 13:48Add http servernolash2+11-0
2021-09-06 13:47Add http server to signer daemonnolash5+143-117
2021-08-23 16:07Remove rlp from signer method namesnolash2+11-4
2021-08-21 07:32Remove dead code, logger namesnolash12+5-311
2021-07-20 15:46Add private key bytes to private key converter, address default on keyfile decodenolash10+21-7
2021-07-13 08:40Fix fail in tx serialization on none to-address (contract creation)nolash3+7-2
2021-06-25 12:53Correct v transformation in transaction apply signolash1+1-1
2021-06-25 11:08Make literal v literal v in argumentnolash3+6-5
2021-06-12 19:40Enable literal v setting in apply signaturenolash2+6-3
2021-06-09 14:21Remove secret key log outputnolash1+1-1
2021-06-09 13:17Add zero-length password option to keyfile toolnolash3+6-2
2021-05-02 16:06Change pathnolash2+2-2
2021-04-23 20:02Correct jsonrpc version json keynolash2+3-3
2021-04-14 07:28Remove dependency breaker requirementsnolash2+2-5
2021-04-13 06:26Reinstate sql requirements filenolash1+2-0
2021-04-12 17:09Export canonical order methodnolash2+11-4
2021-04-11 13:09Make sql requirements extras in packagingnolash3+15-4
2021-04-09 14:05Improve hex prefix handling for keyfile and dictstorenolash4+24-13
2021-03-31 10:13Return address from import key in same format as getnolash6+22-12
2021-03-27 15:28Remove premature int cast of tx chain id inputnolash1+4-4
2021-03-27 14:32Add separate signer with rlp outputnolash5+78-55
2021-03-26 12:08Rehabilitate tests, rename camelcase sign methods to snake casenolash9+26-28
2021-03-25 18:14Split address generation stepsnolash5+18-10
2021-03-22 18:14Bump versionnolash1+1-1
2021-03-22 17:42Add private key input to keyfile crate, handle empty bytes in in serializenolash4+40-21
2021-03-21 13:03Remove spam logline bump versionnolash2+1-2
2021-03-19 19:14Revert from simple-rlp (does not serialize correctly)nolash2+3-2
2021-03-18 10:59Upgrade depsnolash1+2-2
2021-03-17 21:23Bump versionnolash2+5-2
2021-03-17 21:08Add passphrase promptnolash2+29-14
2021-03-17 20:51Add keyfile parser, creaternolash3+248-2
2021-03-17 16:09Bump versionnolash3+3-3
2021-03-17 14:34Remove eth_keys, web3 dependenciesnolash15+122-75
2021-03-03 17:10Handle multiple zero-bytes on signaturesnolash3+27-6
2021-02-28 07:39Plug db session leaknolash3+5-2
2021-02-07 15:23Typo in zero checknolash2+2-2
2021-02-07 10:55Remove leading 0x00 from signature elements, add tx generation scriptnolash4+158-1
2021-01-27 12:45Return hash for txnolash1+1-0
2021-01-27 12:33Add raw tx to error logging when tx send failsnolash5+20-7
2021-01-25 17:22Add tcp servernolash3+24-5
2021-01-14 10:36Relax confini requirementnolash1+1-1
2021-01-14 10:11Remove rouge debug loglevel specifiernolash3+3-3
2021-01-12 13:50Avoid empty nonce string from txnolash5+39-11
2021-01-11 19:30Bump beta, upgrade rlpnolash2+2-2
2021-01-11 17:07Bumpnolash1+1-1
2021-01-10 17:27Add eth adapter to tx helpernolash6+97-20
2021-01-09 21:59Bump prereleasenolash3+45-23
2021-01-09 21:05Add transaction executor helpernolash8+185-20
2021-01-09 19:37Bump prereleasenolash1+1-1
2021-01-09 19:37Use hex in signer test text message, dictkeystore store pk as bytesnolash2+13-5
2021-01-09 19:25Use keyapi for address generation in import key in dictkeystorenolash11+94-7
2020-12-25 11:53Add missing param in middleware for signnolash5+7-2
2020-12-25 11:34Handle string and binary in signer backendnolash1+7-1
2020-12-25 11:00Correct handler method params for signnolash1+4-4
2020-12-25 10:56Handle string message input for message signingnolash3+7-2
2020-12-25 08:21Fix crash on unknown account signnolash6+20-2
2020-12-22 13:50Bump versionnolash2+3-1
2020-12-22 13:50Upgrade confininolash2+6-6
2020-12-19 07:47Add sign msg methodnolash7+45-4
2020-12-17 10:11Bump versionnolash2+3-1
2020-12-17 10:10Upgrade confininolash3+25-14
2020-12-15 07:22Upgrade rlp, load setup requirements from filenolash4+10-41
2020-12-02 08:05Make dependency versions explicit in setupnolash4+19-56
2020-10-26 08:10Update requirements filenolash1+1-1
2020-10-26 08:02Handle hex inputs for tx createnolash9+131-27
2020-10-20 09:39Upgrade confininolash1+1-1
2020-10-20 06:37Use SQLAlchemynolash5+66-32
2020-10-20 04:29Upgrade confininolash2+2-1
2020-10-18 08:32Upgrade confininolash8+264-249
2020-10-17 13:08More typo in middleware ipc checknolash1+1-1
2020-10-17 13:03Fix condition omission checking ipc in middlewarenolash2+6-1
2020-10-17 12:47No middleware if no ipc, add prefix env varnolash7+24-14
2020-10-17 10:25Remove hardcoded ipc pathnolash3+7-5
2020-10-17 09:06Add configurable dsn for postgres connectionnolash5+23-4
2020-10-17 00:44Add configsnolash5+77-20
2020-09-22 09:37Merge branch 'lash/daemon-nonce' into 'master'Louis Holbrook3+8-4
2020-09-22 09:26Fix daemon signTransaction nonce hardcoded to 0nolash3+8-4
2020-09-21 17:12Merge branch 'lash/import-prvate-key-type' into 'master'Louis Holbrook4+31-16
2020-09-21 17:10Restructure import method chainnolash4+31-16
2020-09-20 08:15Return new address on method 'new'nolash2+5-1
2020-09-20 08:03Add missing comma in setup.pynolash1+1-1
2020-09-20 08:00Rename forbidden keyword importnolash4+10-2
2020-09-19 12:26Merge branch 'lash/table-when-not-exist' into 'master'Louis Holbrook4+6-4
2020-09-19 12:26Merge remote-tracking branch 'nolash/master' into lash/table-when-not-existnolash6+31-8
2020-09-19 12:23Only create table if not existnolash4+8-4
2020-08-08 12:14Add commentsnolash1+3-2
2020-08-08 10:27Add feedback on missing secretnolash1+14-1
2020-08-08 10:11update READMEnolash1+10-4
2020-08-08 10:07Add metadata license, urlnolash3+5-0
2020-08-08 09:33Fix setup.py to include all modulesnolash21+210-200
2020-08-08 08:49Correct bogus assertsnolash1+1-1
2020-08-08 08:45Add setup.py, rename server scriptnolash7+182-162
2020-08-07 21:01Add eth_signTransaction workaround for missing personal_signTransactionnolash5+48-14
2020-08-07 09:45Remove internal logging level setnolash1+1-2
2020-08-07 09:40Remove multiple provideres in contrustornolash2+5-7
2020-08-07 09:37Move middleware to web3 override packagenolash4+119-91
2020-08-06 12:11Add keystore interface previously omitted, middleware reqnolash3+51-0
2020-08-06 09:09Merge branch 'master' of gitlab.com:grassrootseconomics/cic-platform-signernolash0+0-0
2020-08-06 09:07Add readme, changelog...nolash11+845-80
2020-08-06 09:07Add readme, changelog...nolash10+789-80
2020-08-06 08:05...nolash1+14-14
2020-08-06 07:58Uncomment dict translatenolash1+7-5
2020-08-06 07:54Translate dict inputnolash1+6-1
2020-08-06 07:53Translate dict inputnolash1+7-2
2020-08-06 07:43Rename sign test filenolash1+0-0
2020-08-06 07:41Add middleware example in scriptsnolash2+106-5
2020-08-05 20:00Implement personal_signTransaction in socket servernolash4+31-7
2020-08-05 19:30Add personal_newAccount handler for socket servernolash3+104-23
2020-08-05 18:00Update requirementsnolash1+6-0
2020-08-05 17:54Add wrong password testnolash2+4-7
2020-08-05 17:51Add password to testnolash2+8-2
2020-08-05 17:48Add encrypt and password to symmetric key hash in postgres packagenolash1+1-1
2020-08-05 17:48Add encrypt and password to symmetric key hash in postgres packagenolash1+0-10
2020-08-05 17:47Add encrypt and password to symmetric key hash in postgres packagenolash3+53-31
2020-08-05 16:14Add postgres with encryptionnolash4+122-4
2020-08-04 23:08Add python requirementsnolash1+8-0
2020-08-04 23:04Add socket server stubnolash1+44-0
2020-08-04 21:41Initial commitnolash5+151-0