Ram

Results 24 issues of Ram

Send an email for every deployment that either fails or succeeds (but not stopped deployments).

enhancement

We may want to create an event but only allow registrations within a time period.

@jefflau @makoto Jeff and I were once working on an idea called Socials, which was sort of a cross between Meetup and Twitter. People could setup ad-hoc events which other...

idea

# BEP-11: IEOs on Binance Chain ## 1. Summary This BEP describes a proposal for conducting Initial Exchange Offerings (IEOs) on the Binance Chain. ## 2. Abstract A specification for...

I just generated 512 bytes using sjcl.random to get the following array: ``` [ 1622257303,775647481,-496345452,-1065731224,938938801,-868508255,1182296851,2075930857,-792325703,1093833160,-508421808,1671982444,2141504986,-1300002288,1828344264,-532030464,740978242,-1497102173,232566574,1072969131,-2126784285,-535958573,1015035333,-832805901,1883314115,1150248694,-1050503930,1577776106,70432378,257529303,-1746559340,-950319918,1693838903,-1250282989,-1674319739,713903827,1140023625,-1582577601,1120387352,-1356257844,-1326845606,1007890998,-1046079322,699734250,1260199734,2080253321,1695392120,-1919347056,-1060714667,822261715,1612715415,456962062,1463351678,1702269005,-1375065178,-158540089,-1873872142,918002847,1873753978,458509330,-1886461037,1364972118,1800807947,1497633483,1499638961,-541041457,575078314,-646248125,-616139408,-1258371659,-1210283235,-426131835,-1642869198,1517217351,1332754895,-502811651,1503941665,652072098,817557306,-95231440,-469293222,-1836320109,-686552620,-456718825,-721873954,-692893785,160989394,819403313,-209030384,439571513,512861205,-932139664,112711185,1314557284,1589427245,-311985839,-1165386670,-470296286,812431969,-1973474859,1593137088,-862616718,-185862776,-1276603339,1173469361,-1074349449,-620807694,53385495,290318359,-812801716,-753845466,1411363659,-788250947,-491962853,-725438570,-524366490,-1658139756,711293111,563009880,-1986405713,1844478627,-1243027816,-2038286344,693629141,-951110529,-633242892,1408178737,-666937540 ] ``` If I pass this to `sjcl.codec.utf8String.fromBits` I get the following error: ``` URIError:...

This simply fortifies the logic by checking the return value of calls to `_hide()` in more places.

Hey all, I've down a "deep-dive" post covering the current contracts - https://hiddentao.com/archives/2019/09/08/maker-otc-on-chain-orderbook-deep-dive as we're thinking of using it for a project. Would appreciate any feedback, especially regarding any mistakes...

The proxy `/transaction/` endpoint should additionally return: * The date `timestamp` * The `gasUsed` value * The transaction `hash` (this may seem redundant but is actually useful for when passing...

enhancement