Skip to content

Hive Engine - RPC Server Improvements

Compare
Choose a tag to compare
@eonwarped eonwarped released this 08 Sep 18:14
· 238 commits to main since this release

This release is the first coming from the new repository that is focused on hive. It adds a new feature that will error any JSON RPC find requests with large offsets (configurable). Also adds logging capabilities to RPC requests.

If you are currently tracking the older steemsmartcontracts repository, this is the steps to transition to the new:

git remote add hive git@github.com:hive-engine/hivesmartcontracts.git
git remote remove origin
git fetch hive
git checkout main

git log
# verify that the last commit is in sync with hive/main or the latest tag

After that can carry on as usual.

PRs included: hive-engine/steemsmartcontracts#162 by @Rishi556