├── .github ├── dependabot.yml └── workflows │ ├── codeql.yml │ ├── dependency-review.yml │ ├── deploy.yml │ └── scorecard.yml ├── .gitignore ├── .ruby-version ├── 404.html ├── Gemfile ├── Gemfile.lock ├── IPs ├── README.md ├── RSKIP0.md ├── RSKIP01.md ├── RSKIP02.md ├── RSKIP03.md ├── RSKIP04.md ├── RSKIP05.md ├── RSKIP06.md ├── RSKIP07.md ├── RSKIP08.md ├── RSKIP09.md ├── RSKIP0_TEMPLATE.md ├── RSKIP10.md ├── RSKIP102.md ├── RSKIP106.md ├── RSKIP107.md ├── RSKIP108.md ├── RSKIP109.md ├── RSKIP11.md ├── RSKIP110.md ├── RSKIP112.md ├── RSKIP113.md ├── RSKIP115.md ├── RSKIP116.md ├── RSKIP119.md ├── RSKIP12.md ├── RSKIP120.md ├── RSKIP122.md ├── RSKIP123.md ├── RSKIP125.md ├── RSKIP13.md ├── RSKIP131.md ├── RSKIP132.md ├── RSKIP134.md ├── RSKIP135.md ├── RSKIP138.md ├── RSKIP139.md ├── RSKIP14.md ├── RSKIP14 │ └── BlockChainRSKIP14.png ├── RSKIP140.md ├── RSKIP141.md ├── RSKIP144.md ├── RSKIP144 │ └── schedule.png ├── RSKIP145.md ├── RSKIP146.md ├── RSKIP148.md ├── RSKIP149.md ├── RSKIP15.md ├── RSKIP15 │ ├── blockchainsRSKIP15.png │ ├── blockintervalRSKIP15.png │ └── txRSKIP15.png ├── RSKIP152.md ├── RSKIP153.md ├── RSKIP157.md ├── RSKIP159.md ├── RSKIP16.md ├── RSKIP16 │ └── figureRSKIP16.png ├── RSKIP167.md ├── RSKIP169.md ├── RSKIP17.md ├── RSKIP170.md ├── RSKIP171.md ├── RSKIP172.md ├── RSKIP173.md ├── RSKIP174.md ├── RSKIP176.md ├── RSKIP176 │ └── registerFastBridgeBtcTransactionFlow.png ├── RSKIP177.md ├── RSKIP178.md ├── RSKIP179.md ├── RSKIP18.md ├── RSKIP180.md ├── RSKIP181.md ├── RSKIP185.md ├── RSKIP186.md ├── RSKIP187.md ├── RSKIP188.md ├── RSKIP19.md ├── RSKIP190.md ├── RSKIP191.md ├── RSKIP192.md ├── RSKIP194.md ├── RSKIP197.md ├── RSKIP198.md ├── RSKIP199.md ├── RSKIP20.md ├── RSKIP200.md ├── RSKIP201.md ├── RSKIP203.md ├── RSKIP207.md ├── RSKIP208.md ├── RSKIP209.md ├── RSKIP21.md ├── RSKIP21 │ ├── case1aRSKIP21.png │ ├── case1bRSKIP21.png │ ├── case2RSKIP21.png │ ├── case3RSKIP21.png │ └── intervalDiagram_1RSKIP21.png ├── RSKIP212.md ├── RSKIP213.md ├── RSKIP214.md ├── RSKIP215.md ├── RSKIP218.md ├── RSKIP219.md ├── RSKIP220.md ├── RSKIP223.md ├── RSKIP224.md ├── RSKIP225.md ├── RSKIP239.md ├── RSKIP24.md ├── RSKIP24 │ ├── repositoryRSKIP24-1.png │ ├── repositoryRSKIP24-2.png │ ├── repositoryRSKIP24-3.png │ └── repositoryRSKIP24.png ├── RSKIP240.md ├── RSKIP241.md ├── RSKIP242.md ├── RSKIP243.md ├── RSKIP244.md ├── RSKIP25.md ├── RSKIP252.md ├── RSKIP26.md ├── RSKIP264.md ├── RSKIP265.md ├── RSKIP27.md ├── RSKIP270.md ├── RSKIP271.md ├── RSKIP272.md ├── RSKIP28.md ├── RSKIP281.md ├── RSKIP284.md ├── RSKIP285.md ├── RSKIP29.md ├── RSKIP290.md ├── RSKIP291.md ├── RSKIP293.md ├── RSKIP294.md ├── RSKIP297.md ├── RSKIP298.md ├── RSKIP30.md ├── RSKIP305.md ├── RSKIP31.md ├── RSKIP31 │ ├── 1MerkleTreeRSKIP31.png │ ├── 2MerlkeTreeRSKIP31.png │ └── 3MTreesRSKIP31.png ├── RSKIP32.md ├── RSKIP326.md ├── RSKIP33.md ├── RSKIP336.md ├── RSKIP34.md ├── RSKIP35.md ├── RSKIP35 │ └── federationRSKIP35.png ├── RSKIP351.md ├── RSKIP353.md ├── RSKIP357.md ├── RSKIP358.md ├── RSKIP36.md ├── RSKIP37.md ├── RSKIP374.md ├── RSKIP375.md ├── RSKIP376.md ├── RSKIP377.md ├── RSKIP379.md ├── RSKIP38.md ├── RSKIP383.md ├── RSKIP385.md ├── RSKIP387.md ├── RSKIP388.md ├── RSKIP39.md ├── RSKIP398.md ├── RSKIP40.md ├── RSKIP400.md ├── RSKIP41.md ├── RSKIP412.md ├── RSKIP414.md ├── RSKIP415.md ├── RSKIP417.md ├── RSKIP419.md ├── RSKIP42.md ├── RSKIP427.md ├── RSKIP428.md ├── RSKIP43.md ├── RSKIP434.md ├── RSKIP435.md ├── RSKIP436.md ├── RSKIP438.md ├── RSKIP44.md ├── RSKIP445.md ├── RSKIP446.md ├── RSKIP45.md ├── RSKIP453.md ├── RSKIP454.md ├── RSKIP455.md ├── RSKIP459.md ├── RSKIP46.md ├── RSKIP460.md ├── RSKIP47.md ├── RSKIP48.md ├── RSKIP491.md ├── RSKIP50.md ├── RSKIP502.md ├── RSKIP51.md ├── RSKIP516.md ├── RSKIP517.md ├── RSKIP518.md ├── RSKIP52.md ├── RSKIP529.md ├── RSKIP53.md ├── RSKIP535.md ├── RSKIP536.md ├── RSKIP55.md ├── RSKIP56.md ├── RSKIP57.md ├── RSKIP58.md ├── RSKIP59.md ├── RSKIP60.md ├── RSKIP61.md ├── RSKIP62.md ├── RSKIP63.md ├── RSKIP64.md ├── RSKIP65.md ├── RSKIP68.md ├── RSKIP70.md ├── RSKIP71.md ├── RSKIP712.md ├── RSKIP75.md ├── RSKIP77.md ├── RSKIP77 │ └── image2.png ├── RSKIP85.md ├── RSKIP87.md ├── RSKIP89.md ├── RSKIP91.md ├── RSKIP92.md ├── RSKIP92 │ └── partialmerkletree.png ├── RSKIP95.md ├── RSKIP98.md ├── RSKIP99.md └── RSKIProcess.png ├── README.md ├── _config.yml ├── _data └── statuses.yaml ├── _includes ├── anchor_headings.html ├── authorlist copy.html ├── authorlist.html ├── categorylist copy.html ├── categorylist.html ├── dark_mode.html ├── footer-purpose.html ├── footer.html ├── head.html ├── header-purpose.html ├── header.html ├── indextable.html ├── rskipnums.html ├── rskiptable.html ├── social.html └── toc.html ├── _layouts ├── default.html ├── home.html ├── page.html ├── post.html ├── purpose.html └── rskip.html ├── _sass ├── minima.scss └── minima │ ├── _base.scss │ ├── _layout.scss │ └── _syntax-highlighting.scss ├── all.html ├── assets ├── css │ └── style.scss └── js │ └── dark_mode.js ├── fairness.html ├── fonts ├── OTF │ ├── Rootstock-Sans-Body.otf │ ├── Rootstock-Sans-Headline.otf │ └── Rootstock-Sans-Tags.otf └── WEB │ ├── Rootstock-Sans-Body.otf │ ├── Rootstock-Sans-Body.svg │ ├── Rootstock-Sans-Body.ttf │ ├── Rootstock-Sans-Body.woff │ ├── Rootstock-Sans-Body.woff2 │ ├── Rootstock-Sans-Headline.otf │ ├── Rootstock-Sans-Headline.svg │ ├── Rootstock-Sans-Headline.ttf │ ├── Rootstock-Sans-Headline.woff │ ├── Rootstock-Sans-Headline.woff2 │ ├── Rootstock-Sans-Tags.woff │ └── Rootstock-Sans-Tags.woff2 ├── img ├── GitHub-Mark-64px.png ├── favicons │ ├── android-chrome-192x192.png │ ├── android-chrome-512x512.png │ ├── apple-touch-icon.png │ ├── browserconfig.xml │ ├── favicon-16x16.png │ ├── favicon-32x32.png │ ├── favicon.ico │ ├── mstile-150x150.png │ └── site.webmanifest ├── github-black.svg ├── github-white.svg ├── rootstock-logo-black.svg ├── rootstock-orange-logo-full.svg └── rootstock-white-logo.svg ├── index.html ├── scalability.html ├── security.html ├── standardtrack.html ├── usability.html └── version.html /.github/dependabot.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rsksmart/RSKIPs/HEAD/.github/dependabot.yml -------------------------------------------------------------------------------- /.github/workflows/codeql.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rsksmart/RSKIPs/HEAD/.github/workflows/codeql.yml -------------------------------------------------------------------------------- /.github/workflows/dependency-review.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rsksmart/RSKIPs/HEAD/.github/workflows/dependency-review.yml -------------------------------------------------------------------------------- /.github/workflows/deploy.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rsksmart/RSKIPs/HEAD/.github/workflows/deploy.yml -------------------------------------------------------------------------------- /.github/workflows/scorecard.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rsksmart/RSKIPs/HEAD/.github/workflows/scorecard.yml -------------------------------------------------------------------------------- /.gitignore: -------------------------------------------------------------------------------- 1 | _site 2 | .sass-cache 3 | .jekyll-metadata 4 | -------------------------------------------------------------------------------- /.ruby-version: -------------------------------------------------------------------------------- 1 | 2.7.2 2 | -------------------------------------------------------------------------------- /404.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rsksmart/RSKIPs/HEAD/404.html -------------------------------------------------------------------------------- /Gemfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rsksmart/RSKIPs/HEAD/Gemfile -------------------------------------------------------------------------------- /Gemfile.lock: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rsksmart/RSKIPs/HEAD/Gemfile.lock -------------------------------------------------------------------------------- /IPs/README.md: -------------------------------------------------------------------------------- 1 | # RSKIPs 2 | RSK Improvement Proposals folder 3 | -------------------------------------------------------------------------------- /IPs/RSKIP0.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rsksmart/RSKIPs/HEAD/IPs/RSKIP0.md -------------------------------------------------------------------------------- /IPs/RSKIP01.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rsksmart/RSKIPs/HEAD/IPs/RSKIP01.md -------------------------------------------------------------------------------- /IPs/RSKIP02.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rsksmart/RSKIPs/HEAD/IPs/RSKIP02.md -------------------------------------------------------------------------------- /IPs/RSKIP03.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rsksmart/RSKIPs/HEAD/IPs/RSKIP03.md -------------------------------------------------------------------------------- /IPs/RSKIP04.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rsksmart/RSKIPs/HEAD/IPs/RSKIP04.md -------------------------------------------------------------------------------- /IPs/RSKIP05.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rsksmart/RSKIPs/HEAD/IPs/RSKIP05.md -------------------------------------------------------------------------------- /IPs/RSKIP06.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rsksmart/RSKIPs/HEAD/IPs/RSKIP06.md -------------------------------------------------------------------------------- /IPs/RSKIP07.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rsksmart/RSKIPs/HEAD/IPs/RSKIP07.md -------------------------------------------------------------------------------- /IPs/RSKIP08.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rsksmart/RSKIPs/HEAD/IPs/RSKIP08.md -------------------------------------------------------------------------------- /IPs/RSKIP09.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rsksmart/RSKIPs/HEAD/IPs/RSKIP09.md -------------------------------------------------------------------------------- /IPs/RSKIP0_TEMPLATE.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rsksmart/RSKIPs/HEAD/IPs/RSKIP0_TEMPLATE.md -------------------------------------------------------------------------------- /IPs/RSKIP10.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rsksmart/RSKIPs/HEAD/IPs/RSKIP10.md -------------------------------------------------------------------------------- /IPs/RSKIP102.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rsksmart/RSKIPs/HEAD/IPs/RSKIP102.md -------------------------------------------------------------------------------- /IPs/RSKIP106.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rsksmart/RSKIPs/HEAD/IPs/RSKIP106.md -------------------------------------------------------------------------------- /IPs/RSKIP107.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rsksmart/RSKIPs/HEAD/IPs/RSKIP107.md -------------------------------------------------------------------------------- /IPs/RSKIP108.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rsksmart/RSKIPs/HEAD/IPs/RSKIP108.md -------------------------------------------------------------------------------- /IPs/RSKIP109.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rsksmart/RSKIPs/HEAD/IPs/RSKIP109.md -------------------------------------------------------------------------------- /IPs/RSKIP11.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rsksmart/RSKIPs/HEAD/IPs/RSKIP11.md -------------------------------------------------------------------------------- /IPs/RSKIP110.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rsksmart/RSKIPs/HEAD/IPs/RSKIP110.md -------------------------------------------------------------------------------- /IPs/RSKIP112.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rsksmart/RSKIPs/HEAD/IPs/RSKIP112.md -------------------------------------------------------------------------------- /IPs/RSKIP113.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rsksmart/RSKIPs/HEAD/IPs/RSKIP113.md -------------------------------------------------------------------------------- /IPs/RSKIP115.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rsksmart/RSKIPs/HEAD/IPs/RSKIP115.md -------------------------------------------------------------------------------- /IPs/RSKIP116.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rsksmart/RSKIPs/HEAD/IPs/RSKIP116.md -------------------------------------------------------------------------------- /IPs/RSKIP119.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rsksmart/RSKIPs/HEAD/IPs/RSKIP119.md -------------------------------------------------------------------------------- /IPs/RSKIP12.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rsksmart/RSKIPs/HEAD/IPs/RSKIP12.md -------------------------------------------------------------------------------- /IPs/RSKIP120.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rsksmart/RSKIPs/HEAD/IPs/RSKIP120.md -------------------------------------------------------------------------------- /IPs/RSKIP122.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rsksmart/RSKIPs/HEAD/IPs/RSKIP122.md -------------------------------------------------------------------------------- /IPs/RSKIP123.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rsksmart/RSKIPs/HEAD/IPs/RSKIP123.md -------------------------------------------------------------------------------- /IPs/RSKIP125.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rsksmart/RSKIPs/HEAD/IPs/RSKIP125.md -------------------------------------------------------------------------------- /IPs/RSKIP13.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rsksmart/RSKIPs/HEAD/IPs/RSKIP13.md -------------------------------------------------------------------------------- /IPs/RSKIP131.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rsksmart/RSKIPs/HEAD/IPs/RSKIP131.md -------------------------------------------------------------------------------- /IPs/RSKIP132.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rsksmart/RSKIPs/HEAD/IPs/RSKIP132.md -------------------------------------------------------------------------------- /IPs/RSKIP134.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rsksmart/RSKIPs/HEAD/IPs/RSKIP134.md -------------------------------------------------------------------------------- /IPs/RSKIP135.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rsksmart/RSKIPs/HEAD/IPs/RSKIP135.md -------------------------------------------------------------------------------- /IPs/RSKIP138.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rsksmart/RSKIPs/HEAD/IPs/RSKIP138.md -------------------------------------------------------------------------------- /IPs/RSKIP139.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rsksmart/RSKIPs/HEAD/IPs/RSKIP139.md -------------------------------------------------------------------------------- /IPs/RSKIP14.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rsksmart/RSKIPs/HEAD/IPs/RSKIP14.md -------------------------------------------------------------------------------- /IPs/RSKIP14/BlockChainRSKIP14.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rsksmart/RSKIPs/HEAD/IPs/RSKIP14/BlockChainRSKIP14.png -------------------------------------------------------------------------------- /IPs/RSKIP140.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rsksmart/RSKIPs/HEAD/IPs/RSKIP140.md -------------------------------------------------------------------------------- /IPs/RSKIP141.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rsksmart/RSKIPs/HEAD/IPs/RSKIP141.md -------------------------------------------------------------------------------- /IPs/RSKIP144.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rsksmart/RSKIPs/HEAD/IPs/RSKIP144.md -------------------------------------------------------------------------------- /IPs/RSKIP144/schedule.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rsksmart/RSKIPs/HEAD/IPs/RSKIP144/schedule.png -------------------------------------------------------------------------------- /IPs/RSKIP145.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rsksmart/RSKIPs/HEAD/IPs/RSKIP145.md -------------------------------------------------------------------------------- /IPs/RSKIP146.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rsksmart/RSKIPs/HEAD/IPs/RSKIP146.md -------------------------------------------------------------------------------- /IPs/RSKIP148.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rsksmart/RSKIPs/HEAD/IPs/RSKIP148.md -------------------------------------------------------------------------------- /IPs/RSKIP149.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rsksmart/RSKIPs/HEAD/IPs/RSKIP149.md -------------------------------------------------------------------------------- /IPs/RSKIP15.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rsksmart/RSKIPs/HEAD/IPs/RSKIP15.md -------------------------------------------------------------------------------- /IPs/RSKIP15/blockchainsRSKIP15.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rsksmart/RSKIPs/HEAD/IPs/RSKIP15/blockchainsRSKIP15.png -------------------------------------------------------------------------------- /IPs/RSKIP15/blockintervalRSKIP15.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rsksmart/RSKIPs/HEAD/IPs/RSKIP15/blockintervalRSKIP15.png -------------------------------------------------------------------------------- /IPs/RSKIP15/txRSKIP15.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rsksmart/RSKIPs/HEAD/IPs/RSKIP15/txRSKIP15.png -------------------------------------------------------------------------------- /IPs/RSKIP152.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rsksmart/RSKIPs/HEAD/IPs/RSKIP152.md -------------------------------------------------------------------------------- /IPs/RSKIP153.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rsksmart/RSKIPs/HEAD/IPs/RSKIP153.md -------------------------------------------------------------------------------- /IPs/RSKIP157.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rsksmart/RSKIPs/HEAD/IPs/RSKIP157.md -------------------------------------------------------------------------------- /IPs/RSKIP159.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rsksmart/RSKIPs/HEAD/IPs/RSKIP159.md -------------------------------------------------------------------------------- /IPs/RSKIP16.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rsksmart/RSKIPs/HEAD/IPs/RSKIP16.md -------------------------------------------------------------------------------- /IPs/RSKIP16/figureRSKIP16.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rsksmart/RSKIPs/HEAD/IPs/RSKIP16/figureRSKIP16.png -------------------------------------------------------------------------------- /IPs/RSKIP167.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rsksmart/RSKIPs/HEAD/IPs/RSKIP167.md -------------------------------------------------------------------------------- /IPs/RSKIP169.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rsksmart/RSKIPs/HEAD/IPs/RSKIP169.md -------------------------------------------------------------------------------- /IPs/RSKIP17.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rsksmart/RSKIPs/HEAD/IPs/RSKIP17.md -------------------------------------------------------------------------------- /IPs/RSKIP170.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rsksmart/RSKIPs/HEAD/IPs/RSKIP170.md -------------------------------------------------------------------------------- /IPs/RSKIP171.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rsksmart/RSKIPs/HEAD/IPs/RSKIP171.md -------------------------------------------------------------------------------- /IPs/RSKIP172.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rsksmart/RSKIPs/HEAD/IPs/RSKIP172.md -------------------------------------------------------------------------------- /IPs/RSKIP173.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rsksmart/RSKIPs/HEAD/IPs/RSKIP173.md -------------------------------------------------------------------------------- /IPs/RSKIP174.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rsksmart/RSKIPs/HEAD/IPs/RSKIP174.md -------------------------------------------------------------------------------- /IPs/RSKIP176.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rsksmart/RSKIPs/HEAD/IPs/RSKIP176.md -------------------------------------------------------------------------------- /IPs/RSKIP176/registerFastBridgeBtcTransactionFlow.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rsksmart/RSKIPs/HEAD/IPs/RSKIP176/registerFastBridgeBtcTransactionFlow.png -------------------------------------------------------------------------------- /IPs/RSKIP177.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rsksmart/RSKIPs/HEAD/IPs/RSKIP177.md -------------------------------------------------------------------------------- /IPs/RSKIP178.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rsksmart/RSKIPs/HEAD/IPs/RSKIP178.md -------------------------------------------------------------------------------- /IPs/RSKIP179.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rsksmart/RSKIPs/HEAD/IPs/RSKIP179.md -------------------------------------------------------------------------------- /IPs/RSKIP18.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rsksmart/RSKIPs/HEAD/IPs/RSKIP18.md -------------------------------------------------------------------------------- /IPs/RSKIP180.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rsksmart/RSKIPs/HEAD/IPs/RSKIP180.md -------------------------------------------------------------------------------- /IPs/RSKIP181.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rsksmart/RSKIPs/HEAD/IPs/RSKIP181.md -------------------------------------------------------------------------------- /IPs/RSKIP185.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rsksmart/RSKIPs/HEAD/IPs/RSKIP185.md -------------------------------------------------------------------------------- /IPs/RSKIP186.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rsksmart/RSKIPs/HEAD/IPs/RSKIP186.md -------------------------------------------------------------------------------- /IPs/RSKIP187.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rsksmart/RSKIPs/HEAD/IPs/RSKIP187.md -------------------------------------------------------------------------------- /IPs/RSKIP188.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rsksmart/RSKIPs/HEAD/IPs/RSKIP188.md -------------------------------------------------------------------------------- /IPs/RSKIP19.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rsksmart/RSKIPs/HEAD/IPs/RSKIP19.md -------------------------------------------------------------------------------- /IPs/RSKIP190.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rsksmart/RSKIPs/HEAD/IPs/RSKIP190.md -------------------------------------------------------------------------------- /IPs/RSKIP191.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rsksmart/RSKIPs/HEAD/IPs/RSKIP191.md -------------------------------------------------------------------------------- /IPs/RSKIP192.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rsksmart/RSKIPs/HEAD/IPs/RSKIP192.md -------------------------------------------------------------------------------- /IPs/RSKIP194.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rsksmart/RSKIPs/HEAD/IPs/RSKIP194.md -------------------------------------------------------------------------------- /IPs/RSKIP197.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rsksmart/RSKIPs/HEAD/IPs/RSKIP197.md -------------------------------------------------------------------------------- /IPs/RSKIP198.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rsksmart/RSKIPs/HEAD/IPs/RSKIP198.md -------------------------------------------------------------------------------- /IPs/RSKIP199.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rsksmart/RSKIPs/HEAD/IPs/RSKIP199.md -------------------------------------------------------------------------------- /IPs/RSKIP20.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rsksmart/RSKIPs/HEAD/IPs/RSKIP20.md -------------------------------------------------------------------------------- /IPs/RSKIP200.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rsksmart/RSKIPs/HEAD/IPs/RSKIP200.md -------------------------------------------------------------------------------- /IPs/RSKIP201.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rsksmart/RSKIPs/HEAD/IPs/RSKIP201.md -------------------------------------------------------------------------------- /IPs/RSKIP203.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rsksmart/RSKIPs/HEAD/IPs/RSKIP203.md -------------------------------------------------------------------------------- /IPs/RSKIP207.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rsksmart/RSKIPs/HEAD/IPs/RSKIP207.md -------------------------------------------------------------------------------- /IPs/RSKIP208.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rsksmart/RSKIPs/HEAD/IPs/RSKIP208.md -------------------------------------------------------------------------------- /IPs/RSKIP209.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rsksmart/RSKIPs/HEAD/IPs/RSKIP209.md -------------------------------------------------------------------------------- /IPs/RSKIP21.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rsksmart/RSKIPs/HEAD/IPs/RSKIP21.md -------------------------------------------------------------------------------- /IPs/RSKIP21/case1aRSKIP21.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rsksmart/RSKIPs/HEAD/IPs/RSKIP21/case1aRSKIP21.png -------------------------------------------------------------------------------- /IPs/RSKIP21/case1bRSKIP21.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rsksmart/RSKIPs/HEAD/IPs/RSKIP21/case1bRSKIP21.png -------------------------------------------------------------------------------- /IPs/RSKIP21/case2RSKIP21.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rsksmart/RSKIPs/HEAD/IPs/RSKIP21/case2RSKIP21.png -------------------------------------------------------------------------------- /IPs/RSKIP21/case3RSKIP21.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rsksmart/RSKIPs/HEAD/IPs/RSKIP21/case3RSKIP21.png -------------------------------------------------------------------------------- /IPs/RSKIP21/intervalDiagram_1RSKIP21.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rsksmart/RSKIPs/HEAD/IPs/RSKIP21/intervalDiagram_1RSKIP21.png -------------------------------------------------------------------------------- /IPs/RSKIP212.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rsksmart/RSKIPs/HEAD/IPs/RSKIP212.md -------------------------------------------------------------------------------- /IPs/RSKIP213.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rsksmart/RSKIPs/HEAD/IPs/RSKIP213.md -------------------------------------------------------------------------------- /IPs/RSKIP214.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rsksmart/RSKIPs/HEAD/IPs/RSKIP214.md -------------------------------------------------------------------------------- /IPs/RSKIP215.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rsksmart/RSKIPs/HEAD/IPs/RSKIP215.md -------------------------------------------------------------------------------- /IPs/RSKIP218.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rsksmart/RSKIPs/HEAD/IPs/RSKIP218.md -------------------------------------------------------------------------------- /IPs/RSKIP219.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rsksmart/RSKIPs/HEAD/IPs/RSKIP219.md -------------------------------------------------------------------------------- /IPs/RSKIP220.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rsksmart/RSKIPs/HEAD/IPs/RSKIP220.md -------------------------------------------------------------------------------- /IPs/RSKIP223.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rsksmart/RSKIPs/HEAD/IPs/RSKIP223.md -------------------------------------------------------------------------------- /IPs/RSKIP224.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rsksmart/RSKIPs/HEAD/IPs/RSKIP224.md -------------------------------------------------------------------------------- /IPs/RSKIP225.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rsksmart/RSKIPs/HEAD/IPs/RSKIP225.md -------------------------------------------------------------------------------- /IPs/RSKIP239.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rsksmart/RSKIPs/HEAD/IPs/RSKIP239.md -------------------------------------------------------------------------------- /IPs/RSKIP24.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rsksmart/RSKIPs/HEAD/IPs/RSKIP24.md -------------------------------------------------------------------------------- /IPs/RSKIP24/repositoryRSKIP24-1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rsksmart/RSKIPs/HEAD/IPs/RSKIP24/repositoryRSKIP24-1.png -------------------------------------------------------------------------------- /IPs/RSKIP24/repositoryRSKIP24-2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rsksmart/RSKIPs/HEAD/IPs/RSKIP24/repositoryRSKIP24-2.png -------------------------------------------------------------------------------- /IPs/RSKIP24/repositoryRSKIP24-3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rsksmart/RSKIPs/HEAD/IPs/RSKIP24/repositoryRSKIP24-3.png -------------------------------------------------------------------------------- /IPs/RSKIP24/repositoryRSKIP24.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rsksmart/RSKIPs/HEAD/IPs/RSKIP24/repositoryRSKIP24.png -------------------------------------------------------------------------------- /IPs/RSKIP240.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rsksmart/RSKIPs/HEAD/IPs/RSKIP240.md -------------------------------------------------------------------------------- /IPs/RSKIP241.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rsksmart/RSKIPs/HEAD/IPs/RSKIP241.md -------------------------------------------------------------------------------- /IPs/RSKIP242.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rsksmart/RSKIPs/HEAD/IPs/RSKIP242.md -------------------------------------------------------------------------------- /IPs/RSKIP243.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rsksmart/RSKIPs/HEAD/IPs/RSKIP243.md -------------------------------------------------------------------------------- /IPs/RSKIP244.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rsksmart/RSKIPs/HEAD/IPs/RSKIP244.md -------------------------------------------------------------------------------- /IPs/RSKIP25.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rsksmart/RSKIPs/HEAD/IPs/RSKIP25.md -------------------------------------------------------------------------------- /IPs/RSKIP252.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rsksmart/RSKIPs/HEAD/IPs/RSKIP252.md -------------------------------------------------------------------------------- /IPs/RSKIP26.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rsksmart/RSKIPs/HEAD/IPs/RSKIP26.md -------------------------------------------------------------------------------- /IPs/RSKIP264.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rsksmart/RSKIPs/HEAD/IPs/RSKIP264.md -------------------------------------------------------------------------------- /IPs/RSKIP265.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rsksmart/RSKIPs/HEAD/IPs/RSKIP265.md -------------------------------------------------------------------------------- /IPs/RSKIP27.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rsksmart/RSKIPs/HEAD/IPs/RSKIP27.md -------------------------------------------------------------------------------- /IPs/RSKIP270.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rsksmart/RSKIPs/HEAD/IPs/RSKIP270.md -------------------------------------------------------------------------------- /IPs/RSKIP271.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rsksmart/RSKIPs/HEAD/IPs/RSKIP271.md -------------------------------------------------------------------------------- /IPs/RSKIP272.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rsksmart/RSKIPs/HEAD/IPs/RSKIP272.md -------------------------------------------------------------------------------- /IPs/RSKIP28.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rsksmart/RSKIPs/HEAD/IPs/RSKIP28.md -------------------------------------------------------------------------------- /IPs/RSKIP281.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rsksmart/RSKIPs/HEAD/IPs/RSKIP281.md -------------------------------------------------------------------------------- /IPs/RSKIP284.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rsksmart/RSKIPs/HEAD/IPs/RSKIP284.md -------------------------------------------------------------------------------- /IPs/RSKIP285.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rsksmart/RSKIPs/HEAD/IPs/RSKIP285.md -------------------------------------------------------------------------------- /IPs/RSKIP29.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rsksmart/RSKIPs/HEAD/IPs/RSKIP29.md -------------------------------------------------------------------------------- /IPs/RSKIP290.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rsksmart/RSKIPs/HEAD/IPs/RSKIP290.md -------------------------------------------------------------------------------- /IPs/RSKIP291.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rsksmart/RSKIPs/HEAD/IPs/RSKIP291.md -------------------------------------------------------------------------------- /IPs/RSKIP293.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rsksmart/RSKIPs/HEAD/IPs/RSKIP293.md -------------------------------------------------------------------------------- /IPs/RSKIP294.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rsksmart/RSKIPs/HEAD/IPs/RSKIP294.md -------------------------------------------------------------------------------- /IPs/RSKIP297.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rsksmart/RSKIPs/HEAD/IPs/RSKIP297.md -------------------------------------------------------------------------------- /IPs/RSKIP298.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rsksmart/RSKIPs/HEAD/IPs/RSKIP298.md -------------------------------------------------------------------------------- /IPs/RSKIP30.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rsksmart/RSKIPs/HEAD/IPs/RSKIP30.md -------------------------------------------------------------------------------- /IPs/RSKIP305.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rsksmart/RSKIPs/HEAD/IPs/RSKIP305.md -------------------------------------------------------------------------------- /IPs/RSKIP31.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rsksmart/RSKIPs/HEAD/IPs/RSKIP31.md -------------------------------------------------------------------------------- /IPs/RSKIP31/1MerkleTreeRSKIP31.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rsksmart/RSKIPs/HEAD/IPs/RSKIP31/1MerkleTreeRSKIP31.png -------------------------------------------------------------------------------- /IPs/RSKIP31/2MerlkeTreeRSKIP31.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rsksmart/RSKIPs/HEAD/IPs/RSKIP31/2MerlkeTreeRSKIP31.png -------------------------------------------------------------------------------- /IPs/RSKIP31/3MTreesRSKIP31.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rsksmart/RSKIPs/HEAD/IPs/RSKIP31/3MTreesRSKIP31.png -------------------------------------------------------------------------------- /IPs/RSKIP32.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rsksmart/RSKIPs/HEAD/IPs/RSKIP32.md -------------------------------------------------------------------------------- /IPs/RSKIP326.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rsksmart/RSKIPs/HEAD/IPs/RSKIP326.md -------------------------------------------------------------------------------- /IPs/RSKIP33.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rsksmart/RSKIPs/HEAD/IPs/RSKIP33.md -------------------------------------------------------------------------------- /IPs/RSKIP336.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rsksmart/RSKIPs/HEAD/IPs/RSKIP336.md -------------------------------------------------------------------------------- /IPs/RSKIP34.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rsksmart/RSKIPs/HEAD/IPs/RSKIP34.md -------------------------------------------------------------------------------- /IPs/RSKIP35.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rsksmart/RSKIPs/HEAD/IPs/RSKIP35.md -------------------------------------------------------------------------------- /IPs/RSKIP35/federationRSKIP35.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rsksmart/RSKIPs/HEAD/IPs/RSKIP35/federationRSKIP35.png -------------------------------------------------------------------------------- /IPs/RSKIP351.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rsksmart/RSKIPs/HEAD/IPs/RSKIP351.md -------------------------------------------------------------------------------- /IPs/RSKIP353.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rsksmart/RSKIPs/HEAD/IPs/RSKIP353.md -------------------------------------------------------------------------------- /IPs/RSKIP357.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rsksmart/RSKIPs/HEAD/IPs/RSKIP357.md -------------------------------------------------------------------------------- /IPs/RSKIP358.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rsksmart/RSKIPs/HEAD/IPs/RSKIP358.md -------------------------------------------------------------------------------- /IPs/RSKIP36.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rsksmart/RSKIPs/HEAD/IPs/RSKIP36.md -------------------------------------------------------------------------------- /IPs/RSKIP37.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rsksmart/RSKIPs/HEAD/IPs/RSKIP37.md -------------------------------------------------------------------------------- /IPs/RSKIP374.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rsksmart/RSKIPs/HEAD/IPs/RSKIP374.md -------------------------------------------------------------------------------- /IPs/RSKIP375.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rsksmart/RSKIPs/HEAD/IPs/RSKIP375.md -------------------------------------------------------------------------------- /IPs/RSKIP376.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rsksmart/RSKIPs/HEAD/IPs/RSKIP376.md -------------------------------------------------------------------------------- /IPs/RSKIP377.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rsksmart/RSKIPs/HEAD/IPs/RSKIP377.md -------------------------------------------------------------------------------- /IPs/RSKIP379.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rsksmart/RSKIPs/HEAD/IPs/RSKIP379.md -------------------------------------------------------------------------------- /IPs/RSKIP38.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rsksmart/RSKIPs/HEAD/IPs/RSKIP38.md -------------------------------------------------------------------------------- /IPs/RSKIP383.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rsksmart/RSKIPs/HEAD/IPs/RSKIP383.md -------------------------------------------------------------------------------- /IPs/RSKIP385.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rsksmart/RSKIPs/HEAD/IPs/RSKIP385.md -------------------------------------------------------------------------------- /IPs/RSKIP387.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rsksmart/RSKIPs/HEAD/IPs/RSKIP387.md -------------------------------------------------------------------------------- /IPs/RSKIP388.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rsksmart/RSKIPs/HEAD/IPs/RSKIP388.md -------------------------------------------------------------------------------- /IPs/RSKIP39.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rsksmart/RSKIPs/HEAD/IPs/RSKIP39.md -------------------------------------------------------------------------------- /IPs/RSKIP398.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rsksmart/RSKIPs/HEAD/IPs/RSKIP398.md -------------------------------------------------------------------------------- /IPs/RSKIP40.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rsksmart/RSKIPs/HEAD/IPs/RSKIP40.md -------------------------------------------------------------------------------- /IPs/RSKIP400.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rsksmart/RSKIPs/HEAD/IPs/RSKIP400.md -------------------------------------------------------------------------------- /IPs/RSKIP41.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rsksmart/RSKIPs/HEAD/IPs/RSKIP41.md -------------------------------------------------------------------------------- /IPs/RSKIP412.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rsksmart/RSKIPs/HEAD/IPs/RSKIP412.md -------------------------------------------------------------------------------- /IPs/RSKIP414.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rsksmart/RSKIPs/HEAD/IPs/RSKIP414.md -------------------------------------------------------------------------------- /IPs/RSKIP415.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rsksmart/RSKIPs/HEAD/IPs/RSKIP415.md -------------------------------------------------------------------------------- /IPs/RSKIP417.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rsksmart/RSKIPs/HEAD/IPs/RSKIP417.md -------------------------------------------------------------------------------- /IPs/RSKIP419.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rsksmart/RSKIPs/HEAD/IPs/RSKIP419.md -------------------------------------------------------------------------------- /IPs/RSKIP42.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rsksmart/RSKIPs/HEAD/IPs/RSKIP42.md -------------------------------------------------------------------------------- /IPs/RSKIP427.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rsksmart/RSKIPs/HEAD/IPs/RSKIP427.md -------------------------------------------------------------------------------- /IPs/RSKIP428.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rsksmart/RSKIPs/HEAD/IPs/RSKIP428.md -------------------------------------------------------------------------------- /IPs/RSKIP43.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rsksmart/RSKIPs/HEAD/IPs/RSKIP43.md -------------------------------------------------------------------------------- /IPs/RSKIP434.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rsksmart/RSKIPs/HEAD/IPs/RSKIP434.md -------------------------------------------------------------------------------- /IPs/RSKIP435.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rsksmart/RSKIPs/HEAD/IPs/RSKIP435.md -------------------------------------------------------------------------------- /IPs/RSKIP436.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rsksmart/RSKIPs/HEAD/IPs/RSKIP436.md -------------------------------------------------------------------------------- /IPs/RSKIP438.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rsksmart/RSKIPs/HEAD/IPs/RSKIP438.md -------------------------------------------------------------------------------- /IPs/RSKIP44.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rsksmart/RSKIPs/HEAD/IPs/RSKIP44.md -------------------------------------------------------------------------------- /IPs/RSKIP445.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rsksmart/RSKIPs/HEAD/IPs/RSKIP445.md -------------------------------------------------------------------------------- /IPs/RSKIP446.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rsksmart/RSKIPs/HEAD/IPs/RSKIP446.md -------------------------------------------------------------------------------- /IPs/RSKIP45.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rsksmart/RSKIPs/HEAD/IPs/RSKIP45.md -------------------------------------------------------------------------------- /IPs/RSKIP453.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rsksmart/RSKIPs/HEAD/IPs/RSKIP453.md -------------------------------------------------------------------------------- /IPs/RSKIP454.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rsksmart/RSKIPs/HEAD/IPs/RSKIP454.md -------------------------------------------------------------------------------- /IPs/RSKIP455.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rsksmart/RSKIPs/HEAD/IPs/RSKIP455.md -------------------------------------------------------------------------------- /IPs/RSKIP459.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rsksmart/RSKIPs/HEAD/IPs/RSKIP459.md -------------------------------------------------------------------------------- /IPs/RSKIP46.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rsksmart/RSKIPs/HEAD/IPs/RSKIP46.md -------------------------------------------------------------------------------- /IPs/RSKIP460.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rsksmart/RSKIPs/HEAD/IPs/RSKIP460.md -------------------------------------------------------------------------------- /IPs/RSKIP47.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rsksmart/RSKIPs/HEAD/IPs/RSKIP47.md -------------------------------------------------------------------------------- /IPs/RSKIP48.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rsksmart/RSKIPs/HEAD/IPs/RSKIP48.md -------------------------------------------------------------------------------- /IPs/RSKIP491.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rsksmart/RSKIPs/HEAD/IPs/RSKIP491.md -------------------------------------------------------------------------------- /IPs/RSKIP50.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rsksmart/RSKIPs/HEAD/IPs/RSKIP50.md -------------------------------------------------------------------------------- /IPs/RSKIP502.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rsksmart/RSKIPs/HEAD/IPs/RSKIP502.md -------------------------------------------------------------------------------- /IPs/RSKIP51.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rsksmart/RSKIPs/HEAD/IPs/RSKIP51.md -------------------------------------------------------------------------------- /IPs/RSKIP516.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rsksmart/RSKIPs/HEAD/IPs/RSKIP516.md -------------------------------------------------------------------------------- /IPs/RSKIP517.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rsksmart/RSKIPs/HEAD/IPs/RSKIP517.md -------------------------------------------------------------------------------- /IPs/RSKIP518.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rsksmart/RSKIPs/HEAD/IPs/RSKIP518.md -------------------------------------------------------------------------------- /IPs/RSKIP52.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rsksmart/RSKIPs/HEAD/IPs/RSKIP52.md -------------------------------------------------------------------------------- /IPs/RSKIP529.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rsksmart/RSKIPs/HEAD/IPs/RSKIP529.md -------------------------------------------------------------------------------- /IPs/RSKIP53.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rsksmart/RSKIPs/HEAD/IPs/RSKIP53.md -------------------------------------------------------------------------------- /IPs/RSKIP535.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rsksmart/RSKIPs/HEAD/IPs/RSKIP535.md -------------------------------------------------------------------------------- /IPs/RSKIP536.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rsksmart/RSKIPs/HEAD/IPs/RSKIP536.md -------------------------------------------------------------------------------- /IPs/RSKIP55.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rsksmart/RSKIPs/HEAD/IPs/RSKIP55.md -------------------------------------------------------------------------------- /IPs/RSKIP56.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rsksmart/RSKIPs/HEAD/IPs/RSKIP56.md -------------------------------------------------------------------------------- /IPs/RSKIP57.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rsksmart/RSKIPs/HEAD/IPs/RSKIP57.md -------------------------------------------------------------------------------- /IPs/RSKIP58.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rsksmart/RSKIPs/HEAD/IPs/RSKIP58.md -------------------------------------------------------------------------------- /IPs/RSKIP59.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rsksmart/RSKIPs/HEAD/IPs/RSKIP59.md -------------------------------------------------------------------------------- /IPs/RSKIP60.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rsksmart/RSKIPs/HEAD/IPs/RSKIP60.md -------------------------------------------------------------------------------- /IPs/RSKIP61.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rsksmart/RSKIPs/HEAD/IPs/RSKIP61.md -------------------------------------------------------------------------------- /IPs/RSKIP62.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rsksmart/RSKIPs/HEAD/IPs/RSKIP62.md -------------------------------------------------------------------------------- /IPs/RSKIP63.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rsksmart/RSKIPs/HEAD/IPs/RSKIP63.md -------------------------------------------------------------------------------- /IPs/RSKIP64.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rsksmart/RSKIPs/HEAD/IPs/RSKIP64.md -------------------------------------------------------------------------------- /IPs/RSKIP65.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rsksmart/RSKIPs/HEAD/IPs/RSKIP65.md -------------------------------------------------------------------------------- /IPs/RSKIP68.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rsksmart/RSKIPs/HEAD/IPs/RSKIP68.md -------------------------------------------------------------------------------- /IPs/RSKIP70.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rsksmart/RSKIPs/HEAD/IPs/RSKIP70.md -------------------------------------------------------------------------------- /IPs/RSKIP71.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rsksmart/RSKIPs/HEAD/IPs/RSKIP71.md -------------------------------------------------------------------------------- /IPs/RSKIP712.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rsksmart/RSKIPs/HEAD/IPs/RSKIP712.md -------------------------------------------------------------------------------- /IPs/RSKIP75.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rsksmart/RSKIPs/HEAD/IPs/RSKIP75.md -------------------------------------------------------------------------------- /IPs/RSKIP77.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rsksmart/RSKIPs/HEAD/IPs/RSKIP77.md -------------------------------------------------------------------------------- /IPs/RSKIP77/image2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rsksmart/RSKIPs/HEAD/IPs/RSKIP77/image2.png -------------------------------------------------------------------------------- /IPs/RSKIP85.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rsksmart/RSKIPs/HEAD/IPs/RSKIP85.md -------------------------------------------------------------------------------- /IPs/RSKIP87.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rsksmart/RSKIPs/HEAD/IPs/RSKIP87.md -------------------------------------------------------------------------------- /IPs/RSKIP89.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rsksmart/RSKIPs/HEAD/IPs/RSKIP89.md -------------------------------------------------------------------------------- /IPs/RSKIP91.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rsksmart/RSKIPs/HEAD/IPs/RSKIP91.md -------------------------------------------------------------------------------- /IPs/RSKIP92.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rsksmart/RSKIPs/HEAD/IPs/RSKIP92.md -------------------------------------------------------------------------------- /IPs/RSKIP92/partialmerkletree.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rsksmart/RSKIPs/HEAD/IPs/RSKIP92/partialmerkletree.png -------------------------------------------------------------------------------- /IPs/RSKIP95.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rsksmart/RSKIPs/HEAD/IPs/RSKIP95.md -------------------------------------------------------------------------------- /IPs/RSKIP98.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rsksmart/RSKIPs/HEAD/IPs/RSKIP98.md -------------------------------------------------------------------------------- /IPs/RSKIP99.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rsksmart/RSKIPs/HEAD/IPs/RSKIP99.md -------------------------------------------------------------------------------- /IPs/RSKIProcess.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rsksmart/RSKIPs/HEAD/IPs/RSKIProcess.png -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rsksmart/RSKIPs/HEAD/README.md -------------------------------------------------------------------------------- /_config.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rsksmart/RSKIPs/HEAD/_config.yml -------------------------------------------------------------------------------- /_data/statuses.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rsksmart/RSKIPs/HEAD/_data/statuses.yaml -------------------------------------------------------------------------------- /_includes/anchor_headings.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rsksmart/RSKIPs/HEAD/_includes/anchor_headings.html -------------------------------------------------------------------------------- /_includes/authorlist copy.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rsksmart/RSKIPs/HEAD/_includes/authorlist copy.html -------------------------------------------------------------------------------- /_includes/authorlist.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rsksmart/RSKIPs/HEAD/_includes/authorlist.html -------------------------------------------------------------------------------- /_includes/categorylist copy.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rsksmart/RSKIPs/HEAD/_includes/categorylist copy.html -------------------------------------------------------------------------------- /_includes/categorylist.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rsksmart/RSKIPs/HEAD/_includes/categorylist.html -------------------------------------------------------------------------------- /_includes/dark_mode.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rsksmart/RSKIPs/HEAD/_includes/dark_mode.html -------------------------------------------------------------------------------- /_includes/footer-purpose.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rsksmart/RSKIPs/HEAD/_includes/footer-purpose.html -------------------------------------------------------------------------------- /_includes/footer.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rsksmart/RSKIPs/HEAD/_includes/footer.html -------------------------------------------------------------------------------- /_includes/head.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rsksmart/RSKIPs/HEAD/_includes/head.html -------------------------------------------------------------------------------- /_includes/header-purpose.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rsksmart/RSKIPs/HEAD/_includes/header-purpose.html -------------------------------------------------------------------------------- /_includes/header.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rsksmart/RSKIPs/HEAD/_includes/header.html -------------------------------------------------------------------------------- /_includes/indextable.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rsksmart/RSKIPs/HEAD/_includes/indextable.html -------------------------------------------------------------------------------- /_includes/rskipnums.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rsksmart/RSKIPs/HEAD/_includes/rskipnums.html -------------------------------------------------------------------------------- /_includes/rskiptable.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rsksmart/RSKIPs/HEAD/_includes/rskiptable.html -------------------------------------------------------------------------------- /_includes/social.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rsksmart/RSKIPs/HEAD/_includes/social.html -------------------------------------------------------------------------------- /_includes/toc.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rsksmart/RSKIPs/HEAD/_includes/toc.html -------------------------------------------------------------------------------- /_layouts/default.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rsksmart/RSKIPs/HEAD/_layouts/default.html -------------------------------------------------------------------------------- /_layouts/home.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rsksmart/RSKIPs/HEAD/_layouts/home.html -------------------------------------------------------------------------------- /_layouts/page.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rsksmart/RSKIPs/HEAD/_layouts/page.html -------------------------------------------------------------------------------- /_layouts/post.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rsksmart/RSKIPs/HEAD/_layouts/post.html -------------------------------------------------------------------------------- /_layouts/purpose.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rsksmart/RSKIPs/HEAD/_layouts/purpose.html -------------------------------------------------------------------------------- /_layouts/rskip.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rsksmart/RSKIPs/HEAD/_layouts/rskip.html -------------------------------------------------------------------------------- /_sass/minima.scss: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rsksmart/RSKIPs/HEAD/_sass/minima.scss -------------------------------------------------------------------------------- /_sass/minima/_base.scss: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rsksmart/RSKIPs/HEAD/_sass/minima/_base.scss -------------------------------------------------------------------------------- /_sass/minima/_layout.scss: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rsksmart/RSKIPs/HEAD/_sass/minima/_layout.scss -------------------------------------------------------------------------------- /_sass/minima/_syntax-highlighting.scss: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rsksmart/RSKIPs/HEAD/_sass/minima/_syntax-highlighting.scss -------------------------------------------------------------------------------- /all.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rsksmart/RSKIPs/HEAD/all.html -------------------------------------------------------------------------------- /assets/css/style.scss: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rsksmart/RSKIPs/HEAD/assets/css/style.scss -------------------------------------------------------------------------------- /assets/js/dark_mode.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rsksmart/RSKIPs/HEAD/assets/js/dark_mode.js -------------------------------------------------------------------------------- /fairness.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rsksmart/RSKIPs/HEAD/fairness.html -------------------------------------------------------------------------------- /fonts/OTF/Rootstock-Sans-Body.otf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rsksmart/RSKIPs/HEAD/fonts/OTF/Rootstock-Sans-Body.otf -------------------------------------------------------------------------------- /fonts/OTF/Rootstock-Sans-Headline.otf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rsksmart/RSKIPs/HEAD/fonts/OTF/Rootstock-Sans-Headline.otf -------------------------------------------------------------------------------- /fonts/OTF/Rootstock-Sans-Tags.otf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rsksmart/RSKIPs/HEAD/fonts/OTF/Rootstock-Sans-Tags.otf -------------------------------------------------------------------------------- /fonts/WEB/Rootstock-Sans-Body.otf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rsksmart/RSKIPs/HEAD/fonts/WEB/Rootstock-Sans-Body.otf -------------------------------------------------------------------------------- /fonts/WEB/Rootstock-Sans-Body.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rsksmart/RSKIPs/HEAD/fonts/WEB/Rootstock-Sans-Body.svg -------------------------------------------------------------------------------- /fonts/WEB/Rootstock-Sans-Body.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rsksmart/RSKIPs/HEAD/fonts/WEB/Rootstock-Sans-Body.ttf -------------------------------------------------------------------------------- /fonts/WEB/Rootstock-Sans-Body.woff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rsksmart/RSKIPs/HEAD/fonts/WEB/Rootstock-Sans-Body.woff -------------------------------------------------------------------------------- /fonts/WEB/Rootstock-Sans-Body.woff2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rsksmart/RSKIPs/HEAD/fonts/WEB/Rootstock-Sans-Body.woff2 -------------------------------------------------------------------------------- /fonts/WEB/Rootstock-Sans-Headline.otf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rsksmart/RSKIPs/HEAD/fonts/WEB/Rootstock-Sans-Headline.otf -------------------------------------------------------------------------------- /fonts/WEB/Rootstock-Sans-Headline.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rsksmart/RSKIPs/HEAD/fonts/WEB/Rootstock-Sans-Headline.svg -------------------------------------------------------------------------------- /fonts/WEB/Rootstock-Sans-Headline.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rsksmart/RSKIPs/HEAD/fonts/WEB/Rootstock-Sans-Headline.ttf -------------------------------------------------------------------------------- /fonts/WEB/Rootstock-Sans-Headline.woff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rsksmart/RSKIPs/HEAD/fonts/WEB/Rootstock-Sans-Headline.woff -------------------------------------------------------------------------------- /fonts/WEB/Rootstock-Sans-Headline.woff2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rsksmart/RSKIPs/HEAD/fonts/WEB/Rootstock-Sans-Headline.woff2 -------------------------------------------------------------------------------- /fonts/WEB/Rootstock-Sans-Tags.woff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rsksmart/RSKIPs/HEAD/fonts/WEB/Rootstock-Sans-Tags.woff -------------------------------------------------------------------------------- /fonts/WEB/Rootstock-Sans-Tags.woff2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rsksmart/RSKIPs/HEAD/fonts/WEB/Rootstock-Sans-Tags.woff2 -------------------------------------------------------------------------------- /img/GitHub-Mark-64px.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rsksmart/RSKIPs/HEAD/img/GitHub-Mark-64px.png -------------------------------------------------------------------------------- /img/favicons/android-chrome-192x192.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rsksmart/RSKIPs/HEAD/img/favicons/android-chrome-192x192.png -------------------------------------------------------------------------------- /img/favicons/android-chrome-512x512.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rsksmart/RSKIPs/HEAD/img/favicons/android-chrome-512x512.png -------------------------------------------------------------------------------- /img/favicons/apple-touch-icon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rsksmart/RSKIPs/HEAD/img/favicons/apple-touch-icon.png -------------------------------------------------------------------------------- /img/favicons/browserconfig.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rsksmart/RSKIPs/HEAD/img/favicons/browserconfig.xml -------------------------------------------------------------------------------- /img/favicons/favicon-16x16.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rsksmart/RSKIPs/HEAD/img/favicons/favicon-16x16.png -------------------------------------------------------------------------------- /img/favicons/favicon-32x32.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rsksmart/RSKIPs/HEAD/img/favicons/favicon-32x32.png -------------------------------------------------------------------------------- /img/favicons/favicon.ico: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rsksmart/RSKIPs/HEAD/img/favicons/favicon.ico -------------------------------------------------------------------------------- /img/favicons/mstile-150x150.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rsksmart/RSKIPs/HEAD/img/favicons/mstile-150x150.png -------------------------------------------------------------------------------- /img/favicons/site.webmanifest: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rsksmart/RSKIPs/HEAD/img/favicons/site.webmanifest -------------------------------------------------------------------------------- /img/github-black.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rsksmart/RSKIPs/HEAD/img/github-black.svg -------------------------------------------------------------------------------- /img/github-white.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rsksmart/RSKIPs/HEAD/img/github-white.svg -------------------------------------------------------------------------------- /img/rootstock-logo-black.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rsksmart/RSKIPs/HEAD/img/rootstock-logo-black.svg -------------------------------------------------------------------------------- /img/rootstock-orange-logo-full.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rsksmart/RSKIPs/HEAD/img/rootstock-orange-logo-full.svg -------------------------------------------------------------------------------- /img/rootstock-white-logo.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rsksmart/RSKIPs/HEAD/img/rootstock-white-logo.svg -------------------------------------------------------------------------------- /index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rsksmart/RSKIPs/HEAD/index.html -------------------------------------------------------------------------------- /scalability.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rsksmart/RSKIPs/HEAD/scalability.html -------------------------------------------------------------------------------- /security.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rsksmart/RSKIPs/HEAD/security.html -------------------------------------------------------------------------------- /standardtrack.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rsksmart/RSKIPs/HEAD/standardtrack.html -------------------------------------------------------------------------------- /usability.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rsksmart/RSKIPs/HEAD/usability.html -------------------------------------------------------------------------------- /version.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rsksmart/RSKIPs/HEAD/version.html --------------------------------------------------------------------------------