issues
search
numerai
/
tournament-contracts
ETH contracts for NMR and staking
12
stars
5
forks
source link
issues
Newest
Newest
Most commented
Recently updated
Oldest
Least commented
Least recently updated
Bump cookiejar from 2.1.2 to 2.1.4
#69
dependabot[bot]
opened
1 year ago
0
Bump express from 4.17.1 to 4.18.2
#68
dependabot[bot]
opened
1 year ago
0
Bump qs from 6.5.2 to 6.5.3
#67
dependabot[bot]
opened
1 year ago
0
Bump decode-uri-component from 0.2.0 to 0.2.2
#66
dependabot[bot]
opened
1 year ago
0
Bump copy-props from 2.0.4 to 2.0.5
#65
dependabot[bot]
opened
2 years ago
0
Bump ajv from 6.10.2 to 6.12.6
#64
dependabot[bot]
opened
2 years ago
0
Bump pathval from 1.1.0 to 1.1.1
#63
dependabot[bot]
opened
2 years ago
0
Bump tar from 2.2.2 to 4.4.19
#62
dependabot[bot]
opened
3 years ago
0
Bump path-parse from 1.0.6 to 1.0.7
#61
dependabot[bot]
opened
3 years ago
0
Bump tar from 2.2.2 to 4.4.15
#60
dependabot[bot]
closed
3 years ago
1
Bump normalize-url from 4.3.0 to 4.5.1
#59
dependabot[bot]
opened
3 years ago
0
Bump hosted-git-info from 2.8.3 to 2.8.9
#58
dependabot[bot]
opened
3 years ago
0
Bump lodash from 4.17.14 to 4.17.21
#57
dependabot[bot]
opened
3 years ago
0
Update deploy script to reference new hot wallet when transferring management
#56
pschork
closed
3 years ago
0
Bump ini from 1.3.5 to 1.3.8
#55
dependabot[bot]
opened
3 years ago
0
Bump yargs-parser from 5.0.0 to 5.0.1
#54
dependabot[bot]
opened
3 years ago
0
Bump handlebars from 4.1.2 to 4.7.7
#53
dependabot[bot]
opened
3 years ago
0
fix local testing and document it
#52
ndharasz
closed
3 years ago
0
Bump y18n from 3.2.1 to 3.2.2
#51
dependabot[bot]
opened
3 years ago
0
Bump ini from 1.3.5 to 1.3.7
#50
dependabot[bot]
closed
3 years ago
1
Bump handlebars from 4.1.2 to 4.7.6
#49
dependabot[bot]
closed
3 years ago
1
Bump decompress from 4.2.0 to 4.2.1
#48
dependabot[bot]
opened
4 years ago
0
Fix typos
#47
mohamedhayibor
opened
4 years ago
0
Bump npm-registry-fetch from 4.0.0 to 4.0.5
#46
dependabot[bot]
closed
3 years ago
1
Bump https-proxy-agent from 2.2.2 to 2.2.4
#45
dependabot[bot]
closed
3 years ago
1
Add check that NMR contract owners is empty
#44
jparyani
closed
4 years ago
0
Bump handlebars from 4.1.2 to 4.5.3
#43
dependabot[bot]
closed
4 years ago
1
Update README with new addresses
#42
jparyani
closed
5 years ago
0
Use a bool in resolveAndReleaseStake instead of a signed integer
#41
jparyani
closed
5 years ago
0
Add `withdraw` to NumeraiErasureV1
#40
jparyani
closed
5 years ago
0
Pin solc to v0.5.12 and add rinkeby option to deploy
#39
jparyani
closed
5 years ago
0
Add recoverETH and recoverNMR functions
#38
jparyani
closed
5 years ago
0
Add AdminUpgradeabilityProxy to deploy
#37
jparyani
closed
5 years ago
0
Wallet should have method to transfer ETH and tokens
#36
thegostep
opened
5 years ago
0
Fix review comments by @thegostep
#35
jparyani
closed
5 years ago
0
consider adding input validation that amount to release + change are non-zero
#34
thegostep
opened
5 years ago
0
This deployment does not use the upgradability pattern
#33
thegostep
opened
5 years ago
0
calling increaseStake() here prevents you from using this function for self-custody users
#32
thegostep
opened
5 years ago
0
Here we assume the ratio is always infinite, could add a check on the balance before and after to validate
#31
thegostep
closed
5 years ago
0
Consider changing modifier to onlyOwner()
#30
thegostep
closed
5 years ago
0
Could store tokens in this contract to avoid additional cost of transferFrom. Would save approx 60k gas per call
#29
thegostep
closed
5 years ago
0
reward and increase stake could share same code to avoid duplicate
#28
thegostep
closed
5 years ago
0
newAllowance instead of newAmount?
#27
thegostep
closed
5 years ago
0
best to describe these functions as owned rather than internal
#26
thegostep
closed
5 years ago
0
Frontrunning bug with currentStake not fixed correctly
#25
thegostep
opened
5 years ago
1
can remove safemath for uint128
#24
thegostep
closed
5 years ago
0
Add initial deployment script
#23
jparyani
closed
5 years ago
0
Add resolveAndReleaseStake method
#22
jparyani
closed
5 years ago
0
Add the remaining erasure SimpleGriefing functions
#21
jparyani
closed
5 years ago
0
Add initial version of NumeraiErasureV1
#20
jparyani
closed
5 years ago
0
Next