RiV-chain / riv-benchmark

RiV benchmark repo contains all necessary tests to determine actual performance for signature signing and hashing
MIT License
0 stars 0 forks source link

Can't find dependencies org.riv.bls:0.0.1-SNAPSHOT #1

Closed jc0803kevin closed 2 years ago

jc0803kevin commented 2 years ago

Can't find dependencies org.riv.bls:0.0.1-SNAPSHOT

vikulin commented 2 years ago

Thanks, I will take a look today.

сб, 11 сент. 2021 г. в 05:05, Jc0803kevin @.***>:

Can't find dependencies org.riv.bls:0.0.1-SNAPSHOT

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/RiV-chain/riv-benchmark/issues/1, or unsubscribe https://github.com/notifications/unsubscribe-auth/AAFVRRVZG5HHYZ4MB7Y6JTTUBK2PZANCNFSM5D2NSJCQ . Triage notifications on the go with GitHub Mobile for iOS https://apps.apple.com/app/apple-store/id1477376905?ct=notification-email&mt=8&pt=524675 or Android https://play.google.com/store/apps/details?id=com.github.android&referrer=utm_campaign%3Dnotification-email%26utm_medium%3Demail%26utm_source%3Dgithub.

vikulin commented 2 years ago

Find the requested dependency here

jc0803kevin commented 2 years ago

Find the requested dependency here

link : https://github.com/RiV-chain/bls . 404

vikulin commented 2 years ago

Try now, it was a private

пн, 13 сент. 2021 г. в 05:27, Jc0803kevin @.***>:

Find the requested dependency here https://github.com/RiV-chain/bls

link : https://github.com/RiV-chain/bls . 404

— You are receiving this because you modified the open/close state. Reply to this email directly, view it on GitHub https://github.com/RiV-chain/riv-benchmark/issues/1#issuecomment-917786194, or unsubscribe https://github.com/notifications/unsubscribe-auth/AAFVRRQUHIZPPI3XPS4GADTUBVOSPANCNFSM5D2NSJCQ . Triage notifications on the go with GitHub Mobile for iOS https://apps.apple.com/app/apple-store/id1477376905?ct=notification-email&mt=8&pt=524675 or Android https://play.google.com/store/apps/details?id=com.github.android&referrer=utm_campaign%3Dnotification-email%26utm_medium%3Demail%26utm_source%3Dgithub.

jc0803kevin commented 2 years ago

How to use it as a bls signature for filecoin Message?

type Message struct {
    Version uint64

    To   address.Address
    From address.Address

    Nonce uint64

    Value abi.TokenAmount

    GasLimit   int64
    GasFeeCap  abi.TokenAmount
    GasPremium abi.TokenAmount

    Method abi.MethodNum
    Params []byte
}
vikulin commented 2 years ago

This is Java framework not C

пн, 13 сент. 2021 г. в 17:24, Jc0803kevin @.***>:

How to use it as a bls signature for filecoin Message?

type Message struct { Version uint64

To address.Address From address.Address

Nonce uint64

Value abi.TokenAmount

GasLimit int64 GasFeeCap abi.TokenAmount GasPremium abi.TokenAmount

Method abi.MethodNum Params []byte }

— You are receiving this because you modified the open/close state. Reply to this email directly, view it on GitHub https://github.com/RiV-chain/riv-benchmark/issues/1#issuecomment-918247012, or unsubscribe https://github.com/notifications/unsubscribe-auth/AAFVRRQ7IBPMH33BVGP6NLDUBYCSTANCNFSM5D2NSJCQ . Triage notifications on the go with GitHub Mobile for iOS https://apps.apple.com/app/apple-store/id1477376905?ct=notification-email&mt=8&pt=524675 or Android https://play.google.com/store/apps/details?id=com.github.android&referrer=utm_campaign%3Dnotification-email%26utm_medium%3Demail%26utm_source%3Dgithub.

jc0803kevin commented 2 years ago

