Skip to content

Commit 25fadf6

Browse files
SegfaultdSegfaultFabrice BascoulergueEnguerrand Pinotdependabot[bot]
authored
Reflect beam protocol upgrades (#19)
* [SBC-152] Protocol upgrade (#12) * Beam messages integration (#10) * CI/CD pipes improvement, added contributing file * Move types declaration dependencies in production from dev dependencies * Update auto generated docs * 0.3.4 * Add support for ulum base denom * 0.3.5 * Added beam proto generation * Use builtin codecs * Added beam messages, fixed duplicate interface usage * Added editor config (webstorm) * Fixed typo * Removed not relevant test * Fixed codec compilation * Added basic beam test Co-authored-by: Segfault <tyldar@users.noreply.github.com> Co-authored-by: Fabrice Bascoulergue <fabrice@flashgap.com> Co-authored-by: Enguerrand Pinot <enguerrand@baldr.co> * 0.3.6 * Protocol upgrade Co-authored-by: Segfault <tyldar@users.noreply.github.com> Co-authored-by: Fabrice Bascoulergue <fabrice@flashgap.com> Co-authored-by: Enguerrand Pinot <enguerrand@baldr.co> * Bumped version * Fix log parsing for failed transactions * Bump version to 0.4.1 * Bump lodash from 4.17.20 to 4.17.21 (#15) * Bump browserslist from 4.16.3 to 4.16.6 (#14) * Bump version to 0.4.2 * [SBC-170] Reflect protocol upgrades (#18) * Reflect beam protocol upgrade * Added another test for beam review * Reflect protocol upgrade * Fixed messages builder * Fixed test suite * Bump version * Bump jest timeout * Bump timeout Co-authored-by: Segfault <tyldar@users.noreply.github.com> Co-authored-by: Fabrice Bascoulergue <fabrice@flashgap.com> Co-authored-by: Enguerrand Pinot <enguerrand@baldr.co> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 510db36 commit 25fadf6

File tree

9 files changed

+429
-287
lines changed

9 files changed

+429
-287
lines changed

jest.config.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,5 +13,5 @@ module.exports = {
1313
tsconfig: 'tsconfig.spec.json',
1414
},
1515
},
16-
testTimeout: 60000,
16+
testTimeout: 240000,
1717
};

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@lum-network/sdk-javascript",
3-
"version": "0.4.2",
3+
"version": "0.4.3",
44
"license": "Apache-2.0",
55
"description": "Javascript SDK library for NodeJS and Web browsers to interact with the Lum Network.",
66
"homepage": "https://github.com/lum-network/sdk-javascript#readme",

0 commit comments

Comments
 (0)