Commit Graph
347 Commits
Author SHA1 Message Date
d3e059dd2a feat: add support for ed25519 tx signature verification (#23283)
Co-authored-by: Alex | Interchain Labs <alex@skip.money>
Co-authored-by: Alex | Interchain Labs <alex@interchainlabs.io>
Co-authored-by: Marko <marko@baricevic.me>
2025-02-04 07:57:07 +00:00
Julien Robert e441778435 refactor!: simplify signing packages (#23470) 2025-01-22 11:15:49 +00:00
Marko b23bb7aee8 chore: revert multisig M>N rule (#23439) 2025-01-17 14:35:21 +00:00
MarkoandAlex | Interchain Labs 642e8814f8 refactor(crypto): add check in multisig verification (#23395)
Co-authored-by: Alex | Interchain Labs <alex@skip.money>
2025-01-17 12:31:10 +00:00
luchenhan 5fb5ddaa1c docs: fix function name and comment (#23372)
Signed-off-by: luchenhan <hanluchen@aliyun.com>
2025-01-14 11:56:31 +00:00
06f5339d78 chore: fix spelling errors (#23270)
Co-authored-by: github-merge-queue <118344674+github-merge-queue@users.noreply.github.com>
Co-authored-by: Alex | Interchain Labs <alex@skip.money>
2025-01-09 20:52:55 +00:00
d8c84589fc style: remove redundant import alias (#23130)
Co-authored-by: hao.wang <hao.wang@haowangdeMacBook-Pro.local>
Co-authored-by: Marko <marko@baricevic.me>
Co-authored-by: Alex | Skip <alex@skip.money>
2025-01-03 15:04:11 +00:00
Bob ef7dbc9ab9 Fixed typos and improved clarity in documentation (#23077) 2024-12-27 14:10:46 +00:00
fudancoder 69025c5566 chore: fix some function names in comment (#23008)
Signed-off-by: fudancoder <fudancoder@icloud.com.>
2024-12-19 15:47:48 +00:00
Marko 9d9c19c0f8 fix(crypto): bls compilation (#22717) 2024-12-02 17:34:30 +00:00
Marko 9d6d1067bc fix: match comets bls implmentation (#22613) 2024-11-22 10:36:30 +00:00
Wukingbow 4adbd6fadd docs: add comments for funcs (#22279) 2024-10-16 14:08:01 +00:00
xujikksandkeke-ka 8c39f41101 docs(crypto): update docs (#22247)
Co-authored-by: keke-ka <kkektkid@163.com>
2024-10-14 12:18:51 +00:00
4aeb053925 refactor(genutil): Use sdk types genesis validator (#21678)
Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com>
Co-authored-by: Matt Kocubinski <mkocubinski@gmail.com>
2024-10-09 05:18:05 +00:00
Ezequiel Raynaudo 5bed9658aa fix(crypto/ledger): Improve error message when deriving paths (#22116) 2024-10-03 19:39:50 +00:00
Ezequiel Raynaudo 76862a089f docs(crypto): Add readme file (#22082) 2024-10-03 15:44:17 +00:00
Julián ToledanoandJulien Robert c8f4cf787b feat(client/v2): factory (#20623)
Co-authored-by: Julien Robert <julien@rbrt.fr>
2024-10-03 12:45:10 +00:00
Julien Robert cbdfd9bdfa chore: bump golangci-lint and fix all linting issues (#21761) 2024-09-16 19:11:19 +00:00
c0eced8d7e feat(crypto/keyring): add Linux's keyctl support (#21653)
Signed-off-by: Alessio Treglia <al@essio.dev>
Co-authored-by: Alessio Treglia <alessio@jur.io>
Co-authored-by: Matt Kocubinski <mkocubinski@gmail.com>
Co-authored-by: Julien Robert <julien@rbrt.fr>
Co-authored-by: Marko <marko@baricevic.me>
2024-09-16 08:35:11 +00:00
Marko d275c67d6d build(deps): update comet (#21586) 2024-09-09 07:49:55 +00:00
Julien Robert a57b25418a refactor(core): move amino registrar and drop legacy package (#21531) 2024-09-05 11:44:52 +00:00
Marko 70488a89a8 refactor: revert auth extraction (#21507) 2024-09-03 21:12:21 +00:00
Julián Toledano a51b432b76 refactor(types,client,simapp): remove some address String() calls (#21455) 2024-09-02 10:28:12 +00:00
Julien Robert 819330872c build(deps): use Go 1.23 instead of Go 1.22 (#21280) 2024-08-15 08:43:08 +00:00
luozexuan 7f04ef89e5 chore: fix some comments (#21238)
Signed-off-by: luozexuan <fetchcode@139.com>
2024-08-09 12:29:07 +00:00
Facundo Medica 9ab162de6d chore(all)!: use gogoproto/any instead of codec/types/any (#21013) 2024-07-22 11:23:51 +00:00
Tuan Tran 25e99c54ba chore(docs): comments should begin with the name of the thing being described (#20903) 2024-07-08 14:21:07 +00:00
Devon Bearandocnc2 600f7740cc fix(bls12381): go build flags were not configured correctly. (#20752)
Co-authored-by: ocnc2 <169075746+ocnc2@users.noreply.github.com>
2024-06-24 07:54:34 +00:00
Facundo Medica b9ca318121 fix: nested multisig signatures using CLI (#20438) 2024-06-14 16:57:00 +00:00
son trinhandcoderabbitai[bot] 021ab6dcc2 refactor(x/auth): Fix system test (#20531)
Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com>
2024-06-12 07:02:12 +00:00
05ff7a7cb7 feat(crypto): add blst (#20296)
Co-authored-by: itsdevbear <itsdevbear@berachain.com>
Co-authored-by: Akhil Kumar P <36399231+akhilkumarpilli@users.noreply.github.com>
2024-06-11 17:16:07 +00:00
Matt Kocubinski e034766799 refactor(runtime/v2): remove dependency on sdk (#20389) 2024-05-16 11:40:11 +00:00
Matt Kocubinski 493d486bc6 refactor: decouple from sdk/codec in amino codec usage (#20369) 2024-05-14 16:52:51 +00:00
Hoa Nguyen 22aa95ccbd chore: make fmt.Errorf use %w to wrap error instead of %v (#20350) 2024-05-12 08:11:25 +00:00
mmsqeandJulien Robert c4308d2da0 feat(crypto/keyring): expose db keyring used in the keystore (#20212)
Co-authored-by: Julien Robert <julien@rbrt.fr>
2024-05-09 11:33:38 +00:00
Markoandyihuang 0dfb54e36a refactor! : bump comet to v1 (#19726)
Co-authored-by: yihuang <yi.codeplayer@gmail.com>
2024-05-06 14:12:00 +00:00
Tuan Tran 8a36d9d3d0 refactor: replace error-handling code for potential wrapped errors (#20214) 2024-04-30 11:14:02 +00:00
Hoang Do 99dbdd5aa7 chore: fix all typos (#20196) 2024-04-26 10:01:14 +00:00
seayyyy 63f386ee08 chore: fix some comments (#20119) 2024-04-22 06:43:19 +00:00
Marko 600c2468b8 chore: fix codeql issue (#20113) 2024-04-22 06:36:15 +00:00
ipangpang 1bd4351241 style: remove redundant import alias (#20109)
Signed-off-by: ipangpang <arronipangpang@gmail.com>
2024-04-21 19:03:43 +00:00
Marko 13cf11aa92 chore: codeql changes (#20091) 2024-04-20 14:23:39 +00:00
fuyangpengqiandsamricotta bbd16afab6 chore: fix function names in comment (#20086)
Signed-off-by: fuyangpengqi <995764973@qq.com>
Co-authored-by: samricotta <37125168+samricotta@users.noreply.github.com>
2024-04-18 13:40:08 +00:00
Facundo Medica d00f3c8fff fix: secp256r1 json missing quotes (#20060) 2024-04-17 08:17:15 +00:00
Facundo MedicaandMarko 037cf98f7e fix: Implement gogoproto customtype to secp256r1 keys (#20027)
Co-authored-by: Marko <marko@baricevic.me>
2024-04-12 21:23:05 +00:00
Ezequiel Raynaudo b9c8d60ea0 refactor: bump gogoproto (#19869) 2024-03-28 19:53:21 +00:00
Matt KocubinskiandMarko c807aaede8 refactor!: mv AddressCodecs aliases from runtime -> core (#19747)
Co-authored-by: Marko <marbar3778@yahoo.com>
2024-03-14 14:19:15 +00:00
Rootul PandMarko 5424b55c57 fix(crypto): error if incorrect ledger public key (#19691)
Co-authored-by: Marko <marbar3778@yahoo.com>
2024-03-13 19:07:34 +00:00
Julián Toledano 25aea8af8a refactor!: remove global config from x/auth and client (#19447) 2024-03-06 13:14:16 +00:00
Qt b2e8feb61f refactor(crypto): unify the error handling methods in the crypto package that are different from the project style (#19650) 2024-03-05 13:36:10 +00:00