Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update substreams to 0.5.0 #1

Merged
merged 2 commits into from
Dec 6, 2022
Merged

Conversation

jotto
Copy link
Contributor

@jotto jotto commented Dec 6, 2022

This change appears to have fixed a compile error when using this project https://github.com/streamingfast/substreams-eth-block-meta (which imports this substreams-database-change package):

  = note: rust-lld: error: duplicate symbol: alloc
          >>> defined in ./target/wasm32-unknown-unknown/debug/deps/libsubstreams-53bf97911e0bdd0a.rlib(substreams-53bf97911e0bdd0a.substreams.c79ad604-cgu.4.rcgu.o
          >>> defined in ./target/wasm32-unknown-unknown/debug/deps/libsubstreams-a3bad859b4931861.rlib(substreams-a3bad859b4931861.substreams.4537c73c-cgu.15.rcgu.o)
          
          rust-lld: error: duplicate symbol: dealloc

so I guess/assume substreams 0.4.0 and 0.5.0 were both being imported (my first day using Rust)

@maoueh maoueh merged commit 71fe5ed into streamingfast:develop Dec 6, 2022
@maoueh
Copy link
Contributor

maoueh commented Dec 6, 2022

Going to make a release 0.2.0 with this.

@maoueh
Copy link
Contributor

maoueh commented Dec 6, 2022

Released and I updated https://github.com/streamingfast/substreams-eth-block-meta to use latest dependencies of everything

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants