Conversation
This reverts commit 64973f4.
.fluence/configs/nox-0_Config.toml
Outdated
There was a problem hiding this comment.
this can be added to gitignore. tottally generated these files are
|
|
||
| func get() -> Deals: | ||
| <- Deals( | ||
| defaultWorker=?[Deal( |
There was a problem hiding this comment.
Not sure why all this stuff got removed. Probably it shouldn't have. I don't know if this needs to be deployed on stage all the time or not, maybe ask Mike
|
|
||
| fn prepare(&self, method: &str, params: Vec<Value>) -> (RequestId, Call) { | ||
| let id = self.next_id(); | ||
| let request = web3::helpers::build_request(id, method, params.clone()); |
There was a problem hiding this comment.
🚫 [clippy] reported by reviewdog 🐶
error: redundant clone
--> eth-rpc/eth-rpc/src/curl_transport.rs:43:70
|
43 | let request = web3::helpers::build_request(id, method, params.clone());
| ^^^^^^^^ help: remove this
|
note: this value is dropped without further use
--> eth-rpc/eth-rpc/src/curl_transport.rs:43:64
|
43 | let request = web3::helpers::build_request(id, method, params.clone());
| ^^^^^^
= help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#redundant_clone
= note: `-D clippy::redundant-clone` implied by `-D warnings`
unstableunstable
unstableunstable, use new effectors
6305495 to
ec6f3b7
Compare
| marine-rs-sdk = "=0.10.1" | ||
| log = "=0.4.20" | ||
| marine-rs-sdk = { version = "=0.14.0", features = ["logger"] } | ||
| curl-effector-imports = { git = "https://github.com/fluencelabs/effectors.git", branch = "introduce-crates" } |
There was a problem hiding this comment.
I merged the PR, so it should be available from master now. The branch is still not deleted, but it can be. Hope, we'll introduce a release system soon and publish it all to crates.io
There was a problem hiding this comment.
btw there were some additional fixes to curl, so the wasm and wasm CID are changed in the latest version. It doesn't interfere with this crate usage, so you can just leave the old wasm if you want for now
No description provided.