gagliardetto / solana-go

Go SDK library and RPC client for the Solana Blockchain
Apache License 2.0
943 stars 267 forks source link

chore: update dfuse logging to streamingfast logging #63

Closed sol-mocha closed 2 years ago

sol-mocha commented 2 years ago

Notice the description of dfuse-io, dfuse is now StreamingFast - visit our new github.com/streamingfast.

sol-mocha commented 2 years ago

For users of solana-go that are running into issues without this fix, you can add this to your go.mod

replace github.com/dfuse-io/logging => github.com/streamingfast/logging v0.0.0-20210109005628-b97a57253f70
sol-mocha commented 2 years ago

@gagliardetto mind taking a look when you get a chance?

gagliardetto commented 2 years ago

Hey @dcaf-mocha

Thanks for the PR!

sol-mocha commented 2 years ago

Hey @dcaf-mocha

Thanks for the PR!

  • Did you encounter issues caused by the outdated version of the logging library?

Yea I was getting issues updating my packages, unless I added the replace directive in my go.mod.

( I can try and repro later if you are interested in the exact error message)

sol-mocha commented 2 years ago

Hey @dcaf-mocha

Thanks for the PR!

  • Did you encounter issues caused by the outdated version of the logging library?

Hey @gagliardetto do you need any additional info for this PR?

gagliardetto commented 2 years ago

Thank you @dcaf-mocha !

Sorry for the long wait.