1.0.6
yohanelly95
released this
31 Jul 12:26
·
8 commits
to releases/v1.0.6
since this release
Features
- Support for alternate RPC is added which can be used if primary RPC does not work.
- Log file parameters like Maximum size of log file, Maximum number of backups of log file, Maximum age of log file are moved to config file as a config parameter which can be set by user.
- HTTP timeout for API is moved to config file as a config parameter which can be set by user.
- Caching is implemented to cache multiple results from same API.
- The release also includes code cleanups, code refactoring and usage of a generic function to implement retry mechanism on contract calls.
What's Changed
- Changed wait for block completion time to 1 sec by @Yashk767 in #984
- Fixed UpdateCollection by @Yashk767 in #983
- Removed ethBalanceCheck by @Yashk767 in #982
- Moved constant values to constants.go by @Yashk767 in #987
- Update geth version to v1.10.25 and updated depreciated bindings by @Yashk767 in #985
- Validate contract calls (Changes from v1-audit) by @Yashk767 in #981
- Functions Refactor by @Yashk767 in #989
- Code CleanUp (Issues from v1-audit) by @Yashk767 in #990
- Remove space from xhtml job result by @Yashk767 in #991
- Log changes from v1-audit by @Yashk767 in #994
- replaced path.join() with filepath.join() by @Yashk767 in #992
- Removed redundant cmd/utilsInterface by @Yashk767 in #997
- Moved waitForAppropriateState after epoch check in
initiateWithdraw
by @Yashk767 in #1008 - Implemented timeout for logger on fetching blockNumber by @Yashk767 in #1009
- updated dockerfile and readme for non-root user by @Shrikant1212 in #1014
- Moved Lumberjack constants to config by @Yashk767 in #1011
- updated readme for expose metric and running cmd in background by @Shrikant1212 in #1015
- Cached API Response by @Yashk767 in #1016
- Added conditions and tests for fetching data from assets.json file by @Yashk767 in #1028
- Added support for Post Requests by @Yashk767 in #1020
- Merge
v1.0.5
intov1.0.6
by @Yashk767 in #1031 - Refactor utilsInterface by @Yashk767 in #1024
- Merge v1.0.5 to main by @Yashk767 in #1038
- Releases/v1.0.5 by @ashish10677 in #1043
- Fetched v1.0.5 updates to v1.0.6 by @Yashk767 in #1045
- v1.0.6-alpha ready by @Yashk767 in #1046
- updated CI for dockerhub token. by @Shrikant1212 in #1052
- Added http timeout as a config parameter by @Yashk767 in #1055
- Fetched API key from env file by @Yashk767 in #1048
- Added condition to check if there was a value in previous block by @Yashk767 in #1056
- Checked password is correct at the immediate start of command by @Yashk767 in #1069
- updated CI for tests by @Shrikant1212 in #1075
- Merge
v1.0.5-patch2
to main by @Yashk767 in #1073 - Fetch
main
branch intov1.0.6
by @Yashk767 in #1076 - Added support for jobs returning hex values by @Yashk767 in #1058
- Remove hardcoded gas limit by @Yashk767 in #1078
- Fix: typos by @omahs in #996
- Added a generic function for retry mechanism by @Yashk767 in #1071
- Revert API changes and other API features from v1.0.6 by @Yashk767 in #1080
- revert updated dockerfile and readme for non-root user by @Yashk767 in #1083
- Common local cache instance used for all collections by @Yashk767 in #1082
- updated version to 1.0.6-alpha.2 by @Yashk767 in #1084
- Revert "Reduced wait for block completion to 1 second" by @Yashk767 in #1087
- Fixed error log for commit transaction by @Yashk767 in #1088
- updated version to 1.0.6-alpha.3 by @Yashk767 in #1089
- Updated readme with v1.0.6 changes by @Yashk767 in #1079
- Returned error if provider is not set in config by @Yashk767 in #1094
- Alternate provider fix by @Yashk767 in #1092
- Added alternateProvider in config.sh by @Yashk767 in #1095
- updated version to 1.0.6-alpha.4 by @Yashk767 in #1096
- Updated deployed contract addresses and chaind to mainnet ones for 1.0.6-beta release by @Yashk767 in #1099
- Updated version to 1.0.6 by @Yashk767 in #1101
New Contributors
Full Changelog: v1.0.5-patch2...v1.0.6