Skip to content

Instantly share code, notes, and snippets.

@jcortejoso
jcortejoso / gist:4fcf33275b6709e9ebf4b04498c66dc7
Created February 29, 2024 12:23
Starting GlobalTestnet after volume and IP removal
# Global Testet
## Recreate/Restart the testnet
To save costs, all the volumes and validator's services (static ip) were deleted. But we keep:
- The five clusters
- Helm deployments
- Snapshot
- Bootnode IP
@jcortejoso
jcortejoso / genesis.json
Last active September 18, 2023 10:51
cel2-dev
This file has been truncated, but you can view the full file.
{
"config": {
"chainId": 22242220,
"homesteadBlock": 0,
"eip150Block": 0,
"eip155Block": 0,
"eip158Block": 0,
"byzantiumBlock": 0,
"constantinopleBlock": 0,
"petersburgBlock": 0,
This file has been truncated, but you can view the full file.
{"jsonrpc":"2.0","id":"0","result":[{"result":{"gas":101832,"failed":false,"returnValue":"","structLogs":[{"pc":0,"op":"PUSH1","gas":143553,"gasCost":3,"depth":1,"stack":[]},{"pc":2,"op":"PUSH1","gas":143550,"gasCost":3,"depth":1,"stack":["0x80"]},{"pc":4,"op":"MSTORE","gas":143547,"gasCost":12,"depth":1,"stack":["0x80","0x40"]},{"pc":5,"op":"CALLVALUE","gas":143535,"gasCost":2,"depth":1,"stack":[]},{"pc":6,"op":"DUP1","gas":143533,"gasCost":3,"depth":1,"stack":["0x0"]},{"pc":7,"op":"ISZERO","gas":143530,"gasCost":3,"depth":1,"stack":["0x0","0x0"]},{"pc":8,"op":"PUSH2","gas":143527,"gasCost":3,"depth":1,"stack":["0x0","0x1"]},{"pc":11,"op":"JUMPI","gas":143524,"gasCost":10,"depth":1,"stack":["0x0","0x1","0x10"]},{"pc":16,"op":"JUMPDEST","gas":143514,"gasCost":1,"depth":1,"stack":["0x0"]},{"pc":17,"op":"POP","gas":143513,"gasCost":2,"depth":1,"stack":["0x0"]},{"pc":18,"op":"PUSH1","gas":143511,"gasCost":3,"depth":1,"stack":[]},{"pc":20,"op":"CALLDATASIZE","gas":143508,"gasCost":2,"depth":1,"stack":["0x4"]},{"p
This file has been truncated, but you can view the full file.
{
"config": {
"chainId": 9099000,
"homesteadBlock": 0,
"eip150Block": 0,
"eip150Hash": "0x0000000000000000000000000000000000000000000000000000000000000000",
"eip155Block": 0,
"eip158Block": 0,
"byzantiumBlock": 0,
"constantinopleBlock": 0,
# TYPE chain_account_commits_count counter
chain_account_commits_count 3243272
# TYPE chain_account_commits summary
chain_account_commits {quantile="0.5"} 0
chain_account_commits {quantile="0.75"} 0
chain_account_commits {quantile="0.95"} 0
chain_account_commits {quantile="0.99"} 0
chain_account_commits {quantile="0.999"} 0
chain_account_commits {quantile="0.9999"} 0
var blockLimit = 30000000
var blockChainParamentersAbi = [{"constant":true,"inputs":[],"name":"initialized","outputs":[{"name":"","type":"bool"}],"payable":false,"stateMutability":"view","type":"function"},{"constant":false,"inputs":[],"name":"renounceOwnership","outputs":[],"payable":false,"stateMutability":"nonpayable","type":"function"},{"constant":true,"inputs":[],"name":"blockGasLimit","outputs":[{"name":"","type":"uint256"}],"payable":false,"stateMutability":"view","type":"function"},{"constant":true,"inputs":[],"name":"intrinsicGasForAlternativeFeeCurrency","outputs":[{"name":"","type":"uint256"}],"payable":false,"stateMutability":"view","type":"function"},{"constant":true,"inputs":[],"name":"owner","outputs":[{"name":"","type":"address"}],"payable":false,"stateMutability":"view","type":"function"},{"constant":true,"inputs":[],"name":"isOwner","outputs":[{"name":"","type":"bool"}],"payable":false,"stateMutability":"view","type":"function"},{"constant":false,"inputs":[{"name":"newOwner","type":"address"
This file has been truncated, but you can view the full file.
{
"config": {
"chainId": 9099000,
"homesteadBlock": 0,
"eip150Block": 0,
"eip150Hash": "0x0000000000000000000000000000000000000000000000000000000000000000",
"eip155Block": 0,
"eip158Block": 0,
"byzantiumBlock": 0,
"constantinopleBlock": 0,
This file has been truncated, but you can view the full file.
{
"config": {
"chainId": 9099000,
"homesteadBlock": 0,
"eip150Block": 0,
"eip150Hash": "0x0000000000000000000000000000000000000000000000000000000000000000",
"eip155Block": 0,
"eip158Block": 0,
"byzantiumBlock": 0,
"constantinopleBlock": 0,
This file has been truncated, but you can view the full file.
{
"config": {
"chainId": 9099000,
"homesteadBlock": 0,
"eip150Block": 0,
"eip150Hash": "0x0000000000000000000000000000000000000000000000000000000000000000",
"eip155Block": 0,
"eip158Block": 0,
"byzantiumBlock": 0,
"constantinopleBlock": 0,
@jcortejoso
jcortejoso / deepdream.ipynb
Created August 12, 2022 11:25
Minimal implementation of DeepDream, as described in this blog post by Alexander Mordvintsev
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.