issues
search
coder5876
/
simple-multisig
Simple multisig for Ethereum using detached signatures
MIT License
247
stars
108
forks
source link
issues
Newest
Newest
Most commented
Recently updated
Oldest
Least commented
Least recently updated
updated: solidity version to 0.8 & web3.js API
#53
MCarlomagno
opened
2 years ago
0
Solidity version updated, refactoring and execute's input signatures need to be passed as v,r,s separate arrays anymore.
#52
SuperCS92
opened
2 years ago
0
Update SimpleMultiSig.sol
#51
sudiptab2100
opened
3 years ago
0
Updating the deprecated function calls
#50
sudiptab2100
opened
3 years ago
0
Error: Cannot find module '/usr/local/lib/node_modules/truffle/node_modules/sqlite3/lib/binding/node-v64-linux-x64/node_sqlite3.node'
#49
sugalivijaychari
opened
3 years ago
0
Who is pay fee for deploy and call multisign contract.
#48
vtn-dev2016
opened
4 years ago
0
Can the owner limit be changed from 10 back to 20?
#47
bmperrea
opened
4 years ago
0
Create .gitattributes
#46
decanus
opened
4 years ago
0
is there any documents to describe how to use
#45
theond
opened
4 years ago
2
Add audit report
#44
maurelian
closed
5 years ago
1
Fix typos, fix browser test
#43
coder5876
closed
5 years ago
0
Fix spelling of keccak256 in comments
#42
ethers
closed
5 years ago
1
emit deposit and withdrawal events
#41
devrandom
opened
5 years ago
2
EIP712 support and adding data to be signed
#40
coder5876
closed
5 years ago
2
Switch to using EIP712 for the signed data
#39
coder5876
closed
5 years ago
2
Why is "threshold_ >= 0" other than "threshold_ > 0"?
#38
yimapo
closed
6 years ago
1
TestRegistry.sol does not serve as a good testing example
#37
barakman
closed
6 years ago
5
Remove `left-pad` dependency
#36
barakman
closed
5 years ago
4
Resolve compilation warning
#35
barakman
closed
5 years ago
2
Ensure correct usage of BigNumber
#34
barakman
closed
5 years ago
1
Web3 and BigNumber are not combined correctly in your Truffle test
#33
barakman
closed
6 years ago
1
Nonce window
#32
devrandom
closed
6 years ago
4
Why is the execute function public and not external?
#31
ethers
closed
6 years ago
1
Why is the fallback function public and not external?
#30
ethers
closed
6 years ago
1
Document whether ER20 tokens are supported
#29
ripper234
opened
6 years ago
3
Update version to 1.0.4. Add RELEASE_NOTES
#28
coder5876
closed
6 years ago
0
A few minor changes
#27
ripper234
closed
6 years ago
2
Move assembly to execute function
#26
coder5876
closed
6 years ago
0
Document owners_ address being strictly increasing
#25
ripper234
closed
6 years ago
1
Update to new constructor syntax
#24
ripper234
closed
6 years ago
3
Add a bit of documentation to the constructor
#23
ripper234
closed
6 years ago
1
Check that threshold is positive instead of non-zero
#22
ripper234
closed
6 years ago
1
Race to nonce update problem
#21
elenadimitrova
closed
6 years ago
3
Use assembly instead of addr.call()
#20
coder5876
closed
6 years ago
0
Bump version, add RELEASE-NOTES
#19
coder5876
closed
6 years ago
0
Has this been audited?
#18
jamesray1
closed
6 years ago
3
Use the call opcode
#17
ethers
closed
6 years ago
1
Upgrade to compile and test cleanly with truffle 0.4.18
#16
grempe
closed
6 years ago
3
fixed tests, updated solidity version
#15
agonzalezv
closed
6 years ago
1
Possible replay attack
#14
christoph2806
opened
6 years ago
14
Should allow more signers than threshold
#13
christoph2806
closed
6 years ago
1
Unable to pre-sign transactions with web3.eth.sign
#12
christoph2806
closed
6 years ago
2
SimpleMultisig: style suggestion: remove `require` collation
#11
veox
closed
6 years ago
1
License of the contract
#10
ScJa
closed
6 years ago
11
Why not hardcode values?
#9
neuhaus
closed
6 years ago
6
Cannot pass the test: Uncaught Error: exceeds block gas limit
#8
liangpeili
closed
5 years ago
3
keccak256 (over sha3)
#7
ethers
closed
7 years ago
2
Update to 0.4.15
#6
maurelian
closed
7 years ago
1
Brick test
#5
maurelian
closed
7 years ago
0
Review changes
#4
maurelian
closed
7 years ago
0
Next