Comparing version 0.13.3 to 0.13.4
@@ -6,2 +6,11 @@ # Change Log | ||
### [0.13.4](https://github.com/Agoric/agoric-sdk/compare/agoric@0.13.3...agoric@0.13.4) (2021-06-16) | ||
### Bug Fixes | ||
* **deployment:** many tweaks to make more robust ([16ce07d](https://github.com/Agoric/agoric-sdk/commit/16ce07d1269e66a016a0326ecc6ca4d42a76f75d)) | ||
### [0.13.3](https://github.com/Agoric/agoric-sdk/compare/agoric@0.13.2...agoric@0.13.3) (2021-06-15) | ||
@@ -8,0 +17,0 @@ |
@@ -17,2 +17,5 @@ import djson from 'deterministic-json'; | ||
export const EPOCH_DURATION_S = 60 * 60; // 1 hour | ||
export const BLOCKS_PER_EPOCH = Math.floor(EPOCH_DURATION_S / BLOCK_CADENCE_S); | ||
export const ORIG_BLOCK_CADENCE_S = 5; | ||
@@ -151,2 +154,10 @@ export const ORIG_SIGNED_BLOCKS_WINDOW = 100; | ||
// Until we have epoched distribution, we manually set the fee disbursement. | ||
if ( | ||
genesis.app_state.vbank.params && | ||
genesis.app_state.vbank.params.feeEpochDurationBlocks | ||
) { | ||
genesis.app_state.vbank.params.feeEpochDurationBlocks = BLOCKS_PER_EPOCH; | ||
} | ||
// Use the same consensus_params. | ||
@@ -153,0 +164,0 @@ if ('consensus_params' in exported) { |
{ | ||
"name": "agoric", | ||
"version": "0.13.3", | ||
"version": "0.13.4", | ||
"description": "Manage the Agoric Javascript smart contract platform", | ||
@@ -23,3 +23,3 @@ "parsers": { | ||
"devDependencies": { | ||
"@agoric/swingset-vat": "^0.17.3", | ||
"@agoric/swingset-vat": "^0.18.0", | ||
"ava": "^3.12.1", | ||
@@ -29,10 +29,10 @@ "tmp": "^0.1.0" | ||
"dependencies": { | ||
"@agoric/access-token": "^0.4.1", | ||
"@agoric/assert": "^0.3.0", | ||
"@agoric/access-token": "^0.4.2", | ||
"@agoric/assert": "^0.3.1", | ||
"@agoric/babel-standalone": "^7.14.3", | ||
"@agoric/bundle-source": "^1.3.8", | ||
"@agoric/captp": "^1.7.14", | ||
"@agoric/install-ses": "^0.5.14", | ||
"@agoric/bundle-source": "^1.3.9", | ||
"@agoric/captp": "^1.7.15", | ||
"@agoric/install-ses": "^0.5.15", | ||
"@agoric/nat": "^4.1.0", | ||
"@agoric/promise-kit": "^0.2.14", | ||
"@agoric/promise-kit": "^0.2.15", | ||
"@iarna/toml": "^2.2.3", | ||
@@ -61,3 +61,3 @@ "anylogger": "^0.21.0", | ||
"extends": [ | ||
"@agoric" | ||
"@endo" | ||
] | ||
@@ -78,3 +78,3 @@ }, | ||
}, | ||
"gitHead": "9ca63a63f1a46b3564785cb3227010f2ae4e98fa" | ||
"gitHead": "4cdde28341be30257ba8945df1cc7011fe74d196" | ||
} |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
95223
1707
Updated@agoric/access-token@^0.4.2
Updated@agoric/assert@^0.3.1
Updated@agoric/bundle-source@^1.3.9
Updated@agoric/captp@^1.7.15
Updated@agoric/install-ses@^0.5.15
Updated@agoric/promise-kit@^0.2.15