Summary
The team spent the week bug-fixing and stress-testing the Testnet. Testnet 3 is being prepared for imminent deployment, contingent on some Binance Chain node reliability issues being rectified.
Node Account Jail
If a node goes offline then the protocol suffers reliability because it requires availability. To improve this, the concept of Jail was added, which temporarily marks a node as unavailable if they fail a key-gen or key-sign and it will not be selected for subsequent key-generation or key-signing. This in addition to the presecribed penalities — which should discourage bad behaviour in the first place.
The mechanism is:
Jailed nodes can not be selected to be a key signer. When a node gets blamed for failing to do a keysign, they get 20 blocks in “jail”, which means they won’t be selected in a keysign for that time. So if 1/3 of the nodes are bad, every 20 blocks, the good nodes will blame the bad nodes, giving them slash points, and then giving the network 20 blocks of freedom to send transactions without the bad nodes inhibiting them (ie more resilient).
Jailed nodes will not be selected to be churned into the network. When a node fails a keygen, they go to jail for 6 hours (in addition to slashing their bond). This gives other nodes a chance to churn in during this time (retries every hour).
Jailed nodes can not withdraw funds via a leave memo. Thismeans they have an additional opportunity cost during the time they are jailed. This will reduce the likelihood of intentional malicous beahviour.
THORNode
Bugfixes from testnets, as well as some quality and feature inclusions from testing.
Testnet Bug Fixes
- [bugfix] Ignore non stdtx
- [bugfix] mark outbound as done more accurately
- [bugfix] fix bifrost pubkey manager
- [bugfix] pubkey mgr refreshes signer pks
- [bugfix] re-enable outbound memos
- [bugfix] panic when tss is frozen
- [bugfix] smarter thorchain block height querying
- [bugfix] clear markers on outbound
- [bugfix] bifrost add tss timeout
- [bugfix] don’t kill transaction if we don’t update last chain height
- [bugfix] txout outhash marks all tx outs
Other improvements
- update go tss
- remove a few lines of dead code
- 509-issue set the observe tx to done
- 500-issue add retry field , so we won’t slash node account for reporting duplicate tx id
- [feature] node account preflight endpoint
- [refactor] ragnarok in 20 rounds
- 503-issue prevent standby node from sending network fee msg
- 512-issue automatically enable gas asset pool
- [feature] add API endpoint to count number of pending outbound transactions
- [feature] node account jail
Midgard
Bugfixes and feature requests as required for the clients.
- Resolve “FEATURE: Support multiple transaction type query in tx endpoint”
- WIP: Resolve “FEATURE: Double swap event type in txs endpoint”
- Resolve “BUG: Invalid coins for double swap events in txs endpoint”
- Resolve “FEATURE: Double swap event type in txs endpoint”
- Merge double swap events into one
- Resolve “FIX: doubleSwap type is not available in txs type enum”
- Resolve “Change value of `poolActivationCountdown` to number of blocks”
- Resolve “FIX: [TRANSACTION] type reported incorrectly as doubleswap”
- Resolve “FEATURE: Fast sync”
- Resolve “FEATURE: add resume to blockscanner”
- Resolve “Move logic of GetPriceInRune to usecase”
- Resolve “FIX: add transaction status”
TSS
The team have commissioned work to build out a GG20 TSS Proof-of-Concept that could improve reliability, scalability and solve for node-account blame.
Clients
BEPSwap Client
Numerous UI/UX tweaks based on community feedback
ASGARDEX Client
Ongoing work to port in UI components.
ASGARDEX Libraries
Numerous changes, as well as a new library asgardex-crypto which allows an ASGARDEX-Keystore file to be encrypted and decrypted.
The BIP44 path will use 931 as the coin-type.// Crypto Constants for ASGARDEX
const AsgardexBIP39Phrase = 'asgardex'
const BIP44Path = "m/44'/931'/0'/0/0"
const cipher = 'aes-128-ctr'
const kdf = 'pbkdf2'
const prf = 'hmac-sha256'
const dklen = 32
const c = 262144
const hashFunction = 'sha256'
const meta = 'asgardex-keystore'
The design is slightly different to other keystore libraries, since it encrypts the phrase, instead of the seed:
Typically keystore files encrypt a seed to a file, however this is not appropriate or UX friendly, since the phrase cannot be recovered after the fact.
[entropy] -> [phrase] -> [seed] -> [privateKey] -> [publicKey] -> [address]
Instead, ASGARDEX-CRYPTO stores the phrase in a keystore file, then decrypts and passes this phrase to other clients:
[keystore] -> ASGARDEX-CRYPTO -> [phrase] -> ChainClient
The ChainClients can then convert this into their respective key-pairs and addresses. Users can also export their phrases after the fact, ensuring they have saved it securely. This could enhance UX onboarding since users aren’t forced to write their phrases down immediately for empty or test wallets, and makes the wallet chain-agnostic.

Community Work
The community are building out:
- THORNode telegram bot: https://github.com/block42-blockchain-company/thornode-telegram-bot
- THORChain community explorer: thorchain.community
- THORChain arbitrage bots: https://gitlab.com/thorchain/trade-bots
In addition, the team are also talking with a mobile wallet provider as well as potentially a team to build a blockchain exporter
Audits
The team have received the first draft of the Kudelski audit, with no major issues found.
Gauntlet are preparing their final THORChain report.
Next Milestones
The testnet is being re-deployed and will be made public soon. Chaosnet is expected once testnet has been fully-validated in several environments.
Community
To keep up to date, please monitor community channels, particularly Telegram and Twitter:
- Twitter: https://twitter.com/thorchain_org
- Telegram Community: https://t.me/thorchain_org
- Telegram Announcements: https://t.me/thorchain
- Reddit: https://reddit.com/r/thorchain
- Github: https://github.com/thorchain
- Medium: https://medium.com/thorchain
Related articles
![]()
May. 14, 2026
Explanation of the 6 Preset Strategies to Help Create Your CCL Strategy
![]()
May. 13, 2026
The Casino Problem: When Crypto Forgets What It Was Built For
![]()
May. 12, 2026
THORChain Protocol Upgrade v3.18
![]()
May. 11, 2026
Dash is coming to THORChain
![]()
May. 8, 2026
Monero Merged, Reserve Burn, Marketing Update | Podcast #196
![]()
May. 7, 2026
Marketing Update: Feb - March 2026
![]()
May. 5, 2026
RUJI Staking Rewards Are Live, Earn Real Protocol Revenue on Rujira
![]()
May. 4, 2026
Bior Labs Cards Are Imminent: Bill Pay, $10K Virtual Cards and a Stablecoin Alpha
![]()
May. 2, 2026
Live from Bitcoin Vegas: 2 bps Stable Swaps, v3.18 Next Week and the Affiliate Revshare Plan
![]()
Apr. 30, 2026
THORChain Quarterly report - Q1 2026
![]()
Apr. 29, 2026
bRUNE Staking Cap Increased to 2 Million, How to Stake, and Earn THORChain Yield
![]()
Apr. 28, 2026
Protocol Upgrade - v3.17.0
![]()
Apr. 27, 2026
Unstoppable: The Best Privacy Wallet – THORChain Mobile Interface
![]()
Apr. 24, 2026
THORChain Stands for a Permissionless and Decentralized Ethos
![]()
Apr. 23, 2026
Custom Concentrated Liquidity: Where Liquidity Becomes Strategy













