Skip to content

Instantly share code, notes, and snippets.

View adairrr's full-sized avatar
💭
"You broke it, didn't you."

Interchain Adair adairrr

💭
"You broke it, didn't you."
View GitHub Profile
@nullity00
nullity00 / paris-2023.md
Last active August 25, 2023 23:31
Eth CC Side Events

Disclaimer

This compilation is not responsible for any sudden hair-pulling, head-scratching, or mind-explosions that may occur during the viewing of these videos.

You accept full responsibility for any unintentional knowledge overload or the sudden desire to prove everything to everyone (even if they didn't ask for it).


@whalelephant
whalelephant / cw_contract_sig_validation.md
Last active April 26, 2023 07:53
CW contract signature validation

CW contract signature

The use of smart contracts (multisig, smart contract wallet) does not provide valid signatures from signature schemes. This is a limitation as EOA (externally owned accounts)

  • has a clear signature-client interface to sign arbitrary (or standard login) messages
  • can provide signature verifiable in contracts, such as for gas provision in smart contract wallets

This is similar to the isValidSiganture standard in Ethereum.

@webmaster128
webmaster128 / TOUR_COMSJS_STARGATE.md
Last active June 3, 2024 05:57
CosmJS + Stargate – A guided tour

Support for Cosmos SDK Stargate in CosmJS has been ongoing work for several months now. Stargate is released and CosmJS is here to connect to it.

Starting points

Let's explore what is new for Stargate support:

@sergiodxa
sergiodxa / form.tsx
Created January 10, 2021 01:21
A Form component which automatically run a React Query v2 mutation
import { useCallback, ReactNode, FormEventHandler } from "react";
import { MutationResultPair, MutateConfig, QueryStatus } from "react-query";
import * as yup from "yup";
function noop() {}
type FormProps<Data> = {
action: MutationResultPair<Data, Error, FormData, never | (() => void)>;
children(status: QueryStatus): ReactNode;
validation: yup.ObjectSchema;
@chitchcock
chitchcock / 20111011_SteveYeggeGooglePlatformRant.md
Created October 12, 2011 15:53
Stevey's Google Platforms Rant

Stevey's Google Platforms Rant

I was at Amazon for about six and a half years, and now I've been at Google for that long. One thing that struck me immediately about the two companies -- an impression that has been reinforced almost daily -- is that Amazon does everything wrong, and Google does everything right. Sure, it's a sweeping generalization, but a surprisingly accurate one. It's pretty crazy. There are probably a hundred or even two hundred different ways you can compare the two companies, and Google is superior in all but three of them, if I recall correctly. I actually did a spreadsheet at one point but Legal wouldn't let me show it to anyone, even though recruiting loved it.

I mean, just to give you a very brief taste: Amazon's recruiting process is fundamentally flawed by having teams hire for themselves, so their hiring bar is incredibly inconsistent across teams, despite various efforts they've made to level it out. And their operations are a mess; they don't real