This is Java framework not C пн, 13 сент. 2021 г. в 17:24, Jc0803kevin @.***>: How to use it as a bls signature for filecoin Message? type Message struct { Version uint64 To address.Address From address.Address Nonce uint64 Value abi.TokenAmount GasLimit int64 GasFeeCap abi.TokenAmount GasPremium abi.TokenAmount Method abi.MethodNum Params []byte } — You are receiving this because you modified the open/close state. Reply to this email directly, view it on GitHub <#1 (comment)>, or unsubscribe https://github.com/notifications/unsubscribe-auth/AAFVRRQ7IBPMH33BVGP6NLDUBYCSTANCNFSM5D2NSJCQ . Triage notifications on the go with GitHub Mobile for iOS https://apps.apple.com/app/apple-store/id1477376905?ct=notification-email&mt=8&pt=524675 or Android https://play.google.com/store/apps/details?id=com.github.android&referrer=utm_campaign%3Dnotification-email%26utm_medium%3Demail%26utm_source%3Dgithub.

I know it is a Java framework, but I just want to explain some attributes of message

vikulin commented 2 years ago

For BLS signature calculation you have to prepare byte array type and pass it to

tech.pegasys.teku.bls.BLS.sign(BLSSecretKey, Bytes, String) method

вт, 14 сент. 2021 г. в 09:28, Jc0803kevin @.***>:

This is Java framework not C пн, 13 сент. 2021 г. в 17:24, Jc0803kevin @ .***>: … <#m2547982707696547878> How to use it as a bls signature for filecoin Message? type Message struct { Version uint64 To address.Address From address.Address Nonce uint64 Value abi.TokenAmount GasLimit int64 GasFeeCap abi.TokenAmount GasPremium abi.TokenAmount Method abi.MethodNum Params []byte } — You are receiving this because you modified the open/close state. Reply to this email directly, view it on GitHub <#1 (comment) https://github.com/RiV-chain/riv-benchmark/issues/1#issuecomment-918247012>, or unsubscribe https://github.com/notifications/unsubscribe-auth/AAFVRRQ7IBPMH33BVGP6NLDUBYCSTANCNFSM5D2NSJCQ . Triage notifications on the go with GitHub Mobile for iOS https://apps.apple.com/app/apple-store/id1477376905?ct=notification-email&mt=8&pt=524675 or Android https://play.google.com/store/apps/details?id=com.github.android&referrer=utm_campaign%3Dnotification-email%26utm_medium%3Demail%26utm_source%3Dgithub .

I know it is a Java framework, but I just want to explain some attributes of message

— You are receiving this because you modified the open/close state. Reply to this email directly, view it on GitHub https://github.com/RiV-chain/riv-benchmark/issues/1#issuecomment-918848462, or unsubscribe https://github.com/notifications/unsubscribe-auth/AAFVRRTX6DDLY4LJ4DS5IHLUB3TRJANCNFSM5D2NSJCQ . Triage notifications on the go with GitHub Mobile for iOS https://apps.apple.com/app/apple-store/id1477376905?ct=notification-email&mt=8&pt=524675 or Android https://play.google.com/store/apps/details?id=com.github.android&referrer=utm_campaign%3Dnotification-email%26utm_medium%3Demail%26utm_source%3Dgithub.

jc0803kevin commented 2 years ago

Can you give me an email address? I would like to ask some questions

vikulin commented 2 years ago

@.*** or telegram: https://t.me/rivchain

вт, 14 сент. 2021 г. в 12:03, Jc0803kevin @.***>:

Can you give me an email address? I would like to ask some questions

— You are receiving this because you modified the open/close state. Reply to this email directly, view it on GitHub https://github.com/RiV-chain/riv-benchmark/issues/1#issuecomment-918958615, or unsubscribe https://github.com/notifications/unsubscribe-auth/AAFVRRXK4EXASSQCI27NSIDUB4FXXANCNFSM5D2NSJCQ . Triage notifications on the go with GitHub Mobile for iOS https://apps.apple.com/app/apple-store/id1477376905?ct=notification-email&mt=8&pt=524675 or Android https://play.google.com/store/apps/details?id=com.github.android&referrer=utm_campaign%3Dnotification-email%26utm_medium%3Demail%26utm_source%3Dgithub.