Jesse Schulman
Jesse Schulman
Previously for preparing multisigs, using the `-sjd` options would produce a transaction which could be passed directly to `propose_trx` (usually after modifying `expiration`, `ref_block_num`, `ref_block_prefix` and possibly adding more actions)....
Per https://eosio.github.io/history-tools/wasm-ql.html almost all of the legacy API functions are available via wasm-ql based functions. It looks like only 2 are missing: ``` get_key_accounts get_controlled_accounts ``` The critical one `get_key_accounts`...
https://github.com/telosnetwork/open-block-explorer/blob/f4d657f5683996140c189d67c0f7ab9c52826056/src/components/AccountCard.vue#L206 Using a value from mainnet for rexpool.total_rex and creating a number from it, we can see that we're starting to lose the last decimal of precision when it's an...
# Add a Tag/Display Name to a Contract Address ### Overview This is a feature request to add a way for contract creators to assign a custom tag or display...
## Overview Align Teloscan with other *scan explorers and show value transfers that are done via internal tranactions ## Links Teloscan preview: https://deploy-preview-368--dev-mainnet-teloscan.netlify.app/tx/0xa201b9510931af4da83c520d60be1b03689829028ccec784e9eec9c040d1ad82 Snowscan of almost identical transaction: https://snowtrace.io/tx/0x1d499c23b696084b1471afa5800f2aefd0335fdfdc5aa1cc9fd671b610b70dbf ![IMAGE...
Similar to https://github.com/testcontainers/testcontainers-rs/issues/500 it would be great to have feature parity with the CLI. The suggested workaround does work but is quite inconvenient, we have migrated one project to use...
# Fixes #881 This PR is not complete. Must be taken as a starting point to not duplicate effort. Read the issue for more instructions.
## Overview Migrate from Netlify to CloudFlare ## Links https://github.com/cloudflare/pages-action ## Acceptance Criteria - [ ] CI/CD from github into cloudflare, auto push to both mainnet and testnet URLs -...
## Overview Block number is not being taken from the most accurate place, hurting user experience by showing out of date information ## Acceptance criteria - block number displayed on...
DON'T MERGE UNTIL #44 IS MERGED - EVM voting - Vote decay - Scaled BP pay - Self-stake boost This pull request introduces significant enhancements to the Telos system contract...