issues
search
theQRL
/
zond
MIT License
10
stars
12
forks
source link
issues
Newest
Newest
Most commented
Recently updated
Oldest
Least commented
Least recently updated
go-libp2p breaking changes
#341
jplomas
opened
1 year ago
0
Build(deps): Bump github.com/libp2p/go-libp2p from 0.13.0 to 0.18.0
#340
dependabot[bot]
opened
1 year ago
0
Feat/migrate broadcast REST API to RPC API
#339
octate
closed
2 years ago
0
Allowing all CORS
#338
cyyber
closed
2 years ago
0
EstimateGas use the latestBlockNumber if blockNumber not provided as a parameter
#337
cyyber
closed
2 years ago
0
Fix: delPeer now correctly reduces node's IP count on disconnection
#336
cyyber
closed
2 years ago
0
Fix: return false when otsbitfield length is 0 while checking ots index
#335
cyyber
closed
2 years ago
0
Fix: IsUsedOTSIndex return false if otsBitfield is not initialized for account
#334
cyyber
closed
2 years ago
0
ValidateTransferTxn returns error for Invalid XMSS OTS Index instead of log
#333
cyyber
closed
2 years ago
0
Fix: Removed command to create devnet directory
#332
cyyber
closed
2 years ago
0
Adding devnet genesis and prestate files
#331
cyyber
closed
2 years ago
0
Fix: Condition to check de-stake transaction
#330
cyyber
closed
2 years ago
0
Fix: Extracting IP for redundant connection check per IP
#329
cyyber
closed
2 years ago
0
fix check expected proposer address
#328
playfaculty
closed
2 years ago
0
Fix: Handling block attestation received from other nodes
#327
cyyber
closed
2 years ago
0
Fix: Stake balance validation for coinbase & attest txn
#326
cyyber
closed
2 years ago
0
Fix: Protocol transaction validation where stake amount is not updated while validating first block of an epoch
#325
cyyber
closed
2 years ago
0
Added GetStakeBalance API to get the stake balance and pending stake balance
#324
cyyber
closed
2 years ago
0
Fix: transaction pool checks ots index only for Valid XMSS address
#323
cyyber
closed
2 years ago
0
Fix: Stake Validators update + GetValidators API
#322
cyyber
closed
2 years ago
0
Replaced hardcoded value 200 with the BlocksPerEpoch in config
#321
cyyber
closed
2 years ago
0
Replaced hardcoded value 100 with BlocksPerEpoch in config
#320
cyyber
closed
2 years ago
0
Fix GetMaxPossibleSlotNumber based on timestamp
#319
cyyber
closed
2 years ago
0
Added code to reconnect with the bootstrap nodes on disconnection
#318
cyyber
closed
2 years ago
0
Fix: Slot Number in zond_getValidators API
#317
cyyber
closed
2 years ago
0
Added zond_getValidators api to return the validators by slotNumber for current epoch
#316
cyyber
closed
2 years ago
0
Fix: stake tx API & CLI, added code to remove dilithium keys while de-staking
#315
cyyber
closed
2 years ago
0
Fix: blockProposerDilithium address check
#314
cyyber
closed
2 years ago
0
Updated GetTransactionMetaDataByHash return values + implementation of blockHash function
#313
cyyber
closed
2 years ago
0
Fix: DeleteNonceData derive address from both Dilithium and XMSS PK
#312
cyyber
closed
2 years ago
0
Added code to call UpdateFinalizedEpoch after the first block is added in the new epoch
#311
cyyber
closed
2 years ago
0
Fix: Epoch finalization
#310
cyyber
closed
2 years ago
0
Fix: Broadcast transaction in CLI prints error instead of panic
#309
cyyber
closed
2 years ago
0
Fix: GetTransactionCount returns nonce + 1 from the last known nonce in tx pool
#308
cyyber
closed
2 years ago
0
Update block root as state trie root
#307
cyyber
closed
2 years ago
0
Added getTransactionCount API to get the nonce for an address
#306
cyyber
closed
2 years ago
0
Fix required for GasPrice 0 in transactions
#305
cyyber
opened
2 years ago
0
Updated go-qrllib version
#304
cyyber
closed
2 years ago
0
log expected slot leader in case of a block received with unexpected slot leader
#303
cyyber
closed
2 years ago
0
Fix: Validators allotment for the epoch
#302
cyyber
closed
2 years ago
0
Increased rate limit from 10 to 500 for PublicAPI & added code handle rate limit
#301
cyyber
closed
2 years ago
0
Basecode for the implementation of subscription API
#300
cyyber
closed
2 years ago
0
Implemented GetTransactionReceipt API
#299
cyyber
closed
2 years ago
0
Added required dependencies
#298
cyyber
closed
2 years ago
0
Implementation to process new APIs requests
#297
cyyber
closed
2 years ago
0
Added code for the upcoming implementation of subscribe APIs & filter system
#296
cyyber
closed
2 years ago
0
added function to derive log fields for different types of transaction
#295
cyyber
closed
2 years ago
0
Added code to serialize and deserialize receipt and logs properly for storage
#294
cyyber
closed
2 years ago
0
transaction receipts & logs are now committed to db + refactoring
#293
cyyber
closed
2 years ago
0
Added more getter functions + refactoring
#292
cyyber
closed
2 years ago
0
Next