sig nonce usecase
See original GitHub issueHi Team,
I am a software developer from Energy Web and have couple of queries regarding EthereumDIDRegistry
contract.
The current deployed EthereumDIDRegistry
doesn’t have sig nonce changes (PR). Is there any specific reason for it? The changes are quite old and it is neither merged to the master nor deployed. We are moving to production and want to confirm which version of the contract should we move ahead with.
Also, would it make sense to have an Upgradable EthereumDIDRegistry
contract?
Apologies If I am not using the right channel / template for such queries.
Issue Analytics
- State:
- Created 2 years ago
- Reactions:1
- Comments:8 (8 by maintainers)
Top Results From Across the Web
Signing and Verifying Ethereum messages - EthVigil
Applications of signing and verifying of messages#. Any use case which involves the blockchain being used to store proofs of computations/ business process ......
Read more >Issues · uport-project/ethr-did-registry - GitHub
sig nonce usecase. #44 opened on Nov 28, 2021 by nichonien · 8 · Signed Transaction Replay-ability. #16 opened on Oct 30, 2018...
Read more >Conquering the Nonce - Devcon Archive
The nonce - just a single, incrementing integer that lets you send your transactions to the Eth network. Simple, right? Our experience working...
Read more >Delegation and Voting with EIP-712 Signatures - Medium
The delegatee, nonce, expiry, and signature can then be used by any Ethereum address to publish the delegate transaction.
Read more >What is ecrecover in Solidity? - Solidity developer
Alternatively they are available in the eth-sig-util library. ... Doesn't the nonce mean signatures have to come in order? What if they came...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
This issue and other requests made me realize that this contract’s immutability is becoming an issue, so I started a governance topic for did:ethr on our discord: https://discord.gg/MTeTAwSYe7
You can fork this repository and push to your fork. Then you can make the PR from the forked repository to the main repository.