Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Release 14.0.0 #2026

Merged
merged 192 commits into from
Oct 20, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
192 commits
Select commit Hold shift + click to select a range
c3570ac
feat(aepp): extract class to connect to wallet from AeSdkAepp
davidyuk Jul 22, 2023
f606d33
docs(aepp): add buttons to get accounts
davidyuk Jul 22, 2023
0995487
docs(aepp): connect to Ledger HW
davidyuk Jul 23, 2023
2743e4a
chore: don't fail on assets rebuilding
davidyuk Apr 22, 2024
234a325
test: fix mdw and reduce global timeout
davidyuk May 6, 2024
10a97f1
Merge pull request #1987 from aeternity/fix-tests
davidyuk May 29, 2024
00b4f86
perf(contract)!: don't depend on Contract in AeSdk
davidyuk Nov 20, 2023
2b247ff
fix(aepp): don't require subscription to request addresses
davidyuk Apr 28, 2024
d529f30
fix(wallet): origin if opened over file:// (cordova)
davidyuk Apr 27, 2024
5d1599a
Merge pull request #1981 from aeternity/feature/aepp-address
davidyuk May 29, 2024
83c696d
Merge pull request #1980 from aeternity/feature/wallet-cordova-fix
davidyuk May 29, 2024
9653784
Merge pull request #1915 from aeternity/feature/remove-initialize-con…
davidyuk May 29, 2024
d5fde18
refactor(tx-builder)!: extract entries into separate builder
davidyuk Mar 13, 2024
9848eeb
Merge pull request #1962 from aeternity/feature/extract-entry-packing
davidyuk May 29, 2024
2342aa6
refactor(tx-builder)!: remove deprecated constant exports
davidyuk Nov 4, 2023
0293fe4
refactor(oracle)!: add OracleClient class
davidyuk Nov 4, 2023
4008d12
refactor!: drop [email protected] support
davidyuk Nov 4, 2023
bcab498
refactor(oracle)!: replace `getQueryObject` with OracleBase
davidyuk Nov 13, 2023
54ee614
refactor(oracle)!: add Oracle class
davidyuk Nov 13, 2023
03c77c0
feat(oracle): add Oracle:handleQueries method
davidyuk Nov 13, 2023
78a07ab
feat(oracle)!: add `includeResponded` option to Oracle:pollQueries
davidyuk Nov 13, 2023
3a57665
fix(oracle): emit unhandled rejection instead printing error
davidyuk Nov 13, 2023
5528de3
Merge pull request #1911 from aeternity/feature/refactor-oracle
davidyuk May 31, 2024
2ecf0f4
refactor(tx-builder)!: remove deprecated constant exports
davidyuk Nov 21, 2023
956daac
refactor(aens)!: replace aens methods with Name class
davidyuk Dec 7, 2023
addc696
Merge pull request #1917 from aeternity/feature/refactor-name
davidyuk May 31, 2024
d03fcb5
test(channel): use proper error type
davidyuk May 6, 2024
5cec07b
fix(channel): remove `statePassword` unsupported on node side
davidyuk May 6, 2024
5298798
test(channel): remove `ttl` param
davidyuk May 6, 2024
8280086
test(channel): extract common params per role
davidyuk May 6, 2024
2b3e6ad
test(channel): speedup "can reconnect" test
davidyuk May 6, 2024
e572fae
fix(channel): `channelId` type, more accurate types
davidyuk May 6, 2024
a7d4dde
fix(channel): accept `host` only if initiator
davidyuk May 6, 2024
5aa17a6
test(channel): create single sdk instance, two accounts
davidyuk May 6, 2024
bbc731f
test: reduce global timeout
davidyuk May 6, 2024
8e78614
test(channel): create accounts instead using different ports
davidyuk May 6, 2024
777e1a5
test: add missed disconnect in channel, unsubscribe in mdw
davidyuk May 7, 2024
dba0fab
Merge pull request #1982 from aeternity/channel-tests
davidyuk Jun 6, 2024
df0e050
refactor(compiler)!: drop aesophia@7 support
davidyuk Jun 6, 2024
651b6ec
refactor!: remove `createDelegationSignature`
davidyuk Jun 6, 2024
c1af77c
refactor(aepp): don't use deprecated delegation methods
davidyuk Jun 6, 2024
c4d62b0
refactor(wallet,aepp)!: remove `delegationToContract.sign` method
davidyuk Jun 6, 2024
f948492
refactor!: remove `signOracleQueryDelegationToContract`
davidyuk Jun 6, 2024
c09ac29
docs(aens): use `signDelegation` instead deprecated methods
davidyuk Jun 6, 2024
60a729d
refactor!: remove `signAllNamesDelegationToContract`
davidyuk Jun 6, 2024
9ab8f41
refactor!: remove `signNameDelegationToContract`
davidyuk Jun 6, 2024
cd495a6
refactor!: remove `signDelegationToContract`
davidyuk Jun 6, 2024
f2c6d1d
refactor(account)!: make `signTypedData`, `signDelegation` abstract
davidyuk Jun 6, 2024
0dd3b49
chore(node)!: require 7.1.0
davidyuk Jun 6, 2024
08783fd
chore(middleware)!: require 1.77.5
davidyuk Jun 6, 2024
ee2744d
chore(deps): update docs build deps
davidyuk Jun 7, 2024
c66060b
chore(deps): update
davidyuk Jun 8, 2024
905d6ae
test: only Ceres, drop Iris
davidyuk Jun 8, 2024
61554b3
refactor!: drop Iris support
davidyuk Jun 8, 2024
c521597
refactor(contract)!: remove `encodeFateValue`, `decodeFateValue`
davidyuk Jun 8, 2024
83797a4
refactor!: remove `NAME_BID_MAX_LENGTH`
davidyuk Jun 8, 2024
1f0b3bb
refactor(aepp)!: remove RpcBroadcastError
davidyuk Jun 8, 2024
4cc6cee
Merge pull request #1989 from aeternity/drop-iris
davidyuk Jun 11, 2024
3b86632
test(channel): enable in all networks
davidyuk May 6, 2024
f30b9dd
test(channel): fix on testnet
davidyuk Jun 9, 2024
55693e0
test(channel): split into three modules
davidyuk Jun 9, 2024
0d90240
Merge pull request #1924 from aeternity/sc-test-testnet
davidyuk Jun 12, 2024
329de9e
fix(aens): validate minus chars in name as node does
davidyuk Jun 11, 2024
1587d54
Merge pull request #1990 from aeternity/fix-name-minus
davidyuk Jun 12, 2024
b94e198
feat(account)!: encode secret key as sk_-prefixed string
davidyuk Jun 12, 2024
3e390b3
docs: add an example page with tools based on sdk
davidyuk Jun 12, 2024
1652a4b
fix(account): improve Account:publicKey type
davidyuk Jun 14, 2024
5d4981e
docs: add bundle report to tools page
davidyuk Jun 14, 2024
29005ea
refactor(tx-builder): extract common pointers code
davidyuk Jun 15, 2024
9e47d5c
fix(node,compiler,middleware)!: mark $host as readonly
davidyuk Jun 15, 2024
82662dc
Merge pull request #1991 from aeternity/sk-format
davidyuk Jun 18, 2024
d7dc414
chore(deps): bump ws from 8.17.0 to 8.17.1
dependabot[bot] Jun 18, 2024
399a70e
Merge pull request #1992 from aeternity/extract-pointers
davidyuk Jun 18, 2024
8620701
Merge pull request #1993 from aeternity/readonly-host
davidyuk Jun 18, 2024
085ab34
Merge pull request #1996 from aeternity/dependabot/npm_and_yarn/ws-8.…
davidyuk Jun 18, 2024
ced1cf8
docs(node): explain how to use debug dry-run instead protected
davidyuk Jun 15, 2024
4a8d5ac
Merge pull request #1994 from aeternity/debug-dry-run-example
davidyuk Jun 18, 2024
a2ab2f4
docs: add Oracle example in nodejs
davidyuk Jun 17, 2024
c333ce8
docs: use consistent imports in errors guide
davidyuk Jun 17, 2024
ea7b4fc
docs(wallet): fix path in extension example
davidyuk Jun 18, 2024
45f3d94
docs: update min TS version in compat table
davidyuk Jun 18, 2024
ec7cc8b
Merge pull request #1995 from aeternity/oracle-example
davidyuk Jun 18, 2024
5e64ec9
chore!: remove keystore implementation
davidyuk Jun 18, 2024
be9963a
docs: fix dry-run links in mkdocs
davidyuk Jun 18, 2024
afdd892
Merge pull request #1997 from aeternity/drop-argon2
davidyuk Jul 2, 2024
c785521
feat(account): add AccountMnemonicFactory
davidyuk Jul 2, 2024
d4320e6
feat(account): expose `secretKey` in MemoryAccount
davidyuk Jul 2, 2024
2cbaa7c
refactor(account)!: remove `generateKeyPairFromSecret`
davidyuk Jul 2, 2024
d7f7b3c
chore(compiler): use v8 instead v7 in examples and docs
davidyuk Jul 2, 2024
18c6789
refactor(account)!: remove `generateKeyPair`
davidyuk Jul 2, 2024
9446639
refactor(account)!: remove `getAddressFromPriv`
davidyuk Jul 2, 2024
512385a
refactor(account)!: remove `isValidKeypair`
davidyuk Jul 2, 2024
30077bc
refactor(account)!: remove `sign`, `signMessage`
davidyuk Jul 2, 2024
bd80a56
refactor(account): support wallet key in AccountMnemonicFactory
davidyuk Jul 3, 2024
10e7c89
refactor(account)!: remove save HD wallet functions
davidyuk Jul 3, 2024
e6bd355
test(contract): ensure `Chain.create`, `Chain.clone` works
davidyuk Jul 8, 2024
e7b05ec
Merge pull request #1998 from aeternity/mnemonic-factory
davidyuk Jul 8, 2024
0801a09
chore(deps-dev): bump ws from 7.5.9 to 8.18.0
dependabot[bot] Jul 8, 2024
a390725
Merge pull request #2001 from aeternity/dependabot/npm_and_yarn/ws-8.…
davidyuk Jul 8, 2024
f8640d4
fix(wallet): generate random string instead using external uuid dep
davidyuk Jul 8, 2024
9d36e6c
chore!: update @types/node, drop TS below 4.8
davidyuk Jul 8, 2024
84d868c
chore!: require [email protected] or newer
davidyuk Jul 8, 2024
5090457
chore(deps): update
davidyuk Jul 8, 2024
be9d6cc
Merge pull request #2002 from aeternity/update-deps
davidyuk Jul 9, 2024
083ad16
Merge pull request #2000 from aeternity/contract-factory-test
davidyuk Jul 15, 2024
f918861
ci: update aenode to 7.2.0
davidyuk Jul 18, 2024
a4dd21e
Merge branch 'develop' into realign/13.3.3
davidyuk Jul 18, 2024
6d4b600
Merge pull request #2004 from aeternity/update-aenode
davidyuk Jul 21, 2024
61c161f
Merge pull request #2005 from aeternity/realign/13.3.3
davidyuk Jul 21, 2024
3243768
chore(middleware)!: require 1.81.0
davidyuk Jul 17, 2024
e25b06d
feat(middleware): mark as stable api
davidyuk Jul 17, 2024
c6e9556
test(middleware): run middleware locally
davidyuk Jul 17, 2024
88409c2
Merge pull request #2006 from aeternity/local-middleware
davidyuk Jul 22, 2024
4f531b1
fix(node): avoid complex types by code replacements instead generics
davidyuk Jul 29, 2024
dd725e4
Merge pull request #2008 from aeternity/node-bigint
davidyuk Jul 31, 2024
f1fbb29
fix(middleware): word casing in activity types
davidyuk Jul 22, 2024
b0015c0
feat(middleware): switch to v3 api
davidyuk Jul 22, 2024
00a4f3e
fix(middleware): accurate coin amounts
davidyuk Jul 27, 2024
fd8fd7e
Merge pull request #2007 from aeternity/middleware-int-as-string
davidyuk Jul 31, 2024
6b804e2
docs: fix wallet examples build by using proper syntax
davidyuk Jul 31, 2024
829378e
refactor: use `String.raw` to avoid escaping in RegExp
davidyuk Aug 3, 2024
ee5ac0c
feat(middleware): add `requestByPath` method
davidyuk Aug 3, 2024
b89cf5b
feat(middleware): allow navigate to next/prev pages
davidyuk Aug 4, 2024
3fc8b0a
Merge pull request #2009 from aeternity/middleware-next-prev
davidyuk Aug 6, 2024
e48ffd1
feat(middleware): return time as Date instance
davidyuk Aug 16, 2024
e0e33ea
feat(node)!: return time as Date instance
davidyuk Aug 16, 2024
a992abe
Merge pull request #2010 from aeternity/autorest-date
davidyuk Aug 23, 2024
0b16a32
feat(middleware): prefixed types provided by OpenApi instead of strings
davidyuk Aug 24, 2024
da36f55
docs: don't suggest `shallowReactive` since it is not working
davidyuk Aug 28, 2024
bc380ad
chore(deps-dev): bump webpack from 5.92.1 to 5.94.0
dependabot[bot] Aug 31, 2024
e61cc85
Merge pull request #2014 from aeternity/dependabot/npm_and_yarn/webpa…
davidyuk Sep 4, 2024
530b3b0
Merge pull request #2013 from aeternity/vue-docs
davidyuk Sep 4, 2024
c8fbffe
Merge pull request #2011 from aeternity/autorest-prefixed-types
davidyuk Sep 4, 2024
f3746a1
fix(channel): remove unsupported ways to reopen channel by a transaction
davidyuk Aug 31, 2024
9bb6599
test(channel): call `round`, `id` in sync
davidyuk Aug 31, 2024
e6e954a
fix(tx-builder)!: remove unused `ChannelClientReconnectTx`
davidyuk Sep 4, 2024
d048a89
test(channel): specify expected states
davidyuk Sep 4, 2024
1f4a0c1
fix(channel): reestablish flow
davidyuk Sep 4, 2024
908930d
Merge pull request #2015 from aeternity/channel-reconnect
davidyuk Sep 13, 2024
5153649
fix(tx-builder): count amount in execution cost when spend to yourself
davidyuk Sep 13, 2024
33a081a
Merge branch 'develop' into feature/refactor-rpc
davidyuk Sep 26, 2024
113f28f
Merge pull request #1866 from aeternity/feature/refactor-rpc
davidyuk Sep 26, 2024
3302b9c
Merge pull request #2019 from aeternity/fix-exec-cost
davidyuk Sep 26, 2024
5a05ef5
chore: use `npm-run-all2` to run tasks in parallel
davidyuk Sep 19, 2024
2eaf479
Merge pull request #2020 from aeternity/speedup-build
davidyuk Sep 26, 2024
9871c91
feat(aepp)!: add api to ask wallet to select network
davidyuk Sep 21, 2024
58e3f43
Merge pull request #2021 from aeternity/rpc-select-network
davidyuk Sep 26, 2024
fff4aa7
chore: setup prettier to format code
davidyuk Sep 23, 2024
e3ca8f6
style: format code using prettier
davidyuk Sep 26, 2024
412b5ba
chore: drop airbnb-base rules
davidyuk Sep 24, 2024
5452296
style: manual fixes after prettier
davidyuk Sep 24, 2024
6add3d2
test: add `indent` utility to store contracts in code
davidyuk Sep 24, 2024
c664255
ci: simplify erlang installation
davidyuk Sep 26, 2024
6c2dbfe
Merge pull request #2022 from aeternity/prettier
davidyuk Sep 26, 2024
e9f9694
feat(account): add AccountMetamaskFactory
davidyuk Sep 26, 2024
0c6d074
docs(aepp): extract ConnectFrame and ConnectLedger
davidyuk Sep 27, 2024
5eb78fb
docs(aepp): add connect via MetaMask
davidyuk Sep 27, 2024
bffa9ac
test(account): add unit and integration tests of AccountMetamaskFactory
davidyuk Oct 2, 2024
5047e43
feat(account): add `ensureReady` method to AccountLedgerFactory
davidyuk Sep 26, 2024
53f7100
test(account): define a local transport in Ledger tests
davidyuk Oct 2, 2024
db9e67d
test(account): remove global variable in Ledger tests
davidyuk Oct 2, 2024
09829c2
docs(account): error handling in Ledger
davidyuk Oct 2, 2024
084b03b
docs(account): add a guide about AccountMetamaskFactory
davidyuk Oct 2, 2024
0831f08
ci: fix erlang installation
davidyuk Oct 2, 2024
7dfb62f
Merge pull request #2023 from aeternity/snap
davidyuk Oct 5, 2024
164877a
docs(wallet): fix web-extension build
davidyuk Oct 15, 2024
a5fa0fb
docs: fix link to quick-start.md
davidyuk Oct 15, 2024
a6bf428
chore: remove deprecated babel-plugin-transform-default-named-imports
davidyuk Oct 16, 2024
e9eab79
chore(deps): regenerate package-lock
davidyuk Oct 16, 2024
e4a6218
chore(deps): update
davidyuk Oct 15, 2024
544622b
chore: use tsx instead ts-node
davidyuk Oct 16, 2024
46cd27b
chore!: rename legacy bundles to cjs
davidyuk Oct 16, 2024
d084599
chore: switch package type to module
davidyuk Oct 16, 2024
c1c2694
refactor: use js extension instead mjs in tools and examples
davidyuk Oct 16, 2024
b6c5ba5
chore(deps): regenerate package-lock
davidyuk Oct 16, 2024
9539c3d
chore: fix examples and tests
davidyuk Oct 16, 2024
63b78b5
chore: exclude unused src from npm package
davidyuk Oct 16, 2024
f6f00a9
ci: build docs on pr, combine workflows
davidyuk Oct 16, 2024
700205f
Merge pull request #2024 from aeternity/update-deps
davidyuk Oct 17, 2024
a586a87
chore(node): mark `subunitsPerUnit` as a big int property
davidyuk Oct 17, 2024
7f100ed
refactor: use js extension to fix type importing in NodeNext
davidyuk Oct 17, 2024
b6f2d06
ci: use caching of setup actions
davidyuk Oct 17, 2024
f1386ab
chore(deps): install `webextension-polyfill` required by `@metamask/p…
davidyuk Oct 17, 2024
9038395
chore: disable middleware-prepare.js not used currently
davidyuk Oct 17, 2024
b19cc93
chore: fix typescript errors in NodeNext
davidyuk Oct 17, 2024
568c291
Merge pull request #2025 from aeternity/prerelease-fixes
davidyuk Oct 20, 2024
7d467af
docs: add a note on `skipLibCheck`
davidyuk Oct 20, 2024
0b79002
chore(release): 14.0.0
davidyuk Oct 20, 2024
9052bc9
style: reformat changelog
davidyuk Oct 20, 2024
f6cff60
docs: add migration guide
davidyuk Oct 20, 2024
23e526d
docs: update links to github
davidyuk Oct 20, 2024
a40b06b
chore: rewrite webpack config in ledger tests to esm
davidyuk Oct 20, 2024
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
141 changes: 141 additions & 0 deletions .eslintrc.cjs
Original file line number Diff line number Diff line change
@@ -0,0 +1,141 @@
const path = require('path');

require('eslint-plugin-rulesdir').RULES_DIR = path.resolve(__dirname, 'tooling/eslint-rules');

module.exports = {
env: {
browser: true,
es2021: true,
node: true,
},
extends: ['plugin:@typescript-eslint/recommended'],
parser: '@typescript-eslint/parser',
parserOptions: {
ecmaVersion: 13,
sourceType: 'module',
},
plugins: ['@typescript-eslint', 'rulesdir', 'import'],
ignorePatterns: [
'dist',
'es',
'src/apis',
'docs/api',
'test/environment/ledger/browser',
'docs/examples',
'site',
'examples/browser/tools',
],
rules: {
'rulesdir/tsdoc-syntax': 'error',
'no-spaced-func': 'off',
// TODO: enable rules from below
'no-underscore-dangle': 'off',
'no-param-reassign': 'off',
'no-console': 'off',
'no-await-in-loop': 'off',
'no-void': 'off',
},
overrides: [
{
files: '*.ts',
extends: [
'airbnb-typescript/base',
// TODO: enable extends from below
// 'plugin:@typescript-eslint/recommended-requiring-type-checking',
],
parserOptions: {
project: './tsconfig.eslint.json',
},
rules: {
'@typescript-eslint/array-type': ['error', { default: 'array-simple' }],
'@typescript-eslint/consistent-type-assertions': [
'error',
{ assertionStyle: 'as', objectLiteralTypeAssertions: 'never' },
],
'@typescript-eslint/consistent-type-definitions': ['error', 'interface'],
'@typescript-eslint/explicit-function-return-type': [
'error',
{
allowExpressions: true,
allowHigherOrderFunctions: true,
allowTypedFunctionExpressions: true,
allowDirectConstAssertionInArrowFunctions: true,
},
],
'@typescript-eslint/member-delimiter-style': 'error',
'@typescript-eslint/method-signature-style': 'error',
'@typescript-eslint/no-base-to-string': 'error',
'@typescript-eslint/no-dynamic-delete': 'error',
// by default allowSingleExtends is false that breaks interfaces for documentation
'@typescript-eslint/no-empty-interface': ['error', { allowSingleExtends: true }],
'@typescript-eslint/no-extraneous-class': ['error', { allowWithDecorator: true }],
'@typescript-eslint/no-invalid-void-type': 'error',
'@typescript-eslint/no-unnecessary-boolean-literal-compare': 'error',
'@typescript-eslint/prefer-function-type': 'error',
'@typescript-eslint/prefer-includes': 'error',
'@typescript-eslint/prefer-nullish-coalescing': [
'error',
{ ignoreConditionalTests: false, ignoreMixedLogicalExpressions: false },
],
'@typescript-eslint/prefer-optional-chain': 'error',
'@typescript-eslint/prefer-readonly': 'error',
'@typescript-eslint/prefer-reduce-type-parameter': 'error',
'@typescript-eslint/prefer-ts-expect-error': 'error',
'@typescript-eslint/promise-function-async': 'error',
'@typescript-eslint/require-array-sort-compare': ['error', { ignoreStringArrays: true }],
'@typescript-eslint/strict-boolean-expressions': [
'error',
{
allowString: false,
allowNumber: false,
allowNullableObject: false,
allowNullableBoolean: false,
allowNullableString: false,
allowNullableNumber: false,
allowAny: false,
},
],
'@typescript-eslint/type-annotation-spacing': 'error',
'@typescript-eslint/indent': 'off',
// TODO: enable rules from below
'@typescript-eslint/naming-convention': 'off',
'@typescript-eslint/no-explicit-any': 'off',
'@typescript-eslint/ban-types': 'off',
},
},
{
files: 'tooling/**/*',
rules: {
'import/no-extraneous-dependencies': 'off',
'no-console': 'off',
},
},
{
files: 'test/**/*',
rules: {
'no-underscore-dangle': 'off',
// TODO: enable rules from below
'no-console': 'off',
},
},
{
files: 'examples/**/*',
rules: {
'no-console': 'off',
'no-alert': 'off',
'no-restricted-globals': 'off',
'import/no-unresolved': 'off',
},
},
{
files: 'examples/node/**/*',
rules: { 'no-restricted-syntax': 'off' },
},
{
files: ['tooling/**/*', 'examples/node/*', '**/*.config.js', '.eslintrc.js'],
rules: {
'@typescript-eslint/no-var-requires': 'off',
},
},
],
};
121 changes: 0 additions & 121 deletions .eslintrc.js

This file was deleted.

14 changes: 7 additions & 7 deletions .github/ISSUE_TEMPLATE/bug_report.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,14 +4,14 @@ about: Create a report to help us improve
title: ''
labels: bug
assignees: ''

---

**Describe the bug**
A clear and concise description of what the bug is.

**To Reproduce**
Steps to reproduce the behavior:

1. Go to '...'
2. Click on '....'
3. Scroll down to '....'
Expand All @@ -25,11 +25,11 @@ If applicable, add screenshots to help explain your problem.

**Please tell us about your environment:**

- Node Version: v0.0.0
- Protocol Version: 1
- Compiler version: v0.0.0
- VM Version: fate | fate2
- SDK Version: v0.0.0
- Python version: v3.7.0
- Node Version: v0.0.0
- Protocol Version: 1
- Compiler version: v0.0.0
- VM Version: fate | fate2
- SDK Version: v0.0.0
- Python version: v3.7.0

**Other information** (e.g. detailed explanation, stack traces, related issues, suggestions how to fix, links for us to have context, eg. forum, telegram, etc)
1 change: 0 additions & 1 deletion .github/ISSUE_TEMPLATE/feature_request.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@ about: Suggest an idea for this project
title: ''
labels: feature
assignees: ''

---

**Is your feature request related to a problem? Please describe.**
Expand Down
12 changes: 6 additions & 6 deletions .github/workflows/codeql.yml
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
name: "CodeQL"
name: CodeQL

on:
push:
branches: [ "develop", "master" ]
branches: [develop, master]
pull_request:
branches: [ "develop" ]
branches: [develop]
schedule:
- cron: "59 6 * * 2"
- cron: 59 6 * * 2

jobs:
analyze:
Expand All @@ -20,7 +20,7 @@ jobs:
strategy:
fail-fast: false
matrix:
language: [ javascript ]
language: [javascript]

steps:
- name: Checkout
Expand All @@ -38,4 +38,4 @@ jobs:
- name: Perform CodeQL Analysis
uses: github/codeql-action/analyze@v3
with:
category: "/language:${{ matrix.language }}"
category: /language:${{ matrix.language }}
30 changes: 0 additions & 30 deletions .github/workflows/docs-develop.yml

This file was deleted.

30 changes: 0 additions & 30 deletions .github/workflows/docs-release.yml

This file was deleted.

Loading