sdk-go
sdk-go copied to clipboard
v1.58.x with EVM support
Addressing some concerns from previous PR on the same theme:
- The types code copied from https://github.com/InjectiveLabs/injective-core/tree/feat-evm-v50 branch
- We have to make a tag on the sdk-go, because it's used inside internal processes, i.e. testing, etc. Way before official release is confirmed.
- The code has to be copied by maintainers of the original code because in this case it was more complicated than just copying files around. The process could be improved, yeah.
Makefilewas updated with best-effort actions, it won't work out of the box on the master branch of injective-core, but I think it's a shortsighted approach anyway.
We'll improve the files on the core side to the point where they could be easily copied around. For now we have to stick to manual copy with some overrides.