author int64 4.98k 943k | date stringdate 2017-04-15 16:45:02 2022-02-25 15:32:15 | timezone int64 -46,800 39.6k | hash stringlengths 40 40 | message stringlengths 8 468 | mods listlengths 1 16 | language stringclasses 9
values | license stringclasses 2
values | repo stringclasses 119
values | original_message stringlengths 12 491 | is_CCS int64 1 1 | commit_type stringclasses 129
values | commit_scope stringlengths 1 44 ⌀ |
|---|---|---|---|---|---|---|---|---|---|---|---|---|
815,598 | 13.06.2019 13:14:47 | -28,800 | e8b8e28d002bfaa3bb6e9f96d940aa8aa0f8d5e3 | feat: avoid hard code code_hashes
Generate the code hash constants in ckb-resource, and use the constants
instead of the hard code hash in different locations. | [
{
"change_type": "MODIFY",
"diff": "@@ -642,8 +642,10 @@ dependencies = [\nname = \"ckb-resource\"\nversion = \"0.14.0-pre\"\ndependencies = [\n+ \"hash 0.14.0-pre\",\n\"includedir 0.5.0 (registry+https://github.com/rust-lang/crates.io-index)\",\n\"includedir_codegen 0.5.0 (registry+https://github.com/rust-... | Rust | MIT License | nervosnetwork/ckb | feat: avoid hard code code_hashes
Generate the code hash constants in ckb-resource, and use the constants
instead of the hard code hash in different locations. | 1 | feat | null |
471,516 | 13.06.2019 13:16:06 | -7,200 | 58d8e639f1f0a7f98ce38a1974d8f3dcdfecbc3a | fix(building-rollup): clean falsy plugins in legacy watch | [
{
"change_type": "MODIFY",
"diff": "@@ -66,7 +66,7 @@ function createConfig(_options, legacy) {\n},\n},\n],\n- ],\n+ ].filter(_ => !!_),\npresets: [\n[\n'@babel/env',\n",
"new_path": "packages/building-rollup/modern-and-legacy-config.js",
"old_path": "packages/building-rollup/modern-and-legacy-confi... | JavaScript | MIT License | open-wc/open-wc | fix(building-rollup): clean falsy plugins in legacy watch (#490) | 1 | fix | building-rollup |
471,516 | 13.06.2019 13:16:12 | -7,200 | e940904c8b84af292e42843d7b98d8e4aebec143 | fix(building-rollup): make ts builds work for modern | [
{
"change_type": "MODIFY",
"diff": "// @ts-nocheck\n+const { DEFAULT_EXTENSIONS } = require('@babel/core');\nconst { findSupportedBrowsers } = require('@open-wc/building-utils');\nconst resolve = require('rollup-plugin-node-resolve');\nconst { terser } = require('rollup-plugin-terser');\n@@ -11,6 +12,7 @@ c... | JavaScript | MIT License | open-wc/open-wc | fix(building-rollup): make ts builds work for modern (#491) | 1 | fix | building-rollup |
104,827 | 13.06.2019 13:32:47 | 18,000 | 6cf2e46ec90fa2dabefb2b533bb977282dbee978 | fix(valuecard): xsmallwide single value fixes | [
{
"change_type": "MODIFY",
"diff": "@@ -102,7 +102,7 @@ const AttributeLabel = styled.div`\nprops.size === CARD_SIZES.XSMALL ||\nprops.size === CARD_SIZES.XSMALLWIDE\n) && `padding-left: 0.5rem`};\n- order: ${props => (props.isVertical && props.size !== CARD_SIZES.XSMALLWIDE ? 0 : 2)};\n+ order: ${props => ... | JavaScript | Apache License 2.0 | carbon-design-system/carbon-addons-iot-react | fix(valuecard): xsmallwide single value fixes | 1 | fix | valuecard |
217,922 | 13.06.2019 13:50:49 | -7,200 | 93b357c4be1cc90d9a1f51efb02045de6675b99a | chore: various fixes for error handling | [
{
"change_type": "MODIFY",
"diff": "@@ -27,6 +27,9 @@ export class UserService extends FirestoreStorage<TeamcraftUser> {\nreturn EMPTY;\n}\nthis.userCache[uid] = super.get(uid).pipe(\n+ catchError(() => {\n+ return of(null);\n+ }),\nswitchMap(user => {\nif (user === null) {\nreturn of(new TeamcraftUser());\... | TypeScript | MIT License | ffxiv-teamcraft/ffxiv-teamcraft | chore: various fixes for error handling | 1 | chore | null |
438,921 | 13.06.2019 13:54:15 | -32,400 | 4b95d823f910bf15432f35a1c3f98ee74db54e90 | skip: update type image | [
{
"change_type": "MODIFY",
"diff": "@@ -27,7 +27,7 @@ If you have any questions, checkout the previous posts or create a new one at:\n- [Issue with 'question' label](https://github.com/naver/billboard.js/issues?utf8=%E2%9C%93&q=label%3Aquestion)\n## Supported chart types\n-: use xhr for better IE compatibility | [
{
"change_type": "MODIFY",
"diff": "@@ -2,7 +2,6 @@ import prefetch from './utils/prefetch'\nimport { unslashEnd, stripPageParam } from './utils/helpers'\nimport { NOT_FOUND_PATH } from '~/.temp/constants'\n-const headers = { 'Content-Type': 'application/json' }\nconst dataUrl = process.env.DATA_URL\nconst ... | JavaScript | MIT License | gridsome/gridsome | fix(app): use xhr for better IE compatibility | 1 | fix | app |
815,577 | 13.06.2019 14:26:05 | -28,800 | 60fea844a3a7e809d416d1b1730dcf7f8a6a36ec | feat: Allow miner add an arbitrary message into the cellbase | [
{
"change_type": "MODIFY",
"diff": "@@ -10,12 +10,13 @@ use ckb_core::transaction::{\n};\nuse ckb_core::uncle::UncleBlock;\nuse ckb_core::BlockNumber;\n-use ckb_core::{Bytes, Cycle, Version};\n+use ckb_core::{Cycle, Version};\nuse ckb_logger::{error, info};\nuse ckb_notify::NotifyController;\nuse ckb_shared... | Rust | MIT License | nervosnetwork/ckb | feat: Allow miner add an arbitrary message into the cellbase | 1 | feat | null |
815,598 | 13.06.2019 14:33:58 | -28,800 | ab14b9775fb8c676be3caa01f72910feb411eefc | feat: `ckb init` supports setting block assembler
`ckb init` accepts options `--ba-code-hash` and `--ba-arg` (which can repeat
multiple times) to set block assembler.
`ckb cli secp256k1-lock` adds an output format `cmd` to prints the command
line options for `ckb init` to set block assembler. | [
{
"change_type": "MODIFY",
"diff": "@@ -25,26 +25,21 @@ pub fn secp256k1_lock<'m>(matches: &ArgMatches<'m>) -> Result<(), ExitCode> {\nlet pubkey_blake160 = H160::from_slice(&pubkey_hash[0..20]).unwrap();\nmatch matches.value_of(cli::ARG_FORMAT).unwrap() {\n- \"block_assembler\" => {\n+ \"toml\" => {\nprint... | Rust | MIT License | nervosnetwork/ckb | feat: `ckb init` supports setting block assembler
- `ckb init` accepts options `--ba-code-hash` and `--ba-arg` (which can repeat
multiple times) to set block assembler.
- `ckb cli secp256k1-lock` adds an output format `cmd` to prints the command
line options for `ckb init` to set block assembler. | 1 | feat | null |
306,485 | 13.06.2019 14:44:11 | -28,800 | 7643e645723e51036f5c0bc52034bee89b3e9a14 | fix: support en-PH locale for polymer-cli | [
{
"change_type": "MODIFY",
"diff": "@@ -31,6 +31,7 @@ export class LionCalendar extends LocalizeMixin(LitElement) {\nreturn import('../translations/de.js');\ncase 'en-AU':\ncase 'en-GB':\n+ case 'en-PH':\ncase 'en-US':\ncase 'en':\nreturn import('../translations/en.js');\n",
"new_path": "packages/calend... | JavaScript | MIT License | ing-bank/lion | fix: support en-PH locale for polymer-cli | 1 | fix | null |
104,818 | 13.06.2019 14:58:16 | -7,200 | 8650c1741195fd22e186621ca05e689584faaa2b | fix(layout): everything works except medium large | [
{
"change_type": "MODIFY",
"diff": "@@ -6,7 +6,7 @@ import { Icon } from 'carbon-components-react';\nimport { iconCaretUp, iconCaretDown } from 'carbon-icons';\nimport withSize from 'react-sizeme';\n-import { CARD_LAYOUTS } from '../../constants/LayoutConstants';\n+import { CARD_LAYOUTS, CARD_SIZES } from '... | JavaScript | Apache License 2.0 | carbon-design-system/carbon-addons-iot-react | fix(layout): everything works except medium large | 1 | fix | layout |
304,912 | 13.06.2019 15:11:17 | 25,200 | 19e2bf826076d110a3b3c7c9e5db11800b27b1f8 | fix(stdlib/string): fix string_trimLeft and string_trimRight so that they pass in influxdb | [
{
"change_type": "MODIFY",
"diff": "@@ -163093,7 +163093,7 @@ var FluxTestPackages = []*ast.Package{&ast.Package{\nLine: 40,\n},\nFile: \"string_trimLeft.flux\",\n- Source: \"package testdata_test\\n\\nimport \\\"testing\\\"\\nimport \\\"strings\\\"\\noption now = () => (2030-01-01T00:00:00Z)\\n\\ninData = ... | Go | MIT License | influxdata/flux | fix(stdlib/string): fix string_trimLeft and string_trimRight so that they pass in influxdb (#1369) | 1 | fix | stdlib/string |
127,946 | 13.06.2019 15:41:51 | -10,800 | 8202d25a348fca7940b6d6cd491ddc5644c73c4d | feat(route-link): initial implementation | [
{
"change_type": "MODIFY",
"diff": "@@ -10,6 +10,7 @@ export * from './heading';\nexport * from './link';\nexport * from './loader';\nexport * from './nav';\n+export * from './route-link';\nexport * from './select';\nexport * from './switch';\nexport * from './text-input';\n",
"new_path": "design/compon... | TypeScript | MIT License | coingaming/moon-design | feat(route-link): initial implementation | 1 | feat | route-link |
469,438 | 13.06.2019 16:24:35 | 25,200 | 641562f745a15df6434948baef6825aaeb2387de | fix: install semantic release in circle | [
{
"change_type": "MODIFY",
"diff": "@@ -47,7 +47,8 @@ jobs:\n- restore_cache: *restore-deps-cache\n- run: npm install\n- run: npm test\n- - run: npx semantic-release\n+ - run: npm install semantic-release @semantic-release/changelog @semantic-release/git @semantic-release/github @semantic-release/npm @seman... | JavaScript | Apache License 2.0 | open-rpc/spec | fix: install semantic release in circle | 1 | fix | null |
469,438 | 13.06.2019 16:25:12 | 25,200 | d799ce2cce58985b5b27f8dfc6957453d73f54f0 | fix: remove semantic release from packagejson | [
{
"change_type": "MODIFY",
"diff": "\"homepage\": \"https://github.com/open-rpc/spec#readme\",\n\"devDependencies\": {\n\"@etclabscore/dl-github-releases\": \"^1.0.9\",\n- \"@qiwi/semantic-release-gh-pages-plugin\": \"^1.9.1\",\n- \"@semantic-release/changelog\": \"^3.0.2\",\n- \"@semantic-release/commit-an... | JavaScript | Apache License 2.0 | open-rpc/spec | fix: remove semantic release from packagejson | 1 | fix | null |
447,460 | 13.06.2019 16:32:17 | 14,400 | 877ea9d9d67090ec6f559097ac369d1f7fe7cdbd | test: add test for some helper functions in GoogleAddressLookup component | [
{
"change_type": "MODIFY",
"diff": "import React from 'react';\nimport { mount } from 'enzyme';\n-import PlacesLookupComponent from '../component';\n+import { Component as PlacesLookupComponent } from '../component';\n-global.google = {\n+const setupGoogleMapsMock = () => {\n+ const google = {\nmaps: {\npla... | JavaScript | MIT License | nexxtway/react-rainbow | test: add test for some helper functions in GoogleAddressLookup component (#804) | 1 | test | null |
469,438 | 13.06.2019 16:35:54 | 25,200 | c6ecb2a6411a749de19cc40a0b6550c213bf7587 | fix: update package lock | [
{
"change_type": "MODIFY",
"diff": "\"url-template\": \"^2.0.8\"\n}\n},\n- \"@qiwi/semantic-release-gh-pages-plugin\": {\n- \"version\": \"1.9.1\",\n- \"resolved\": \"https://registry.npmjs.org/@qiwi/semantic-release-gh-pages-plugin/-/semantic-release-gh-pages-plugin-1.9.1.tgz\",\n- \"integrity\": \"sha512-... | JavaScript | Apache License 2.0 | open-rpc/spec | fix: update package lock | 1 | fix | null |
104,818 | 13.06.2019 16:38:33 | -7,200 | 726ade5e85f6602c4bf5ead8ecbc05a7fd27c55e | fix(valuecard): wide layout fix
fix the wide layout | [
{
"change_type": "MODIFY",
"diff": "@@ -127,6 +127,7 @@ const determineLayout = (size, attributes) => {\nbreak;\ncase CARD_SIZES.TALL:\ncase CARD_SIZES.MEDIUM:\n+ case CARD_SIZES.WIDE:\nif (attributes.length > 2) {\nlayout = CARD_LAYOUTS.VERTICAL;\n}\n@@ -137,7 +138,6 @@ const determineLayout = (size, attri... | JavaScript | Apache License 2.0 | carbon-design-system/carbon-addons-iot-react | fix(valuecard): wide layout fix
fix the wide layout | 1 | fix | valuecard |
127,946 | 13.06.2019 16:44:25 | -10,800 | 91838bb233d2ad44c95f21741d1deda141e9a45b | fix(RouteLink): styling for NavLink | [
{
"change_type": "MODIFY",
"diff": "import * as React from 'react';\nimport { NavLink, NavLinkProps } from 'react-router-dom';\n-export const RouteLink: React.FC<NavLinkProps & { as: any }> = ({\n+export const RouteLink: React.FC<NavLinkProps & { as?: any }> = ({\nchildren,\nto,\nas,\n}) => {\n- return Reac... | TypeScript | MIT License | coingaming/moon-design | fix(RouteLink): styling for NavLink | 1 | fix | RouteLink |
71,615 | 13.06.2019 16:59:54 | -3,600 | df12197ef28d9dfe659ab70136f94e8d4b6ac680 | feat(ecs-patterns): LoadBalancedFargateService - allow specifying containerName and role
Implementation of execution tests, task role and container name overrides + tests | [
{
"change_type": "MODIFY",
"diff": "import ecs = require('@aws-cdk/aws-ecs');\n+import iam = require('@aws-cdk/aws-iam');\nimport cdk = require('@aws-cdk/cdk');\nimport { LoadBalancedServiceBase, LoadBalancedServiceBaseProps } from '../base/load-balanced-service-base';\n@@ -42,6 +43,34 @@ export interface L... | TypeScript | Apache License 2.0 | aws/aws-cdk | feat(ecs-patterns): LoadBalancedFargateService - allow specifying containerName and role (#2764)
Implementation of execution tests, task role and container name overrides + tests | 1 | feat | ecs-patterns |
273,683 | 13.06.2019 17:00:42 | -7,200 | db86a0964b0e155ce634a5a5711473c2d0311280 | fix(app): reload when assets are missing | [
{
"change_type": "MODIFY",
"diff": "@@ -13,6 +13,25 @@ runMain()\nconst { app, router } = createApp()\n+if (process.env.NODE_ENV === 'production') {\n+ router.beforeEach((to, from, next) => {\n+ const components = router.getMatchedComponents(to).map(\n+ c => typeof c === 'function' ? c() : c\n+ )\n+\n+ Prom... | JavaScript | MIT License | gridsome/gridsome | fix(app): reload when assets are missing (#488) | 1 | fix | app |
273,683 | 13.06.2019 17:08:58 | -7,200 | 918e76be556aece82ef50c23777f4acc2b2467e8 | fix(build): warm up sharp to prevent xmllib error
See | [
{
"change_type": "MODIFY",
"diff": "@@ -8,6 +8,7 @@ const md5File = require('md5-file/promise')\nconst imageSize = require('probe-image-size')\nconst svgDataUri = require('mini-svg-data-uri')\nconst { forwardSlash } = require('../../utils')\n+const { warmupSharp } = require('../../utils/sharp')\nclass Image... | JavaScript | MIT License | gridsome/gridsome | fix(build): warm up sharp to prevent xmllib error
See https://github.com/lovell/sharp/issues/1593 | 1 | fix | build |
722,013 | 13.06.2019 17:19:03 | 18,000 | 5bb99c3b4760e1b753b57fbe7022bd67c3950d1c | fix(compiler): re-enable compilation in vue SFC
Closes | [
{
"change_type": "MODIFY",
"diff": "@@ -53,4 +53,15 @@ new Vue({\n}))\nexpect(dummySet.data()).toMatchObject({ param: 'BazFoo' })\n})\n+\n+ it('compile code from SFCs', () => {\n+ const sut = compileVueCodeForEvalFunction(`\n+<script>\n+const bar = \"foo\"\n+export default {}\n+</script>`)\n+ const dummySet... | TypeScript | MIT License | vue-styleguidist/vue-styleguidist | fix(compiler): re-enable compilation in vue SFC
Closes #456 | 1 | fix | compiler |
273,683 | 13.06.2019 17:32:53 | -7,200 | 39b511463530487ac9833405a2cb4e132667506f | fix(app): improve IE11 compatibility | [
{
"change_type": "MODIFY",
"diff": "import caniuse from '../utils/caniuse'\n+import { addClass, removeClass } from '../utils/class'\nimport { createObserver } from '../utils/intersectionObserver'\nconst observer = caniuse.IntersectionObserver\n@@ -68,9 +69,9 @@ function loadImage (el) {\nreturn // src is al... | JavaScript | MIT License | gridsome/gridsome | fix(app): improve IE11 compatibility | 1 | fix | app |
104,827 | 13.06.2019 18:52:31 | 18,000 | 558972e94d93b76a1c1d2d27e6ccdbef901d36ba | fix(valuecard): render isMini layout for xsmallwide | [
{
"change_type": "MODIFY",
"diff": "@@ -13,7 +13,7 @@ import UnitRenderer from './UnitRenderer';\nconst StyledAttribute = styled.div`\ndisplay: flex;\n- align-items: flex-end;\n+ align-items: ${props => (props.isMini ? 'center' : 'flex-end')};\n${props => (props.isVertical && props.alignValue ? `justify-con... | JavaScript | Apache License 2.0 | carbon-design-system/carbon-addons-iot-react | fix(valuecard): render isMini layout for xsmallwide | 1 | fix | valuecard |
104,818 | 13.06.2019 19:07:24 | -7,200 | b2e0ed847062dda3a54c9960e9002d8539841fb5 | fix(valuecard): right justify icon | [
{
"change_type": "MODIFY",
"diff": "@@ -51,6 +51,10 @@ const AttributeSecondaryValue = styled.div`\nmargin-bottom: 0.25rem;\n`;\n+const StyledIcon = styled.div`\n+ margin-left: auto;\n+`;\n+\nconst propTypes = {\nvalue: PropTypes.any, // eslint-disable-line\nunit: PropTypes.any, // eslint-disable-line\n@@ -... | JavaScript | Apache License 2.0 | carbon-design-system/carbon-addons-iot-react | fix(valuecard): right justify icon | 1 | fix | valuecard |
104,818 | 13.06.2019 19:20:34 | -7,200 | 681b4fdc542b2a593d78f3f44751e241487fdd1d | refactor(valuecard): simplify value card duped code | [
{
"change_type": "MODIFY",
"diff": "@@ -2,7 +2,6 @@ import React from 'react';\nimport styled from 'styled-components';\nimport withSize from 'react-sizeme';\nimport isEmpty from 'lodash/isEmpty';\n-import isNil from 'lodash/isNil';\nimport { ValueCardPropTypes, CardPropTypes } from '../../constants/PropTyp... | JavaScript | Apache License 2.0 | carbon-design-system/carbon-addons-iot-react | refactor(valuecard): simplify value card duped code | 1 | refactor | valuecard |
104,827 | 13.06.2019 19:28:27 | 18,000 | bdef4af9371dd29d5822f5ec39653b9e39e15b31 | fix(valuecard): move value shorthand back into value renderer | [
{
"change_type": "MODIFY",
"diff": "@@ -22,7 +22,7 @@ const defaultProps = {\nlayout: CARD_LAYOUTS.HORIZONTAL,\nisSmall: false,\nisMini: false,\n- precision: 0,\n+ precision: 1,\ncolor: null,\nisVertical: false,\n};\n@@ -48,7 +48,7 @@ const determineFontSize = ({ value, size, isSmall, isMini }) => {\nconst ... | JavaScript | Apache License 2.0 | carbon-design-system/carbon-addons-iot-react | fix(valuecard): move value shorthand back into value renderer | 1 | fix | valuecard |
217,922 | 13.06.2019 19:32:43 | -7,200 | ca919d8a679879bb6aa18bd09869489c6752f373 | feat(pricing): added a new feature to check for cheaper precrafts inside marketboard | [
{
"change_type": "ADD",
"diff": "+<nz-table #table [nzData]=\"items\">\n+ <thead>\n+ <tr>\n+ <th>{{'ITEMS.Item_name' | translate}}</th>\n+ <th>{{'PRICING.Craft_price' | translate}}</th>\n+ <th>{{'PRICING.Marketboard_price' | translate}}</th>\n+ <th>{{'PRICING.Marketboard_price_hq' | translate}}</th>\n+ </tr... | TypeScript | MIT License | ffxiv-teamcraft/ffxiv-teamcraft | feat(pricing): added a new feature to check for cheaper precrafts inside marketboard | 1 | feat | pricing |
217,922 | 13.06.2019 19:35:20 | -7,200 | 133c4f93b55f907d9854a042abe5048c3f850ab0 | fix(item-tooltip): fixed an issue with items without HQ stats bonuses | [
{
"change_type": "MODIFY",
"diff": "@@ -73,8 +73,12 @@ export class XivapiItemTooltipComponent implements OnInit {\nconst specialParamKey = Object.keys(this.item)\n.filter(k => /^BaseParamSpecial\\d+TargetID$/.test(k) && this.item[k])\n.find(k => this.item[k] === statId);\n+ if (specialParamKey) {\nconst sp... | TypeScript | MIT License | ffxiv-teamcraft/ffxiv-teamcraft | fix(item-tooltip): fixed an issue with items without HQ stats bonuses | 1 | fix | item-tooltip |
217,922 | 13.06.2019 19:44:17 | -7,200 | 1c397a9c85258a1d98b45ef581b7290bd27bc070 | chore: brought back sentry for error tracking | [
{
"change_type": "MODIFY",
"diff": "import { BrowserModule } from '@angular/platform-browser';\n-import { NgModule, PLATFORM_ID } from '@angular/core';\n+import { ErrorHandler, Injectable, NgModule, PLATFORM_ID } from '@angular/core';\nimport { FormsModule, ReactiveFormsModule } from '@angular/forms';\nimpo... | TypeScript | MIT License | ffxiv-teamcraft/ffxiv-teamcraft | chore: brought back sentry for error tracking | 1 | chore | null |
217,922 | 13.06.2019 20:31:44 | -7,200 | c0f7dff1b04a1ea9b22edf32fc227d2e7104b2d2 | chore: changed the padding for obtention buttons in list details on wide screens | [
{
"change_type": "MODIFY",
"diff": ".obtentions-container {\nwidth: 100%;\npadding-left: 20px;\n+ @media @large-desktop {\n+ padding-left: 50px;\n+ }\n}\n.odd {\n",
"new_path": "apps/client/src/app/pages/list-details/item-row/item-row.component.less",
"old_path": "apps/client/src/app/pages/list-deta... | TypeScript | MIT License | ffxiv-teamcraft/ffxiv-teamcraft | chore: changed the padding for obtention buttons in list details on wide screens | 1 | chore | null |
815,577 | 13.06.2019 20:45:40 | -28,800 | aa42dde49eb7a1e53ea8cb77d9599cfce502073e | chore: add test error to jsonbytes | [
{
"change_type": "MODIFY",
"diff": "@@ -98,3 +98,37 @@ impl<'de> serde::Deserialize<'de> for JsonBytes {\ndeserializer.deserialize_str(BytesVisitor)\n}\n}\n+\n+#[cfg(test)]\n+mod test {\n+ use super::JsonBytes;\n+ use serde_derive::{Deserialize, Serialize};\n+ use serde_json;\n+\n+ #[test]\n+ fn test_toml_d... | Rust | MIT License | nervosnetwork/ckb | chore: add test error to jsonbytes | 1 | chore | null |
104,818 | 13.06.2019 20:58:04 | -7,200 | 08be7a4cc6bcbe597b0175b553d78b0f3b07674e | fix(valuecard): center if one attribute on a small card | [
{
"change_type": "MODIFY",
"diff": "@@ -14,6 +14,7 @@ import UnitRenderer from './UnitRenderer';\nconst StyledAttribute = styled.div`\ndisplay: flex;\nalign-items: flex-end;\n+ ${props => (props.isVertical && props.alignValue ? `justify-content: ${props.alignValue};` : '')};\norder: 1;\n${props =>\n!props.l... | JavaScript | Apache License 2.0 | carbon-design-system/carbon-addons-iot-react | fix(valuecard): center if one attribute on a small card | 1 | fix | valuecard |
217,922 | 13.06.2019 21:20:09 | -7,200 | a64d7e8253ca95d491c00fccce441dbf7805d269 | feat(db): added links to FFXIV Collect on relevant item pages | [
{
"change_type": "MODIFY",
"diff": "<span (click)=\"replyTo(comment)\">{{'DB.COMMENTS.Reply' | translate}}</span>\n</nz-comment-action>\n- <nz-comment-action *ngIf=\"!comment.deleted && (comment.author === user.$key || user.admin || user.moderator)\">\n+ <nz-comment-action *ngIf=\"!comment.deleted && user.$... | TypeScript | MIT License | ffxiv-teamcraft/ffxiv-teamcraft | feat(db): added links to FFXIV Collect on relevant item pages | 1 | feat | db |
104,818 | 13.06.2019 21:23:29 | -7,200 | 829dfb08a034553a219774a55ba9b0d8b5c6c4d5 | fix(valuecard): keep it the same size if it doesn't have value | [
{
"change_type": "MODIFY",
"diff": "@@ -152,7 +152,6 @@ const Attribute = ({\nisVertical={isVertical}\nlabel={label}\n>\n- {!isNil(value) ? (\n<ValueRenderer\nvalue={value}\nunit={unit}\n@@ -164,9 +163,6 @@ const Attribute = ({\nisVertical={isVertical}\ncolor={valueColor}\n/>\n- ) : (\n- ' '\n- )}\n{!measur... | JavaScript | Apache License 2.0 | carbon-design-system/carbon-addons-iot-react | fix(valuecard): keep it the same size if it doesn't have value | 1 | fix | valuecard |
217,922 | 13.06.2019 21:30:23 | -7,200 | a695cce0a2033468c9819745a9730b72beb12aa4 | feat(db): added orchestrion sample preview | [
{
"change_type": "MODIFY",
"diff": "</div>\n<div fxFlex=\"1 1 auto\">\n<p *ngIf=\"xivapiItem.Description\" [innerHTML]=\"xivapiItem | xivapiI18n: 'Description' | xivUIText\"></p>\n+ <audio controls controlslist=\"nodownload\" *ngIf=\"xivapiItem.ItemAction.Type === 5845\">\n+ <source src=\"https://www.garlan... | TypeScript | MIT License | ffxiv-teamcraft/ffxiv-teamcraft | feat(db): added orchestrion sample preview | 1 | feat | db |
217,922 | 13.06.2019 21:36:53 | -7,200 | f449e154c746b185141c86bb7f206a41b0bbbbae | chore: updated patch notes | [
{
"change_type": "MODIFY",
"diff": "@@ -20,6 +20,8 @@ All notable changes to this project will be documented in this file. See [standa\n* added a recipe finder system ([e1bc1af](https://github.com/ffxiv-teamcraft/ffxiv-teamcraft/commit/e1bc1af948aaed11d58a5e123576247e992f65e6))\n* **pricing:** added a new f... | TypeScript | MIT License | ffxiv-teamcraft/ffxiv-teamcraft | chore: updated patch notes | 1 | chore | null |
104,818 | 13.06.2019 22:31:54 | -7,200 | d796d714abd89af6a76660ff1d8b62c9080f4514 | fix(valuecard): must show units if I truncated | [
{
"change_type": "MODIFY",
"diff": "@@ -163,9 +163,14 @@ const Attribute = ({\nisVertical={isVertical}\ncolor={valueColor}\n/>\n- {!measuredSize || measuredSize.width > 100 ? (\n- <UnitRenderer value={value} unit={unit} layout={layout} />\n- ) : null}\n+\n+ <UnitRenderer\n+ isVisible={!measuredSize || measu... | JavaScript | Apache License 2.0 | carbon-design-system/carbon-addons-iot-react | fix(valuecard): must show units if I truncated | 1 | fix | valuecard |
217,922 | 13.06.2019 22:41:40 | -7,200 | fc232e3ffec9d4e2e57d0396bca1606617ac81ef | fix(db): fixed an issue with some items not rendering properly | [
{
"change_type": "MODIFY",
"diff": "</div>\n<div fxFlex=\"1 1 auto\">\n<p *ngIf=\"xivapiItem.Description\" [innerHTML]=\"xivapiItem | xivapiI18n: 'Description' | xivUIText\"></p>\n- <audio controls controlslist=\"nodownload\" *ngIf=\"xivapiItem.ItemAction.Type === 5845\">\n+ <audio controls controlslist=\"n... | TypeScript | MIT License | ffxiv-teamcraft/ffxiv-teamcraft | fix(db): fixed an issue with some items not rendering properly | 1 | fix | db |
217,922 | 13.06.2019 22:48:04 | -7,200 | 30065ac674bff36c9cd1c545c6ea2e0498a7aa35 | chore: small fix for officer error in sentry | [
{
"change_type": "MODIFY",
"diff": "<ng-container *ngIf=\"userId$ | async as userId\">\n<ng-container *ngIf=\"team$ | async as team\">\n<nz-dropdown [nzTrigger]=\"'click'\" [nzPlacement]=\"'bottomLeft'\" class=\"item-options\"\n- *ngIf=\"team.leader === userId || team.isOfficer(userId)\">\n+ *ngIf=\"team.le... | TypeScript | MIT License | ffxiv-teamcraft/ffxiv-teamcraft | chore: small fix for officer error in sentry | 1 | chore | null |
217,922 | 13.06.2019 23:23:56 | -7,200 | 07488fbefda6ad94cfbddbdba897ffd2c731bc71 | chore: sentry is still not good enough, cya later | [
{
"change_type": "MODIFY",
"diff": "@@ -58,7 +58,8 @@ import {\nSettingOutline,\nShareAltOutline,\nSolutionOutline,\n- UsergroupAddOutline\n+ UsergroupAddOutline,\n+ LineChartOutline\n} from '@ant-design/icons-angular/icons';\nimport { UniversalInterceptor } from './universal-interceptor';\nimport { DirtyMo... | TypeScript | MIT License | ffxiv-teamcraft/ffxiv-teamcraft | chore: sentry is still not good enough, cya later | 1 | chore | null |
217,922 | 13.06.2019 23:24:31 | -7,200 | 76d8e27176f2fd5927c6817545fceeb6f94b9a3d | chore: fixed english typo | [
{
"change_type": "MODIFY",
"diff": "}\n},\n\"MARKETBOARD\": {\n- \"Title\": \"Marketboard Informations\",\n+ \"Title\": \"Marketboard Information\",\n\"Error\": \"XIVAPI or Companion API is currently down, please wait a moment before retrying.\",\n\"Amount\": \"Quantity\",\n\"HQ\": \"HQ\",\n",
"new_path... | TypeScript | MIT License | ffxiv-teamcraft/ffxiv-teamcraft | chore: fixed english typo | 1 | chore | null |
679,913 | 14.06.2019 02:37:54 | -3,600 | c4a35e1fc9f35c4eca0225d87ee7500cc422699b | feat(shader-ast): add JS target, re-org | [
{
"change_type": "MODIFY",
"diff": "@@ -74,12 +74,12 @@ import {\nexport const isVec = (t: Term<any>) => t.type.indexOf(\"vec\") == 0;\n-const wrapF32 = (x?: Numeric) => (isNumber(x) ? float(x) : x);\n+export const wrapF32 = (x?: Numeric) => (isNumber(x) ? float(x) : x);\n-const numberWithMatchingType = (t:... | TypeScript | Apache License 2.0 | thi-ng/umbrella | feat(shader-ast): add JS target, re-org | 1 | feat | shader-ast |
103,444 | 14.06.2019 06:16:41 | 10,800 | f266ca11560b418d578f2cbc650f86c17f8ba224 | docs: Adding <Text> to avoid errors
* Adding <Text> to avoid errors
When copying the code and trying in the editor, an error is returning, demanding that the "This is a scrollable area" text be wrapped in a `<Text>` component.
* docs: importing <Text> from react-native-paper | [
{
"change_type": "MODIFY",
"diff": "@@ -20,7 +20,7 @@ type Props = React.ElementConfig<typeof View> & {\n* ```js\n* import * as React from 'react';\n* import { ScrollView } from 'react-native';\n- * import { Dialog, Portal } from 'react-native-paper';\n+ * import { Dialog, Portal, Text } from 'react-native-... | TypeScript | MIT License | callstack/react-native-paper | docs: Adding <Text> to avoid errors (#1124)
* Adding <Text> to avoid errors
When copying the code and trying in the editor, an error is returning, demanding that the "This is a scrollable area" text be wrapped in a `<Text>` component.
* docs: importing <Text> from react-native-paper | 1 | docs | null |
104,818 | 14.06.2019 09:06:58 | -7,200 | 8140c4c941208ffdd79476bd675c28c9a26642c5 | fix(valuecard): precision don't force zeros | [
{
"change_type": "MODIFY",
"diff": "@@ -164,7 +164,7 @@ const Attribute = ({\nisMini={isMini}\nsize={size}\nthresholds={thresholds}\n- precision={size === CARD_SIZES.XSMALL && Math.abs(value) > 9 ? 0 : precision}\n+ precision={precision}\nisVertical={isVertical}\ncolor={valueColor}\n/>\n",
"new_path": "... | JavaScript | Apache License 2.0 | carbon-design-system/carbon-addons-iot-react | fix(valuecard): precision don't force zeros | 1 | fix | valuecard |
711,597 | 14.06.2019 09:21:58 | -7,200 | 02567600219ee7f848e4dd41b20e788ced139986 | chore(admin-ui): Update ngx-pagination dep | [
{
"change_type": "MODIFY",
"diff": "\"graphql\": \"^14.3.1\",\n\"graphql-tag\": \"^2.10.1\",\n\"messageformat\": \"2.2.0\",\n- \"ngx-pagination\": \"^3.3.0\",\n+ \"ngx-pagination\": \"^4.0.0\",\n\"ngx-translate-messageformat-compiler\": \"^4.4.0\",\n\"rxjs\": \"^6.5.2\",\n\"trix\": \"^1.1.1\",\n",
"new_... | TypeScript | MIT License | vendure-ecommerce/vendure | chore(admin-ui): Update ngx-pagination dep | 1 | chore | admin-ui |
749,516 | 14.06.2019 09:48:27 | 25,200 | 0c0ea2486d069ce26cf5a6d88362b301bff5bc39 | fix(avatars): update propTypes to accurately check badge type | [
{
"change_type": "MODIFY",
"diff": "@@ -48,7 +48,7 @@ const Avatar = ({ isSystem, size, status, children, badge, ...other }) => {\nAvatar.propTypes = {\n/** Applies system styling */\nisSystem: PropTypes.bool,\n- badge: PropTypes.oneOf([PropTypes.string, PropTypes.number]),\n+ badge: PropTypes.oneOfType([Pr... | TypeScript | Apache License 2.0 | zendeskgarden/react-components | fix(avatars): update propTypes to accurately check badge type (#367) | 1 | fix | avatars |
711,597 | 14.06.2019 09:59:24 | -7,200 | 7d7209d1728b1be2005d591d1556969e613d358d | feat(dev-server): Add MariaDB/PhpMyAdmin docker-compose file to repo
In WebStorm this makes it simple to run & manage right from the IDE | [
{
"change_type": "ADD",
"diff": "+version: '2'\n+services:\n+ mariadb:\n+ image: 'bitnami/mariadb:latest'\n+ environment:\n+ - ALLOW_EMPTY_PASSWORD=yes\n+ volumes:\n+ - 'mariadb_data:/bitnami'\n+ ports:\n+ - '3306:3306'\n+ phpmyadmin:\n+ image: 'bitnami/phpmyadmin:latest'\n+ labels:\n+ kompose.service.type:... | TypeScript | MIT License | vendure-ecommerce/vendure | feat(dev-server): Add MariaDB/PhpMyAdmin docker-compose file to repo
In WebStorm this makes it simple to run & manage right from the IDE | 1 | feat | dev-server |
711,597 | 14.06.2019 09:59:56 | -7,200 | 973acad04526628a41b977fe3d44d285dc681f7b | chore(dev-server): Add support for Elasticsearch plugin | [
{
"change_type": "MODIFY",
"diff": "@@ -3,6 +3,7 @@ import { AdminUiPlugin } from '@vendure/admin-ui-plugin';\nimport { AssetServerPlugin } from '@vendure/asset-server-plugin';\nimport { ADMIN_API_PATH, API_PORT, SHOP_API_PATH } from '@vendure/common/lib/shared-constants';\nimport { DefaultLogger, DefaultSe... | TypeScript | MIT License | vendure-ecommerce/vendure | chore(dev-server): Add support for Elasticsearch plugin | 1 | chore | dev-server |
503,945 | 14.06.2019 10:23:02 | 14,400 | dddf5f650a2011edd57fe0fa5f1b39a4ccb7c200 | chore(package): Bump versions to 2.13.0 | [
{
"change_type": "MODIFY",
"diff": "\"@babel/plugin-transform-typescript\": \"^7.0.0\",\n\"@babel/preset-env\": \"^7.0.0\",\n\"@babel/preset-react\": \"^7.0.0\",\n- \"@patternfly/patternfly\": \"2.12.5\",\n+ \"@patternfly/patternfly\": \"2.13.0\",\n\"@patternfly/react-icons\": \"^3.10.0\",\n\"@patternfly/re... | TypeScript | MIT License | patternfly/patternfly-react | chore(package): Bump @patternfly/patternfly versions to 2.13.0 (#2269) | 1 | chore | package |
503,965 | 14.06.2019 10:28:20 | 14,400 | 991280b290b770a6746b9d3dfbb29634cfdeeb95 | fix(topology): add tslint.json | [
{
"change_type": "ADD",
"diff": "+{\n+ \"defaultSeverity\": \"error\",\n+ \"extends\": [\n+ \"tslint:recommended\",\n+ \"tslint-react\",\n+ \"tslint-config-prettier\"\n+ ],\n+ \"rules\": {\n+ \"member-access\": [true, \"no-public\"],\n+ \"member-ordering\": false,\n+ \"array-type\": [\n+ true,\n+ \"array\"\... | TypeScript | MIT License | patternfly/patternfly-react | fix(topology): add tslint.json (#2247) | 1 | fix | topology |
127,946 | 14.06.2019 10:38:59 | -10,800 | 23d74e34c74fccdc60d75e9a25493ab0f3c886df | fix(routeLink): initial usage | [
{
"change_type": "MODIFY",
"diff": "@@ -36,7 +36,7 @@ const borderAddWallet: CSSObject = {\n},\n};\n-const AddWalletCard = styled.div([\n+export const AddWalletCardContainer = styled.div([\nborderAddWallet,\ncaption,\n{\n@@ -51,15 +51,14 @@ const AddWalletCard = styled.div([\n]);\nexport const AddWallet: Re... | TypeScript | MIT License | coingaming/moon-design | fix(routeLink): initial usage | 1 | fix | routeLink |
815,598 | 14.06.2019 10:47:36 | -28,800 | f9bc411cfe9059bbc3eac6a656e372a0d9b801af | docs: system requirements | [
{
"change_type": "MODIFY",
"diff": "# Get CKB\n+We have CI to ensure CKB works in following systems, they are also the\n+recommended system to run CKB.\n+\n+OS | Arch\n+-------------|------\n+Ubuntu 16.04 | x64\n+macOS | x64\n+Windows\\* | x64\n+\n+> \\* Support for Windows is experimental. CKB is known to ... | Rust | MIT License | nervosnetwork/ckb | docs: system requirements | 1 | docs | null |
791,690 | 14.06.2019 10:49:09 | 18,000 | 76d2b12692584860d8343cb621c750c11fe1e15b | core(font-display): limit false positives | [
{
"change_type": "MODIFY",
"diff": "@@ -24,6 +24,9 @@ const UIStrings = {\n'Leverage the font-display CSS feature to ensure text is user-visible while ' +\n'webfonts are loading. ' +\n'[Learn more](https://developers.google.com/web/updates/2016/02/font-display).',\n+ /** A warning message that is shown when... | JavaScript | Apache License 2.0 | googlechrome/lighthouse | core(font-display): limit false positives (#9148) | 1 | core | font-display |
217,922 | 14.06.2019 11:03:09 | -7,200 | 4846ae0b3e3e83629a0bc12d4083d57db37caf15 | fix(desktop): removed menu bar | [
{
"change_type": "MODIFY",
"diff": "@@ -100,6 +100,7 @@ function createWindow() {\nif (config.get('win:fullscreen')) {\nwin.maximize();\n}\n+ win.setMenuBarVisibility(false);\nwin.loadURL(`file://${BASE_APP_PATH}/index.html#${deepLink}`);\n//// uncomment below to open the DevTools.\n",
"new_path": "desk... | TypeScript | MIT License | ffxiv-teamcraft/ffxiv-teamcraft | fix(desktop): removed menu bar | 1 | fix | desktop |
104,818 | 14.06.2019 11:21:43 | -7,200 | 59f3929587f8ebec79f51eb31f5d6c5701ede7eb | fix(valuecard): explicitly set line height for labels | [
{
"change_type": "MODIFY",
"diff": "@@ -118,6 +118,7 @@ const shouldLabelWrap = ({ title, isVertical }) => {\n* Render a given attribute label\n*/\nconst AttributeLabel = styled.div`\n+ ${props => `line-height: ${determineLabelFontSize(props)}rem;`}\n${props => `font-size: ${determineLabelFontSize(props)}re... | JavaScript | Apache License 2.0 | carbon-design-system/carbon-addons-iot-react | fix(valuecard): explicitly set line height for labels | 1 | fix | valuecard |
815,593 | 14.06.2019 12:24:18 | -32,400 | 4855751410e6b10128077f6e1e1b3e3d21397259 | fix: panic when gives a `index_from` higher than tip | [
{
"change_type": "MODIFY",
"diff": "@@ -140,9 +140,9 @@ impl<CS: ChainStore + 'static> IndexerStore for DefaultIndexerStore<CS> {\nlet index_state = {\nlet chain_state = self.shared.lock_chain_state();\nlet tip_number = chain_state.tip_number();\n- let block_number = index_from.unwrap_or_else(|| tip_number)... | Rust | MIT License | nervosnetwork/ckb | fix: panic when gives a `index_from` higher than tip | 1 | fix | null |
815,593 | 14.06.2019 12:26:10 | -32,400 | c7ae71706aa1e9fe0ee3a25c079ae477ab689d0e | chore: change log level | [
{
"change_type": "MODIFY",
"diff": "@@ -13,7 +13,7 @@ use ckb_db::{\nuse ckb_shared::shared::Shared;\nuse ckb_store::ChainStore;\nuse ckb_traits::chain_provider::ChainProvider;\n-use log::{error, info, trace};\n+use log::{debug, error, info, trace};\nuse numext_fixed_hash::H256;\nuse std::collections::{Hash... | Rust | MIT License | nervosnetwork/ckb | chore: change log level | 1 | chore | null |
815,609 | 14.06.2019 12:26:38 | -28,800 | ba16e3e10d92fd0bc6dbbe0f92fc19343aa04134 | feat: add a method to use the referenced slice (parse/deserialize before copy/clone) | [
{
"change_type": "MODIFY",
"diff": "@@ -30,6 +30,9 @@ pub trait KeyValueDB: Sync + Send {\nfn read(&self, col: Col, key: &[u8]) -> Result<Option<Vec<u8>>>;\nfn partial_read(&self, col: Col, key: &[u8], range: &Range<usize>) -> Result<Option<Vec<u8>>>;\nfn batch(&self) -> Result<Self::Batch>;\n+ fn process_r... | Rust | MIT License | nervosnetwork/ckb | feat: add a method to use the referenced slice (parse/deserialize before copy/clone) | 1 | feat | null |
791,834 | 14.06.2019 12:36:31 | 25,200 | 8a359d33ec5dc3558af98fb6dc0114418a2a46c4 | report: add aria-labels to tools button and metric toggle | [
{
"change_type": "MODIFY",
"diff": "@@ -123,14 +123,14 @@ class PerformanceCategoryRenderer extends CategoryRenderer {\n}\n// Metrics.\n- const metricAudits = category.auditRefs.filter(audit => audit.group === 'metrics');\nconst metricAuditsEl = this.renderAuditGroup(groups.metrics);\n// Metric descriptions... | JavaScript | Apache License 2.0 | googlechrome/lighthouse | report: add aria-labels to tools button and metric toggle (#9201) | 1 | report | null |
217,922 | 14.06.2019 13:42:26 | -7,200 | fd72403705e9e104d6f7357d3ba61556b950d8ce | fix(db): fixed an issue with foods showing only two bonuses | [
{
"change_type": "MODIFY",
"diff": "@@ -208,7 +208,7 @@ export class ItemComponent extends TeamcraftPageComponent {\n});\nif (item.ItemFood !== undefined) {\nconst food = item.ItemFood;\n- for (let i = 0; i < 2; i++) {\n+ for (let i = 0; i < 3; i++) {\nconst statsEntry: any = {};\nconst value = food[`Value$... | TypeScript | MIT License | ffxiv-teamcraft/ffxiv-teamcraft | fix(db): fixed an issue with foods showing only two bonuses | 1 | fix | db |
722,013 | 14.06.2019 13:48:10 | 18,000 | 329f66a33b5d6dd8334a7dc2e8bd312ddbbe962e | fix(docgen): fixed multiple use of same event needing desc
Closes | [
{
"change_type": "MODIFY",
"diff": "@@ -113,6 +113,46 @@ describe('eventHandler', () => {\nexpect(documentation.getEventDescriptor).toHaveBeenCalledWith('success')\n})\n+ it('should allow the use of an event multiple times', () => {\n+ const src = `\n+ export default {\n+ methods: {\n+ testEmit() {\n+ /**\n... | TypeScript | MIT License | vue-styleguidist/vue-styleguidist | fix(docgen): fixed multiple use of same event needing desc
Closes #459 | 1 | fix | docgen |
730,420 | 14.06.2019 13:54:09 | 25,200 | 47a287d486842e3a93164b777c91849d44d5f65c | feat(package): Webex internal flag dependency set to fixed version | [
{
"change_type": "MODIFY",
"diff": "\"resolved\": \"https://registry.npmjs.org/align-text/-/align-text-0.1.4.tgz\",\n\"integrity\": \"sha1-DNkKVhCT810KmSVsIrcGlDP60Rc=\",\n\"dev\": true,\n+ \"optional\": true,\n\"requires\": {\n\"kind-of\": \"^3.0.2\",\n\"longest\": \"^1.0.1\",\n\"console-control-strings\":... | JavaScript | MIT License | webex/react-widgets | feat(package): Webex internal flag dependency set to fixed version | 1 | feat | package |
127,976 | 14.06.2019 14:17:28 | -10,800 | 586ef28798bcf3de550b839d98566cf822ebb5d0 | refactor: swap out colors to predefined palette | [
{
"change_type": "MODIFY",
"diff": "+type BaseColors = { [key: number]: string };\n+\n+const piccolo: BaseColors = {\n+ 100: '#0CD664',\n+ 80: '#24DA74',\n+ 60: '#3DDE83',\n+ 40: '#55E292',\n+ 20: '#85EAB2',\n+};\n+\n+const bulma: BaseColors = {\n+ 100: '#fff',\n+ 80: '#F3F5F6',\n+ 60: '#EDEFF1',\n+ 40: '#E... | TypeScript | MIT License | coingaming/moon-design | refactor: swap out colors to predefined palette | 1 | refactor | null |
815,598 | 14.06.2019 14:33:08 | -28,800 | 721bb39d89ccffd5aa447b9068187fd1eca26064 | chore(ci): travis retry on network problems | [
{
"change_type": "MODIFY",
"diff": "@@ -25,7 +25,7 @@ addons:\n- libtool\nbefore_install:\n- - cargo sweep --version || cargo install --git https://github.com/holmgr/cargo-sweep --rev 4770deda37a2203c783e301b8c0c895964e8971e\n+ - cargo sweep --version || travis_retry cargo install --git https://github.com/h... | Rust | MIT License | nervosnetwork/ckb | chore(ci): travis retry on network problems | 1 | chore | ci |
815,593 | 14.06.2019 14:50:55 | -32,400 | 484f9dac6cdf54222bc2f7db43b38e283336a6f5 | perf: avoids chain state lock and rebase with develop | [
{
"change_type": "MODIFY",
"diff": "@@ -13,7 +13,7 @@ use ckb_db::{\nuse ckb_shared::shared::Shared;\nuse ckb_store::ChainStore;\nuse ckb_traits::chain_provider::ChainProvider;\n-use log::{debug, error, info, trace};\n+use log::{debug, error, trace};\nuse numext_fixed_hash::H256;\nuse std::collections::{Has... | Rust | MIT License | nervosnetwork/ckb | perf: avoids chain state lock and rebase with develop | 1 | perf | null |
127,976 | 14.06.2019 14:52:13 | -10,800 | 4f1f40bb173375df8159507bd3f5ca8fbbf3d05a | refactor: split colors in two files | [
{
"change_type": "MODIFY",
"diff": "-type BaseColors = { [key: number]: string };\n-\n-const piccolo: BaseColors = {\n- 100: '#0CD664',\n- 80: '#24DA74',\n- 60: '#3DDE83',\n- 40: '#55E292',\n- 20: '#85EAB2',\n-};\n-\n-const bulma: BaseColors = {\n- 100: '#fff',\n- 80: '#F3F5F6',\n- 60: '#EDEFF1',\n- 40: '#E... | TypeScript | MIT License | coingaming/moon-design | refactor: split colors in two files | 1 | refactor | null |
471,588 | 14.06.2019 15:05:50 | 14,400 | e81555a2acaed315c259abce178b0cd5bf741b7e | fix(polyfills-loader): provide a 'module' entrypoint | [
{
"change_type": "MODIFY",
"diff": "\"name\": \"@open-wc/polyfills-loader\",\n\"version\": \"0.3.1\",\n\"main\": \"polyfills-loader.js\",\n+ \"module\": \"polyfills-loader.js\",\n\"description\": \"Load web component polyfills using dynamic imports\",\n\"author\": \"open-wc\",\n\"homepage\": \"https://githu... | JavaScript | MIT License | open-wc/open-wc | fix(polyfills-loader): provide a 'module' entrypoint (#496) | 1 | fix | polyfills-loader |
815,569 | 14.06.2019 15:34:23 | -28,800 | 04b5ffd0626328aa9662c12a1c9b9f45ff5885c1 | fix: witnesses_root cal including cellbase | [
{
"change_type": "MODIFY",
"diff": "@@ -20,10 +20,11 @@ fn cal_transactions_root(vec: &[Transaction]) -> H256 {\n}\nfn cal_witnesses_root(vec: &[Transaction]) -> H256 {\n- // The witness hash of cellbase transaction is assumed to be zero 0x0000....0000\n- let mut witnesses = vec![H256::zero()];\n- witnesses... | Rust | MIT License | nervosnetwork/ckb | fix: witnesses_root cal including cellbase | 1 | fix | null |
749,541 | 14.06.2019 17:14:49 | -3,600 | 1bf5595fb22e0611e8ecfe7e56d10b8446baa5f5 | fix(buttons): pass className to Icon component | [
{
"change_type": "MODIFY",
"diff": "@@ -12,13 +12,17 @@ import ButtonStyles from '@zendeskgarden/css-buttons';\nconst COMPONENT_ID = 'buttons.icon';\n-const Icon = ({ children, rotated }) => {\n+const Icon = ({ children, className, rotated }) => {\nreturn React.cloneElement(Children.only(children), {\n'data... | TypeScript | Apache License 2.0 | zendeskgarden/react-components | fix(buttons): pass className to Icon component (#366) | 1 | fix | buttons |
815,593 | 14.06.2019 18:11:58 | -32,400 | d2d16d1783d6d7640c2cf3008f1b4ff165afcd9c | feat: add `reverse_order` paramter to rpc | [
{
"change_type": "MODIFY",
"diff": "@@ -40,9 +40,15 @@ pub trait IterableKeyValueDB: KeyValueDB {\n&'a self,\ncol: Col,\nfrom_key: &'a [u8],\n+ direction: Direction,\n) -> Result<Box<Iterator<Item = KeyValueIteratorItem> + 'a>>;\n}\n+pub enum Direction {\n+ Forward,\n+ Reverse,\n+}\n+\npub trait DbBatch {\n... | Rust | MIT License | nervosnetwork/ckb | feat: add `reverse_order` paramter to rpc | 1 | feat | null |
815,593 | 14.06.2019 18:48:10 | -32,400 | 8bf4e89292ef032752f896dd7b3e930b2112a449 | perf: avoids chain state lock | [
{
"change_type": "MODIFY",
"diff": "@@ -164,12 +164,17 @@ impl<CS: ChainStore + 'static> IndexerStore for DefaultIndexerStore<CS> {\nindex_from: Option<BlockNumber>,\n) -> LockHashIndexState {\nlet index_state = {\n- let chain_state = self.shared.lock_chain_state();\n- let tip_number = chain_state.tip_numbe... | Rust | MIT License | nervosnetwork/ckb | perf: avoids chain state lock | 1 | perf | null |
217,922 | 14.06.2019 19:15:48 | -7,200 | 031ee7476f5e802eae17be802159b907a95e1b24 | fix(simulator): fixed a wrong tip about byregot's brow appearing while it shouldn't | [
{
"change_type": "MODIFY",
"diff": "-import { ByregotsBlessing } from './byregots-blessing';\nimport { Simulation } from '../../../simulation/simulation';\nimport { Buff } from '../../buff.enum';\nimport { CraftingJob } from '../../crafting-job.enum';\nimport { SimulationFailCause } from '../../simulation-f... | TypeScript | MIT License | ffxiv-teamcraft/ffxiv-teamcraft | fix(simulator): fixed a wrong tip about byregot's brow appearing while it shouldn't | 1 | fix | simulator |
217,922 | 14.06.2019 19:32:25 | -7,200 | 857a2162a1358f4185e52c143943766b88586414 | fix(simulator): fixed a bug with level not applied correctly | [
{
"change_type": "MODIFY",
"diff": "@@ -715,7 +715,9 @@ export class SimulatorComponent implements OnInit, OnDestroy {\nconst statsFromRecipe$: Observable<CrafterStats> = combineLatest([this.recipe$, this.job$, this.authFacade.gearSets$]).pipe(\nmap(([, job, sets]) => {\nconst set = sets.find(s => s.jobId =... | TypeScript | MIT License | ffxiv-teamcraft/ffxiv-teamcraft | fix(simulator): fixed a bug with level not applied correctly | 1 | fix | simulator |
217,922 | 14.06.2019 19:49:48 | -7,200 | 985dea2331d4879151d966963c693dfda2c40e90 | chore: fixed various sentry errors | [
{
"change_type": "MODIFY",
"diff": "@@ -88,6 +88,9 @@ export function authReducer(state = initialState, action: AuthActions): AuthStat\ncase AuthActionTypes.SaveSet: {\nconst lodestoneId = state.user.lodestoneIds.find(entry => entry.id === state.user.defaultLodestoneId) || state.user.lodestoneIds[0];\n+ if ... | TypeScript | MIT License | ffxiv-teamcraft/ffxiv-teamcraft | chore: fixed various sentry errors | 1 | chore | null |
217,922 | 14.06.2019 19:52:46 | -7,200 | 0367c40d9ee053aeb72aefd0a125110fd160a0a5 | feat(db): added FFXIV Collect links on achievement pages | [
{
"change_type": "MODIFY",
"diff": "@@ -67,8 +67,14 @@ export class AchievementComponent extends TeamcraftPageComponent {\n);\nthis.links$ = this.achievement$.pipe(\n- map(() => {\n- return [];\n+ map((achievement) => {\n+ return [\n+ {\n+ title: 'FFXIV Collect',\n+ icon: 'https://collect.raelys.com/images/... | TypeScript | MIT License | ffxiv-teamcraft/ffxiv-teamcraft | feat(db): added FFXIV Collect links on achievement pages | 1 | feat | db |
503,918 | 14.06.2019 20:10:34 | -10,800 | bd8afadfc706edbc74c7e5e31405822c6488fdd0 | fix(Alert): set the variant prop to info by default | [
{
"change_type": "MODIFY",
"diff": "import * as React from 'react';\n-import { mount } from 'enzyme';\n+import { mount, shallow } from 'enzyme';\nimport { Alert, AlertVariant } from './Alert';\nimport { AlertActionLink } from './AlertActionLink';\nimport { AlertActionCloseButton } from './AlertActionCloseBu... | TypeScript | MIT License | patternfly/patternfly-react | fix(Alert): set the variant prop to info by default (#2218)
Signed-off-by: Boaz Shuster <boaz.shuster.github@gmail.com> | 1 | fix | Alert |
815,569 | 14.06.2019 20:26:14 | -28,800 | 30290e2d53f41b3df1388edc31d278a71e81841d | test: refactor cell test | [
{
"change_type": "MODIFY",
"diff": "@@ -7,6 +7,7 @@ use ckb_util::LowerHexOption;\nuse fnv::{FnvHashMap, FnvHashSet};\nuse numext_fixed_hash::H256;\nuse serde_derive::{Deserialize, Serialize};\n+use std::convert::AsRef;\nuse std::fmt;\n#[derive(Clone, Debug, Eq, PartialEq, Default, Deserialize, Serialize)]\... | Rust | MIT License | nervosnetwork/ckb | test: refactor cell test | 1 | test | null |
67,476 | 14.06.2019 21:46:26 | -7,200 | 3eef05bbbe4710df7b3ce83348516e376c15bec8 | chore(all): remove references to bigint | [
{
"change_type": "MODIFY",
"diff": "@@ -155,7 +155,7 @@ export type Pick3<T, K1 extends keyof T, K2 extends keyof T[K1], K3 extends keyo\n[P1 in K1]: { [P2 in K2]: { [P3 in K3]: ((T[K1])[K2])[P3] } }\n};\n-export type Primitive = undefined | null | number | boolean | string | symbol | bigint;\n+export type ... | TypeScript | MIT License | aurelia/aurelia | chore(all): remove references to bigint | 1 | chore | all |
217,922 | 14.06.2019 21:56:06 | -7,200 | e7009dd1b6bda1a5504dd7d094761dd31fc514f0 | fix(layout): fixed a bug with collapsed by default not applying properly | [
{
"change_type": "MODIFY",
"diff": "@@ -111,7 +111,8 @@ export class LayoutsFacade {\nreverseTiers: row.reverseTiers,\nfilterChain: row.filter.name,\nhideIfEmpty: row.hideIfEmpty,\n- collapsed: row.collapseIfDone ? orderedAccepted.reduce((collapse, r) => r.done >= r.amount && collapse, true) : row.collapsed... | TypeScript | MIT License | ffxiv-teamcraft/ffxiv-teamcraft | fix(layout): fixed a bug with collapsed by default not applying properly | 1 | fix | layout |
815,598 | 14.06.2019 21:57:59 | -28,800 | c6f5c6b2fbbc9cbbd5d3cade32f0a2f1a0e69375 | chore: package linux binary using Ubuntu 16
The binary built using Ubuntu 18 requires a higher version of stdlibc++, which
is not available in Ubuntu 16. | [
{
"change_type": "MODIFY",
"diff": "@@ -112,7 +112,7 @@ matrix:\nif: 'tag IS present AND env(GITHUB_TOKEN) IS present'\nlanguage: ruby\naddons: { apt: { packages: [] } }\n- env: REL_PKG=x86_64-unknown-linux-gnu.tar.gz BUILDER_IMAGE=nervos/ckb-docker-builder:bionic-rust-1.34.2\n+ env: REL_PKG=x86_64-unknown-... | Rust | MIT License | nervosnetwork/ckb | chore: package linux binary using Ubuntu 16 (#1003)
The binary built using Ubuntu 18 requires a higher version of stdlibc++, which
is not available in Ubuntu 16. | 1 | chore | null |
679,913 | 14.06.2019 23:37:18 | -3,600 | a4bfb88af5175af65deacd3aacf475d7d6278767 | feat(api): add Select2/3/4 conditional types | [
{
"change_type": "MODIFY",
"diff": "@@ -297,6 +297,22 @@ export type Predicate<T> = Fn<T, boolean>;\n*/\nexport type Predicate2<T> = Fn2<T, T, boolean>;\n+export type Select2<T, Q, A, B> = T extends Q ? A : B;\n+\n+export type Select3<T, Q1, Q2, A, B, C> = T extends Q1\n+ ? A\n+ : T extends Q2\n+ ? B\n+ : C... | TypeScript | Apache License 2.0 | thi-ng/umbrella | feat(api): add Select2/3/4 conditional types | 1 | feat | api |
815,598 | 14.06.2019 23:54:06 | -28,800 | 1074496883fc6caae403af012d4f3fb6ca1dbb2e | chore: bump genesis for v0.14.0 | [
{
"change_type": "MODIFY",
"diff": "@@ -9,7 +9,7 @@ use std::sync::Arc;\n// - If the data can be migrated manually: update \"x.y1.z\" to \"x.y2.0\".\n// - If the data can not be migrated: update \"x1.y.z\" to \"x2.0.0\".\npub(crate) const VERSION_KEY: &str = \"db-version\";\n-pub(crate) const VERSION_VALUE:... | Rust | MIT License | nervosnetwork/ckb | chore: bump genesis for v0.14.0 | 1 | chore | null |
815,598 | 15.06.2019 00:24:55 | -28,800 | b5ce20254c9c80a934846e49369c3c0b06698f92 | chore: CHANGELOG for v0.14.0 | [
{
"change_type": "MODIFY",
"diff": "All notable changes to this project will be documented in this file.\nSee [Conventional Commits](https://conventionalcommits.org) for commit guidelines.\n+\n+# [v0.14.0](https://github.com/nervosnetwork/ckb/compare/v0.13.0...v0.14.0) (2019-06-15) rylai-v3\n+\n+### BREAKIN... | Rust | MIT License | nervosnetwork/ckb | chore: CHANGELOG for v0.14.0 | 1 | chore | null |
447,451 | 15.06.2019 01:50:37 | 14,400 | 5247509d17856478baa1b2cbf31b6530fc6d2116 | fix: pass row data and other column props passed to cell component | [
{
"change_type": "MODIFY",
"diff": "@@ -44,6 +44,31 @@ describe('<Cell /> when isFirst is not passed', () => {\nconst component = mount(<Cell value=\"cell-1\" columnType=\"action\" />);\nexpect(component.find('ActionsCell').exists()).toBe(true);\n});\n+ it('should pass the row data and other columns props t... | JavaScript | MIT License | nexxtway/react-rainbow | fix: pass row data and other column props passed to cell component (#806) | 1 | fix | null |
815,598 | 15.06.2019 10:41:14 | -28,800 | 4fb42138bc0d190b41b744ed1ca37b465c776380 | feat: ckb init use secp256k1 as default ba-code-hash | [
{
"change_type": "MODIFY",
"diff": "@@ -15,10 +15,18 @@ pub fn init(args: InitArgs) -> Result<(), ExitCode> {\n}\nlet runner = Runner::default().to_string();\n- let block_assembler = match args.block_assembler_code_hash {\n- Some(hash) => {\nlet default_hash = format!(\"{:#x}\", CODE_HASH_SECP256K1_BLAKE160... | Rust | MIT License | nervosnetwork/ckb | feat: ckb init use secp256k1 as default ba-code-hash | 1 | feat | null |
447,451 | 15.06.2019 12:23:02 | 14,400 | 01a42138b7d2ea6583753557cdffca07993f44e9 | chore: set webdriver logLevel to silent | [
{
"change_type": "MODIFY",
"diff": "@@ -74,7 +74,7 @@ exports.config = {\n// Define all options that are relevant for the WebdriverIO instance here\nsync: true,\n// Level of logging verbosity: trace | debug | info | warn | error | silent\n- // logLevel: 'silent',\n+ logLevel: 'silent',\n//\n// Set specific ... | JavaScript | MIT License | nexxtway/react-rainbow | chore: set webdriver logLevel to silent | 1 | chore | null |
815,569 | 15.06.2019 13:20:14 | -28,800 | 71be9fefb3b0ecd4bdb156ee20d5209de8be3fd1 | test: test script to witness | [
{
"change_type": "MODIFY",
"diff": "@@ -98,6 +98,13 @@ mod tests {\nuse numext_fixed_hash::{h256, H256};\nuse occupied_capacity::OccupiedCapacity;\n+ #[test]\n+ fn test_from_into_witness() {\n+ let script = Script::new(vec![Bytes::from(vec![1])], H256::zero());\n+ let witness = script.clone().into_witness()... | Rust | MIT License | nervosnetwork/ckb | test: test script to witness | 1 | test | null |
815,593 | 15.06.2019 15:47:07 | -32,400 | 56a3844629b58f7664d0c2fa6229f35860f6310a | fix: miner log wrong block hash | [
{
"change_type": "MODIFY",
"diff": "@@ -88,25 +88,24 @@ impl Miner {\nfn check_seal(&mut self, pow_hash: H256, seal: Seal) {\nif let Some(work) = self.works.lock().get_refresh(&pow_hash) {\n- let block = &work.block;\nif self\n.pow\n- .verify_proof_difficulty(&seal.proof(), &block.header().difficulty())\n+ ... | Rust | MIT License | nervosnetwork/ckb | fix: miner log wrong block hash | 1 | fix | null |
815,569 | 15.06.2019 16:38:38 | -28,800 | 3172bcdc654999e907b0b3598bcc67c699e9a68c | chore: tiny refactor from_tx_hash of ProposalShortId | [
{
"change_type": "MODIFY",
"diff": "@@ -767,9 +767,8 @@ impl ProposalShortId {\n}\npub fn from_tx_hash(h: &H256) -> Self {\n- let v = h.to_vec();\nlet mut inner = [0u8; 10];\n- inner.copy_from_slice(&v[..10]);\n+ inner.copy_from_slice(&h.as_bytes()[..10]);\nProposalShortId(inner)\n}\n",
"new_path": "cor... | Rust | MIT License | nervosnetwork/ckb | chore: tiny refactor from_tx_hash of ProposalShortId | 1 | chore | null |
815,595 | 15.06.2019 16:43:30 | -28,800 | c4717501bc450c4441675c4734c32d439bf3e75e | fix: Avoid dummy worker re-solve the same works | [
{
"change_type": "MODIFY",
"diff": "@@ -84,7 +84,7 @@ impl Dummy {\n}\nfn poll_worker_message(&mut self) {\n- if let Ok(msg) = self.worker_rx.try_recv() {\n+ if let Ok(msg) = self.worker_rx.recv() {\nmatch msg {\nWorkerMessage::NewWork(pow_hash) => self.pow_hash = Some(pow_hash),\nWorkerMessage::Stop => {\n... | Rust | MIT License | nervosnetwork/ckb | fix: Avoid dummy worker re-solve the same works | 1 | fix | null |
679,913 | 15.06.2019 16:53:30 | -3,600 | 8683c19c78a72a234c5cbfccfb6c6958ae88c82b | feat(vectors): add atan, exp_2, log_2, setVN, setVV, minor type fixes
fix arg types setC, step, smoothStep | [
{
"change_type": "ADD",
"diff": "+import { MultiVecOpV, VecOpV } from \"./api\";\n+import { defFnOp } from \"./internal/codegen\";\n+\n+export const [atan, atan2, atan3, atan4] = defFnOp<MultiVecOpV, VecOpV>(\n+ \"Math.atan\"\n+);\n",
"new_path": "packages/vectors/src/atan.ts",
"old_path": null
},... | TypeScript | Apache License 2.0 | thi-ng/umbrella | feat(vectors): add atan, exp_2, log_2, setVN, setVV, minor type fixes
- fix arg types setC, step, smoothStep | 1 | feat | vectors |
679,913 | 15.06.2019 16:54:17 | -3,600 | 114003c1ebc30141c62cfceb8e1f3157c9afe183 | feat(vectors): add swizzle setters | [
{
"change_type": "MODIFY",
"diff": "@@ -60,3 +60,64 @@ export const swapXY: VecOpV = (out, v) => swizzle3(out, v, 1, 0, 2);\nexport const swapXZ: VecOpV = (out, v) => swizzle3(out, v, 2, 1, 0);\nexport const swapYZ: VecOpV = (out, v) => swizzle3(out, v, 0, 2, 1);\n+\n+/**\n+ * Sets `out[a] = n`, returns `ou... | TypeScript | Apache License 2.0 | thi-ng/umbrella | feat(vectors): add swizzle setters | 1 | feat | vectors |
679,913 | 15.06.2019 16:55:20 | -3,600 | 7a2ef828597f83abb7540eece8ebc18f6459b296 | feat(matrices): add matXXn & matXXv fns | [
{
"change_type": "MODIFY",
"diff": "@@ -20,6 +20,8 @@ export * from \"./m23-m22\";\nexport * from \"./m23-m44\";\nexport * from \"./m33-m44\";\nexport * from \"./m44-m33\";\n+export * from \"./matn\";\n+export * from \"./matv\";\nexport * from \"./mixq\";\nexport * from \"./mul\";\nexport * from \"./mulm\";... | TypeScript | Apache License 2.0 | thi-ng/umbrella | feat(matrices): add matXXn & matXXv fns | 1 | feat | matrices |
679,913 | 15.06.2019 16:59:58 | -3,600 | 7da17383b5b2ae3a3f042d84b38186a37b070944 | feat(shader-ast): major update JS codegen, implement most builtin fns, fixes
add JSBuiltins* interfaces, update JSEnv
add JS_DEFAULT_ENV w/ all implementations (for actual code execution)
fix swizzle assignments
update fn & operator calls
update JSTarget.compile() | [
{
"change_type": "MODIFY",
"diff": "\"dependencies\": {\n\"@thi.ng/api\": \"^6.2.0\",\n\"@thi.ng/checks\": \"^2.1.6\",\n- \"@thi.ng/defmulti\": \"^1.0.9\"\n+ \"@thi.ng/defmulti\": \"^1.0.9\",\n+ \"@thi.ng/matrices\": \"^0.4.0\",\n+ \"@thi.ng/vectors\": \"^2.5.6\"\n},\n\"keywords\": [\n\"AST\",\n",
"new_... | TypeScript | Apache License 2.0 | thi-ng/umbrella | feat(shader-ast): major update JS codegen, implement most builtin fns, fixes
- add JSBuiltins* interfaces, update JSEnv
- add JS_DEFAULT_ENV w/ all implementations (for actual code execution)
- fix swizzle assignments
- update fn & operator calls
- update JSTarget.compile() | 1 | feat | shader-ast |
67,476 | 15.06.2019 17:10:32 | -7,200 | de8586ec9b7707178868c734d9882b46ddba3bf1 | refactor(di): overhaul the types to fix latest ts compatibility | [
{
"change_type": "MODIFY",
"diff": "/// <reference types=\"reflect-metadata\" />\n-import { Class, Constructable, IIndexable, Injectable, InterfaceSymbol, Primitive } from './interfaces';\n+import { Class, Constructable, IIndexable } from './interfaces';\nimport { PLATFORM } from './platform';\nimport { Rep... | TypeScript | MIT License | aurelia/aurelia | refactor(di): overhaul the types to fix latest ts compatibility | 1 | refactor | di |
815,593 | 15.06.2019 19:46:23 | -32,400 | 17c857457e893c47541773d9e10b67bb30a4e68d | fix: miner time interval panic | [
{
"change_type": "MODIFY",
"diff": "@@ -9,7 +9,7 @@ use numext_fixed_hash::H256;\nuse rand::random;\nuse serde_derive::{Deserialize, Serialize};\nuse std::thread;\n-use std::time::{Duration, SystemTime};\n+use std::time::{Duration, Instant};\n#[derive(Clone, Debug, PartialEq, Serialize, Deserialize)]\npub s... | Rust | MIT License | nervosnetwork/ckb | fix: miner time interval panic | 1 | fix | null |
815,598 | 15.06.2019 21:07:19 | -28,800 | 2c165db70cc194cc52198c1b6bdcf8e352611d7f | fix: use Rust VM runner in bundled config file
Some command still uses the bundled config file, for example, following
command will fail in Windows when `ckb.toml` not found in current directory:
ckb cli hashes | [
{
"change_type": "MODIFY",
"diff": "@@ -78,7 +78,7 @@ max_cycles = 200_000_000_000\nmax_verfify_cache_size = 100_000\n[script]\n-runner = \"Assembly\" # {{\n+runner = \"Rust\" # {{\n# _ => runner = \"{runner}\"\n# }}\n",
"new_path": "resource/ckb.toml",
"old_path": "resource/ckb.toml"
},
{
"... | Rust | MIT License | nervosnetwork/ckb | fix: use Rust VM runner in bundled config file
Some command still uses the bundled config file, for example, following
command will fail in Windows when `ckb.toml` not found in current directory:
ckb cli hashes | 1 | fix | null |
815,598 | 15.06.2019 21:12:57 | -28,800 | 5a0340b4a65dc82acf7d1bef508bb4453485eb33 | feat: remove script_hash from docs/hashes.toml
It makes no sense since most system cells require args to work. | [
{
"change_type": "MODIFY",
"diff": "use ckb_app_config::{cli, CKBAppConfig, ExitCode};\nuse ckb_chain_spec::ChainSpec;\n-use ckb_core::script::Script;\nuse ckb_resource::Resource;\nuse clap::ArgMatches;\nuse numext_fixed_hash::H256;\n@@ -14,7 +13,6 @@ struct SystemCell {\npub path: String,\npub index: usize... | Rust | MIT License | nervosnetwork/ckb | feat: remove script_hash from docs/hashes.toml
It makes no sense since most system cells require args to work. | 1 | feat | null |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.