Skip to content

Releases: razor-network/oracle-node

v0.2.0-incentnet-staging-patch.1

26 Jan 14:32
de1089f
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.2.0...v0.2.0-incentnet-staging-patch.1

v0.2.0-incentnet-prod

26 Jan 10:51
6bd9259
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.2.0...v0.2.0-incentnet-prod

v0.2.0-incentnet-staging

25 Jan 12:36
9284f07
Compare
Choose a tag to compare
Pre-release

What's Changed

Full Changelog: v0.2.0...v0.2.0-incentnet-staging

v0.2.0 Staging

21 Jan 09:47
cec4c59
Compare
Choose a tag to compare
v0.2.0 Staging Pre-release
Pre-release
Merge pull request #502 from shekhar2807/collectionInactive

Staker cannot commit when one collection is inactive fix

v0.2.0-staging

18 Jan 07:22
3a37bb6
Compare
Choose a tag to compare
v0.2.0-staging Pre-release
Pre-release

WARNING: This is a staging build and is to be NOT used for production.

v0.2.0

13 Jan 07:14
3dd1e7d
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.1.81...v0.2.0

v0.1.81

07 Jan 07:34
9aecd1b
Compare
Choose a tag to compare
Merge pull request #443 from razor-network/v0.1.8

V0.1.8

v0.1.76

17 Dec 10:47
34de420
Compare
Choose a tag to compare

Addresses updated.

v0.1.76

