Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@tendermint/ui

Package Overview
Dependencies
Maintainers
4
Versions
35
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@tendermint/ui - npm Package Compare versions

Comparing version 0.3.1 to 0.4.1

4

assets/txs.js

@@ -331,3 +331,3 @@ export default [

"cosmosvaladdr15ky9du8a2wlstz6fpx3p4mqpjyrm5ctqzh8yqw",
shares_amount: "10000000000000/100000"
shares_amount: "1000/100000"
}

@@ -394,3 +394,3 @@ }

"cosmosvaladdr157mg9hnhchfrqvk3enrvmvj29yhmlwf759xrgw",
shares_amount: "30000000000/20"
shares_amount: "3/20"
}

@@ -397,0 +397,0 @@ }

@@ -10,3 +10,7 @@ # Changelog

## [0.4.1]
- Add governance transactions @fedekunze
- Removed decimal fix for tokens not serialized correctly by the SDK @faboweb
- Correctly show end of unbonding transactions @faboweb

@@ -13,0 +17,0 @@ ## [0.4.0]

@@ -5,3 +5,3 @@ {

"description": "Tendermint UI contains components for front end projects.",
"version": "0.3.1",
"version": "0.4.1",
"license": "Apache-2.0",

@@ -8,0 +8,0 @@ "author": "Tendermint, Inc <hello@tendermint.com>",

@@ -19,4 +19,4 @@ import { mount } from "@vue/test-utils"

},
tokens: "1000000000000000",
delegator_shares: "1000000000000000"
tokens: "100000",
delegator_shares: "100000"
},

@@ -29,4 +29,4 @@ {

},
tokens: "1000000000000",
delegator_shares: "200000000000"
tokens: "100",
delegator_shares: "20"
}

@@ -33,0 +33,0 @@ ],

@@ -16,4 +16,4 @@ import { mount } from "@vue/test-utils"

},
tokens: "1000000000000000",
delegator_shares: "1000000000000000"
tokens: "100000",
delegator_shares: "100000"
},

@@ -26,4 +26,4 @@ {

},
tokens: "200000000000",
delegator_shares: "1000000000000"
tokens: "20",
delegator_shares: "100"
}

@@ -30,0 +30,0 @@ ],

Sorry, the diff of this file is not supported yet

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc