-
Notifications
You must be signed in to change notification settings - Fork 950
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
24 sally logo change #6
Closed
Closed
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
* Added the payload field to the Transaction Table. * Syntax Correction. Signed-off-by: Akarsh Agarwal <akarsh.agrawal2010@gmail.com>
* Combining the two files into one and some formatting corrections. * Removed the unrequired file. * Beautification of a few lines. * Customizing the password. :) * Adding the ownership with which database is loaded.
* Added new fields to the SQL statement. Some error checks. * Changed the SQL query to get the count of the transactions. * Some formatting.
* Changed the res parameters to form a correct response object. * Key change in the res object to avoid syntax error in other parts of code.
* Removing the wrong declaration of variable. * Displaying the chaincode ID instead of name.
* Updated the URLs for the explorer to access the docker images. * Reverting the change back to using the localhost IP addresses to access the network nodes.
* Updated the URLs for the explorer to access the docker images. * Reverting the change back to using the localhost IP addresses to access the network nodes. * Re-Re-committing the URLs.
* Correcting the directories to be deleted. * Adding the gitignore for the log files.
* Adding the npm start command. * removing the log file writing from the command.
* Removing the channel specific SQL clauses. Making it look more peer based. * Getting all the installed chaincode on the peer. * Writing a work-around to get the channel id acc. to the chaincode. * Removing the channel specific SQL query.
…dded the logo to the Repo and an SVG version
JeevaSang
added a commit
that referenced
this pull request
May 15, 2021
* Bump react-dev-utils from 11.0.3 to 11.0.4 in /client (#222) Bumps [react-dev-utils](https://github.com/facebook/create-react-app/tree/HEAD/packages/react-dev-utils) from 11.0.3 to 11.0.4. - [Release notes](https://github.com/facebook/create-react-app/releases) - [Changelog](https://github.com/facebook/create-react-app/blob/master/CHANGELOG-1.x.md) - [Commits](https://github.com/facebook/create-react-app/commits/HEAD/packages/react-dev-utils) Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Signed-off-by: Anil Kumar <anil.special2018@gmail.com> * new file repolint-json (#223) (#3) Signed-off-by: Anil Kumar <anil.special2018@gmail.com> * Updating my repo (#4) * new file repolint-json (#223) Signed-off-by: Anil Kumar <anil.special2018@gmail.com> * Bump jinja2 from 2.10.1 to 2.11.3 in /docs (#224) Bumps [jinja2](https://github.com/pallets/jinja) from 2.10.1 to 2.11.3. - [Release notes](https://github.com/pallets/jinja/releases) - [Changelog](https://github.com/pallets/jinja/blob/master/CHANGES.rst) - [Commits](pallets/jinja@2.10.1...2.11.3) Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * Bump pygments from 2.1.3 to 2.7.4 in /docs (#225) Bumps [pygments](https://github.com/pygments/pygments) from 2.1.3 to 2.7.4. - [Release notes](https://github.com/pygments/pygments/releases) - [Changelog](https://github.com/pygments/pygments/blob/master/CHANGES) - [Commits](pygments/pygments@2.1.3...2.7.4) Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * Bump y18n from 3.2.1 to 3.2.2 (#226) Bumps [y18n](https://github.com/yargs/y18n) from 3.2.1 to 3.2.2. - [Release notes](https://github.com/yargs/y18n/releases) - [Changelog](https://github.com/yargs/y18n/blob/master/CHANGELOG.md) - [Commits](https://github.com/yargs/y18n/commits) Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * Be 694 UI link to trans (#227) * Bump react-dev-utils from 11.0.3 to 11.0.4 in /client (#222) Bumps [react-dev-utils](https://github.com/facebook/create-react-app/tree/HEAD/packages/react-dev-utils) from 11.0.3 to 11.0.4. - [Release notes](https://github.com/facebook/create-react-app/releases) - [Changelog](https://github.com/facebook/create-react-app/blob/master/CHANGELOG-1.x.md) - [Commits](https://github.com/facebook/create-react-app/commits/HEAD/packages/react-dev-utils) Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Signed-off-by: Anil Kumar <anil.special2018@gmail.com> * new file repolint-json (#223) (#3) Signed-off-by: Anil Kumar <anil.special2018@gmail.com> * direct link to a transaction Signed-off-by: Anil Kumar <anil.special2018@gmail.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * Be 862 Fix sync error (#228) * BE-862 Add null validation for sync error And upgraded fabric version Explorer supports Signed-off-by: Atsushi Neki <nekiaiken@gmail.com> * BE-862 Add test case to validate the fix Signed-off-by: Atsushi Neki <nekiaiken@gmail.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Atsushin <atsushin@fast.au.fujitsu.com> Signed-off-by: Anil Kumar <anil.special2018@gmail.com> * Pull the latest changes from main repo (#5) * new file repolint-json (#223) Signed-off-by: Anil Kumar <anil.special2018@gmail.com> * Bump jinja2 from 2.10.1 to 2.11.3 in /docs (#224) Bumps [jinja2](https://github.com/pallets/jinja) from 2.10.1 to 2.11.3. - [Release notes](https://github.com/pallets/jinja/releases) - [Changelog](https://github.com/pallets/jinja/blob/master/CHANGES.rst) - [Commits](pallets/jinja@2.10.1...2.11.3) Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * Bump pygments from 2.1.3 to 2.7.4 in /docs (#225) Bumps [pygments](https://github.com/pygments/pygments) from 2.1.3 to 2.7.4. - [Release notes](https://github.com/pygments/pygments/releases) - [Changelog](https://github.com/pygments/pygments/blob/master/CHANGES) - [Commits](pygments/pygments@2.1.3...2.7.4) Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * Bump y18n from 3.2.1 to 3.2.2 (#226) Bumps [y18n](https://github.com/yargs/y18n) from 3.2.1 to 3.2.2. - [Release notes](https://github.com/yargs/y18n/releases) - [Changelog](https://github.com/yargs/y18n/blob/master/CHANGELOG.md) - [Commits](https://github.com/yargs/y18n/commits) Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * Be 694 UI link to trans (#227) * Bump react-dev-utils from 11.0.3 to 11.0.4 in /client (#222) Bumps [react-dev-utils](https://github.com/facebook/create-react-app/tree/HEAD/packages/react-dev-utils) from 11.0.3 to 11.0.4. - [Release notes](https://github.com/facebook/create-react-app/releases) - [Changelog](https://github.com/facebook/create-react-app/blob/master/CHANGELOG-1.x.md) - [Commits](https://github.com/facebook/create-react-app/commits/HEAD/packages/react-dev-utils) Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Signed-off-by: Anil Kumar <anil.special2018@gmail.com> * new file repolint-json (#223) (#3) Signed-off-by: Anil Kumar <anil.special2018@gmail.com> * direct link to a transaction Signed-off-by: Anil Kumar <anil.special2018@gmail.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * Be 862 Fix sync error (#228) * BE-862 Add null validation for sync error And upgraded fabric version Explorer supports Signed-off-by: Atsushi Neki <nekiaiken@gmail.com> * BE-862 Add test case to validate the fix Signed-off-by: Atsushi Neki <nekiaiken@gmail.com> * BE-866 Release v1.1.5 (#229) Signed-off-by: Atsushi Neki <nekiaiken@gmail.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Atsushin <atsushin@fast.au.fujitsu.com> Signed-off-by: Anil Kumar <anil.special2018@gmail.com> * Deleted package-lock.json Signed-off-by: Anil Kumar <anil.special2018@gmail.com> * Added package-lock.json Signed-off-by: Anil Kumar <anil.special2018@gmail.com> * Get the latest from main repo (#6) * new file repolint-json (#223) Signed-off-by: Anil Kumar <anil.special2018@gmail.com> * Bump jinja2 from 2.10.1 to 2.11.3 in /docs (#224) Bumps [jinja2](https://github.com/pallets/jinja) from 2.10.1 to 2.11.3. - [Release notes](https://github.com/pallets/jinja/releases) - [Changelog](https://github.com/pallets/jinja/blob/master/CHANGES.rst) - [Commits](pallets/jinja@2.10.1...2.11.3) Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * Bump pygments from 2.1.3 to 2.7.4 in /docs (#225) Bumps [pygments](https://github.com/pygments/pygments) from 2.1.3 to 2.7.4. - [Release notes](https://github.com/pygments/pygments/releases) - [Changelog](https://github.com/pygments/pygments/blob/master/CHANGES) - [Commits](pygments/pygments@2.1.3...2.7.4) Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * Bump y18n from 3.2.1 to 3.2.2 (#226) Bumps [y18n](https://github.com/yargs/y18n) from 3.2.1 to 3.2.2. - [Release notes](https://github.com/yargs/y18n/releases) - [Changelog](https://github.com/yargs/y18n/blob/master/CHANGELOG.md) - [Commits](https://github.com/yargs/y18n/commits) Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * Be 694 UI link to trans (#227) * Bump react-dev-utils from 11.0.3 to 11.0.4 in /client (#222) Bumps [react-dev-utils](https://github.com/facebook/create-react-app/tree/HEAD/packages/react-dev-utils) from 11.0.3 to 11.0.4. - [Release notes](https://github.com/facebook/create-react-app/releases) - [Changelog](https://github.com/facebook/create-react-app/blob/master/CHANGELOG-1.x.md) - [Commits](https://github.com/facebook/create-react-app/commits/HEAD/packages/react-dev-utils) Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Signed-off-by: Anil Kumar <anil.special2018@gmail.com> * new file repolint-json (#223) (#3) Signed-off-by: Anil Kumar <anil.special2018@gmail.com> * direct link to a transaction Signed-off-by: Anil Kumar <anil.special2018@gmail.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * Be 862 Fix sync error (#228) * BE-862 Add null validation for sync error And upgraded fabric version Explorer supports Signed-off-by: Atsushi Neki <nekiaiken@gmail.com> * BE-862 Add test case to validate the fix Signed-off-by: Atsushi Neki <nekiaiken@gmail.com> * BE-866 Release v1.1.5 (#229) Signed-off-by: Atsushi Neki <nekiaiken@gmail.com> * Be 865 repolinter codeofconduct (#231) * Bump react-dev-utils from 11.0.3 to 11.0.4 in /client (#222) Bumps [react-dev-utils](https://github.com/facebook/create-react-app/tree/HEAD/packages/react-dev-utils) from 11.0.3 to 11.0.4. - [Release notes](https://github.com/facebook/create-react-app/releases) - [Changelog](https://github.com/facebook/create-react-app/blob/master/CHANGELOG-1.x.md) - [Commits](https://github.com/facebook/create-react-app/commits/HEAD/packages/react-dev-utils) Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Signed-off-by: Anil Kumar <anil.special2018@gmail.com> * new file repolint-json (#223) (#3) Signed-off-by: Anil Kumar <anil.special2018@gmail.com> * Updating my repo (#4) * new file repolint-json (#223) Signed-off-by: Anil Kumar <anil.special2018@gmail.com> * Bump jinja2 from 2.10.1 to 2.11.3 in /docs (#224) Bumps [jinja2](https://github.com/pallets/jinja) from 2.10.1 to 2.11.3. - [Release notes](https://github.com/pallets/jinja/releases) - [Changelog](https://github.com/pallets/jinja/blob/master/CHANGES.rst) - [Commits](pallets/jinja@2.10.1...2.11.3) Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * Bump pygments from 2.1.3 to 2.7.4 in /docs (#225) Bumps [pygments](https://github.com/pygments/pygments) from 2.1.3 to 2.7.4. - [Release notes](https://github.com/pygments/pygments/releases) - [Changelog](https://github.com/pygments/pygments/blob/master/CHANGES) - [Commits](pygments/pygments@2.1.3...2.7.4) Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * Bump y18n from 3.2.1 to 3.2.2 (#226) Bumps [y18n](https://github.com/yargs/y18n) from 3.2.1 to 3.2.2. - [Release notes](https://github.com/yargs/y18n/releases) - [Changelog](https://github.com/yargs/y18n/blob/master/CHANGELOG.md) - [Commits](https://github.com/yargs/y18n/commits) Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * Be 694 UI link to trans (#227) * Bump react-dev-utils from 11.0.3 to 11.0.4 in /client (#222) Bumps [react-dev-utils](https://github.com/facebook/create-react-app/tree/HEAD/packages/react-dev-utils) from 11.0.3 to 11.0.4. - [Release notes](https://github.com/facebook/create-react-app/releases) - [Changelog](https://github.com/facebook/create-react-app/blob/master/CHANGELOG-1.x.md) - [Commits](https://github.com/facebook/create-react-app/commits/HEAD/packages/react-dev-utils) Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Signed-off-by: Anil Kumar <anil.special2018@gmail.com> * new file repolint-json (#223) (#3) Signed-off-by: Anil Kumar <anil.special2018@gmail.com> * direct link to a transaction Signed-off-by: Anil Kumar <anil.special2018@gmail.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * Be 862 Fix sync error (#228) * BE-862 Add null validation for sync error And upgraded fabric version Explorer supports Signed-off-by: Atsushi Neki <nekiaiken@gmail.com> * BE-862 Add test case to validate the fix Signed-off-by: Atsushi Neki <nekiaiken@gmail.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Atsushin <atsushin@fast.au.fujitsu.com> Signed-off-by: Anil Kumar <anil.special2018@gmail.com> * Pull the latest changes from main repo (#5) * new file repolint-json (#223) Signed-off-by: Anil Kumar <anil.special2018@gmail.com> * Bump jinja2 from 2.10.1 to 2.11.3 in /docs (#224) Bumps [jinja2](https://github.com/pallets/jinja) from 2.10.1 to 2.11.3. - [Release notes](https://github.com/pallets/jinja/releases) - [Changelog](https://github.com/pallets/jinja/blob/master/CHANGES.rst) - [Commits](pallets/jinja@2.10.1...2.11.3) Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * Bump pygments from 2.1.3 to 2.7.4 in /docs (#225) Bumps [pygments](https://github.com/pygments/pygments) from 2.1.3 to 2.7.4. - [Release notes](https://github.com/pygments/pygments/releases) - [Changelog](https://github.com/pygments/pygments/blob/master/CHANGES) - [Commits](pygments/pygments@2.1.3...2.7.4) Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * Bump y18n from 3.2.1 to 3.2.2 (#226) Bumps [y18n](https://github.com/yargs/y18n) from 3.2.1 to 3.2.2. - [Release notes](https://github.com/yargs/y18n/releases) - [Changelog](https://github.com/yargs/y18n/blob/master/CHANGELOG.md) - [Commits](https://github.com/yargs/y18n/commits) Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * Be 694 UI link to trans (#227) * Bump react-dev-utils from 11.0.3 to 11.0.4 in /client (#222) Bumps [react-dev-utils](https://github.com/facebook/create-react-app/tree/HEAD/packages/react-dev-utils) from 11.0.3 to 11.0.4. - [Release notes](https://github.com/facebook/create-react-app/releases) - [Changelog](https://github.com/facebook/create-react-app/blob/master/CHANGELOG-1.x.md) - [Commits](https://github.com/facebook/create-react-app/commits/HEAD/packages/react-dev-utils) Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Signed-off-by: Anil Kumar <anil.special2018@gmail.com> * new file repolint-json (#223) (#3) Signed-off-by: Anil Kumar <anil.special2018@gmail.com> * direct link to a transaction Signed-off-by: Anil Kumar <anil.special2018@gmail.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * Be 862 Fix sync error (#228) * BE-862 Add null validation for sync error And upgraded fabric version Explorer supports Signed-off-by: Atsushi Neki <nekiaiken@gmail.com> * BE-862 Add test case to validate the fix Signed-off-by: Atsushi Neki <nekiaiken@gmail.com> * BE-866 Release v1.1.5 (#229) Signed-off-by: Atsushi Neki <nekiaiken@gmail.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Atsushin <atsushin@fast.au.fujitsu.com> Signed-off-by: Anil Kumar <anil.special2018@gmail.com> * added code of conduct file Signed-off-by: Anil Kumar <anil.special2018@gmail.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Atsushin <atsushin@fast.au.fujitsu.com> * Added new maintainer name (#232) Signed-off-by: Jeeva <jsankarapandian@devx.systems> Co-authored-by: Jeeva <jsankarapandian@devx.systems> * add typescript compilation on main.sh install (#234) Signed-off-by: sigma67 <benedikt.putz@wiwi.uni-regensburg.de> * BE-868 Fixed jsrsasign security vulnerabilities (#236) Signed-off-by: Jeeva <jsankarapandian@devx.systems> Co-authored-by: Jeeva <jsankarapandian@devx.systems> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Atsushin <atsushin@fast.au.fujitsu.com> Co-authored-by: Jeeva <jeevasang@gmail.com> Co-authored-by: Jeeva <jsankarapandian@devx.systems> Co-authored-by: sigma67 <16363825+sigma67@users.noreply.github.com> Signed-off-by: Anil Kumar <anil.special2018@gmail.com> * display-direct-link Signed-off-by: Anil Kumar <anil.special2018@gmail.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Atsushin <atsushin@fast.au.fujitsu.com> Co-authored-by: Jeeva <jeevasang@gmail.com> Co-authored-by: Jeeva <jsankarapandian@devx.systems> Co-authored-by: sigma67 <16363825+sigma67@users.noreply.github.com>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Changes to a lot of file to make the explorer more DIID customized