Commit Graph

36 Commits

Author SHA1 Message Date
StephenButtolph 3eb9788976 formatting changes 2020-06-17 23:29:30 -04:00
Stephen Buttolph 284d0ee765
Merge branch 'master' into codec-upgrade 2020-06-16 00:45:20 -04:00
Gabriel Cardona aa5422696e Set helpers to Debug log level. 2020-06-15 21:14:54 -07:00
Gabriel Cardona ec953d6ec3 Fix log level. 2020-06-15 15:08:03 -07:00
Gabriel Cardona ef0b9bfb1e Merge branch 'master' into log-level-and-format 2020-06-15 15:07:44 -07:00
Stephen Buttolph 91852fe932
nit 2020-06-15 17:08:25 -04:00
Stephen Buttolph 413ff7b0b4
Merge branch 'master' into patch-1 2020-06-15 17:06:43 -04:00
Dan Laine 18c0b0a65b move codec to utils 2020-06-15 13:20:30 -04:00
Gabriel Cardona f59f45a20f Make all RPC call logs `Info` level. 2020-06-15 09:35:41 -07:00
Gabriel Cardona d85ef87695 * Use Debug log level for all RPC calls
* Use convention: [vm/api: function_name called...]. Ex: "Platform: SampleValidators called...
2020-06-13 11:06:32 -07:00
Aaron Buchwald 2fb88906cc
Add testing for avm API ImportKey 2020-06-12 15:10:39 -04:00
tbrunain fca752f3c8 fix: Add test for empty username case 2020-06-07 11:09:42 +02:00
tbrunain 4d7067c28e fix: Add a check on username in importUser 2020-06-07 11:01:25 +02:00
Shashank 311ce90977
Fixed go format 2020-06-03 19:47:39 +05:30
Shashank 6dc67bbf70
Updated fix for issue 195
https://github.com/ava-labs/gecko/issues/195
2020-06-03 14:08:57 +05:30
Shashank 8e8dd7529b
Fix for KeyStore DoS vulnerability
https://github.com/ava-labs/gecko/issues/195
2020-06-02 22:47:02 +05:30
Collin Montag e2ba60d3ac added importuser test 2020-05-18 15:07:23 -04:00
Collin Montag f655592a1c standard password error 2020-05-18 14:36:37 -04:00
Collin Montag b2a85ccecd ks importuser fix 2020-05-18 14:19:15 -04:00
Collin Montag e9218c733b ks importuser password check 2020-05-18 12:18:48 -04:00
Anil Dasari deb71d519c remove keyvalue slice 2020-05-12 10:15:33 +05:30
Anil Dasari 59e38e369c error descrption fix 2020-05-12 10:10:46 +05:30
Anil Dasari 4ba3a9fd8c review comment: delete prefix db data 2020-05-12 03:19:16 +05:30
Anil Dasari 8c2b71e00b refactoring and styling fix 2020-05-12 00:46:26 +05:30
Anil Dasari 8b83cb5175 review comments: remove from all dbs 2020-05-12 00:41:04 +05:30
Anil Dasari c81521a454 comments typo correction 2020-05-07 13:08:42 +05:30
Anil Dasari b096ee6771 add DeleteUser rpc 2020-05-07 13:00:27 +05:30
StephenButtolph 946f2b3545 cleaned up keystore API + improved batching 2020-04-04 16:57:13 -04:00
swdee 05a2bcbef5 fix spelling typo 2020-03-18 07:53:25 +13:00
swdee 93d2e66c21 fix build problem with limiting length of username output when logging 2020-03-17 08:55:52 +13:00
swdee d27aa66996 changed error message when password is rejected 2020-03-17 08:31:37 +13:00
swdee 2d0f56bbaf log call to createuser even if rejected by username/password length being to long 2020-03-17 08:22:16 +13:00
swdee 946fb662a2 added in checking of password strength when creating a new user 2020-03-14 10:04:57 +13:00
swdee 33ed4b5d24 change format of errUserPassMaxLength 2020-03-14 08:29:42 +13:00
swdee 1aef6e1cb3 added sanity checks on user/pass string length when creating user via RPC API 2020-03-13 22:28:32 +13:00
StephenButtolph b9e34e3b15 init repo 2020-03-10 15:20:34 -04:00