oysterpack

Results 9 comments of oysterpack

I also ran into the issue. ```rust #[test] fn rmp_serde_deserialize_fails_when_skipping_none_option() { #[derive(Debug, Serialize, Deserialize)] struct Foo { #[serde(skip_serializing_if = "Option::is_none")] bar: Option } let foo = Foo { bar: None...

From a customer's perspective, I would flag this issue a critical bug (not enhancement) because funds are being locked and withheld longer than they should be because of unstaking side...

I am running into the same exact issue with cockroachdb - which is a blocker. being able to connect via a secure connection is a must have ... are there...

redis 6 has been released as the stable version - https://redis.io/download

That hack works but is very ugly ... according to the SDK docs, a base32 encoded address should work ``` signing_address (str, optional): sign the transaction with SK corresponding to ...

> sticking to single-word names for common methods That simply won't work because all contract functions are effectively scoped globally. NEAR standard API interfaces must be namespaced to avoid collisions....

thanks @evgenykuzyakov for writing this up. I want to elaborate on my thoughts a bit ... # Pros - gas usage is more efficient. "Burning" leftover gas is wasteful when...

@evgenykuzyakov I couldn't agree more ... This is exactly what NEAR needs to deliver on its vision for **"Harness the Internet of Value - Now, everything on the internet can...