Skip to content

Services refactor, remove hardcoded smart contract code

Latest
Compare
Choose a tag to compare
@javaguirre javaguirre released this 22 Jul 15:08
· 2 commits to main since this release
7a161f7

Removed all the hardcoded services to make the code cleaner. This is a backwards incompatible change since the current methods to access smart contract functions weren't PEP8 standard, didn't comply with SRP nor DRY either. IMPORTANT: This makes the new library incompatible backwards, check the examples to see how to implement it.