- Removed unnecessary imports.
- Removed unnecessary code that immensely slowed things down.
- Removed most .keys().all() that immensely slowed things down.
- Fixed an error where contract's state and storage are not up to date when executing transactions sequentially.
- Fixed a typo in RPC code.