xclud / web3dart

Ethereum library, written in Dart.
https://pub.dev/packages/web3dart
MIT License
170 stars 94 forks source link

Fix for errors in generated dart bindings #115

Closed kevtechi closed 11 months ago

kevtechi commented 11 months ago

Currently 2.7.0 generates impossible to use bindings.

Due to: https://github.com/xclud/web3dart/pull/106

It's now impossible to import generated dart bindings due to the generated code not being compatible with a method that it uses and throwing errors.

decodeResults method updated to support nullable topics.

kevtechi commented 11 months ago

Thanks for merging, it created an issue in the web3dart_builders package.

https://github.com/inveker/web3dart_builders/issues/10