26 Nov 07:40
a7502f4
Compare
Choose a tag to compare
Develop (#375)

* Update config.yml (#316)

Co-authored-by: Skanda Bhat <[email protected]>

* Additional tests (#317)

* Increment gasLimit while confirming block. (#320)

Signed-off-by: Ashish Kumar Mishra <[email protected]>

* Corrected GetNumberOfStakers() (#324)

* Fix issue of isElectedProposer. (#328)

Signed-off-by: Ashish Kumar Mishra <[email protected]>

* Exit the code if the stake is slashed to 0 (#334)

Signed-off-by: Ashish Kumar Mishra <[email protected]>

* Dispute blockId fix (#333)

* Added GetSortedProposedBlockIds
* Support for tests
* Modified tests
* Corrected activeAssetIds in tests

* Dispute influence id fix (#338)

* Added check for biggestInfluence

* Support for tests

* Additional tests

* only one dispute check

* Staker info (#314)

* StakerInfo command implemented.

Signed-off-by: Ashish Kumar Mishra <[email protected]>

* Update README files.

Signed-off-by: Ashish Kumar Mishra <[email protected]>

* Implement necessary mocks for tests.

Signed-off-by: Ashish Kumar Mishra <[email protected]>

* Fix typo.

Signed-off-by: Ashish Kumar Mishra <[email protected]>

* Add more tests.

Signed-off-by: Ashish Kumar Mishra <[email protected]>

* Remove address from stakerInfo command.

Signed-off-by: Ashish Kumar Mishra <[email protected]>

* Fix getEpoch method.

Signed-off-by: Ashish Kumar Mishra <[email protected]>

* Fix tests.

Signed-off-by: Ashish Kumar Mishra <[email protected]>

* Update README.

Signed-off-by: Ashish Kumar Mishra <[email protected]>

* Increase coverage on propose.go. (#340)

Signed-off-by: Ashish Kumar Mishra <[email protected]>

* Added maximum gas limit while confirming block. (#335)

Signed-off-by: Ashish Kumar Mishra <[email protected]>

* Fix withdraw (#344)

* Added getUpdatedEpoch()

* Fetched updated epoch in for loop

* Sentry integrated to razor-go (#347)

* Initialized sentry to the project.

Signed-off-by: Ashish Kumar Mishra <[email protected]>

* Run golangci-lint run.

Signed-off-by: Ashish Kumar Mishra <[email protected]>

* Consolidated interfaces into utilsStruct  (#341)

* utilsStruct call methods
* consolidated interfaces into one
* compilation changes
* Modified functions with utilsStruct

* Resolve conflicts (#349)

* Update config.yml

* changed addresses to v0.1.76 (#318)

* Develop (#325)

* Update config.yml (#316)

* Additional tests (#317)

* Increment gasLimit while confirming block. (#320)

* Corrected GetNumberOfStakers() (#324)

Co-authored-by: Ashish Kumar Mishra <[email protected]>
Co-authored-by: Yashk767 <[email protected]>
Co-authored-by: Skanda Bhat <[email protected]>
Co-authored-by: OxHimanshu <[email protected]>

* Gas limit config (#343)

* Added gasLimit as a setConfig parameter.

Signed-off-by: Ashish Kumar Mishra <[email protected]>

* Add code to increase gas limit by dynamic value.

Signed-off-by: Ashish Kumar Mishra <[email protected]>

* Restrict gas limit to 21 million max.

Signed-off-by: Ashish Kumar Mishra <[email protected]>

* Add Gas limit in config.sh

Signed-off-by: Ashish Kumar Mishra <[email protected]>

* Add tests for set config.

Signed-off-by: Ashish Kumar Mishra <[email protected]>

* Update README

Signed-off-by: Ashish Kumar Mishra <[email protected]>

* Make default gas limit as 100%

Signed-off-by: Ashish Kumar Mishra <[email protected]>

* Apply gofmt.

Signed-off-by: Ashish Kumar Mishra <[email protected]>

* Modify gas limit multiplier to be used as 2x, 3x, 1.5x, etc.

Signed-off-by: Ashish Kumar Mishra <[email protected]>

* Update README.

Signed-off-by: Ashish Kumar Mishra <[email protected]>

* Fix tests.

Signed-off-by: Ashish Kumar Mishra <[email protected]>

* modified tests with more realistic values (#351)

* Added tests for math.go (#353)

* ConvertToNumber coverage

* Moved AssignAmountInWei() to cmd-utils.go

* Additional tests

Added a nil testcase

minor changes

* requested change

* fix: added jq pkg and updated build script in dockerfile. (#362)

Co-authored-by: Shrikant Upadhyay <[email protected]>

* Removed max gas limit from confirm block. (#359)

* Removed max gas limit from confirm block.

Signed-off-by: Ashish Kumar Mishra <[email protected]>

* Fix tests.

Signed-off-by: Ashish Kumar Mishra <[email protected]>

* Reduce calculations in handle dispute. (#364)

Signed-off-by: Ashish Kumar Mishra <[email protected]>

* Update contract addresses. (#374)

Signed-off-by: Ashish Kumar Mishra <[email protected]>

* Remove unnecessary import

Signed-off-by: Ashish Kumar Mishra <[email protected]>

* Fix tests.

Signed-off-by: Ashish Kumar Mishra <[email protected]>

* Test unstake (#350)

* Seperated InitialiseUnstake()

* modified functions with  utilsStruct

* seperate executeUnstake()

* Added support for tests

* Added tests for unstake

* Added a UnstakeInput struct

* requested changes

* Mocked Sleep function

* Modified AutoWithdraw function

* Added tests for AutoWithdraw

* feat: Adding docker-compose.yml (#365)

* feat: Adding docker-compose.yml

* feat: configured docker-compose and readme

* feat: updated readme for docker compose

* fix: updated readme and added support for silicon based MAC

* fix: Updated README for silicon based MAC

Signed-off-by: Shrikant Upadhyay <[email protected]>

Co-authored-by: Shrikant Upadhyay <[email protected]>

* Timeout duration reduced from 120 to 30 secs. (#366)

* Timeout duration reduced from 120 to 30 secs.

Signed-off-by: Ashish Kumar Mishra <[email protected]>

* Block completion timeout made a constant value.

Signed-off-by: Ashish Kumar Mishra <[email protected]>

Co-authored-by: Skanda Bhat <[email protected]>
Co-authored-by: Yashk767 <[email protected]>
Co-authored-by: OxHimanshu <[email protected]>
Co-authored-by: Shrikant upadhyay <[email protected]>
Co-authored-by: Shrikant Upadhyay <[email protected]>

v0.1.76

19 Nov 11:24
3fd722a
Compare
Choose a tag to compare
redeployed contracts v0.1.76 (#352)

* changed addresses to v0.1.76

* redeployed contracts v0.1.76