forked from razor-network/oracle-node
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore: merge feature/v2.0.0 to develop (#17)
* refactor: calculated gas limit using formula for reveal transaction (razor-network#1231) * chore: updated deployment parameters for 5 min epoch europa contracts (razor-network#1229) * chore: updated deployement parameters for 5 min europa chain * refactor: fixed statelength and epochlength change tests * chore: updated version to v2.0.0 * refactor: updated the chain name to EUROPA in chainId info * refactor: added validation on buffer percent limits (razor-network#1228) * refactor: added validation on buffer percent limits * refactor: fixed tests * refactor: updated default value when builded from source in config script * refactor: fixed lint error * refactor: fixed vote tests * refactor: fixed getBufferPercent() tests * refactor: recorrected the comment for max buffer formula used * chore: updated config variable default and limits for 5 min epoch (razor-network#1232) * refactor: created the local cache instance only once (razor-network#1233) * refactor: replaced goroutine cleanuploop with normal cleanup function * refactor: initialised local cache only once an reused again * refactor: fixed tests * chore: update default wait time in config.sh (razor-network#1234)
- Loading branch information
Showing
24 changed files
with
294 additions
and
154 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,12 +1,12 @@ | ||
{ | ||
"Governance": "0xAc40E8dA38B5a381008059a38bb9bf45f0D3C4e2", | ||
"BlockManager": "0x11aB70d78f1Dd2c3F967180d8A64858Db03A0aBa", | ||
"CollectionManager": "0x367962d1462C568A0dDd0e2448311469451bF5a3", | ||
"StakeManager": "0xe0bC695203d9C9f379bcdE9260B9F71B64B85298", | ||
"RewardManager": "0x301779E4c95f951D2E17B4c3EdDC717551df2EBb", | ||
"VoteManager": "0x641BAD0641eB5B94B19568C0a22a55AEbDAF1870", | ||
"Delegator": "0xC74745eA5a3fac1864FAcd8f48d72C21A4ab883D", | ||
"RAZOR": "0xcbf70914Fae03B3acB91E953De60CfDAaCA8145f", | ||
"StakedTokenFactory": "0xEffA78888Dc1b6033286E5dF9b170bc5223178AB", | ||
"RandomNoManager": "0xC6eF45F5Add040800D30FE6dEe01b4EBC4BfC467" | ||
"Governance": "0xb3bFD9c67f0C58076Dc35d70C7A4Dae3640d0BFA", | ||
"BlockManager": "0x8DEF3d7e68f32bB4d1247CA27847c1b2080247a8", | ||
"CollectionManager": "0xCb537fA163873977035Aca160B9a1b23e6697f55", | ||
"StakeManager": "0x66BFfDC1dfC6733503193eE0e2D493212362CD27", | ||
"RewardManager": "0x6Dc96056A63F057B561C5841fE702a4582b320Da", | ||
"VoteManager": "0x938157B936Edf416e52Ec0A1948E3ECd9C13B87B", | ||
"Delegator": "0xB26FD23E7c20767fF5dCb883209b801f123C5060", | ||
"RAZOR": "0x880e4aB635889b23c80179700D03c369b05fb500", | ||
"StakedTokenFactory": "0x2fED450834aAEB618259619F975034fCBb04A6aF", | ||
"RandomNoManager": "0xC3228f851fb49413F8100026c4085E02Bc6eBF06" | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,13 +1,12 @@ | ||
{ | ||
"Governance": "0x0b9CC11E7f7D3D4f9bBc0cCaB85b73B96C322c78", | ||
"BlockManager": "0x076df1c2d81C40D30DF115Ab68A13251fBD3FFA4", | ||
"CollectionManager": "0x83f4D7ad6dD366c3F04Af45a1437c77636b03388", | ||
"StakeManager": "0xf99a873a6afdF1b24388ac02ea0f1CFE3c70A80b", | ||
"RewardManager": "0x522d2A51639332388dA4788DF59fB4E598278fAd", | ||
"VoteManager": "0x2399D4d92b4D8762971605d0bC9597F780852CC4", | ||
"Delegator": "0x81c72fB60d19Bfc3A0adDfE394501150d290cd66", | ||
"RAZOR": "0x504C6635af1e7E6fdc586c8A89973783b9281A77", | ||
"StakedTokenFactory": "0xf271bd91104946Cb8e43BC0e83423ed073ab136e", | ||
"RandomNoManager": "0x2dc9E4663675c933f78D97cDD44463ee9C43144c", | ||
"DelegatorV2": "0x4e9E5AE58Fb6d7Ca5b79A196b8d0FCF7CA15C100" | ||
"Governance": "0x0C91e21D91510A1e95cd3507474c0ac1F620389d", | ||
"BlockManager": "0x1eB1aD4C24cf2CA2027C05a28e78A117fDACD9F9", | ||
"CollectionManager": "0xAFC593871Ab8EE89fd79B2ebd9F1f502268732b9", | ||
"StakeManager": "0x7ce95141358FeF127d3F79f7a5C21C6c2afa1cA3", | ||
"RewardManager": "0xbaa2e7509AdB5762f33064Ad762dF1136184Ef7D", | ||
"VoteManager": "0x57a996015D831F6f4818ff962ffE405b6c6d4B21", | ||
"Delegator": "0x63F82745aBe00c43a71ff2A48E65B281f72Bb54D", | ||
"RAZOR": "0x91d07a181e2Fb787204Ae82B28c69e278C05ac70", | ||
"StakedTokenFactory": "0x047f5865e666DCc278ad3bd8de8503D35d5278Ea", | ||
"RandomNoManager": "0x3A6bbfBBe24F5F5D20F6a7265A0F602d155C2471" | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.