dependabot[bot] on cargo
Bump bumpalo from 3.4.0 to 3.12… (compare)
dependabot[bot] on npm_and_yarn
Bump json5 from 1.0.1 to 1.0.2 … (compare)
dependabot[bot] on npm_and_yarn
Bump qs from 6.5.2 to 6.5.3 in … (compare)
dependabot[bot] on cargo
dependabot[bot] on cargo
Bump hyper from 0.13.7 to 0.14.… (compare)
dependabot[bot] on cargo
Bump futures-util from 0.3.6 to… (compare)
CLOSED
in ConnectionState
? https://github.com/cosmos/ics/tree/master/spec/ics-003-connection-semantics#data-structures @majecty
mempool_getPendingTransactions
RPC is not returning whole pending transactionsmempool_getPendingTransactions
RPC is using ready_transactions
method that is used to create a block.ready_transactions
returns transactions that can be included in a block.BlsPublicUnverified
type has serde, rlp traitsBlsPublic
type has all verification-related methodsCandidate
and Validator
must hold BlsPublic
, not BlsPublicUnverified
BlsPublicUnverified
to BlsPublic
occurs at self-nomination stepBlsPublic
from string. Error at this step should be treated as a decoding errorBlsPublicUnverified
into BlsPublicVerified
ECDSA
with Ed25519
in foundry-primitives-js
, and I completed the implementation. However, if this implementation is applied, all functions related to crypto and key that are being used by the foundry-keystone-js
as well as the foundry e2e test should be changed. Of course, it will not have a significant impact on the overall system, but it will be a big work. I want to know your opinion. Could you check this comment?
experiment
label to the ics related issues and PRs too?
Anyone know about this warning in tendermint e2e test?
(node:64879) UnhandledPromiseRejectionWarning: TypeError: Cannot read property 'indexOf' of undefined
at Object.compatibleMessage
(/Users/byeongjee/foundry/test/node_modules/check-error/index.js:82:29)
at /Users/byeongjee/foundry/test/node_modules/chai-as-promised/lib/chai-as-promised.js:191:77
at runMicrotasks (<anonymous>)
ChannelEnd
.