xclud / web3dart

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

Expose some internal code to make this package more usable #124

Closed tim-eucalyptus closed 9 months ago

tim-eucalyptus commented 9 months ago

This PR makes two file accessible to outside users of the package. This allows using the rlp encoder for custom TX serialization as well as using the uint8 helper methods.

Updated/downgraded some dependencies as well.

stream_channel downgraded because it clashes with flutter_test dependency ATM.

tim-eucalyptus commented 9 months ago

If you could merge this followed by a new release, it'd be really appreciated! Thanks in advance.

xclud commented 9 months ago

Hi. Thanks for your contribution. Unfortunately there are many changes unrelated to your PR.

I am closing this issue. Please create a new branch (other than main) and PR from that branch.